Module Name: othersrc
Committed By: lukem
Date: Thu Mar 21 04:02:53 UTC 2013
Modified Files:
othersrc/libexec/tnftpd: ChangeLog
Log Message:
Expand and/or tweak some entries.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 othersrc/libexec/tnftpd/ChangeLog:1.56
--- othersrc/libexec/tnftpd/ChangeLog:1.55 Thu Mar 21 02:35:23 2013
+++ othersrc/libexec/tnftpd/ChangeLog Thu Mar 21 04:02:52 2013
@@ -1,18 +1,22 @@
-$NetBSD: ChangeLog,v 1.55 2013/03/21 02:35:23 lukem Exp $
+$NetBSD: ChangeLog,v 1.56 2013/03/21 04:02:52 lukem Exp $
-Thu Mar 21 01:17:28 UTC 2013 lukem
+Thu Mar 21 03:50:21 UTC 2013 lukem
- * Replace glob with newer copy that does not suffer from DoS
- exhaustion attacks.
+ * Update build framekwork to autoconf 2.69, automake 1.11.1,
+ libtool 2.4.2.
+
+ * Replace glob with newer copy from NetBSD that does not suffer
+ from DoS exhaustion attacks.
+ Fix in NetBSD from Maksymilian Arciemowicz. See CVE-2010-2632
* 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
+ tnftpd). PR/43023 from Bruce Cran.
* Reduce priority of syslog message if getpeername returns
- ENOTCONN. PR/18934
+ ENOTCONN. PR/18934 from Greg A Woods.
Wed Mar 24 12:34:09 UTC 2010 lukem
@@ -345,7 +349,7 @@ Wed Sep 27 05:22:18 UTC 2006 lukem
This allows for setting the passive socket's SO_RCVBUF.
Option works similarly to the current sendbufsize
configuration option.
- * Change how recveive_data() works. When reading data from
+ * Change how receive_data() works. When reading data from
the socket for passive transfers to the server,
receive_data() now works very similar to
send_data_with_read(). Reads from the network are now done
@@ -798,7 +802,7 @@ Sat Mar 17 12:02:51 UTC 2001 lukem
* merge ftpd from NetBSD-current (20010317):
- make sure we do not return stray " at the end of stirng,
- like bla"\0. From: "William C. Allen" <[email protected]>
+ like bla"\0. From: William C. Allen <[email protected]>
- ensure replydirname() do not truncate the names.
From: Paul Janzen <[email protected]>
- don't support t(erabyte) as a suffix in strsuftoll()