NetBSD/othersrc 853f453 — libexec/tnftpd configure.ac configure.in
rename configure.in to configure.ac
Version | Delta | File | |
---|---|---|---|
1.1 | +435 | -0 | libexec/tnftpd/configure.ac |
1.13 | +2 | -2 | libexec/tnftpd/configure.in |
+437 | -2 | 2 files |
rename configure.in to configure.ac
Version | Delta | File | |
---|---|---|---|
1.1 | +435 | -0 | libexec/tnftpd/configure.ac |
1.13 | +2 | -2 | libexec/tnftpd/configure.in |
+437 | -2 | 2 files |
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.
Version | Delta | File | |
---|---|---|---|
1.13 | +10,386 | -3,455 | libexec/tnftpd/configure |
1.1 | +1,622 | -0 | libexec/tnftpd/build-aux/config.sub |
1.1 | +1,504 | -0 | libexec/tnftpd/build-aux/config.guess |
1.12 | +393 | -302 | libexec/tnftpd/configure.in |
1.11 | +384 | -181 | libexec/tnftpd/config.h.in |
1.1 | +507 | -0 | libexec/tnftpd/build-aux/install-sh |
+14,796 | -3,938 | 16 files not shown | |
+15,136 | -4,257 | 22 files |
Replace daemon(3) if it's missing; Solaris doesn't have it.
Version | Delta | File | |
---|---|---|---|
1.11 | +5 | -4 | libexec/tnftpd/configure.in |
1.20 | +5 | -1 | libexec/tnftpd/tnftpd.h |
+10 | -5 | 2 files |
check for pidfile()
Version | Delta | File | |
---|---|---|---|
1.10 | +4 | -3 | libexec/tnftpd/configure.in |
+4 | -3 | 1 files |
Improve quoting when using various autoconf macros. Use AC_SEARCH_LIBS() instead of AC_CHECK_LIB()
Version | Delta | File | |
---|---|---|---|
1.9 | +48 | -53 | libexec/tnftpd/configure.in |
+48 | -53 | 1 files |
Search for poll.h, sys/poll.h, a native poll(), and struct pollfd. (Shamelessly cribbed from tnftp)
Version | Delta | File | |
---|---|---|---|
1.8 | +38 | -4 | libexec/tnftpd/configure.in |
1.4 | +7 | -1 | libexec/tnftpd/acconfig.h |
+45 | -5 | 2 files |
#define HAVE_PW_CHANGE if struct passwd.pw_change is present
Version | Delta | File | |
---|---|---|---|
1.7 | +9 | -3 | libexec/tnftpd/configure.in |
1.3 | +4 | -1 | libexec/tnftpd/acconfig.h |
+13 | -4 | 2 files |
* 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().
Version | Delta | File | |
---|---|---|---|
1.18 | +37 | -2 | libexec/tnftpd/ChangeLog |
1.14 | +2 | -5 | libexec/tnftpd/tnftpd.h |
1.6 | +3 | -3 | libexec/tnftpd/configure.in |
1.6 | +0 | -3 | libexec/tnftpd/config.h.in |
1.7 | +1 | -1 | libexec/tnftpd/configure |
1.3 | +1 | -1 | libexec/tnftpd/libnetbsd/vsyslog.c |
+44 | -15 | 6 files |
* 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.
Version | Delta | File | |
---|---|---|---|
1.11 | +16 | -14 | libexec/tnftpd/tnftpd.h |
1.5 | +3 | -3 | libexec/tnftpd/configure.in |
1.2 | +2 | -2 | libexec/tnftpd/acconfig.h |
+21 | -19 | 3 files |
tweaks for hp-ux compatiblity
Version | Delta | File | |
---|---|---|---|
1.5 | +51 | -50 | libexec/tnftpd/configure |
1.7 | +18 | -2 | libexec/tnftpd/tnftpd.h |
1.3 | +11 | -6 | libexec/tnftpd/INSTALL |
1.4 | +12 | -0 | libexec/tnftpd/config.h.in |
1.8 | +10 | -1 | libexec/tnftpd/ChangeLog |
1.4 | +4 | -3 | libexec/tnftpd/configure.in |
+106 | -62 | 1 files not shown | |
+110 | -63 | 7 files |
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
Version | Delta | File | |
---|---|---|---|
1.5 | +17 | -12 | libexec/tnftpd/tnftpd.h |
1.3 | +3 | -2 | libexec/tnftpd/configure.in |
+20 | -14 | 2 files |
* build & install as "tnftpd" (instead of "ftpd") * provide replacement for strsuftollx() * update to NetBSD-current 2002-10-08
Version | Delta | File | |
---|---|---|---|
1.1 | +192 | -0 | libexec/tnftpd/libnetbsd/strsuftollx.c |
1.2 | +84 | -78 | libexec/tnftpd/src/ftpd.conf.cat5 |
1.3 | +9 | -1 | libexec/tnftpd/ChangeLog |
1.2 | +4 | -4 | libexec/tnftpd/configure.in |
1.3 | +6 | -1 | libexec/tnftpd/tnftpd.h |
1.2 | +2 | -2 | libexec/tnftpd/src/Makefile.in |
+297 | -86 | 2 files not shown | |
+302 | -88 | 8 files |
Initial revision
Version | Delta | File | |
---|---|---|---|
1.1 | +4,132 | -0 | libexec/tnftpd/configure |
1.1 | +3,202 | -0 | libexec/tnftpd/src/ftpd.c |
1.1 | +1,871 | -0 | libexec/tnftpd/src/ftpcmd.y |
1.1 | +1,097 | -0 | libexec/tnftpd/libnetbsd/getaddrinfo.c |
1.1 | +1,061 | -0 | libexec/tnftpd/src/conf.c |
1.1 | +1,048 | -0 | libexec/tnftpd/libnetbsd/fts_open.c |
+12,411 | -0 | 42 files not shown | |
+22,535 | -0 | 48 files |
tnftpd (The NetBSD (Foundation) Ftpd) - an autoconfed version of the ftpd found in NetBSD.
Version | Delta | File | |
---|---|---|---|
1.1.1.1 | +0 | -0 | libexec/tnftpd/libnetbsd/inet_ntop.c |
1.1.1.1 | +0 | -0 | libexec/tnftpd/libnetbsd/inet_pton.c |
1.1.1.1 | +0 | -0 | libexec/tnftpd/libnetbsd/sl_init.c |
1.1.1.1 | +0 | -0 | libexec/tnftpd/libnetbsd/snprintf.c |
1.1.1.1 | +0 | -0 | libexec/tnftpd/libnetbsd/strlcat.c |
1.1.1.1 | +0 | -0 | libexec/tnftpd/libnetbsd/strlcpy.c |
+0 | -0 | 32 files not shown | |
+0 | -0 | 38 files |