NetBSD/othersrc da23875 — libexec/tnftpd aclocal.m4 tnftpd_config.h.in, libexec/tnftpd/buildaux ltmain.sh config.sub
Rename config.h to tnftpd_config.h.
Rename build-aux to buildaux.
Convert to automake & libtool.
regen from configure.ac 1.24
regen for --with-sia
regen from configure.ac 1.15 for HAVE_DIRFD_AS_MACRO
Regen from configure.ac 1.14 for dirfd() et al
Disable --with-skey by default.
Forbit --with-pam at the same time as --with-skey
Move IPv6 checks from tnftpd.h to configure.ac
Display a "configuration result" at the end of configure.
regen for removal of flock()/lockf() checks
regen for HAVE_MADVISE
regen from configure.ac 1.6
regen from configure.ac 1.5
regen from configure.ac 1.1
NetBSD/othersrc d5e8d69 — libexec/tnftpd configure configure.in, libexec/tnftpd/build-aux config.sub config.guess
Overhaul to use autoconf 2.61 instead of autoconf 2.13.
Notable differences:
* --with-pam to enable PAM.
* --with-skey improved.
* build-related auxiliary files now in ./build-aux/
* large-file support should be better detected
* use autoconf 2.61 macros to detect struct members, declarations, types (etc).
* remove support for SOCKS for now (until test systems are available)
* use #if defined(foo) rather that just #if foo.
* always use our arpa_ftp.h rather than trying to detect if FTP_NAMES works.
regen for daemon(3) replacement
Regenerate for select() and pidfile() checks.
Regenerate for poll()-related tests.
regen for: #define HAVE_PW_CHANGE if struct passwd.pw_change is present
* Provide prototype for vsnprintf() if ! HAVE_SNPRINTF.
(We may need to implement separate autoconf test for this.)
* Remove autoconf test and libnetbsd support for vsyslog().
regen for HAVE_WORKING_LONG_LONG rename
tweaks for hp-ux compatiblity
* build & install as "tnftpd" (instead of "ftpd")
* provide replacement for strsuftollx()
* update to NetBSD-current 2002-10-08
Initial revision
NetBSD/othersrc 9d497a1 — libexec/tnftpd/libnetbsd arpa_ftp.h, libexec/tnftpd/src ftpd.cat8 ftpd.conf.cat5
- convert to using tnftpd.h
- generate the man pages
- crank the version back to 2.0 beta 1
- remove now unnecessary files
tnftpd (The NetBSD (Foundation) Ftpd) - an autoconfed version of the
ftpd found in NetBSD.