| Age | Commit message (Expand) | Author |
| 2017-10-07 | fix to compile without USE_PAM. (unused variables) | ryo |
| 2017-07-03 | Remove workaround for ancient HTML generation code. | wiz |
| 2012-07-14 | bin/46703: BSD r-commands use wrong source address for stderr | darrenr |
| 2011-10-30 | PR/45542: Henning Petersen: Misplaced parenthesis in rshd.c | christos |
| 2011-08-27 | Use static. Don't manipulate environ directly, just reset it and use | joerg |
| 2011-08-16 | document non-literal format strings | christos |
| 2009-03-16 | Default to WARNS=4 | lukem |
| 2009-03-16 | fix sign-compare issue | lukem |
| 2008-07-20 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-12-15 | convert __attribute__s to applicable cdefs.h macros | perry |
| 2006-05-09 | change (mostly) int to socklen_t. GCC 4 doesn't like that int and | mrg |
| 2005-04-19 | check pwd != NULL | christos |
| 2005-03-30 | - use getpwnam_r | christos |
| 2005-03-27 | KNF, WARNS == 3. Reported by John Nemeth | christos |
| 2005-03-13 | Handle the regular case too, not only the error case. | christos |
| 2005-03-12 | - Don't call pam functions after pam_end(). | christos |
| 2005-03-11 | Remove unnecessary cast. | ginsbach |
| 2005-03-09 | Sort options. | wiz |
| 2005-03-09 | Bump date for previous, and some minor cleanup while here. | wiz |
| 2005-03-09 | * Add ssh(1), sshd(8) and hosts_access(5) to SEE ALSO list. | hubertf |
| 2005-03-08 | Avoid source routing ip options. Described in: | christos |
| 2005-03-04 | Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compiling | he |
| 2005-02-20 | Add missing goto badlogin; noticed by: Hisashi T Fujinaka | christos |
| 2005-02-20 | PAMify. | christos |
| 2005-01-10 | Only compile in IPv6 support if ${USE_INET6} != "no" | lukem |
| 2004-11-16 | NI_WITHSCOPEID was not picked up by IETF standardization process | itojun |
| 2004-07-17 | Code is not using gethostbyaddr any longer, but getnameinfo. | wiz |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-06-14 | use TCP_NODELAY | joff |
| 2003-05-17 | string manipulation cleanup | itojun |
| 2003-03-03 | Call setsid() before (setusercontext() calls) setlogin() so we don't change | dsl |
| 2003-02-25 | .Nm does not need a dummy argument ("") before punctuation or | wiz |
| 2002-11-30 | revert previous; this *DOES* use -lutil | lukem |
| 2002-11-30 | don't need -lutil here | lukem |
| 2002-09-29 | Begin new sentences on new lines. | wiz |
| 2002-09-23 | null commit | mycroft |
| 2002-09-23 | poll.h, not sys/poll.h | itojun |
| 2002-09-18 | select() -> poll() | mycroft |
| 2002-03-18 | ANSIfy. | mjl |
| 2002-02-08 | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. | ross |
| 2002-01-15 | Whitespace nits. | wiz |
| 2001-09-24 | va_{start,end} audit: | wiz |
| 2001-02-04 | fix nested extern | christos |
| 2001-01-11 | - use SHUT_RDWR instead of 1+1 for the 2nd arg to shutdown() | lukem |
| 2000-11-09 | do not refer free'ed memory region. KAME PR 302 from ryo@iij.ad.jp | itojun |
| 2000-10-10 | Format string cleanups by sommerfeld. | is |
| 2000-05-30 | document IPv4 mapped address twists. | itojun |
| 2000-04-14 | reject conneciton attempt from IPv4 mapped address, just in case. | itojun |
| 2000-01-31 | IPv6 support. | itojun |
| 2000-01-24 | declare -DLOGIN_CAP in CPPFLAGS, not in CFLAGS. | itojun |