| Age | Commit message (Expand) | Author | Files | Lines |
| 2011-05-09 | Outsmart gcc4 on mips* by moving the declaration of _dl_debug_state |  otto | 2 | -8/+9 |
| 2011-05-05 | Switch tftp-proxy over to using divert-to. Based on a diff from oga@ |  sthen | 4 | -161/+28 |
| 2011-04-29 | -x is currently unimplemented, so comment it out from the man page, and remove |  jmc | 2 | -13/+13 |
| 2011-04-23 | When a device or setuid file is owned by a nonexistent user or group, |  schwarze | 1 | -8/+8 |
| 2011-04-23 | Very nice bugfix from Andrew Fresh, who writes: |  schwarze | 1 | -11/+10 |
| 2011-04-17 | Switch from the old shell script /etc/security |  schwarze | 1 | -2/+2 |
| 2011-04-17 | remove a bogus blank line; from Andrew Fresh |  schwarze | 1 | -2/+2 |
| 2011-04-17 | Keep the exact format of the message: |  schwarze | 1 | -4/+5 |
| 2011-04-10 | Reviewing my version of the code, Andrew Fresh found an elegant way to |  schwarze | 1 | -4/+9 |
| 2011-04-09 | implement one last check that Andrew overlooked |  schwarze | 1 | -8/+26 |
| 2011-04-09 | implementation of the remaining checks; |  schwarze | 1 | -22/+432 |
| 2011-04-08 | Do not use NULL in integer comparison. |  deraadt | 1 | -2/+2 |
| 2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' |  miod | 11 | -51/+51 |
| 2011-03-30 | style cleanup: |  schwarze | 1 | -14/+14 |
| 2011-03-26 | umask and path checks; |  schwarze | 1 | -1/+126 |
| 2011-03-25 | home directory checks; |  schwarze | 1 | -1/+89 |
| 2011-03-24 | fix "german" typo; from <markus dot lude at gmx dot de> |  schwarze | 1 | -2/+2 |
| 2011-03-23 | Work in progress to replace /etc/security, not yet linked to the build. |  schwarze | 2 | -0/+262 |
| 2011-03-19 | fix rdr-to example (requires direction); from James Turner |  okan | 1 | -4/+4 |
| 2011-03-18 | actually set and use whiteexp in the new -W option. |  okan | 1 | -3/+3 |
| 2011-03-12 | excessive / at the end of a .PATH; ok guenther drahn |  deraadt | 2 | -4/+4 |
| 2011-03-04 | add -W flag (whiteexp), as opposed to pulling in a hardcoded default |  okan | 2 | -9/+27 |
| 2011-03-03 | repair arguments passed to pfctl; PR 6142, ok beck |  deraadt | 1 | -2/+2 |
| 2011-03-02 | zap trailing whitespace; |  jmc | 1 | -4/+4 |
| 2011-02-22 | shut up unless -v, and a few minor enhancements. |  espie | 6 | -51/+110 |
| 2011-02-09 | Set SO_KEEPALIVE on sockets. OK miod@. Also tested by landry@ |  millert | 1 | -3/+18 |
| 2011-01-26 | placeholder for future changes, as discussed with miod@ |  espie | 2 | -1/+40 |
| 2011-01-10 | Back out rev 1.2 and use mkstemp(), not mktemp(). OK deraadt@ |  millert | 1 | -2/+4 |
| 2010-12-13 | rename() is the atomic operation, unlink() is just there to create |  espie | 1 | -7/+1 |
| 2010-12-12 | Allocate a full C compiler-style stack frame that includes space for 6 |  kettenis | 1 | -4/+4 |
| 2010-12-07 | Make the preload error distinct from the normal error. |  drahn | 1 | -2/+2 |
| 2010-11-16 | Fix error message when ld.so ends up loading a different than expected |  drahn | 3 | -11/+8 |
| 2010-11-11 | Remove commented out references to old kerberosIV libraries we do not |  miod | 1 | -11/+1 |
| 2010-10-30 | fix a 10 year old bug in the memory allocator, which affected only sparc. |  deraadt | 1 | -7/+9 |
| 2010-10-29 | more nroff removal, with tweaks from (and ok) schwarze; |  jmc | 1 | -10/+6 |
| 2010-10-28 | Change basep parameter of getdirentries() to be off_t *, not long * |  millert | 10 | -20/+20 |
| 2010-10-27 | Fix comment; no binary change. OK deraadt@ |  millert | 1 | -2/+2 |
| 2010-10-27 | repair ;; |  deraadt | 1 | -3/+3 |
| 2010-10-25 | Search loaded libs first and add support for SONAME matching. ok drahn@ |  kurt | 6 | -50/+128 |
| 2010-10-25 | give a different error message for empty files, as they are obviously wrong |  espie | 1 | -1/+5 |
| 2010-10-15 | Switch the remaining users of libdes in src to libcrypto, |  jsg | 4 | -42/+42 |
| 2010-10-13 | The heimdal code switched to using DES from libcrypto when 0.7.2 |  jsg | 4 | -12/+12 |
| 2010-10-06 | do not pass GREY entries to pf's spamd-white table if already TRAPPED. |  stephan | 1 | -7/+11 |
| 2010-09-11 | Fix lazy binding issue by making sure the second argument to _dl_find_symbol() |  kettenis | 1 | -4/+5 |
| 2010-09-03 | add EXIT STATUS for /usr/libexec; |  jmc | 2 | -10/+10 |
| 2010-09-01 | Oracle has re-licensed sunrpc under a three-clause BSD license. |  millert | 1 | -26/+26 |
| 2010-08-30 | Add missing network service name from /var/log/ftpd entries. |  lum | 1 | -2/+4 |
| 2010-08-27 | In revision 1.14 of ftpd.c the ident variable was removed from its only meaningful usage when a snprintf call was removed, rendering ident useless. Time to remove remaining code. |  lum | 1 | -9/+1 |
| 2010-08-11 | Make _dl_searchnum signed as originally intended. |  drahn | 2 | -6/+7 |
| 2010-08-01 | Properly reset states when a login phase is interrupted by another one. |  tobias | 1 | -1/+2 |