summaryrefslogtreecommitdiff
path: root/usr.sbin/faithd/faithd.c
AgeCommit message (Expand)Author
2011-03-02fix typo; spotted by Peter J. PhilippTheo de Raadt
2009-06-26There is no need to log routing socket version mismatches.Claudio Jeker
2008-05-17documentation tweaks.Igor Sobrado
2003-10-16poll() arg mistake. Tatoku OgaitoJun-ichiro itojun Hagino
2003-09-02no need for extra {}. sync w/ kameJun-ichiro itojun Hagino
2003-09-02use poll since it is easier than fd_set overflows; itojun okTheo de Raadt
2003-05-15kill unusedJun-ichiro itojun Hagino
2003-05-15simplify by strdup. expilcitly specify IPPROTO_TCP (to cope with sctp-readyJun-ichiro itojun Hagino
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2002-09-08-ansi -pedantic (socklen_t). from cloder@loder.usJun-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-09drop support for rlogin/rsh service (we shouldn't have support it asJun-ichiro itojun Hagino
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-11call daemon(3) prior to socket setups to avoid file descriptor close mistakes.Jun-ichiro itojun Hagino
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-05mark more handlers, and some syslog_r attemptsTheo de Raadt
2001-09-05sync with latest kameJun-ichiro itojun Hagino
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-15pull latest KAME faithd. access control is possible by /etc/faithd.conf.Jun-ichiro itojun Hagino
2000-10-06printf string format audit. from: sommerfeld@netbsd.orgJun-ichiro itojun Hagino
2000-09-16synchronize with latest kame.Jun-ichiro itojun Hagino
2000-07-05setproctitle with %sTheo de Raadt
2000-06-29use %s with syslog, at least crashable from command lineTheo de Raadt
2000-05-31sync with the latest kame code. insufficient len in malloc() call isJun-ichiro itojun Hagino
2000-02-25use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issues.Jun-ichiro itojun Hagino
1999-12-30correct connect() callTheo de Raadt
1999-12-20rcsid police.Jun-ichiro itojun Hagino
1999-12-20faith translator deamon, from KAMEJun-ichiro itojun Hagino