aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: Scheduled sweep.Ruslan Ermilov2003-02-241-1/+1
* Kill unnecessary vertical whitespace.Yaroslav Tykhiy2003-02-111-1/+0
* Use LOG_AUTHPRIV to hide the username attempted during an invalid loginYaroslav Tykhiy2003-02-111-1/+5
* Allow "~/" in pathnames to work for a chrooted user.Yaroslav Tykhiy2003-02-051-2/+4
* Let tilde expansion be done even if a file/directory doesn't exist yet.Yaroslav Tykhiy2003-02-041-35/+98
* RFC 959 doesn't list reply code 550 as a valid responce to STOR/STOU,Yaroslav Tykhiy2003-02-041-1/+1
* Let real users access special files through FTPYaroslav Tykhiy2003-01-311-3/+13
* When searching for a unique file name in guniquefd(),Yaroslav Tykhiy2003-01-291-0/+4
* Add a new option to ftpd(8), "-h", to disable printing anyYaroslav Tykhiy2003-01-293-6/+25
* Give the code around chroot(2)/chdir(2) a major overhaul byYaroslav Tykhiy2003-01-294-41/+101
* Actually extract the second field from a line in ftpchroot(5)Yaroslav Tykhiy2003-01-271-15/+17
* Allow more than one separator character between fields in ftpchroot(5).Yaroslav Tykhiy2003-01-271-1/+3
* Extend the format of /etc/ftpchroot so an alternative chrootYaroslav Tykhiy2003-01-264-24/+171
* GLOB_MAXPATH has been deprecated in favour of GLOB_LIMIT.Yaroslav Tykhiy2003-01-251-1/+1
* - Add a new option, ``-P port'', to specify the port for ftpd(8)Yaroslav Tykhiy2003-01-232-5/+23
* Prevent server-side glob(3) patterns from expandingYaroslav Tykhiy2003-01-221-4/+17
* The FTP daemon was vulnerable to a DoS where an attacker could bind()Crist J. Clark2003-01-211-19/+26
* Prepend a space character if a line begins with a digitYaroslav Tykhiy2003-01-161-0/+11
* Replace the instances of literal "/bin/ls"Yaroslav Tykhiy2003-01-161-2/+3
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
* mdoc(7) police:Ruslan Ermilov2002-11-251-37/+35
* Oops. Some ut_time stuff slipped through the cracks. These turned outPeter Wemm2002-11-171-1/+2
* Don't free the current addrinfo list, or else a pointer to a freedYaroslav Tykhiy2002-11-111-1/+1
* Have ftpd specify the LOGIN_SETMAC flag to setlogincontext() so thatRobert Watson2002-10-241-2/+3
* Teach "ls -Z" to use the policy-agnostic MAC label interfaces ratherRobert Watson2002-10-241-1/+1
* Use the standardized CHAR_BIT constant instead of NBBY in userland.Mike Barcroft2002-09-252-10/+10
* The mode can be "r+" as well on PUT, but only "a" on APPE.Yaroslav Tykhiy2002-08-291-1/+1
* Fix lexer jam on unimplemented commands.Yaroslav Tykhiy2002-08-291-12/+13
* Remove variables no longer used.Yaroslav Tykhiy2002-08-271-2/+1
* More inithosts() fixes:Yaroslav Tykhiy2002-08-271-8/+15
* Fix an inconsistency between a printf-like format and its argument list.Yaroslav Tykhiy2002-08-271-1/+1
* Add option '-W': don't log FTP sessions to wtmp.Yaroslav Tykhiy2002-08-232-5/+15
* Clean up hostname and hostinfo handling in inithosts():Yaroslav Tykhiy2002-08-201-5/+13
* Fix a wrong comment on (hopefully) right code.Yaroslav Tykhiy2002-08-131-2/+2
* Fix command help lines:Yaroslav Tykhiy2002-08-131-2/+2
* Rework storing files thoroughly. This includes:Yaroslav Tykhiy2002-08-082-24/+84
* 1) Use "pathstring" instead of "STRING" consistently.Yaroslav Tykhiy2002-08-051-7/+5
* Since GLOB_NOCHECK is set in the glob(3) call,Yaroslav Tykhiy2002-08-051-1/+1
* Spot places where "pathname" hasn't been checkedYaroslav Tykhiy2002-08-051-3/+4
* Disallow invalid numeric mode values for SITE CHMOD.Yaroslav Tykhiy2002-08-051-3/+2
* Reflect in the ftpd(8) manpage the fact that ASCII SIZEYaroslav Tykhiy2002-08-051-0/+3
* Deny the SIZE command on large files when in ASCII mode.Yaroslav Tykhiy2002-07-311-0/+6
* Conform to RFC 959, Appendix II, when replyingYaroslav Tykhiy2002-07-291-2/+7
* Make the `-v' option a synonym for `-d'Yaroslav Tykhiy2002-07-262-2/+5
* Document the -u (set umask) optionYaroslav Tykhiy2002-07-261-0/+9
* Sort command-line options according to the mostly used style:Yaroslav Tykhiy2002-07-262-91/+91
* Use <arpa/ftp.h> stuff cleanly, without introducingYaroslav Tykhiy2002-07-251-1/+3
* Re-use passive data ports with the SO_REUSEADDRYaroslav Tykhiy2002-07-241-10/+16
* Remove the outdated casts to "char *" from the setsockopt(2),Yaroslav Tykhiy2002-07-242-17/+15
* Clean up the syslog(3) messages on the setsockopt(2) errors:Yaroslav Tykhiy2002-07-241-12/+14