summaryrefslogtreecommitdiff
path: root/libexec/ftpd/ftpd.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.7.0_cvscvs2svn2002-10-081-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
* MFC: globbing limits for ftpd.Jonathan Lemon2001-03-211-0/+10
* MFC: About 9 months worth of updates. Major features: -r(eadonly) mode,Kris Kennaway2001-03-051-23/+67
* MFC: Format string paranoiaKris Kennaway2001-02-181-2/+2
* MFC: Fix broken PAM with SKEY behaviour: the skey.access file checksGuido van Rooij2000-10-231-7/+8
* MFC: Honour skey.access(5) by allowing UNIX passwords when skeyaccess(3)Jordan K. Hubbard2000-09-201-4/+10
* MFC rev 1.67: use MAXLOGNAME.Sheldon Hearn2000-08-171-1/+1
* MFC: (rev 1.66) fix `control socket: Protocol not supported'Ruslan Ermilov2000-08-171-3/+2
* MFC: Fixes virtual host selection from /etc/ftphosts.David Nugent2000-06-261-8/+11
* MFC: v1.63Nick Sayer2000-05-251-0/+31
* Add more dual stack consideration.Yoshinobu Inoue2000-02-101-19/+27
* Fix ftpd core dump when hostname is not set.Yoshinobu Inoue2000-02-031-1/+2
* another tcp apps IPv6 updates.(should be make world safe)Yoshinobu Inoue2000-01-271-88/+415
* Fix for new Kerberos4. Make a fist cut at PAM-ising while I'm here.Mark Murray1999-09-191-20/+140
* When a STAT command is sent to ftpd as an out-of-band transmission duringMichael Haro1999-09-121-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* unifdef -DINTERNAL_LS - it's too useful to be off by default. If anyonePeter Wemm1999-08-261-5/+1
* More egcs warning fixes:Warner Losh1999-04-251-2/+3
* Ensure that things returned by gethostname() andBrian Somers1999-04-071-4/+5
* Use realhostname() rather than various combinations ofBrian Somers1999-04-061-9/+3