| Commit message (Expand) | Author | Age | Files | Lines |
* | Move variable externs into extern.h so they are checked against the definitions. | obrien | 2009-04-07 | 3 | -30/+29 |
* | o Fix typo: indentical -> identical. | maxim | 2009-01-30 | 1 | -1/+1 |
* | Prevent cross-site forgery attacks on ftpd(8) due to splitting | cperciva | 2008-12-23 | 3 | -8/+29 |
* | Remove references to S/Key and list OPIE. | trhodes | 2007-04-20 | 1 | -8/+7 |
* | Reword the description of the UTF8 option (-8) so I can swear | yar | 2007-04-19 | 1 | -14/+13 |
* | Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8). | yar | 2007-04-18 | 3 | -3/+45 |
* | Let automatic TCP send buffer sizing do its job for ftpd(8): stop | yar | 2007-02-09 | 1 | -9/+1 |
* | Fix compilation of ftpcmd.y without -DINET6. | yar | 2006-06-05 | 2 | -1/+8 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+3 |
* | - Reduce needless DNS query by lookup only appropriate address | ume | 2006-03-01 | 1 | -10/+20 |
* | Touch .Dd because the last commit was content-related. | yar | 2006-01-29 | 1 | -1/+1 |
* | In the daemon code, check for and report possible errors | yar | 2006-01-21 | 1 | -14/+22 |
* | The daemon's child shouldn't go on with the for loop | yar | 2006-01-21 | 1 | -6/+7 |
* | Use pidfile(3) provided by libutil to manage the deamon's pid file. | yar | 2006-01-21 | 2 | -30/+25 |
* | Add some consistency checks to the signal-related code. | yar | 2005-02-16 | 1 | -0/+6 |
* | A call to maskurg() makes sense only when a transfer is under way, | yar | 2005-02-16 | 1 | -3/+5 |
* | Fix most cases where the address of an int is passed to a function expecting a | stefanf | 2005-02-14 | 1 | -5/+8 |
* | Respect the `logging' flag. | yar | 2005-01-19 | 1 | -1/+1 |
* | Improve handling SIGURG and OOB commands on the control channel. | yar | 2005-01-19 | 1 | -134/+269 |
* | Sort sections. | ru | 2005-01-18 | 1 | -6/+6 |
* | Replace err(3) calls when in daemon mode by syslog(3), too. | yar | 2005-01-10 | 1 | -4/+8 |
* | NOPAM -> NO_PAM | ru | 2004-12-21 | 1 | -1/+1 |
* | Do a small style(9) fix before I'm hacking the code itself. | yar | 2004-12-16 | 1 | -1/+0 |
* | free(3) is void already. | yar | 2004-12-16 | 1 | -1/+1 |
* | Never emit a message to stderr: use syslog instead. | yar | 2004-12-12 | 1 | -9/+15 |
* | When looking for a virtual host to handle the connection, | yar | 2004-11-22 | 1 | -2/+3 |
* | Calling pam_chauthtok() isn't really needed since | yar | 2004-11-22 | 1 | -7/+3 |
* | Don't log the chroot dir on every command since it's constant for a session. | yar | 2004-11-22 | 1 | -9/+8 |
* | Always log remote IP. | yar | 2004-11-22 | 1 | -13/+9 |
* | Treat host name buffers consistently. | yar | 2004-11-22 | 1 | -12/+23 |
* | Make chrootdir global and use it in log messages | yar | 2004-11-18 | 1 | -9/+4 |
* | Nitpicking on style(9) and whitespace. | yar | 2004-11-18 | 1 | -13/+13 |
* | Use __FBSDID. | yar | 2004-11-18 | 4 | -8/+12 |
* | Don't say, "file: permission denied," if the operation | yar | 2004-11-18 | 1 | -1/+1 |
* | Use uniform punctuation, capitalization, and language style | yar | 2004-11-18 | 2 | -45/+44 |
* | Apply __printflike() to the appendf() prototype so the compiler | yar | 2004-11-18 | 1 | -1/+1 |
* | Fix perror_reply() vs. reply() usage. | yar | 2004-11-18 | 2 | -3/+3 |
* | '\n' needs not to appear in reply() strings. | yar | 2004-11-18 | 1 | -3/+3 |
* | Log pathname arguments to ftp commands as the user specified them; | yar | 2004-11-18 | 1 | -33/+55 |
* | Use S_ISDIR() macro instead of a hand-rolled test. | yar | 2004-11-18 | 1 | -1/+1 |
* | getcwd() won't leave a error string in the buffer, unlike getwd(). | yar | 2004-11-18 | 1 | -1/+1 |
* | Use POSIX functions instead of legacy ones: | yar | 2004-11-17 | 1 | -2/+2 |
* | Kill more unneeded casts found. | yar | 2004-11-17 | 2 | -4/+4 |
* | Don't invent ways of capitalization orthogonal to the English grammar. | yar | 2004-11-15 | 1 | -2/+2 |
* | RFC 959 states that the following codes should be used | yar | 2004-11-15 | 1 | -3/+5 |
* | Using off_t to pass a block size is obvious overkill. | yar | 2004-11-13 | 1 | -2/+2 |
* | Kill ancient casts to integral types left from the K&R era. | yar | 2004-11-13 | 3 | -9/+9 |
* | Fix logxfer() by using realpath(3) instead of playing with getwd(3). | yar | 2004-11-03 | 1 | -4/+8 |
* | Replace the last occurence of (long long) and %qd with | yar | 2004-11-02 | 1 | -2/+2 |
* | OpenPAM allows passing a NULL "pamh" to pam_strerror() to indicate | yar | 2004-11-01 | 1 | -2/+5 |