aboutsummaryrefslogtreecommitdiff
path: root/libexec/ftpd
Commit message (Expand)AuthorAgeFilesLines
* o Fix typo: indentical -> identical.Maxim Konovalov2009-01-301-1/+1
* Prevent cross-site forgery attacks on ftpd(8) due to splittingColin Percival2008-12-233-8/+29
* Remove references to S/Key and list OPIE.Tom Rhodes2007-04-201-8/+7
* Reword the description of the UTF8 option (-8) so I can swearYaroslav Tykhiy2007-04-191-14/+13
* Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8).Yaroslav Tykhiy2007-04-183-3/+45
* Let automatic TCP send buffer sizing do its job for ftpd(8): stopYaroslav Tykhiy2007-02-091-9/+1
* Fix compilation of ftpcmd.y without -DINET6.Yaroslav Tykhiy2006-06-052-1/+8
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* - Reduce needless DNS query by lookup only appropriate addressHajimu UMEMOTO2006-03-011-10/+20
* Touch .Dd because the last commit was content-related.Yaroslav Tykhiy2006-01-291-1/+1
* In the daemon code, check for and report possible errorsYaroslav Tykhiy2006-01-211-14/+22
* The daemon's child shouldn't go on with the for loopYaroslav Tykhiy2006-01-211-6/+7
* Use pidfile(3) provided by libutil to manage the deamon's pid file.Yaroslav Tykhiy2006-01-212-30/+25
* Add some consistency checks to the signal-related code.Yaroslav Tykhiy2005-02-161-0/+6
* A call to maskurg() makes sense only when a transfer is under way,Yaroslav Tykhiy2005-02-161-3/+5
* Fix most cases where the address of an int is passed to a function expecting aStefan Farfeleder2005-02-141-5/+8
* Respect the `logging' flag.Yaroslav Tykhiy2005-01-191-1/+1
* Improve handling SIGURG and OOB commands on the control channel.Yaroslav Tykhiy2005-01-191-134/+269
* Sort sections.Ruslan Ermilov2005-01-181-6/+6
* Replace err(3) calls when in daemon mode by syslog(3), too.Yaroslav Tykhiy2005-01-101-4/+8
* NOPAM -> NO_PAMRuslan Ermilov2004-12-211-1/+1
* Do a small style(9) fix before I'm hacking the code itself.Yaroslav Tykhiy2004-12-161-1/+0
* free(3) is void already.Yaroslav Tykhiy2004-12-161-1/+1
* Never emit a message to stderr: use syslog instead.Yaroslav Tykhiy2004-12-121-9/+15
* When looking for a virtual host to handle the connection,Yaroslav Tykhiy2004-11-221-2/+3
* Calling pam_chauthtok() isn't really needed sinceYaroslav Tykhiy2004-11-221-7/+3
* Don't log the chroot dir on every command since it's constant for a session.Yaroslav Tykhiy2004-11-221-9/+8
* Always log remote IP.Yaroslav Tykhiy2004-11-221-13/+9
* Treat host name buffers consistently.Yaroslav Tykhiy2004-11-221-12/+23
* Make chrootdir global and use it in log messagesYaroslav Tykhiy2004-11-181-9/+4
* Nitpicking on style(9) and whitespace.Yaroslav Tykhiy2004-11-181-13/+13
* Use __FBSDID.Yaroslav Tykhiy2004-11-184-8/+12
* Don't say, "file: permission denied," if the operationYaroslav Tykhiy2004-11-181-1/+1
* Use uniform punctuation, capitalization, and language styleYaroslav Tykhiy2004-11-182-45/+44
* Apply __printflike() to the appendf() prototype so the compilerYaroslav Tykhiy2004-11-181-1/+1
* Fix perror_reply() vs. reply() usage.Yaroslav Tykhiy2004-11-182-3/+3
* '\n' needs not to appear in reply() strings.Yaroslav Tykhiy2004-11-181-3/+3
* Log pathname arguments to ftp commands as the user specified them;Yaroslav Tykhiy2004-11-181-33/+55
* Use S_ISDIR() macro instead of a hand-rolled test.Yaroslav Tykhiy2004-11-181-1/+1
* getcwd() won't leave a error string in the buffer, unlike getwd().Yaroslav Tykhiy2004-11-181-1/+1
* Use POSIX functions instead of legacy ones:Yaroslav Tykhiy2004-11-171-2/+2
* Kill more unneeded casts found.Yaroslav Tykhiy2004-11-172-4/+4
* Don't invent ways of capitalization orthogonal to the English grammar.Yaroslav Tykhiy2004-11-151-2/+2
* RFC 959 states that the following codes should be usedYaroslav Tykhiy2004-11-151-3/+5
* Using off_t to pass a block size is obvious overkill.Yaroslav Tykhiy2004-11-131-2/+2
* Kill ancient casts to integral types left from the K&R era.Yaroslav Tykhiy2004-11-133-9/+9
* Fix logxfer() by using realpath(3) instead of playing with getwd(3).Yaroslav Tykhiy2004-11-031-4/+8
* Replace the last occurence of (long long) and %qd withYaroslav Tykhiy2004-11-021-2/+2
* OpenPAM allows passing a NULL "pamh" to pam_strerror() to indicateYaroslav Tykhiy2004-11-011-2/+5
* - Stop shadowing global "pamh" by a local variable in auth_pam().Yaroslav Tykhiy2004-10-301-9/+15