History log of /openbsd-src/libexec/ftpd/Makefile (Results 1 – 25 of 28)
Revision Date Author Comments
# 8cbb5e83 04-May-2016 jca <jca@openbsd.org>

Kill #ifdef INET6 occurrences in userland.

Prompted by and ok millert@

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


# 6380109c 01-Dec-2015 deraadt <deraadt@openbsd.org>

needs utf8.c from the ls tree also


# 6272de94 16-Nov-2015 tedu <tedu@openbsd.org>

don't need to ifdef setproctitle


# c5ce8f88 24-Mar-2014 tedu <tedu@openbsd.org>

remove tcpwrappers support. ok deraadt


# c5456357 15-Jun-2005 mickey <mickey@openbsd.org>

remove y.tab.c on make clean too


# b96c0bc5 28-Nov-2004 henning <henning@openbsd.org>

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.
wor

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

show more ...


# 242efb95 05-Jan-2004 espie <espie@openbsd.org>

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


# 3b7ed7ce 25-Jan-2002 mpech <mpech@openbsd.org>

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

millert@ ok


# b7827e9b 01-Dec-2001 miod <miod@openbsd.org>

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


# 41db49db 29-May-2001 millert <millert@openbsd.org>

use BSD authentication


# ff60459d 03-Sep-2000 espie <espie@openbsd.org>

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

Closes PR 1246


# b802a6c2 19-Jul-2000 mickey <mickey@openbsd.org>

new strtofflags/fflagstostr


# f7cd9ae9 01-Mar-2000 deraadt <deraadt@openbsd.org>

order kerberos libraries


# b1750805 08-Dec-1999 itojun <itojun@openbsd.org>

IPv6 support from KAME.
XXX kerberos and tcp_wrapper needs checking


# 1a8e1fdf 26-Feb-1999 art <art@openbsd.org>

implement internal ls


# afd5304f 29-May-1998 rahnds <rahnds@openbsd.org>

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


# 9ab58b20 26-Mar-1998 deraadt <deraadt@openbsd.org>

cleanup after art


# 802787dd 01-Jun-1997 downsj <downsj@openbsd.org>

Support integrated tcp wrappers when in daemon mode.


# 11ee01d8 19-Apr-1997 millert <millert@openbsd.org>

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.


# 080654b9 26-Mar-1997 deraadt <deraadt@openbsd.org>

no libcrypt, fix DPADD


# 1a9567b3 06-Feb-1997 rahnds <rahnds@openbsd.org>

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


# b3043e63 07-Aug-1996 downsj <downsj@openbsd.org>

STATS is not an option.


# 72fc7920 28-Jul-1996 downsj <downsj@openbsd.org>

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


# eb00e388 18-Jun-1996 downsj <downsj@openbsd.org>

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


# cbdc4172 22-Feb-1996 niklas <niklas@openbsd.org>

From NetBSD:
add -Dunix to CFLAGS


12