| Commit message (Expand) | Author | Age | Files | Lines |
| * | If a file to send in ASCII mode already has CRLF as end-of-line, | Yaroslav Tykhiy | 2003-11-15 | 1 | -2/+4 |
| * | Pacify gcc warning with a Douglas Adams reference. | Peter Wemm | 2003-10-26 | 1 | -0/+2 |
| * | Don't depend on IPv4-mapped IPv6 address to bind to both IPv4 | Hajimu UMEMOTO | 2003-09-14 | 2 | -75/+115 |
| * | Eliminate last three uses of varargs.h in the tree. These three files | Alexander Kabaev | 2003-09-01 | 1 | -1/+0 |
| * | Add a note that the -u option can be overridden by settings in login.conf(5). | Ceri Davies | 2003-08-31 | 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 |
| * | Make a malloced copy of "chrootdir" even if it points to an absolute | Yaroslav Tykhiy | 2003-07-09 | 1 | -3/+5 |
| * | 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 |
| * | Add section number to .Xr | Philippe Charnier | 2003-06-08 | 1 | -1/+1 |
| * | Assorted mdoc(7) fixes. | Ruslan Ermilov | 2003-06-01 | 1 | -19/+18 |
| * | mdoc(7) police: Properly markup the previous revision. | Ruslan Ermilov | 2003-05-16 | 1 | -2/+6 |
| * | Update the description of the -u option to mention that IP_PORTRANGE_HIGH | Mike Silbersack | 2003-03-25 | 1 | -6/+9 |
| * | mdoc(7) police: Scheduled sweep. | Ruslan Ermilov | 2003-02-24 | 1 | -1/+1 |
| * | Kill unnecessary vertical whitespace. | Yaroslav Tykhiy | 2003-02-11 | 1 | -1/+0 |
| * | Use LOG_AUTHPRIV to hide the username attempted during an invalid login | Yaroslav Tykhiy | 2003-02-11 | 1 | -1/+5 |
| * | 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 |
| * | RFC 959 doesn't list reply code 550 as a valid responce to STOR/STOU, | Yaroslav Tykhiy | 2003-02-04 | 1 | -1/+1 |
| * | Let real users access special files through FTP | Yaroslav Tykhiy | 2003-01-31 | 1 | -3/+13 |
| * | When searching for a unique file name in guniquefd(), | Yaroslav Tykhiy | 2003-01-29 | 1 | -0/+4 |
| * | Add a new option to ftpd(8), "-h", to disable printing any | Yaroslav Tykhiy | 2003-01-29 | 3 | -6/+25 |
| * | Give the code around chroot(2)/chdir(2) a major overhaul by | Yaroslav Tykhiy | 2003-01-29 | 4 | -41/+101 |
| * | Actually extract the second field from a line in ftpchroot(5) | Yaroslav Tykhiy | 2003-01-27 | 1 | -15/+17 |
| * | Allow more than one separator character between fields in ftpchroot(5). | Yaroslav Tykhiy | 2003-01-27 | 1 | -1/+3 |
| * | Extend the format of /etc/ftpchroot so an alternative chroot | Yaroslav Tykhiy | 2003-01-26 | 4 | -24/+171 |
| * | GLOB_MAXPATH has been deprecated in favour of GLOB_LIMIT. | Yaroslav Tykhiy | 2003-01-25 | 1 | -1/+1 |
| * | - Add a new option, ``-P port'', to specify the port for ftpd(8) | Yaroslav Tykhiy | 2003-01-23 | 2 | -5/+23 |
| * | Prevent server-side glob(3) patterns from expanding | Yaroslav Tykhiy | 2003-01-22 | 1 | -4/+17 |
| * | The FTP daemon was vulnerable to a DoS where an attacker could bind() | Crist J. Clark | 2003-01-21 | 1 | -19/+26 |
| * | Prepend a space character if a line begins with a digit | Yaroslav Tykhiy | 2003-01-16 | 1 | -0/+11 |
| * | Replace the instances of literal "/bin/ls" | Yaroslav Tykhiy | 2003-01-16 | 1 | -2/+3 |
| * | english(4) police. | Jens Schweikhardt | 2002-12-27 | 1 | -1/+1 |
| * | mdoc(7) police: | Ruslan Ermilov | 2002-11-25 | 1 | -37/+35 |
| * | Oops. Some ut_time stuff slipped through the cracks. These turned out | Peter Wemm | 2002-11-17 | 1 | -1/+2 |
| * | Don't free the current addrinfo list, or else a pointer to a freed | Yaroslav Tykhiy | 2002-11-11 | 1 | -1/+1 |
| * | Have ftpd specify the LOGIN_SETMAC flag to setlogincontext() so that | Robert Watson | 2002-10-24 | 1 | -2/+3 |
| * | Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather | Robert Watson | 2002-10-24 | 1 | -1/+1 |
| * | Use the standardized CHAR_BIT constant instead of NBBY in userland. | Mike Barcroft | 2002-09-25 | 2 | -10/+10 |
| * | The mode can be "r+" as well on PUT, but only "a" on APPE. | Yaroslav Tykhiy | 2002-08-29 | 1 | -1/+1 |
| * | Fix lexer jam on unimplemented commands. | Yaroslav Tykhiy | 2002-08-29 | 1 | -12/+13 |
| * | Remove variables no longer used. | Yaroslav Tykhiy | 2002-08-27 | 1 | -2/+1 |
| * | More inithosts() fixes: | Yaroslav Tykhiy | 2002-08-27 | 1 | -8/+15 |
| * | Fix an inconsistency between a printf-like format and its argument list. | Yaroslav Tykhiy | 2002-08-27 | 1 | -1/+1 |
| * | Add option '-W': don't log FTP sessions to wtmp. | Yaroslav Tykhiy | 2002-08-23 | 2 | -5/+15 |
| * | Clean up hostname and hostinfo handling in inithosts(): | Yaroslav Tykhiy | 2002-08-20 | 1 | -5/+13 |
| * | Fix a wrong comment on (hopefully) right code. | Yaroslav Tykhiy | 2002-08-13 | 1 | -2/+2 |
| * | Fix command help lines: | Yaroslav Tykhiy | 2002-08-13 | 1 | -2/+2 |
| * | Rework storing files thoroughly. This includes: | Yaroslav Tykhiy | 2002-08-08 | 2 | -24/+84 |