Age | Commit message (Expand) | Author |
2017-04-27 | Don't send multiple error messages in response to a single command | Mike Belopuhov |
2017-04-17 | memset() of password field should be explicit_bzero(). | Theo de Raadt |
2017-04-17 | freezero() can be used here | Theo de Raadt |
2016-09-03 | Use a single "opt" variable for all setsockopt calls in getdatasock(). | Jeremie Courreges-Anglas |
2016-09-03 | Set "lowdelay" and "throughput" Traffic Class on command & data IPv6 sockets. | Jeremie Courreges-Anglas |
2016-08-31 | Don't attempt to support IPv4-mapped IPv6 addresses. | Jeremie Courreges-Anglas |
2016-08-30 | remove ifdef for all the features we have. | Ted Unangst |
2016-08-26 | trim down some NBBY references. 8 bits ought to be enough for anyone. | Ted Unangst |
2016-08-14 | When upcasting to off_t for multiplication, the cast needs to be *before* | Philip Guenther |
2016-08-14 | Convert %q to %ll with long long casts for printf() | Philip Guenther |
2016-07-04 | Use fstatat() instead of crafting a filename to use with stat() | Philip Guenther |
2016-05-04 | Kill #ifdef INET6 occurrences in userland. | Jeremie Courreges-Anglas |
2016-04-25 | prefer setres{u,g}id() rather than manipulating both real and effective | Theo de Raadt |
2016-04-06 | compare pointer to NULL instead of 0 | Sebastien Marie |
2016-03-16 | More "(<blah> *)0" -> NULL, avoiding any stdarg functions. | Kenneth R Westerback |
2016-02-29 | Print ssize_t with %zd; ok deraadt@ mmcc@ | Jeremie Courreges-Anglas |
2016-02-29 | Kill unused variable. | Jeremie Courreges-Anglas |
2015-12-12 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-12-01 | needs utf8.c from the ls tree also | Theo de Raadt |
2015-11-16 | don't need to ifdef setproctitle | Ted Unangst |
2015-10-25 | No longer create /var/run/ftpd.pid in daemon mode; OK jung@ jca@ | Todd C. Miller |
2015-10-25 | unifdef some oldness. (BSD not defined since removal of param.h) | Ted Unangst |
2015-10-19 | Delete the empty example file "ftpchroot"; no example is needed. | Ingo Schwarze |
2015-10-04 | fix custom popen to return pid to caller instead of tracking in a giant | Ted Unangst |
2015-09-01 | test pointers with NULL not '\0' | Jonathan Gray |
2015-08-18 | calloc() is prototyped; do not cast result | Theo de Raadt |
2015-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ | Todd C. Miller |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-02-06 | SIZE_MAX is standard, we should be using it in preference to the | Todd C. Miller |
2015-01-19 | CMASK went out of scope with the recent <sys/param.h> removal. But oh | Theo de Raadt |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-08-25 | Delete secret or secret-derived data with explicit_bzero. | Doug Hogan |
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 |