| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc(7) police: Scheduled sweep. | ru | 2003-02-24 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 | 3 | -6/+25 |
* | Give the code around chroot(2)/chdir(2) a major overhaul by | yar | 2003-01-29 | 4 | -41/+101 |
* | 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 | 4 | -24/+171 |
* | GLOB_MAXPATH has been deprecated in favour of GLOB_LIMIT. | yar | 2003-01-25 | 1 | -1/+1 |
* | - Add a new option, ``-P port'', to specify the port for ftpd(8) | yar | 2003-01-23 | 2 | -5/+23 |
* | Prevent server-side glob(3) patterns from expanding | yar | 2003-01-22 | 1 | -4/+17 |
* | 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 |
* | Replace the instances of literal "/bin/ls" | yar | 2003-01-16 | 1 | -2/+3 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | mdoc(7) police: | ru | 2002-11-25 | 1 | -37/+35 |
* | Oops. Some ut_time stuff slipped through the cracks. These turned out | peter | 2002-11-17 | 1 | -1/+2 |
* | 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 |
* | Teach "ls -Z" to use the policy-agnostic MAC label interfaces rather | rwatson | 2002-10-24 | 1 | -1/+1 |
* | Use the standardized CHAR_BIT constant instead of NBBY in userland. | mike | 2002-09-25 | 2 | -10/+10 |
* | The mode can be "r+" as well on PUT, but only "a" on APPE. | yar | 2002-08-29 | 1 | -1/+1 |
* | Fix lexer jam on unimplemented commands. | yar | 2002-08-29 | 1 | -12/+13 |
* | 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 | 2 | -5/+15 |
* | 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 |
* | Fix command help lines: | yar | 2002-08-13 | 1 | -2/+2 |
* | Rework storing files thoroughly. This includes: | yar | 2002-08-08 | 2 | -24/+84 |
* | 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 |
* | Reflect in the ftpd(8) manpage the fact that ASCII SIZE | yar | 2002-08-05 | 1 | -0/+3 |
* | Deny the SIZE command on large files when in ASCII mode. | yar | 2002-07-31 | 1 | -0/+6 |
* | 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 | 2 | -2/+5 |
* | Document the -u (set umask) option | yar | 2002-07-26 | 1 | -0/+9 |
* | Sort command-line options according to the mostly used style: | yar | 2002-07-26 | 2 | -91/+91 |
* | Use <arpa/ftp.h> stuff cleanly, without introducing | yar | 2002-07-25 | 1 | -1/+3 |
* | Re-use passive data ports with the SO_REUSEADDR | yar | 2002-07-24 | 1 | -10/+16 |
* | Remove the outdated casts to "char *" from the setsockopt(2), | yar | 2002-07-24 | 2 | -17/+15 |
* | Clean up the syslog(3) messages on the setsockopt(2) errors: | yar | 2002-07-24 | 1 | -12/+14 |