Module Name: othersrc
Committed By: lukem
Date: Thu Mar 21 02:35:23 UTC 2013
Modified Files:
othersrc/libexec/tnftpd: ChangeLog
Log Message:
glob updated
imported NetBSD ftpd 20130321
To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 othersrc/libexec/tnftpd/ChangeLog
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/libexec/tnftpd/ChangeLog
diff -u othersrc/libexec/tnftpd/ChangeLog:1.54 othersrc/libexec/tnftpd/ChangeLog:1.55
--- othersrc/libexec/tnftpd/ChangeLog:1.54 Wed Mar 24 12:39:15 2010
+++ othersrc/libexec/tnftpd/ChangeLog Thu Mar 21 02:35:23 2013
@@ -1,4 +1,18 @@
-$NetBSD: ChangeLog,v 1.54 2010/03/24 12:39:15 lukem Exp $
+$NetBSD: ChangeLog,v 1.55 2013/03/21 02:35:23 lukem Exp $
+
+
+Thu Mar 21 01:17:28 UTC 2013 lukem
+
+ * Replace glob with newer copy that does not suffer from DoS
+ exhaustion attacks.
+
+ * Update to NetBSD-ftpd 20130321:
+ * Fix warnings and build issues
+ * Fix memcpy usage
+ * Fix remote crash (fix was already pulled up manually to
+ tnftpd). PR/43023
+ * Reduce priority of syslog message if getpeername returns
+ ENOTCONN. PR/18934
Wed Mar 24 12:34:09 UTC 2010 lukem