summaryrefslogtreecommitdiff
path: root/libexec/ftpd
AgeCommit message (Expand)Author
2003-03-03Don't declare "yylex()" static; AFAICT it shouldn't be, and it causeslukem
2003-03-03Fix typos accidentally introduced in rev 1.70 as part of the largelukem
2003-02-28it's actually 2003 ...lukem
2003-02-26Add '-L xferlogfile', to write xferlog entries there rather than syslog them.lukem
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-24Fix uninitialized variable "notglob" in send_file_list() that was causingerh
2003-02-24Fix uninitialized variable in mlsname()erh
2003-02-24use LLT and STRTOLL() instead of off_t and strtoull() for parsing thelukem
2003-02-23rename local copies of login(), logout() and logwtmp() tolukem
2003-02-23crank version for:lukem
2003-02-19gidlist is nolonger an array.matt
2003-02-19Stop ftpd changing inetd's 'logname'dsl
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2003-01-22Apply DoS fix as described by Crist J. Clark <crist.clark@attbi.com>lukem
2003-01-22Fixes from Dmitry Sivachenko <demon@freebsd.org>:lukem
2003-01-16Rename `sigset' locals to avoid symbol shadowing warning.kleink
2003-01-08ftpd was unable to service the pwd request once you entered a directorymanu
2002-12-06Avoid conflict with reserved identifier "log".thorpej
2002-11-29-1 -> \-1.wiz
2002-11-29- convert to using libc's strsuftoll(3)lukem
2002-11-16audit use of strto* - beware of ERANGE, as well as typecast on result.itojun
2002-10-26tweak reference to melukem
2002-10-26crank version for statfilecmd() 'fix'lukem
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-10-07Change arguments of login_utmp(line, name, host) (to be consistentlukem
2002-10-03Enable GLOB_BRACE for ftpd.conf(5)'s `notify' directive.lukem
2002-10-02especially and interpretation instead of espcially and intrepretation.wiz
2002-09-29Begin new sentences on new lines.wiz
2002-09-18use bsd.own.mk instead of the (obvious typo of) bsd.obj.mklukem
2002-09-13revert previous. wtmp{,x} entries need not be \0-terminated, soitojun
2002-09-12use strl*, not strn*.itojun
2002-09-12Use LOGIN_NAME_MAX instead of `10' for the size of the curname[] buffer.lukem
2002-08-22enable utmpx support. this doesn't work correctly for chrooted ftpd's, butchristos
2002-08-20Disable UTMPX support for now, because ftpd might chroot and we needchristos
2002-08-20utmpx supportchristos
2002-08-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2002-07-02- Change lexer to support numbers > 2^31-1 (stored in an off_t), and allowlukem
2002-06-30We really, actually, positively want to apply the ftpd.conf "passive"tv
2002-06-18Added CONF_LL macro, which understands raw 'strsuftoll' conf variables.aidan
2002-06-15crank copyrightlukem
2002-06-15Implement "SITE UMASK" `enabled command' check with (modified)lukem
2002-05-31Grammar fixes in last.wiz
2002-05-30Add optional mmap(2)/write(2) support for binary file transfer.enami
2002-03-22Split the notion of building Hesiod, Kerberos, S/key, and YPthorpej
2002-02-13Fixes for mlsd/mlst standards conformance issues (noted by Robert Elz):lukem
2002-02-11Don't log an xferlog-style entry if bytes == -1.lukem
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2002-02-01fix previous, and ensure that closedataconn() is only called after dataconn()lukem