Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: othersrc/libexec/tnftpd/src



Module Name:    othersrc
Committed By:   lukem
Date:           Sun Jun  1 03:28:51 UTC 2008

Update of /cvsroot/othersrc/libexec/tnftpd/src
In directory ivanova.netbsd.org:/tmp/cvs-serv6635

Log Message:
Import NetBSD-ftpd from 20080504.  Changes include:
* Reorganize USE_PAM so that the PAM conversation has a chance to
  display a custom message in the 331 reply to USER.
* Remove clause 3 and 4 from TNF licenses
* Switch from lockf() to (more portable) fcntl() locking
* Rename HAVE_SOCKADDR_SA_LEN to HAVE_STRUCT_SOCKADDR_SA_LEN.
* Use defined(HAVE_foo) instead of just testing HAVE_foo.
* Replace references from draft-ietf-ftpext-mlst-NN to RFC 3659.
* Explicitly note the unsupported requests from RFC 2228.
* Improvements from FreeBSD:
  - Document `ftp-chroot' from login.conf(5).
  - Document that SIZE is prevented for files > 10240 bytes via ASCII transfers.
* Add -n option to display addresses in logs.
* Rename cred_t to ftpd_cred_t; the former causes a nameclash on Solaris.
* Expand documentation on numeric argument suffix parsing, and convert
  to IEC 60027-2 prefixes for 2^n multiples ("KiB" instead of "KB", etc.)

Status:

Vendor Tag:     TNF
Release Tags:   NetBSD-20080504
                
C othersrc/libexec/tnftpd/src/Makefile
C othersrc/libexec/tnftpd/src/cmds.c
C othersrc/libexec/tnftpd/src/conf.c
C othersrc/libexec/tnftpd/src/extern.h
C othersrc/libexec/tnftpd/src/ftpcmd.y
C othersrc/libexec/tnftpd/src/ftpd.8
C othersrc/libexec/tnftpd/src/ftpd.c
C othersrc/libexec/tnftpd/src/ftpd.conf.5
C othersrc/libexec/tnftpd/src/ftpusers.5
U othersrc/libexec/tnftpd/src/logutmp.c
U othersrc/libexec/tnftpd/src/logwtmp.c
C othersrc/libexec/tnftpd/src/pathnames.h
C othersrc/libexec/tnftpd/src/popen.c
C othersrc/libexec/tnftpd/src/version.h

12 conflicts created by this import.
Use the following command to help the merge:

        cvs checkout -jTNF:yesterday -jTNF othersrc/libexec/tnftpd/src



Home | Main Index | Thread Index | Old Index