| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: r262136 | brueffer | 2014-02-24 | 1 | -5/+1 |
* | Spelling fixes for libexec/ | uqs | 2012-01-07 | 1 | -1/+1 |
* | Move variable externs into extern.h so they are checked against the definitions. | obrien | 2009-04-07 | 1 | -27/+0 |
* | Prevent cross-site forgery attacks on ftpd(8) due to splitting | cperciva | 2008-12-23 | 1 | -6/+22 |
* | Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8). | yar | 2007-04-18 | 1 | -1/+22 |
* | Fix compilation of ftpcmd.y without -DINET6. | yar | 2006-06-05 | 1 | -0/+4 |
* | Use __FBSDID. | yar | 2004-11-18 | 1 | -2/+3 |
* | Use uniform punctuation, capitalization, and language style | yar | 2004-11-18 | 1 | -20/+19 |
* | Fix perror_reply() vs. reply() usage. | yar | 2004-11-18 | 1 | -2/+1 |
* | Kill more unneeded casts found. | yar | 2004-11-17 | 1 | -1/+1 |
* | Kill ancient casts to integral types left from the K&R era. | yar | 2004-11-13 | 1 | -3/+3 |
* | Change ``(foo *)0'' to ``NULL'' where it's possible | yar | 2004-07-31 | 1 | -10/+10 |
* | Kill a small herd of casts to off_t where they were not needed. | yar | 2004-07-31 | 1 | -2/+2 |
* | Printf(3) off_t values through conversion to intmax_t since | yar | 2004-07-31 | 1 | -4/+5 |
* | Convert a couple of bogus null statements to the right form. | yar | 2004-07-31 | 1 | -2/+2 |
* | Pacify gcc warning with a Douglas Adams reference. | peter | 2003-10-26 | 1 | -0/+2 |
* | Block SIGURG while reading from the control channel. | yar | 2003-07-09 | 1 | -0/+6 |
* | Improve error handling in getline(): | yar | 2003-07-09 | 1 | -4/+7 |
* | Don't declare unneeded extern variables, | yar | 2003-06-21 | 1 | -2/+0 |
* | If ftpd is run with an -h option (hide host-specific info,) | yar | 2003-06-16 | 1 | -8/+8 |
* | Allow "~/" in pathnames to work for a chrooted user. | yar | 2003-02-05 | 1 | -2/+4 |
* | Let tilde expansion be done even if a file/directory doesn't exist yet. | yar | 2003-02-04 | 1 | -35/+98 |
* | Add a new option to ftpd(8), "-h", to disable printing any | yar | 2003-01-29 | 1 | -1/+5 |
* | Give the code around chroot(2)/chdir(2) a major overhaul by | yar | 2003-01-29 | 1 | -4/+2 |
* | GLOB_MAXPATH has been deprecated in favour of GLOB_LIMIT. | yar | 2003-01-25 | 1 | -1/+1 |
* | Prevent server-side glob(3) patterns from expanding | yar | 2003-01-22 | 1 | -4/+17 |
* | Replace the instances of literal "/bin/ls" | yar | 2003-01-16 | 1 | -2/+3 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | mike | 2002-09-25 | 1 | -8/+8 |
* | Fix lexer jam on unimplemented commands. | yar | 2002-08-29 | 1 | -12/+13 |
* | Fix command help lines: | yar | 2002-08-13 | 1 | -2/+2 |
* | 1) Use "pathstring" instead of "STRING" consistently. | yar | 2002-08-05 | 1 | -7/+5 |
* | Since GLOB_NOCHECK is set in the glob(3) call, | yar | 2002-08-05 | 1 | -1/+1 |
* | Spot places where "pathname" hasn't been checked | yar | 2002-08-05 | 1 | -3/+4 |
* | Disallow invalid numeric mode values for SITE CHMOD. | yar | 2002-08-05 | 1 | -3/+2 |
* | Deny the SIZE command on large files when in ASCII mode. | yar | 2002-07-31 | 1 | -0/+6 |
* | Use <arpa/ftp.h> stuff cleanly, without introducing | yar | 2002-07-25 | 1 | -1/+3 |
* | GLOB_QUOTE has been retired. | mikeh | 2002-07-17 | 1 | -1/+1 |
* | Teach REST how to restart a file transfer after 2^31 bytes: now yylex() | maxim | 2002-03-14 | 1 | -25/+33 |
* | Remove duplicated yacc nonterminals declarations, sort includes. | maxim | 2002-03-11 | 1 | -4/+3 |
* | o Eliminate __P | imp | 2002-02-03 | 1 | -34/+21 |
* | Remove the setjmp/longjmp stuff completely. Use signal | yar | 2002-01-28 | 1 | -12/+9 |
* | Be more careful about freeing memory after parsing commands. | dwmalone | 2002-01-05 | 1 | -7/+19 |
* | Extend the functionality offered by the -o option into a new option | sheldonh | 2001-09-02 | 1 | -1/+2 |
* | Add a new option, '-o', for "Write-only". Disables the RETR command, | nik | 2001-08-28 | 1 | -1/+5 |
* | Change names of functions and variables with global scope that are | markm | 2001-04-28 | 1 | -8/+8 |
* | Previous clobbered a work-in-progress. Here is the merged result: | peter | 2001-04-17 | 1 | -3/+6 |
* | Limit number of paths returned via glob() for authorized users | jedgar | 2001-04-17 | 1 | -0/+4 |
* | Support the empty "PASS\r\n" command. | green | 2001-04-16 | 1 | -3/+7 |
* | Add the "SITE MD5 filename" facility. | phk | 2001-04-15 | 1 | -1/+15 |
* | Change the read-only reply to "550 Permission denied.". | des | 2001-02-19 | 1 | -1/+1 |