summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/extern.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify globbing of ftpd(8)s list and nlst commands.jan2020-01-151-2/+2
* rm dead code and simplify ftpd_popen. this code has only calledtedu2019-05-081-3/+4
* fix custom popen to return pid to caller instead of tracking in a gianttedu2015-10-041-3/+3
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-041-2/+2
* Don't split large commands into multiple commands on a 512-bytemoritz2008-09-121-2/+2
* lint cleanup; ok ray moritz dhillderaadt2006-04-211-3/+1
* some -Wimplicit-function-declaration cleaning; ok millert@david2004-12-221-1/+2
* privilege seperate ftpdhenning2004-11-281-2/+3
* spacingderaadt2003-12-101-3/+3
* make this match protos; millert okderaadt2003-07-071-1/+5
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* si_len should be u_int8_t, not socklen_t; form@form.openbsd.rumillert2002-06-131-4/+4
* i heard in the bar that this breaks thingsderaadt2002-06-131-4/+4
* u_char -> {socklen_t, sa_family_t, in_port_t}. From form@.mpech2002-06-101-4/+4
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-40/+40
* $OpenBSD$niklas2001-01-281-0/+1
* cleanup EPSV/EPRT error handling. avoid possible memory leak (getaddrinfo).itojun2000-11-141-0/+6
* IPv6 support from KAME.itojun1999-12-081-0/+43
* partial Wallderaadt1997-06-291-1/+3
* ftpd now eventually times out if a ftp client does:bitblt1996-12-071-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+67