Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-07 | nuke unmaintained code (#ifdef FAITH4). sync w/kame | Jun-ichiro itojun Hagino | |
2002-05-26 | pid_t cleanup; itojun ok | Theo de Raadt | |
2002-05-09 | drop support for rlogin/rsh service (we shouldn't have support it as | Jun-ichiro itojun Hagino | |
they usually use IP address for authentication). sync with kame | |||
2002-02-16 | Part 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-11 | call daemon(3) prior to socket setups to avoid file descriptor close mistakes. | Jun-ichiro itojun Hagino | |
noted by markus, sync with kame | |||
2001-11-21 | assume the presense of getifaddrs(3). sync with kame | Jun-ichiro itojun Hagino | |
2001-11-21 | be more careful on malloc failures. sync with kame | Jun-ichiro itojun Hagino | |
2001-11-05 | mark more handlers, and some syslog_r attempts | Theo de Raadt | |
2001-09-05 | sync with latest kame | Jun-ichiro itojun Hagino | |
- fix select() size. from deraadt - constify, remove bogus ERRSTR macro, and others | |||
2001-05-01 | avodi null pointer dereference. sync with kame | Jun-ichiro itojun Hagino | |
2001-03-20 | avoid zombies on abnormal disconnections. sync with kame | Jun-ichiro itojun Hagino | |
2001-02-15 | pull latest KAME faithd. access control is possible by /etc/faithd.conf. | Jun-ichiro itojun Hagino | |
req'ed by todd | |||
2000-10-06 | printf string format audit. from: sommerfeld@netbsd.org | Jun-ichiro itojun Hagino | |
2000-09-16 | synchronize with latest kame. | Jun-ichiro itojun Hagino | |
- improve exit code and logging. - repair multicast address rejection (IN_MULTICAST takes host endian value) - repair ftp relaying, when the result of PASV does not have paren. - repair ftp relaying, when EPSV is sent from client. | |||
2000-07-05 | setproctitle with %s | Theo de Raadt | |
2000-06-29 | use %s with syslog, at least crashable from command line | Theo de Raadt | |
2000-05-31 | sync with the latest kame code. insufficient len in malloc() call is | Jun-ichiro itojun Hagino | |
corrected. | |||
2000-02-25 | use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issues. | Jun-ichiro itojun Hagino | |
1999-12-30 | correct connect() call | Theo de Raadt | |
1999-12-20 | rcsid police. | Jun-ichiro itojun Hagino | |
pathname change (/usr/local/v6/libexec -> /usr/libexec) bring in some of kame fixes (sprintf -> snprintf, proc title). | |||
1999-12-20 | faith translator deamon, from KAME | Jun-ichiro itojun Hagino | |