| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | We must not fall back to the old way (read-write) | yar | 2004-10-15 | 1 | -1/+1 |
* | Clean-up around sendfile(): drop an excessive check for error condition. | yar | 2004-10-15 | 1 | -2/+2 |
* | Account for the fact that sendfile(2) may hit the end of file | yar | 2004-10-15 | 1 | -1/+12 |
* | Indent. | maxim | 2004-09-24 | 1 | -7/+7 |
* | o Merge rev. 1.5 libexec/ftpd/ftpd.c from DragonflyBSD: | maxim | 2004-09-24 | 1 | -0/+2 |
* | Change ``(foo *)0'' to ``NULL'' where it's possible | yar | 2004-07-31 | 1 | -1/+1 |
* | Kill a small herd of casts to off_t where they were not needed. | yar | 2004-07-31 | 1 | -8/+7 |
* | Printf(3) off_t values through conversion to intmax_t since | yar | 2004-07-31 | 1 | -6/+10 |
* | Kill an unused variable (heading to WARNS=2.) | yar | 2004-07-31 | 1 | -1/+0 |
* | Ditto for (gid_t). | yar | 2004-07-30 | 1 | -1/+1 |
* | Kill casts to (uid_t) obviously left from the K&R era. | yar | 2004-07-30 | 1 | -14/+14 |
* | Add a comment to explain that the loop around the call to bind(2) | yar | 2004-07-30 | 1 | -0/+9 |
* | Open a socket for a data transfer in active mode using euid | yar | 2004-07-30 | 1 | -1/+1 |
* | Simplify conditional compilation logic some. | obrien | 2004-06-13 | 1 | -11/+15 |
* | Handle variable argument lists correctly in reply() and lreply(). | tjr | 2004-05-13 | 1 | -2/+8 |
* | NULL looks better than (char *)0 unless we're passing | yar | 2004-02-07 | 1 | -1/+1 |
* | Deny attempts to rename a file from guest users if the policy | yar | 2004-02-07 | 1 | -0/+4 |
* | perror_reply() should not be used where errno isn't meaningful. | yar | 2004-02-07 | 1 | -1/+5 |
* | Work around a bug in some clients by never returning raw directory | yar | 2004-02-07 | 1 | -1/+8 |
* | add missing setusershell() calls. | charnier | 2004-01-18 | 1 | -0/+1 |
* | man ftpd says that "by default, anonymous users cannot modify existing files." | anholt | 2004-01-07 | 1 | -1/+1 |
* | If a file to send in ASCII mode already has CRLF as end-of-line, | yar | 2003-11-15 | 1 | -2/+4 |
* | Don't depend on IPv4-mapped IPv6 address to bind to both IPv4 | ume | 2003-09-14 | 1 | -66/+114 |
* | Make a malloced copy of "chrootdir" even if it points to an absolute | yar | 2003-07-09 | 1 | -3/+5 |
* | Kill unnecessary vertical whitespace. | yar | 2003-02-11 | 1 | -1/+0 |
* | Use LOG_AUTHPRIV to hide the username attempted during an invalid login | yar | 2003-02-11 | 1 | -1/+5 |
* | RFC 959 doesn't list reply code 550 as a valid responce to STOR/STOU, | yar | 2003-02-04 | 1 | -1/+1 |
* | Let real users access special files through FTP | yar | 2003-01-31 | 1 | -3/+13 |
* | When searching for a unique file name in guniquefd(), | yar | 2003-01-29 | 1 | -0/+4 |
* | Add a new option to ftpd(8), "-h", to disable printing any | yar | 2003-01-29 | 1 | -4/+16 |
* | Give the code around chroot(2)/chdir(2) a major overhaul by | yar | 2003-01-29 | 1 | -33/+72 |
* | Actually extract the second field from a line in ftpchroot(5) | yar | 2003-01-27 | 1 | -15/+17 |
* | Allow more than one separator character between fields in ftpchroot(5). | yar | 2003-01-27 | 1 | -1/+3 |
* | Extend the format of /etc/ftpchroot so an alternative chroot | yar | 2003-01-26 | 1 | -22/+55 |
* | - Add a new option, ``-P port'', to specify the port for ftpd(8) | yar | 2003-01-23 | 1 | -4/+11 |
* | The FTP daemon was vulnerable to a DoS where an attacker could bind() | cjc | 2003-01-21 | 1 | -19/+26 |
* | Prepend a space character if a line begins with a digit | yar | 2003-01-16 | 1 | -0/+11 |
* | Don't free the current addrinfo list, or else a pointer to a freed | yar | 2002-11-11 | 1 | -1/+1 |
* | Have ftpd specify the LOGIN_SETMAC flag to setlogincontext() so that | rwatson | 2002-10-24 | 1 | -2/+3 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | mike | 2002-09-25 | 1 | -2/+2 |
* | The mode can be "r+" as well on PUT, but only "a" on APPE. | yar | 2002-08-29 | 1 | -1/+1 |
* | Remove variables no longer used. | yar | 2002-08-27 | 1 | -2/+1 |
* | More inithosts() fixes: | yar | 2002-08-27 | 1 | -8/+15 |
* | Fix an inconsistency between a printf-like format and its argument list. | yar | 2002-08-27 | 1 | -1/+1 |
* | Add option '-W': don't log FTP sessions to wtmp. | yar | 2002-08-23 | 1 | -4/+11 |
* | Clean up hostname and hostinfo handling in inithosts(): | yar | 2002-08-20 | 1 | -5/+13 |
* | Fix a wrong comment on (hopefully) right code. | yar | 2002-08-13 | 1 | -2/+2 |
* | Rework storing files thoroughly. This includes: | yar | 2002-08-08 | 1 | -23/+78 |
* | Conform to RFC 959, Appendix II, when replying | yar | 2002-07-29 | 1 | -2/+7 |
* | Make the `-v' option a synonym for `-d' | yar | 2002-07-26 | 1 | -1/+1 |