summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-05-04Kill #ifdef INET6 occurrences in userland.jca1-4/+1
Prompted by and ok millert@ (tcpdump and libpcap left untouched, the #ifdef force is too strong with those)
2015-12-01needs utf8.c from the ls tree alsoderaadt1-2/+2
2015-11-16don't need to ifdef setproctitletedu1-2/+1
2014-03-24remove tcpwrappers support. ok deraadttedu1-7/+1
2005-06-15remove y.tab.c on make clean toomickey1-1/+2
2004-11-28privilege seperate ftpdhenning1-2/+2
handle the pre-authentication phase (minus a tiny tiny tiny amount of code after accept()) in an unprivileged process, asking the privileged monitor for help where needed. work by Moritz Jodeit <moritz@jodeit.org> with help from theo and me tests theo ian@ matthieu@ ben@networkinsanity.com a.schlichting@lemarit.com
2004-01-05include path fixes for gcc3.espie1-2/+2
tests otto@, okay millert@
2002-01-25improve yacc file management. Idea stolen from pfctl's Makefile.mpech1-3/+3
millert@ ok
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesmiod1-1/+4
forgetting to unlink the pid file at exit. ok millert@ deraadt@
2001-05-29use BSD authenticationmillert1-15/+1
2000-09-03Boring... Add :L modifier to all tweakable variables tests.espie1-4/+4
Closes PR 1246
2000-07-19new strtofflags/fflagstostrmickey1-2/+2
2000-03-01order kerberos librariesderaadt1-2/+2
1999-12-08IPv6 support from KAME.itojun1-1/+4
XXX kerberos and tcp_wrapper needs checking
1999-02-26implement internal lsart1-2/+8
1998-05-29gcc2.8.X.X fixes another powerpc compilation bug, workaround removed.rahnds1-5/+1
1998-03-26cleanup after artderaadt1-3/+3
1997-06-01Support integrated tcp wrappers when in daemon mode.downsj1-1/+7
1997-04-19Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''millert1-3/+3
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf.
1997-03-26no libcrypt, fix DPADDderaadt1-4/+1
1997-02-06Ok this is to work around a compiler bug in the powerpc port, butrahnds1-1/+5
without this a clean build does not work.
1996-08-07STATS is not an option.downsj1-2/+2
1996-07-28Add anonymous statistics logging, based on FreeBSD but with the reallydownsj1-2/+2
obvious bugs fixed.
1996-06-18my netbsd pr#2217: add utmp support to ftpd, some other small changes/fixes.downsj1-1/+2
1996-02-22From NetBSD:niklas1-2/+2
add -Dunix to CFLAGS
1996-02-15libcrypt no longer a link dependancy.etheisen1-2/+2
1995-12-16Make it possible to build without SKEY supporttholo1-5/+14
Add support for building with kerberosIV
1995-10-18initial import of NetBSD treederaadt1-0/+21