summaryrefslogtreecommitdiffstats
path: root/usr.sbin/faithd/faithd.8
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: correct .Bd/.Bl arguments.joel2012-03-261-7/+7
| | | | Reviewed by: brueffer
* Provide a more user friendly URL to the IETF site in faithd(8).gjb2011-08-021-2/+2
| | | | | | Pointed out by: dougb Approved by: re (kib) MFC after: 3 days
* Fix various broken links in manual pages.gjb2011-07-231-2/+2
| | | | | | | | Submitted by: Michiel Overtoom (motoom % xs4all nl) PR: 159130 159131 159132 159133 159134 159135 159136 159137 158138 159144 Approved by: re (kib) MFC after: 3 days
* Use the newly brought %U macro.ru2010-01-151-1/+1
|
* Various language fixes. Also fixed the URL to totd, obtained from NetBSD.brueffer2010-01-091-45/+42
| | | | | | PR: 38061 Submitted by: Chris Pepper <pepper@rockefeller.edu> MFC after: 1 week
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+1
|
* Reapply some local fixes that got lost with another NetBSD merge,ru2004-06-041-27/+20
| | | | fix some more.
* - poll(2) support.ume2003-11-141-55/+41
| | | | | | | | | | | | | - simplify by strdup. - set ai_protocol in hints to TCP. - g/c FAITH_NS (no description, not maintained for years) - warn if connection from IPv4 mapped is reached. - IPV6_V6ONLY if possible. - unifdef -UFAITH4. - drop rsh/rlogin support. - deal with negative return value from wait3. Obtained from: KAME
* The .Nm utilitycharnier2002-07-141-11/+19
|
* mdoc(7) police: don't use .Pq with plain text, this breaks hyphenation.ru2002-05-301-1/+1
|
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-9/+12
| | | | | | | (based on freebsd4-snap-20020128) Reviewed by: ume MFC after: 1 week
* s/sysctl -w/sysctl/ru2001-12-111-3/+3
|
* mdoc(7) police:ru2001-08-071-6/+4
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* Remove whitespace at EOL.dd2001-07-151-1/+1
|
* mdoc(7) police: eliminate warnings, fix markup.ru2001-07-101-10/+6
|
* Sync with recent KAME.ume2001-06-111-39/+112
| | | | | | | | | | | | | | | | | | This work was based on kame-20010528-freebsd43-snap.tgz and some critical problem after the snap was out were fixed. There are many many changes since last KAME merge. TODO: - The definitions of SADB_* in sys/net/pfkeyv2.h are still different from RFC2407/IANA assignment because of binary compatibility issue. It should be fixed under 5-CURRENT. - ip6po_m member of struct ip6_pktopts is no longer used. But, it is still there because of binary compatibility issue. It should be removed under 5-CURRENT. Reviewed by: itojun Obtained from: KAME MFC after: 3 weeks
* NetBSD's inetd uses different syntex from FreeBSD's in faith support.ume2001-05-241-3/+3
|
* Make enumerated list for flags. Spelling.charnier2000-11-281-10/+8
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
|
* mdoc(7) police: fix errors uncovered by the new feature of the Nm macro.ru2000-11-181-1/+0
|
* Sync with latest KAME.kris2000-07-051-65/+158
| | | | Obtained from: KAME
* . clear `.Os' macro value since this tool is not KAME specific anymorephantom2000-05-061-36/+40
| | | | | | | | . compact some macros (.Oo/.Oc -> .Op, .Po/.Pc -> .Pq) . use .Tn . avoid using duplicated arguments for .Nm macro . correct KAME kit pathes (/usr/local/v6 -> /usr) . add integration note
* Wording fixesshin2000-02-101-1/+1
| | | | Submitted by: charnier
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-271-0/+256
ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project
OpenPOWER on IntegriCloud