Subject: CVS commit: othersrc/libexec/tnftpd
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/22/2007 11:12:58
Module Name:	othersrc
Committed By:	lukem
Date:		Sun Jul 22 11:12:58 UTC 2007

Modified Files:
	othersrc/libexec/tnftpd: INSTALL config.h.in configure configure.in
	    tnftpd.h todo
	othersrc/libexec/tnftpd/libnetbsd: getaddrinfo.c getnameinfo.c
	    snprintf.c
	othersrc/libexec/tnftpd/src: Makefile.in cmds.c conf.c extern.h
	    ftpcmd.y ftpd.c popen.c
Added Files:
	othersrc/libexec/tnftpd/build-aux: config.guess config.sub install-sh
Removed Files:
	othersrc/libexec/tnftpd: acconfig.h aclocal.m4 install-sh

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 othersrc/libexec/tnftpd/INSTALL
cvs rdiff -r1.4 -r0 othersrc/libexec/tnftpd/acconfig.h
cvs rdiff -r1.2 -r0 othersrc/libexec/tnftpd/aclocal.m4
cvs rdiff -r1.10 -r1.11 othersrc/libexec/tnftpd/config.h.in \
    othersrc/libexec/tnftpd/todo
cvs rdiff -r1.12 -r1.13 othersrc/libexec/tnftpd/configure
cvs rdiff -r1.11 -r1.12 othersrc/libexec/tnftpd/configure.in
cvs rdiff -r1.1.1.1 -r0 othersrc/libexec/tnftpd/install-sh
cvs rdiff -r1.22 -r1.23 othersrc/libexec/tnftpd/tnftpd.h
cvs rdiff -r0 -r1.1 othersrc/libexec/tnftpd/build-aux/config.guess \
    othersrc/libexec/tnftpd/build-aux/config.sub \
    othersrc/libexec/tnftpd/build-aux/install-sh
cvs rdiff -r1.2 -r1.3 othersrc/libexec/tnftpd/libnetbsd/getaddrinfo.c \
    othersrc/libexec/tnftpd/libnetbsd/snprintf.c
cvs rdiff -r1.1.1.1 -r1.2 othersrc/libexec/tnftpd/libnetbsd/getnameinfo.c
cvs rdiff -r1.3 -r1.4 othersrc/libexec/tnftpd/src/Makefile.in
cvs rdiff -r1.7 -r1.8 othersrc/libexec/tnftpd/src/cmds.c \
    othersrc/libexec/tnftpd/src/popen.c
cvs rdiff -r1.5 -r1.6 othersrc/libexec/tnftpd/src/conf.c
cvs rdiff -r1.8 -r1.9 othersrc/libexec/tnftpd/src/extern.h
cvs rdiff -r1.10 -r1.11 othersrc/libexec/tnftpd/src/ftpcmd.y
cvs rdiff -r1.15 -r1.16 othersrc/libexec/tnftpd/src/ftpd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.