summaryrefslogtreecommitdiff
path: root/libexec/ftpd/extern.h
AgeCommit message (Expand)Author
2022-04-17fix various typos in comments.andvar
2019-10-15bump sizeschristos
2018-06-23No semicolon after macro do ... while (0) wrapper.gson
2013-03-21Convert from __attribute__(foo) to the __foo equiv in <sys/cdefs.h>lukem
2011-08-29Use __deadjoerg
2009-07-13Rename internal getline() function to get_line() so it doesroy
2009-03-15Fix WARNS=4 issues (const & sign mismatches, etc)lukem
2009-01-08PR/40339: Ed Ravin: make ftpd log both the hostname and numeric address.christos
2008-09-13Don't split large commands into multiple commands; just fail on them.lukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-07-22Rename HAVE_SOCKADDR_SA_LEN to HAVE_STRUCT_SOCKADDR_SA_LEN.lukem
2006-02-01debug -> ftpd_debugchristos
2005-08-24* Add recvbufsize configuration optionginsbach
2005-06-23cleanup utmp and utmpx support.christos
2005-03-03* Add hidesymlinks configuration optionginsbach
2004-11-11Don't write trash in ut_ss; either initialize it to 0, or put in the properchristos
2004-08-09Fixes from (or inspired by) OpenBSD:lukem
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-30Add ftpd_loginx() and ftpd_logwtmpx() and use them to hold wtmpx filetacha
2003-02-23rename local copies of login(), logout() and logwtmp() tolukem
2003-02-19gidlist is nolonger an array.matt
2002-11-29- convert to using libc's strsuftoll(3)lukem
2002-05-30Add optional mmap(2)/write(2) support for binary file transfer.enami
2001-12-04Add two new ftpd.conf(5) directives:lukem
2001-07-13use __NetBSD__ instead of BSD4_4 to determine if we should automaticallylukem
2001-04-25crank copyrights of files changed this yearlukem
2001-04-01add 'noreturn' attribute to ftp_loop, to fix a cc warning.aidan
2001-04-01As threatened, handle OOB commands from within ftpcmd.y.aidan
2001-02-04fix redundant declarations.christos
2000-12-18Features:lukem
2000-11-30- move password checking into separate valid_passwd() function, to assistlukem
2000-11-16- new ftpd.conf directives:lukem
2000-11-15changes to improve portability:lukem
2000-11-13- improve RFC2428 conformance.itojun
2000-09-15Make this compile again without -DINET6 and without get{addr,name}info(3)christos
2000-07-23* make checkportcmd the default. this breaks third-party proxy ftp butlukem
2000-07-17* add two new ftpd.conf(5) directives:lukem
2000-07-08More format paranoia.sommerfeld
2000-06-19various fixes suggested by Robert Elz:lukem
2000-06-14major overhaul (just before netbsd 1.5 :-):lukem
2000-05-20convert to ANSI C as per style guidelukem
2000-03-05* don't bother with a version[] string, just use the macro as appropriatelukem
2000-01-13suppress verbose messages from CWD and post-login if the firstlukem
2000-01-12* add ftpd.conf directive `portrange class min max', which allows specificationlukem
2000-01-08features:lukem
1999-12-12* change format of /etc/ftpusers lines fromlukem
1999-12-07* change ftpd_popen() to take char *argv[] instead of char *cmd.lukem
1999-07-02dual-stack ftpd. run this from inetd, like:itojun
1999-05-24Define types for ILP32/LP64-harmonized %q[du] arguments.ross
1999-05-18* fix a problem in retrieve() where arguments to commands weren't workinglukem