summaryrefslogtreecommitdiffstats
path: root/usr.sbin/faithd
Commit message (Collapse)AuthorAgeFilesLines
* Handle ftp_copycommand() and ftp_copyresult() potentially returning < -1.brian2001-08-201-12/+4
|
* Handle snprintf() returning -1.brian2001-08-201-43/+35
| | | | MFC after: 2 weeks
* 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.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-1/+3
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Remove GCC'isms in CFLAGS.obrien2001-07-201-1/+0
|
* 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-1110-120/+713
| | | | | | | | | | | | | | | | | | 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
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for usr.sbin/ to 8.ru2001-03-201-1/+0
|
* Make enumerated list for flags. Spelling.charnier2000-11-283-14/+12
|
* 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
|
* cope with the following reply on PASV (without paren). need more tests.ume2000-09-171-4/+8
| | | | | | 227 Entering Passive Mode x,x,x,x,x,x,x Obtained from: KAME (1.8->1.9)
* Remove libutil - setproctitle() is now in libcbrian2000-09-022-5/+0
|
* Correct setproctitle() callbrian2000-07-061-1/+1
| | | | Obtained from: OpenBSD
* Correct style bugskris2000-07-061-2/+2
|
* Sync with latest KAME.kris2000-07-057-149/+388
| | | | 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-105-15/+15
| | | | Submitted by: charnier
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-279-0/+3288
ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project
OpenPOWER on IntegriCloud