NetBSD-Bugs archive

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

PR/50665 CVS commit: othersrc/libexec/tnftpd/src



The following reply was made to PR misc/50665; it has been noted by GNATS.

From: "Luke Mewburn" <lukem%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/50665 CVS commit: othersrc/libexec/tnftpd/src
Date: Tue, 29 Jan 2019 12:06:33 +0000

 Module Name:	othersrc
 Committed By:	lukem
 Date:		Tue Jan 29 12:06:33 UTC 2019
 
 Update of /cvsroot/othersrc/libexec/tnftpd/src
 In directory ivanova.netbsd.org:/tmp/cvs-serv4616
 
 Log Message:
 Import NetBSD ftpd as at 20190129
 
 Notable changes:
 - Fix violations of the sequence point rule.
 - Add volatile for gcc 5.
 - Check that stat and fstat succeed.
 - Support blacklistd(8) hooks.
 - Clear utmpx struct before writing it to wtmpx files.
 - Fix directory stream leaks.
 - Use explicit_memset(3) instead of memset(3) to clear password.
 - Fix scope of variable. PR misc/50665.
 - Ensure that closing socket exists. CID 603440.
 - Add -f option to ftpd to stay in foreground with -D. PR bin/53221.
 - Update version to "NetBSD-ftpd 20180428".
 
 Status:
 
 Vendor Tag:	NetBSD
 Release Tags:	NetBSD-20190129
 		
 U othersrc/libexec/tnftpd/src/ftpd.conf.5
 C othersrc/libexec/tnftpd/src/popen.c
 C othersrc/libexec/tnftpd/src/ftpcmd.y
 C othersrc/libexec/tnftpd/src/ftpd.c
 C othersrc/libexec/tnftpd/src/extern.h
 U othersrc/libexec/tnftpd/src/ftpusers.5
 N othersrc/libexec/tnftpd/src/pfilter.c
 C othersrc/libexec/tnftpd/src/version.h
 U othersrc/libexec/tnftpd/src/pathnames.h
 U othersrc/libexec/tnftpd/src/logutmp.c
 N othersrc/libexec/tnftpd/src/pfilter.h
 C othersrc/libexec/tnftpd/src/ftpd.8
 C othersrc/libexec/tnftpd/src/Makefile
 U othersrc/libexec/tnftpd/src/conf.c
 C othersrc/libexec/tnftpd/src/logwtmp.c
 C othersrc/libexec/tnftpd/src/cmds.c
 
 9 conflicts created by this import.
 Use the following command to help the merge:
 
 	cvs checkout -jNetBSD:yesterday -jNetBSD othersrc/libexec/tnftpd/src
 


Home | Main Index | Thread Index | Old Index