Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst | |
ok deraadt millert | |||
2005-07-14 | improvements from tamas tevesz; | Jason McIntyre | |
2005-06-02 | remove references to telnetd(8); | Jason McIntyre | |
ok deraadt@ | |||
2005-03-16 | plug memory leak. Patrick Latifi | Jun-ichiro itojun Hagino | |
2005-03-01 | provide missing `indent' argument to -offset in displays; | Jason McIntyre | |
convert some displays to .Dl where it's simpler; | |||
2004-02-25 | oops. one more -w removal from sysctl, which i missed; | Jason McIntyre | |
also from Paul de Weerd, and also ok deraadt@ | |||
2004-02-25 | remove -w option to sysctl; | Jason McIntyre | |
diffs from Paul de Weerd; ok deraadt@ | |||
2003-10-16 | poll() arg mistake. Tatoku Ogaito | Jun-ichiro itojun Hagino | |
2003-09-02 | make sure to open TCP socket (in case getaddrinfo supports SCTP). sync w/kame | Jun-ichiro itojun Hagino | |
2003-09-02 | no need for extra {}. sync w/ kame | Jun-ichiro itojun Hagino | |
2003-09-02 | make sure config_list does not get garbage. from kame | Jun-ichiro itojun Hagino | |
2003-09-02 | use poll since it is easier than fd_set overflows; itojun ok | Theo de Raadt | |
2003-08-19 | fix tv_usec setting. deraadt | Jun-ichiro itojun Hagino | |
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-07-02 | .Ic Ar -> .Ar | Jason McIntyre | |
from wiz@netbsd; | |||
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-05-15 | kill unused | Jun-ichiro itojun Hagino | |
2003-05-15 | simplify by strdup. expilcitly specify IPPROTO_TCP (to cope with sctp-ready | Jun-ichiro itojun Hagino | |
getaddrinfo). | |||
2003-04-14 | standalone/stand alone -> stand-alone; | Jason McIntyre | |
from NetBSD (Igor Sobrado); httpd stuff passed to apache people; ok millert@ | |||
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-01-18 | inet6 fixes from jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2002-09-08 | No, do NOT put -ansi -pedantic in our tree | Theo de Raadt | |
2002-09-08 | -ansi -pedantic (socklen_t). from cloder@loder.us | Jun-ichiro itojun Hagino | |
die if FD_SET overruns. sync w/kame | |||
2002-06-24 | correct ftp relay functionality. | Jun-ichiro itojun Hagino | |
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 | |