summaryrefslogtreecommitdiff
path: root/usr.sbin/faithd
AgeCommit message (Collapse)Author
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-20remove some bogus *p tests from charles longeauTed Unangst
ok deraadt millert
2005-07-14improvements from tamas tevesz;Jason McIntyre
2005-06-02remove references to telnetd(8);Jason McIntyre
ok deraadt@
2005-03-16plug memory leak. Patrick LatifiJun-ichiro itojun Hagino
2005-03-01provide missing `indent' argument to -offset in displays;Jason McIntyre
convert some displays to .Dl where it's simpler;
2004-02-25oops. one more -w removal from sysctl, which i missed;Jason McIntyre
also from Paul de Weerd, and also ok deraadt@
2004-02-25remove -w option to sysctl;Jason McIntyre
diffs from Paul de Weerd; ok deraadt@
2003-10-16poll() arg mistake. Tatoku OgaitoJun-ichiro itojun Hagino
2003-09-02make sure to open TCP socket (in case getaddrinfo supports SCTP). sync w/kameJun-ichiro itojun Hagino
2003-09-02no need for extra {}. sync w/ kameJun-ichiro itojun Hagino
2003-09-02make sure config_list does not get garbage. from kameJun-ichiro itojun Hagino
2003-09-02use poll since it is easier than fd_set overflows; itojun okTheo de Raadt
2003-08-19fix tv_usec setting. deraadtJun-ichiro itojun Hagino
2003-08-08refer to RFCs consistently (RFC XXXX);Jason McIntyre
2003-07-02.Ic Ar -> .ArJason McIntyre
from wiz@netbsd;
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-05-15kill unusedJun-ichiro itojun Hagino
2003-05-15simplify by strdup. expilcitly specify IPPROTO_TCP (to cope with sctp-readyJun-ichiro itojun Hagino
getaddrinfo).
2003-04-14standalone/stand alone -> stand-alone;Jason McIntyre
from NetBSD (Igor Sobrado); httpd stuff passed to apache people; ok millert@
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-01-18inet6 fixes from jmc@prioris.mini.pw.edu.plTheo de Raadt
2002-09-08No, do NOT put -ansi -pedantic in our treeTheo de Raadt
2002-09-08-ansi -pedantic (socklen_t). from cloder@loder.usJun-ichiro itojun Hagino
die if FD_SET overruns. sync w/kame
2002-06-24correct ftp relay functionality.Jun-ichiro itojun Hagino
2002-06-07nuke unmaintained code (#ifdef FAITH4). sync w/kameJun-ichiro itojun Hagino
2002-05-26pid_t cleanup; itojun okTheo de Raadt
2002-05-09obey mdoc(7) section ordering. sync w/kameJun-ichiro itojun Hagino
2002-05-09drop support for rlogin/rsh service (we shouldn't have support it asJun-ichiro itojun Hagino
they usually use IP address for authentication). sync with kame
2002-05-06Kill/adjust r(login|exec)d? references now that those are no longer inTodd C. Miller
the tree.
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-01-11call daemon(3) prior to socket setups to avoid file descriptor close mistakes.Jun-ichiro itojun Hagino
noted by markus, sync with kame
2001-11-21assume the presense of getifaddrs(3). sync with kameJun-ichiro itojun Hagino
2001-11-21be more careful on malloc failures. sync with kameJun-ichiro itojun Hagino
2001-11-17use volatile sig_atomic_t where possible; simply volatile i other placesTheo de Raadt
2001-11-16report for wait3() returning 0Theo de Raadt
2001-11-05mark more handlers, and some syslog_r attemptsTheo de Raadt
2001-09-05sync with latest kameJun-ichiro itojun Hagino
- fix select() size. from deraadt - constify, remove bogus ERRSTR macro, and others
2001-07-25We have to undo the changes to the 3rd party code, because it makesMike Pechkin
upgrading those components hell. Tip of the day: Don't commit without confirmation.
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS;
2001-06-30faith(4) is now documented in RFC3142.Jun-ichiro itojun Hagino
2001-06-23ok, tmac is now fixedTheo de Raadt
2001-06-23join .%A entries; most by bk@rt.fmTheo de Raadt
2001-05-01avodi null pointer dereference. sync with kameJun-ichiro itojun Hagino
2001-03-20avoid zombies on abnormal disconnections. sync with kameJun-ichiro itojun Hagino
2001-02-15obey mdoc(4).Jun-ichiro itojun Hagino
2001-02-15kill old default port number (telnet was assumed before)Jun-ichiro itojun Hagino
2001-02-15no argument is not permitted (inetd mode disabled for openbsd)Jun-ichiro itojun Hagino
2001-02-15pull latest KAME faithd. access control is possible by /etc/faithd.conf.Jun-ichiro itojun Hagino
req'ed by todd
2001-02-15sshd is not in /etc/services, but ssh is .. provide a working example.Todd T. Fries