summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd
Commit message (Expand)AuthorAgeFilesLines
* MFC: r262136brueffer2014-02-247-35/+7
* MFC: r261885brueffer2014-02-211-0/+2
* Bump date missed in r202756eadler2012-09-141-1/+1
* Spelling fixes for libexec/uqs2012-01-071-1/+1
* Fix a problem whereby a corrupt DNS record can cause named to crash. [11:06]cperciva2011-12-232-0/+4
* Add LOGIN_SETCPUMASK and LOGIN_SETLOGINCLASS to the setusercontext(3)trasz2011-06-221-6/+5
* Make format string a string literal. (Discovered by clang.)emaste2011-01-041-1/+1
* Handle failure from ftpd_popen in statfilecmd().emaste2011-01-041-0/+4
* expand checkuser() to support the propagation of error codes back tocsjp2011-01-031-8/+27
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-2/+0
* Check that gl_pathc is bigger than zero before derefencing gl_pathv.delphij2010-03-251-1/+2
* Set ut_line to "ftpd" for ftpd.ed2010-02-091-0/+1
* Remove stale references to utmp(5) and its corresponding filenames.ed2010-01-211-2/+1
* Really disable wtmp logging when chrooting.ed2010-01-182-6/+9
* Port ftpd to utmpx.ed2010-01-132-52/+38
* Move variable externs into extern.h so they are checked against the definitions.obrien2009-04-073-30/+29
* o Fix typo: indentical -> identical.maxim2009-01-301-1/+1
* Prevent cross-site forgery attacks on ftpd(8) due to splittingcperciva2008-12-233-8/+29
* Remove references to S/Key and list OPIE.trhodes2007-04-201-8/+7
* Reword the description of the UTF8 option (-8) so I can swearyar2007-04-191-14/+13
* Add support for RFC 2389 (FEAT) and RFC 2640 (UTF8) to ftpd(8).yar2007-04-183-3/+45
* Let automatic TCP send buffer sizing do its job for ftpd(8): stopyar2007-02-091-9/+1
* Fix compilation of ftpcmd.y without -DINET6.yar2006-06-052-1/+8
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
* - Reduce needless DNS query by lookup only appropriate addressume2006-03-011-10/+20
* Touch .Dd because the last commit was content-related.yar2006-01-291-1/+1
* In the daemon code, check for and report possible errorsyar2006-01-211-14/+22
* The daemon's child shouldn't go on with the for loopyar2006-01-211-6/+7
* Use pidfile(3) provided by libutil to manage the deamon's pid file.yar2006-01-212-30/+25
* Add some consistency checks to the signal-related code.yar2005-02-161-0/+6
* A call to maskurg() makes sense only when a transfer is under way,yar2005-02-161-3/+5
* Fix most cases where the address of an int is passed to a function expecting astefanf2005-02-141-5/+8
* Respect the `logging' flag.yar2005-01-191-1/+1
* Improve handling SIGURG and OOB commands on the control channel.yar2005-01-191-134/+269
* Sort sections.ru2005-01-181-6/+6
* Replace err(3) calls when in daemon mode by syslog(3), too.yar2005-01-101-4/+8
* NOPAM -> NO_PAMru2004-12-211-1/+1
* Do a small style(9) fix before I'm hacking the code itself.yar2004-12-161-1/+0
* free(3) is void already.yar2004-12-161-1/+1
* Never emit a message to stderr: use syslog instead.yar2004-12-121-9/+15
* When looking for a virtual host to handle the connection,yar2004-11-221-2/+3
* Calling pam_chauthtok() isn't really needed sinceyar2004-11-221-7/+3
* Don't log the chroot dir on every command since it's constant for a session.yar2004-11-221-9/+8
* Always log remote IP.yar2004-11-221-13/+9
* Treat host name buffers consistently.yar2004-11-221-12/+23
* Make chrootdir global and use it in log messagesyar2004-11-181-9/+4
* Nitpicking on style(9) and whitespace.yar2004-11-181-13/+13
* Use __FBSDID.yar2004-11-184-8/+12
* Don't say, "file: permission denied," if the operationyar2004-11-181-1/+1
* Use uniform punctuation, capitalization, and language styleyar2004-11-182-45/+44
OpenPOWER on IntegriCloud