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