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 | obey mdoc(7) section ordering. sync w/kame | Jun-ichiro itojun Hagino | |
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-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. | |||
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-17 | use volatile sig_atomic_t where possible; simply volatile i other places | Theo de Raadt | |
2001-11-16 | report for wait3() returning 0 | Theo de Raadt | |
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-07-25 | We have to undo the changes to the 3rd party code, because it makes | Mike Pechkin | |
upgrading those components hell. Tip of the day: Don't commit without confirmation. | |||
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS; | |||
2001-06-30 | faith(4) is now documented in RFC3142. | Jun-ichiro itojun Hagino | |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt | |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt | |
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 | obey mdoc(4). | Jun-ichiro itojun Hagino | |
2001-02-15 | kill old default port number (telnet was assumed before) | Jun-ichiro itojun Hagino | |
2001-02-15 | no argument is not permitted (inetd mode disabled for openbsd) | 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 | |||
2001-02-15 | sshd is not in /etc/services, but ssh is .. provide a working example. | Todd T. Fries | |
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-07-03 | add warning on rsh/rlogin relay | Jun-ichiro itojun Hagino | |
2000-07-02 | correct use of route(8) in sample. | Jun-ichiro itojun Hagino | |
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-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-12 | improve SECURITY section. sync with kame. | Jun-ichiro itojun Hagino | |
2000-02-25 | use getifaddrs, not SIOCGIFCONF, to avoid LP64 alignment issues. | Jun-ichiro itojun Hagino | |
2000-02-25 | fix file path (/usr/local/v6/libexec -> /usr/libexec) | Jun-ichiro itojun Hagino | |
1999-12-30 | correct connect() call | Theo de Raadt | |
1999-12-21 | typo fix. | Jun-ichiro itojun Hagino | |
From: Michael Shalayeff <mickey@lucifier.dial-up.user.akula.net> | |||
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 | |