Module Name: othersrc
Committed By: lukem
Date: Sun Oct 1 02:09:12 UTC 2023
Modified Files:
othersrc/libexec/tnftpd: ChangeLog NEWS THANKS
Log Message:
docs for NetBSD-20230930 import
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 othersrc/libexec/tnftpd/ChangeLog
cvs rdiff -u -r1.16 -r1.17 othersrc/libexec/tnftpd/NEWS
cvs rdiff -u -r1.5 -r1.6 othersrc/libexec/tnftpd/THANKS
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.65 othersrc/libexec/tnftpd/ChangeLog:1.66
--- othersrc/libexec/tnftpd/ChangeLog:1.65 Sun Sep 24 01:23:17 2023
+++ othersrc/libexec/tnftpd/ChangeLog Sun Oct 1 02:09:12 2023
@@ -1,4 +1,16 @@
-$NetBSD: ChangeLog,v 1.65 2023/09/24 01:23:17 lukem Exp $
+$NetBSD: ChangeLog,v 1.66 2023/10/01 02:09:12 lukem Exp $
+
+Sun Oct 1 01:49:23 UTC 2023 [email protected]
+
+ * Update to NetBSD-ftpd 20230930:
+ * Fix uninitialized memory usage in count_users().
+ * Fix pam_set_item() call with proper struct passed as
+ PAM_SOCKADDR.
+
+ * Build fixes:
+ * Check for inet_net_pton() in -lresolv (for glibc).
+ * Improve configure's display of make variables.
+ * Remove deprecated autoconf macros.
Sat Sep 23 05:39:49 UTC 2023 [email protected]
Index: othersrc/libexec/tnftpd/NEWS
diff -u othersrc/libexec/tnftpd/NEWS:1.16 othersrc/libexec/tnftpd/NEWS:1.17
--- othersrc/libexec/tnftpd/NEWS:1.16 Sun Sep 24 01:23:17 2023
+++ othersrc/libexec/tnftpd/NEWS Sun Oct 1 02:09:12 2023
@@ -1,4 +1,4 @@
-$NetBSD: NEWS,v 1.16 2023/09/24 01:23:17 lukem Exp $
+$NetBSD: NEWS,v 1.17 2023/10/01 02:09:12 lukem Exp $
This is tnftpd version 20200704.
@@ -7,6 +7,9 @@ Changes in tnftpd from 20200704 to unrel
Security fixes to improve error handling when switching UID/GID,
and to prevent MLSD and MLST before authentication succeeds.
+ Fix buffer overflows when counting users and when authenticating
+ using PAM.
+
Changes in tnftpd from 20190602 to 20200704:
Adapt to NetBSD blocklistd(8) service rename.
Index: othersrc/libexec/tnftpd/THANKS
diff -u othersrc/libexec/tnftpd/THANKS:1.5 othersrc/libexec/tnftpd/THANKS:1.6
--- othersrc/libexec/tnftpd/THANKS:1.5 Thu Mar 21 07:44:03 2013
+++ othersrc/libexec/tnftpd/THANKS Sun Oct 1 02:09:12 2023
@@ -9,6 +9,7 @@ Johnny Billquist
Jun-ichiro itojun Hagino
Luke Mewburn
Maksymilian Arciemowicz
+Mateusz Kocielski
Matthew R. Green
Moritz Jodeit
Paul Janzen