| Age | Commit message (Expand) | Author | Files | Lines |
| 2013-11-12 | repair the last prototype by bringing in monitor.h |  deraadt | 1 | -1/+2 |
| 2013-08-22 | Correct format string mismatches turned up by -Wformat=2 |  guenther | 1 | -3/+3 |
| 2013-07-26 | Make sure tmpline[] is always NUL terminated, to avoid possible |  guenther | 1 | -2/+2 |
| 2012-12-04 | remove some unnecessary sys/param.h inclusions |  deraadt | 1 | -2/+1 |
| 2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the |  jmc | 1 | -6/+11 |
| 2012-08-04 | MDTM and SIZE have been in RFC 3659 for over five years. Also, mention both |  pascal | 1 | -4/+13 |
| 2012-04-04 | Return an error much earlier if recvmsg fails |  deraadt | 1 | -2/+4 |
| 2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() |  fgsch | 3 | -8/+8 |
| 2011-12-15 | s,/var/run/wtmp,/var/log/wtmp and add it to FILES. |  ajacoutot | 1 | -3/+5 |
| 2011-12-14 | Add a new '-W' option to prevent saving login records to /var/run/wtmp. |  ajacoutot | 2 | -9/+33 |
| 2011-02-09 | Set SO_KEEPALIVE on sockets. OK miod@. Also tested by landry@ |  millert | 1 | -3/+18 |
| 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-01 | Properly reset states when a login phase is interrupted by another one. |  tobias | 1 | -1/+2 |
| 2010-07-30 | Don't set "success" flags before error checks. |  ray | 1 | -7/+9 |
| 2010-06-18 | Prevent a segmentation fault on ftpd_popen error (memory, file descriptor, |  tobias | 1 | -1/+5 |
| 2010-06-13 | Adjust FTP reply codes (in error conditions) to conform to RFC 959. |  tobias | 1 | -4/+4 |
| 2010-03-08 | Check that gl_pathc is bigger than zero before derefencing gl_pathv. While |  kettenis | 1 | -2/+3 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 4 | -46/+4 |
| 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 |
| 2009-04-20 | When receiving a new connection, log the remote IP number |  schwarze | 1 | -4/+9 |
| 2008-09-30 | Always say "User %s access denied", in all cases, to avoid some stupid |  deraadt | 1 | -6/+3 |
| 2008-09-13 | Fix minor bug in the previous commit, which could hang the |  moritz | 1 | -5/+6 |
| 2008-09-12 | Don't split large commands into multiple commands on a 512-byte |  moritz | 3 | -13/+33 |
| 2008-06-30 | Include file order must be "monitor.h" before "extern.h" otherwise enum |  ragge | 6 | -13/+19 |
| 2008-04-13 | Use arc4random_buf() when requesting more than a single word of output |  djm | 1 | -3/+3 |
| 2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for |  deraadt | 1 | -3/+3 |
| 2008-03-15 | Repair the simple cases for msg_controllen where it should just be |  deraadt | 1 | -3/+3 |
| 2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to |  deraadt | 1 | -7/+13 |
| 2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 1 | -4/+4 |
| 2007-07-31 | From Gilles Chehade: |  ray | 1 | -25/+32 |
| 2007-07-27 | Fix potential memory leak, when snprintf(3) returns an empty buffer. |  moritz | 1 | -3/+3 |
| 2007-06-21 | Adjust spacing, combine malloc + strlcpy + strlcat into a single |  ray | 1 | -9/+5 |
| 2007-06-19 | Make sure perror_reply() is only called when errno is set. When |  ray | 1 | -19/+22 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 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-22 | Do not advertise version in the ftp banner, because there is no reason to. |  cloder | 1 | -8/+5 |
| 2007-03-01 | - use proper log facility and priority in the slave sig handlers |  otto | 3 | -16/+21 |
| 2006-12-21 | 'tranfer' -> 'transfer' in comments. |  krw | 1 | -3/+3 |
| 2006-10-18 | Avoid double fclose() of a file if we exceed retries. Coverity ID 2669. |  millert | 1 | -4/+5 |
| 2006-10-18 | you do not call fclose() on a file descriptor; ok cloder |  deraadt | 1 | -3/+3 |
| 2006-04-21 | lint cleanup; ok ray moritz dhill |  deraadt | 4 | -109/+88 |
| 2006-04-02 | malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaks |  djm | 1 | -4/+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-12-03 | remove shadowing variables; ok pval |  deraadt | 1 | -11/+5 |
| 2005-12-01 | fix double var declarations in same scope, found by lint; ok deraadt cloder |  pvalchev | 1 | -4/+4 |
| 2005-09-09 | uppercase `FTP' when talking about the protocol rather than the |  jmc | 1 | -16/+14 |