summaryrefslogtreecommitdiff
path: root/usr.sbin/faithd/tcp.c
AgeCommit message (Collapse)Author
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.
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
2000-10-06printf string format audit. from: sommerfeld@netbsd.orgJun-ichiro itojun Hagino
2000-09-16synchronize 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-05-31sync with the latest kame code. insufficient len in malloc() call isJun-ichiro itojun Hagino
corrected.
1999-12-20rcsid 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-20faith translator deamon, from KAMEJun-ichiro itojun Hagino