Age | Commit message (Expand) | Author |
2014-03-24 | remove tcpwrappers support. ok deraadt | Ted Unangst |
2014-03-17 | args! fix argstr. from LEVAI Daniel. | Stuart Henderson |
2014-03-17 | tweak previous; | Jason McIntyre |
2014-03-17 | typo, spotted by okan@ | Stuart Henderson |
2014-03-17 | Add an option to disallow ftp access to accounts with uid below a certain | Stuart Henderson |
2014-02-08 | Fix REST (restart transfer) for offsets large than 2GB. OK okan@ | Todd C. Miller |
2014-01-08 | If the file size is zero, there's nothing to transmit so avoid spamming | Jeremie Courreges-Anglas |
2013-11-27 | unsigned char for ctype | Theo de Raadt |
2013-11-12 | repair the last prototype by bringing in monitor.h | Theo de Raadt |
2013-08-22 | Correct format string mismatches turned up by -Wformat=2 | Philip Guenther |
2013-07-26 | Make sure tmpline[] is always NUL terminated, to avoid possible | Philip Guenther |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-09-27 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-08-04 | MDTM and SIZE have been in RFC 3659 for over five years. Also, mention both | Pascal Stumpf |
2012-04-04 | Return an error much earlier if recvmsg fails | Theo de Raadt |
2012-03-04 | In preparation for getline and getdelim additions to libc, rename getline() | Federico G. Schwindt |
2011-12-15 | s,/var/run/wtmp,/var/log/wtmp and add it to FILES. | Antoine Jacoutot |
2011-12-14 | Add a new '-W' option to prevent saving login records to /var/run/wtmp. | Antoine Jacoutot |
2011-02-09 | Set SO_KEEPALIVE on sockets. OK miod@. Also tested by landry@ | Todd C. Miller |
2010-08-30 | Add missing network service name from /var/log/ftpd entries. | lum |
2010-08-27 | In revision 1.14 of ftpd.c the ident variable was removed from its only meani... | lum |
2010-08-01 | Properly reset states when a login phase is interrupted by another one. | Tobias Stoeckmann |
2010-07-30 | Don't set "success" flags before error checks. | Ray Lai |
2010-06-18 | Prevent a segmentation fault on ftpd_popen error (memory, file descriptor, | Tobias Stoeckmann |
2010-06-13 | Adjust FTP reply codes (in error conditions) to conform to RFC 959. | Tobias Stoeckmann |
2010-03-08 | Check that gl_pathc is bigger than zero before derefencing gl_pathv. While | Mark Kettenis |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-04 | ...and now try again with a commit from the right tree. doh! | Stuart Henderson |
2009-06-04 | ftp uses its own ugly "sockunion" to hold addresses, but with CMD_BIND | Stuart Henderson |
2009-04-20 | When receiving a new connection, log the remote IP number | Ingo Schwarze |
2008-09-30 | Always say "User %s access denied", in all cases, to avoid some stupid | Theo de Raadt |
2008-09-13 | Fix minor bug in the previous commit, which could hang the | Moritz Jodeit |
2008-09-12 | Don't split large commands into multiple commands on a 512-byte | Moritz Jodeit |
2008-06-30 | Include file order must be "monitor.h" before "extern.h" otherwise enum | Anders Magnusson |
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-07-31 | From Gilles Chehade: | Ray Lai |
2007-07-27 | Fix potential memory leak, when snprintf(3) returns an empty buffer. | Moritz Jodeit |
2007-06-21 | Adjust spacing, combine malloc + strlcpy + strlcat into a single | Ray Lai |
2007-06-19 | Make sure perror_reply() is only called when errno is set. When | Ray Lai |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-05 | Remove lint comment, which does not apply anymore. | Moritz Jodeit |
2007-03-26 | Do not log when the slave gets killed because of read() | Moritz Jodeit |
2007-03-22 | Do not advertise version in the ftp banner, because there is no reason to. | Chad Loder |
2007-03-01 | - use proper log facility and priority in the slave sig handlers | Otto Moerbeek |
2006-12-21 | 'tranfer' -> 'transfer' in comments. | Kenneth R Westerback |
2006-10-18 | Avoid double fclose() of a file if we exceed retries. Coverity ID 2669. | Todd C. Miller |