NetBSD/othersrc 853f453libexec/tnftpd configure.ac configure.in

   rename configure.in to configure.ac
VersionDeltaFile
1.1+435-0libexec/tnftpd/configure.ac
1.13+2-2libexec/tnftpd/configure.in
+437-22 files

NetBSD/othersrc d5e8d69libexec/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.
VersionDeltaFile
1.13+10,386-3,455libexec/tnftpd/configure
1.1+1,622-0libexec/tnftpd/build-aux/config.sub
1.1+1,504-0libexec/tnftpd/build-aux/config.guess
1.12+393-302libexec/tnftpd/configure.in
1.11+384-181libexec/tnftpd/config.h.in
1.1+507-0libexec/tnftpd/build-aux/install-sh
+14,796-3,93816 files not shown
+15,136-4,25722 files

NetBSD/othersrc 3847626libexec/tnftpd configure.in tnftpd.h

   Replace daemon(3) if it's missing; Solaris doesn't have it.
VersionDeltaFile
1.11+5-4libexec/tnftpd/configure.in
1.20+5-1libexec/tnftpd/tnftpd.h
+10-52 files

NetBSD/othersrc 9e92542libexec/tnftpd configure.in

   check for pidfile()
VersionDeltaFile
1.10+4-3libexec/tnftpd/configure.in
+4-31 files

NetBSD/othersrc de59a85libexec/tnftpd configure.in

   Improve quoting when using various autoconf macros.
   Use AC_SEARCH_LIBS() instead of AC_CHECK_LIB()
VersionDeltaFile
1.9+48-53libexec/tnftpd/configure.in
+48-531 files

NetBSD/othersrc 7787780libexec/tnftpd configure.in acconfig.h

   Search for poll.h, sys/poll.h, a native poll(), and struct pollfd.
   (Shamelessly cribbed from tnftp)
VersionDeltaFile
1.8+38-4libexec/tnftpd/configure.in
1.4+7-1libexec/tnftpd/acconfig.h
+45-52 files

NetBSD/othersrc 75bfb22libexec/tnftpd configure.in acconfig.h

   #define HAVE_PW_CHANGE if struct passwd.pw_change is present
VersionDeltaFile
1.7+9-3libexec/tnftpd/configure.in
1.3+4-1libexec/tnftpd/acconfig.h
+13-42 files

NetBSD/othersrc 8a454f6libexec/tnftpd ChangeLog tnftpd.h, libexec/tnftpd/libnetbsd vsyslog.c

   * 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().
VersionDeltaFile
1.18+37-2libexec/tnftpd/ChangeLog
1.14+2-5libexec/tnftpd/tnftpd.h
1.6+3-3libexec/tnftpd/configure.in
1.6+0-3libexec/tnftpd/config.h.in
1.7+1-1libexec/tnftpd/configure
1.3+1-1libexec/tnftpd/libnetbsd/vsyslog.c
+44-156 files

NetBSD/othersrc 2cec2f7libexec/tnftpd tnftpd.h configure.in

   * Rename HAVE_QUAD_SUPPORT to the more mnemonic HAVE_WORKING_LONG_LONG.
   * Don't bother providing compat defs for QUAD_{MIN,MAX} since
     they're not used anymore.
   * Provide fallback compat def for LLONG_{MIN,MAX} even if
     LONG_LONG_{MIN,MAX} isn't available.
VersionDeltaFile
1.11+16-14libexec/tnftpd/tnftpd.h
1.5+3-3libexec/tnftpd/configure.in
1.2+2-2libexec/tnftpd/acconfig.h
+21-193 files

NetBSD/othersrc aef9659libexec/tnftpd configure tnftpd.h

   tweaks for hp-ux compatiblity
VersionDeltaFile
1.5+51-50libexec/tnftpd/configure
1.7+18-2libexec/tnftpd/tnftpd.h
1.3+11-6libexec/tnftpd/INSTALL
1.4+12-0libexec/tnftpd/config.h.in
1.8+10-1libexec/tnftpd/ChangeLog
1.4+4-3libexec/tnftpd/configure.in
+106-621 files not shown
+110-637 files

NetBSD/othersrc f133727libexec/tnftpd tnftpd.h configure.in

   fixes from Tetsuya Isaki <isaki at NetBSD.org>:
   - provide adhoc definition of LOGIN_NAME_MAX for slackware 8.1
   - need unistd.h before fnmatch.h; tnftpd.h already did this, but
     configure.in did not.  (for slackware 8.1)
   - sys/time.h needs to be before sys/resource.h on freebsd 4.3
VersionDeltaFile
1.5+17-12libexec/tnftpd/tnftpd.h
1.3+3-2libexec/tnftpd/configure.in
+20-142 files

NetBSD/othersrc 14f19ealibexec/tnftpd ChangeLog configure.in, libexec/tnftpd/libnetbsd strsuftollx.c

   * build & install as "tnftpd" (instead of "ftpd")
   * provide replacement for strsuftollx()
   * update to NetBSD-current 2002-10-08
VersionDeltaFile
1.1+192-0libexec/tnftpd/libnetbsd/strsuftollx.c
1.2+84-78libexec/tnftpd/src/ftpd.conf.cat5
1.3+9-1libexec/tnftpd/ChangeLog
1.2+4-4libexec/tnftpd/configure.in
1.3+6-1libexec/tnftpd/tnftpd.h
1.2+2-2libexec/tnftpd/src/Makefile.in
+297-862 files not shown
+302-888 files

NetBSD/othersrc 2ece99elibexec/tnftpd configure, libexec/tnftpd/libnetbsd getaddrinfo.c fts_open.c

   Initial revision
VersionDeltaFile
1.1+4,132-0libexec/tnftpd/configure
1.1+3,202-0libexec/tnftpd/src/ftpd.c
1.1+1,871-0libexec/tnftpd/src/ftpcmd.y
1.1+1,097-0libexec/tnftpd/libnetbsd/getaddrinfo.c
1.1+1,061-0libexec/tnftpd/src/conf.c
1.1+1,048-0libexec/tnftpd/libnetbsd/fts_open.c
+12,411-042 files not shown
+22,535-048 files

NetBSD/othersrc 385b13alibexec/tnftpd/libnetbsd inet_ntop.c inet_pton.c

   tnftpd (The NetBSD (Foundation) Ftpd) - an autoconfed version of the
   ftpd found in NetBSD.
VersionDeltaFile
1.1.1.1+0-0libexec/tnftpd/libnetbsd/inet_ntop.c
1.1.1.1+0-0libexec/tnftpd/libnetbsd/inet_pton.c
1.1.1.1+0-0libexec/tnftpd/libnetbsd/sl_init.c
1.1.1.1+0-0libexec/tnftpd/libnetbsd/snprintf.c
1.1.1.1+0-0libexec/tnftpd/libnetbsd/strlcat.c
1.1.1.1+0-0libexec/tnftpd/libnetbsd/strlcpy.c
+0-032 files not shown
+0-038 files