Age | Commit message (Expand) | Author |
2009-06-26 | There is no need to log routing socket version mismatches. | Claudio Jeker |
2008-07-19 | Use the IPv6 documentation prefix 2001:db8::/32 from RFC 3849 instead | Reyk Floeter |
2008-06-04 | adderss -> address | Miod Vallat |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2008-05-08 | documentation tweaks. | Igor Sobrado |
2007-08-21 | No need to keep RLOGIN_PORT and RSH_PORT defines hanging around since their | Kenneth R Westerback |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2005-07-14 | improvements from tamas tevesz; | Jason McIntyre |
2005-06-02 | remove references to telnetd(8); | Jason McIntyre |
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 |
2004-02-25 | oops. one more -w removal from sysctl, which i missed; | Jason McIntyre |
2004-02-25 | remove -w option to sysctl; | Jason McIntyre |
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 |
2003-06-12 | - section reorder | Jason McIntyre |
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 |
2003-04-14 | standalone/stand alone -> stand-alone; | Jason McIntyre |
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 |
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 |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-11 | call daemon(3) prior to socket setups to avoid file descriptor close mistakes. | Jun-ichiro itojun Hagino |
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 |
2001-07-25 | We have to undo the changes to the 3rd party code, because it makes | Mike Pechkin |
2001-07-20 | we don't like: | Mike Pechkin |
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 |