summaryrefslogtreecommitdiff
path: root/libexec/ftpd/cmds.c
AgeCommit message (Expand)Author
2016-01-17PR/50665: David Binderman: move "dir" to the outer scope so it stays alivechristos
2015-08-10Fix directory stream leaksshm
2013-07-03check that stat succeeded before testing the guts of struct statchristos
2013-06-28Fix violations of the sequence point rule.joerg
2012-06-19Pass WARNS=5dholland
2009-03-15Fix WARNS=4 issues (const & sign mismatches, etc)lukem
2009-03-02Use LLF (et al) instead of "%lld" (et al).lukem
2008-12-29fix for 64 bit time_t and dev_tchristos
2008-09-13Crank copyright dateslukem
2008-06-09Don't use non-standard "u_<foo>" types.lukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-02-01debug -> ftpd_debugchristos
2004-08-09Fixes from (or inspired by) OpenBSD:lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-24Fix uninitialized variable in mlsname()erh
2003-01-08ftpd was unable to service the pwd request once you entered a directorymanu
2002-10-25Turns out that our implementation of STAT wasn't RFC 959 compliant.itojun
2002-10-12* enclose unknown command strings inside a pair of 's to clearly mark thedarrenr
2002-10-11"Command not implemented." is 502, not 501 (RFC959, 4.2.1)darrenr
2002-02-13Fixes for mlsd/mlst standards conformance issues (noted by Robert Elz):lukem
2002-02-01fix previous, and ensure that closedataconn() is only called after dataconn()lukem
2002-01-17reject SIZE request for ascii file if it exceeds 10k.itojun
2001-04-25crank copyrights of files changed this yearlukem
2001-01-09ensure replydirname() do not truncate the names.itojun
2001-01-09make sure we do not return stray " at the end of stirng, like bla"\0.itojun
2000-12-18Features:lukem
2000-12-04in replydirname(), avoid one-byte overrun.itojun
2000-11-16- new ftpd.conf directives:lukem
2000-11-15changes to improve portability:lukem
2000-07-10base64_encode(): separate out the special case for the last 2 bytes, andlukem
2000-07-09- base64_encode(): fix garbled output due to fencepost error. output nowlukem
2000-06-19rewrite method of traversing facttab[]; use size of list to terminatelukem
2000-06-19various fixes suggested by Robert Elz:lukem
2000-06-16include <krb5/krb5.h> before including extern.h, so krb5_context is definedexplorer
2000-06-14major overhaul (just before netbsd 1.5 :-):lukem