| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -2/+2 |
| 2017-04-17 | freezero() can be used here |  deraadt | 1 | -3/+2 |
| 2016-04-25 | prefer setres{u,g}id() rather than manipulating both real and effective |  deraadt | 1 | -9/+5 |
| 2015-11-16 | don't need to ifdef setproctitle |  tedu | 1 | -7/+1 |
| 2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the |  millert | 1 | -4/+4 |
| 2014-08-25 | Delete secret or secret-derived data with explicit_bzero. |  doug | 1 | -2/+2 |
| 2009-06-04 | ...and now try again with a commit from the right tree. doh! |  sthen | 1 | -7/+8 |
| 2009-06-04 | ftp uses its own ugly "sockunion" to hold addresses, but with CMD_BIND |  sthen | 1 | -3/+3 |
| 2008-06-30 | Include file order must be "monitor.h" before "extern.h" otherwise enum |  ragge | 1 | -2/+2 |
| 2007-04-05 | Remove lint comment, which does not apply anymore. |  moritz | 1 | -2/+1 |
| 2007-03-26 | Do not log when the slave gets killed because of read() |  moritz | 1 | -3/+5 |
| 2007-03-01 | - use proper log facility and priority in the slave sig handlers |  otto | 1 | -6/+8 |
| 2006-04-21 | lint cleanup; ok ray moritz dhill |  deraadt | 1 | -3/+3 |
| 2006-03-14 | Allow anonymous logins without a password, which was broken |  moritz | 1 | -5/+7 |
| 2006-01-20 | fix integer overflows. ok millert@ |  moritz | 1 | -5/+8 |
| 2005-07-14 | let root create the data socket. fixes PR 4287. |  moritz | 1 | -2/+41 |
| 2005-05-24 | readd endpwent() |  moritz | 1 | -1/+3 |
| 2005-05-24 | no need for endpwent() |  moritz | 1 | -2/+1 |
| 2005-02-26 | fix {send,recv}data so they don't add -1 to pos in the |  moritz | 1 | -19/+29 |
| 2004-12-20 | change mail address |  moritz | 1 | -2/+2 |
| 2004-12-11 | make syscalls in the monitor restartable when signals occur, as was |  moritz | 1 | -48/+22 |
| 2004-12-06 | make signal blocking a lot easier. |  moritz | 1 | -12/+2 |
| 2004-11-29 | fix nasty signal races by blocking signals in signal handlers. |  henning | 1 | -1/+11 |
| 2004-11-28 | slave_pid -1 by default, not 0, and reset to -1 when it goes away, with theo |  henning | 1 | -5/+7 |
| 2004-11-28 | fix ttyline setting, fixes proctitle. |  henning | 1 | -1/+6 |
| 2004-11-28 | privilege seperate ftpd |  henning | 1 | -0/+489 |