aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd/ftpd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC:Yaroslav Tykhiy2004-11-251-4/+5
* MFC rev. 1.169, 1.175: Fixes related to logxfer().Yaroslav Tykhiy2004-11-131-6/+10
* MFC rev. 1.166-1.168: Assorted fixes around the call to sendfile(2).Yaroslav Tykhiy2004-11-131-4/+15
* MFC rev. 1.160: kill an unused variable.Maxim Konovalov2004-11-101-8/+9
* MFC 1.156:Yaroslav Tykhiy2004-08-281-1/+1
* MFC: add missing setusershell() call.Philippe Charnier2004-02-221-0/+1
* MFC rev. 1.148, 1.150-1.153:Yaroslav Tykhiy2004-02-161-2/+17
* MFC part of 1.75; specifically, call pam_acct_mgmt().Dag-Erling Smørgrav2004-01-261-0/+14
* MFC rev. 1.147: Avoid adding excessive CRs when in ASCII mode.Yaroslav Tykhiy2003-12-061-2/+4
* MFC: Don't depend on IPv4-mapped IPv6 address to bind to both IPv4Hajimu UMEMOTO2003-10-291-65/+113
* MFC rev. 1.145: Make a malloced copy of "chrootdir" even if itYaroslav Tykhiy2003-07-171-3/+5
* MFC 1.143: Use LOG_AUTHPRIV to hide the username attemptedYaroslav Tykhiy2003-02-141-1/+5
* MFC: Rework the code around chroot(2)/chdir(2). This gives us:Yaroslav Tykhiy2003-02-111-38/+114
* MFC 1.141: Let real users access special files through FTPYaroslav Tykhiy2003-02-071-3/+13
* MFC: Add a new option to ftpd(8), "-h", to disable printingYaroslav Tykhiy2003-02-051-4/+16
* MFC 1.140, 1.142: When searching for a unique file name,Yaroslav Tykhiy2003-02-051-0/+4
* MFC: Add an option, "-P", to specify the port to listen at in daemon mode.Yaroslav Tykhiy2003-01-301-4/+11
* MFC: Address the issues concerning filenames with '\n' in themYaroslav Tykhiy2003-01-301-0/+11
* MFC 1.133: Fix DoS vulnerability by releasing the bind() to port 20Crist J. Clark2003-01-221-19/+26
* MFC rev. 1.131:Yaroslav Tykhiy2002-11-171-1/+1
* MFC rev. 1.126: Fix more aspects of dynamic memory handlingYaroslav Tykhiy2002-08-311-8/+15
* MFC rev.1.122, 1.125:Yaroslav Tykhiy2002-08-301-3/+3
* MFC: Add the "-W" option: Don't log every FTP session to wtmp(5).Yaroslav Tykhiy2002-08-301-4/+11
* MFC: Add the "-M" option: prevent anonymous usersYaroslav Tykhiy2002-08-291-2/+9
* MFC rev.1.105: Reset the "transfer in progress" flag afterYaroslav Tykhiy2002-08-291-0/+1
* MFC: Rework and improve the file upload function.Yaroslav Tykhiy2002-08-291-25/+80
* MFC rev. 1.107, 1.111, 1.123: Virtual hosting function fixes.Yaroslav Tykhiy2002-08-271-42/+69
* MFC rev. 1.106: Use fgetln(3) to read lines from configuration files,Yaroslav Tykhiy2002-08-121-48/+78
* MFC: Sort options, document undocumented ones.Yaroslav Tykhiy2002-08-091-40/+40
* MFC rev. 1.117: Set SO_REUSEADDR on passive data ports,Yaroslav Tykhiy2002-08-081-10/+16
* MFC: Remove the casts to (char*), which have become incorrectYaroslav Tykhiy2002-08-081-16/+14
* MFC rev. 1.120: conform to RFC 959, Appendix II, in MKD reply.Yaroslav Tykhiy2002-08-081-2/+7
* MFC rev. 1.115: Clean up the syslog(3) messages on the setsockopt(2) errors.Yaroslav Tykhiy2002-07-311-12/+14
* MFC rev. 1.102: move 'byte_count' calculation just before 'recvurg' check.Maxim Konovalov2002-07-311-1/+5
* MFC: use IPV6_V6ONLY instead of non standard IPV6_BINDV6ONLY.Hajimu UMEMOTO2002-07-291-4/+2
* MFC rev. 1.113:Yaroslav Tykhiy2002-07-291-3/+31
* MFC rev. 1.112:Yaroslav Tykhiy2002-07-291-2/+2
* MFC: Cope with 2292bis-01 getaddrinfo (no NI_WITHSCOPEID, always attachHajimu UMEMOTO2002-07-251-14/+12
* MFC rev. 1.110:Yaroslav Tykhiy2002-07-241-4/+4
* MFC rev. 1.108: A style fix.Yaroslav Tykhiy2002-07-231-1/+1
* MFC rev. 1.98: fix infinite loop around sendfile(2) after sending >4GB file.Maxim Konovalov2002-03-151-5/+3
* MFC: Various ftpd changes which haven't found their way into -stable yet.David Malone2002-02-161-27/+25
* MFC rev1.96: Remove setjmp/longjmp;Yaroslav Tykhiy2002-02-151-32/+85
* MFC: Log wtmp according to an address family properly.Hajimu UMEMOTO2002-02-041-3/+3
* MFC: merge in -o and -O options, and fix SYNOPSISSheldon Hearn2001-12-181-1/+12
* MFC rev1.87: Eliminate a bug of calling select()+accept()Yaroslav Tykhiy2001-11-271-7/+25
* Remove duplicate blocks of code, which used to followYaroslav Tykhiy2001-11-191-31/+0
* MFC rev1.86: Don't let a user name in ftpd's proctitleYaroslav Tykhiy2001-11-021-1/+1
* MFC:Mike Heffner2001-08-091-1/+1
* MFC 1.77: compile okay with -DVIRTUAL_HOSTING.Dima Dorfman2001-07-191-2/+2