summaryrefslogtreecommitdiff
path: root/libexec/ftpd/Makefile
AgeCommit message (Expand)Author
2018-02-25add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterpartsmrg
2015-01-25blacklist hookschristos
2011-08-14remove gcc-4.5 hackchristos
2011-06-22apply some -Wno-error and/or -fno-strict-aliasing.mrg
2011-04-24We no longer need -I/usr/include/krb5.elric
2009-03-15Fix WARNS=4 issues (const & sign mismatches, etc)lukem
2008-09-16Support building with -DNO_INTERNAL_LSlukem
2008-03-27Reorganize USE_PAM support so that the reply(331,) from USER islukem
2006-12-14Complete the move of string_to_flags() and flags_to_string() from thehe
2006-03-23Remove more references to kerberosIV.wiz
2005-03-09Add -lcrypt where -lcrypto is specified.christos
2005-03-04Introduce PAM_STATIC_LDADD and PAM_STATIC_DPADD. When compilinghe
2005-02-20Add PAM and LOGIN_CAP support. Mostly from FreeBSD. If pam is defined,christos
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2003-07-23split MKKERBEROS4 from MKKERBEROS. based on work by lha at stacken.kth.seitojun
2002-09-18use bsd.own.mk instead of the (obvious typo of) bsd.obj.mklukem
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-19Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/pathlukem
2002-03-22Split the notion of building Hesiod, Kerberos, S/key, and YPthorpej
2001-12-01- enable case insensitive fnmatch(3)ing for hostname globs in ftpusers(5)lukem
2000-11-30- move password checking into separate valid_passwd() function, to assistlukem
2000-07-03Make things builds with GCC 2.96matt
2000-06-20Merge a bunch of things from crypto-us and crypto-intl into basesrc,thorpej
2000-06-14major overhaul (just before netbsd 1.5 :-):lukem
2000-03-05* don't bother with a version[] string, just use the macro as appropriatelukem
1999-12-18* move version to separate header filelukem
1999-12-16install ftpusers(5) as ftpchroot(5). more cleanupslukem
1999-12-16separate ftpd.conf(5) and ftpusers(5) out from ftpd(8).lukem
1999-12-07* change ftpd_popen() to take char *argv[] instead of char *cmd.lukem
1999-07-20optionally include CRYPTOPATH Makefile.frag files.mrg
1999-07-12Use bsd.crypto.mk.thorpej
1999-07-02dual-stack ftpd. run this from inetd, like:itojun
1999-06-26Remove the .ifdef to compile without optimization on powerpc since thedanw
1999-05-17features/fixes:lukem
1999-02-18Remove the crypto-related bits until such time as we have a fully-scottr
1998-12-28* replace LOG(CMD|BYTES) macros with logcmd(), which is a cleanerlukem
1998-09-06* complete fix for `multiple replies returned for single parse error'lukem
1998-04-13fix disabling of optimization on powerpc (set COPTS *after* <bsd.prog.mk>...)lukem
1998-04-09.y.c <sys.mk> rule fixes. Don't create a y.tab.h file unless asked for,tv
1997-11-11add a "checkportcmd <class>" option that stops ftp bounce attacks.mrg
1997-10-12SRCS must be defined *before* bsd.prog.mk is included...mycroft
1997-10-12Add some krb5 hooks, though it probably doesn't work yet.mycroft
1997-10-12Oops; fix typo.mycroft
1997-10-12Conditionalize s/key support.mycroft
1997-10-08merge lite-2 Makefiles (rcsids), and turn on WARNS for all of libexec.mrg
1997-07-01Add WARNS=1christos
1997-06-18- Pass gcc -Wallchristos
1997-06-14* implement /etc/ftpd.conf, which adds support for the following features,lukem
1997-04-27* fix "cd ~" so that it works (from Simon Burge <simonb@telstra.com.au>lukem