summaryrefslogtreecommitdiff
path: root/libexec/ftpd
Commit message (Expand)AuthorAgeFilesLines
* MFC revision 1.65:Ceri Davies2003-09-041-0/+2
* MFC rev. 1.53, 1.54: getline() improvements:Yaroslav Tykhiy2003-07-171-4/+13
* MFC rev. 1.145: Make a malloced copy of "chrootdir" even if itYaroslav Tykhiy2003-07-171-3/+5
* MFC rev. 1.51: Don't reveal host-specific info in the reply to SYSTYaroslav Tykhiy2003-06-231-8/+8
* 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-114-44/+134
* 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-053-6/+25
* MFC 1.140, 1.142: When searching for a unique file name,Yaroslav Tykhiy2003-02-051-0/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2003-01-301-0/+121
* MFC: Add an option, "-P", to specify the port to listen at in daemon mode.Yaroslav Tykhiy2003-01-302-5/+23
* MFC: Address the issues concerning filenames with '\n' in themYaroslav Tykhiy2003-01-302-4/+28
* MFC rev 1.44, 1.46: C language style and usage:Yaroslav Tykhiy2003-01-301-3/+4
* MFC 1.133: Fix DoS vulnerability by releasing the bind() to port 20Crist J. Clark2003-01-221-19/+26
* MFC: english(4) fixes, aka typos found by ispell.Jens Schweikhardt2002-12-291-1/+1
* MFC rev. 1.131:Yaroslav Tykhiy2002-11-171-1/+1
* MFC rev. 1.42: Fix lexer jam on unimplemented commands.Yaroslav Tykhiy2002-08-311-12/+13
* 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-302-5/+15
* MFC: Add the "-M" option: prevent anonymous usersYaroslav Tykhiy2002-08-292-3/+12
* 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-292-26/+86
* MFC rev. 1.107, 1.111, 1.123: Virtual hosting function fixes.Yaroslav Tykhiy2002-08-271-42/+69
* MFC rev. 1.41: Fix help lines.Yaroslav Tykhiy2002-08-201-2/+2
* MFC rev. 1.52: Document ASCII SIZE limitation.Yaroslav Tykhiy2002-08-201-0/+3
* MFC rev. 1.36: Deny ASCII SIZE requests on large files.Yaroslav Tykhiy2002-08-151-0/+6
* MFC rev. 1.{37,38,40}: Parser fixes:Yaroslav Tykhiy2002-08-131-13/+11
* 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-092-88/+100
* MFC rev. 1.39: Report true error of glob(3).Yaroslav Tykhiy2002-08-081-1/+1
* 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-082-17/+15
* MFC rev. 1.120: conform to RFC 959, Appendix II, in MKD reply.Yaroslav Tykhiy2002-08-081-2/+7
* MFC rev. 1.35: Avoid introducing a non-portable constant.Yaroslav Tykhiy2002-08-011-1/+3
* 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.33 ftpcmd.y: teach REST how to restart a file transferMaxim Konovalov2002-04-151-25/+33
* The 'ls' sources now require libm.Josef Karthauser2002-03-281-0/+3
* MFC rev. 1.32: remove duplicated yacc nonterminals declarations,Maxim Konovalov2002-03-181-4/+3
* 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-164-47/+78
* MFC rev1.30: Remove setjmp/longjmp;Yaroslav Tykhiy2002-02-151-12/+9
* MFC rev1.96: Remove setjmp/longjmp;Yaroslav Tykhiy2002-02-151-32/+85