History log of /openbsd-current/libexec/ftpd/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.28 04-May-2016 jca

Kill #ifdef INET6 occurrences in userland.

Prompted by and ok millert@

(tcpdump and libpcap left untouched, the #ifdef force is too strong with
those)


Revision tags: OPENBSD_5_9_BASE
# 1.27 01-Dec-2015 deraadt

needs utf8.c from the ls tree also


# 1.26 16-Nov-2015 tedu

don't need to ifdef setproctitle


Revision tags: OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.25 24-Mar-2014 tedu

remove tcpwrappers support. ok deraadt


Revision tags: OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE
# 1.24 15-Jun-2005 mickey

remove y.tab.c on make clean too


Revision tags: OPENBSD_3_7_BASE
# 1.23 28-Nov-2004 henning

privilege seperate ftpd
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


Revision tags: OPENBSD_3_5_BASE OPENBSD_3_6_BASE
# 1.22 05-Jan-2004 espie

include path fixes for gcc3.
tests otto@, okay millert@


Revision tags: OPENBSD_3_1_BASE OPENBSD_3_2_BASE OPENBSD_3_3_BASE OPENBSD_3_4_BASE
# 1.21 25-Jan-2002 mpech

improve yacc file management. Idea stolen from pfctl's Makefile.

millert@ ok


# 1.20 01-Dec-2001 miod

Use pidfile() instead of doing the equivalent thing by hand, and sometimes
forgetting to unlink the pid file at exit.
ok millert@ deraadt@


Revision tags: OPENBSD_3_0_BASE
# 1.19 29-May-2001 millert

use BSD authentication


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE
# 1.18 03-Sep-2000 espie

Boring... Add :L modifier to all tweakable variables tests.

Closes PR 1246


# 1.17 19-Jul-2000 mickey

new strtofflags/fflagstostr


Revision tags: OPENBSD_2_7_BASE
# 1.16 01-Mar-2000 deraadt

order kerberos libraries


# 1.15 08-Dec-1999 itojun

IPv6 support from KAME.
XXX kerberos and tcp_wrapper needs checking


Revision tags: OPENBSD_2_5_BASE OPENBSD_2_6_BASE
# 1.14 26-Feb-1999 art

implement internal ls


Revision tags: OPENBSD_2_4_BASE
# 1.13 29-May-1998 rahnds

gcc2.8.X.X fixes another powerpc compilation bug, workaround removed.


Revision tags: OPENBSD_2_3_BASE
# 1.12 26-Mar-1998 deraadt

cleanup after art


Revision tags: OPENBSD_2_2_BASE
# 1.11 01-Jun-1997 downsj

Support integrated tcp wrappers when in daemon mode.


Revision tags: OPENBSD_2_1_BASE
# 1.10 19-Apr-1997 millert

Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")''
Same change doen for SKEY, YP, and KERBEROS5. This allows
people to override those setting in /etc/mk.conf.


# 1.9 26-Mar-1997 deraadt

no libcrypt, fix DPADD


# 1.8 06-Feb-1997 rahnds

Ok this is to work around a compiler bug in the powerpc port, but
without this a clean build does not work.


Revision tags: OPENBSD_2_0_BASE
# 1.7 07-Aug-1996 downsj

STATS is not an option.


# 1.6 28-Jul-1996 downsj

Add anonymous statistics logging, based on FreeBSD but with the really
obvious bugs fixed.


# 1.5 18-Jun-1996 downsj

my netbsd pr#2217: add utmp support to ftpd, some other small changes/fixes.


# 1.4 22-Feb-1996 niklas

From NetBSD:
add -Dunix to CFLAGS


# 1.3 15-Feb-1996 etheisen

libcrypt no longer a link dependancy.


# 1.2 16-Dec-1995 tholo

Make it possible to build without SKEY support
Add support for building with kerberosIV


# 1.1 18-Oct-1995 deraadt

branches: 1.1.1;
Initial revision