Module Name: src
Committed By: martin
Date: Tue Oct 3 10:15:31 UTC 2023
Modified Files:
src/doc [netbsd-8]: CHANGES-8.3
Log Message:
Tickets #1900 - #1907
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.199 -r1.1.2.200 src/doc/CHANGES-8.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-8.3
diff -u src/doc/CHANGES-8.3:1.1.2.199 src/doc/CHANGES-8.3:1.1.2.200
--- src/doc/CHANGES-8.3:1.1.2.199 Mon Oct 2 17:41:04 2023
+++ src/doc/CHANGES-8.3 Tue Oct 3 10:15:31 2023
@@ -1,4 +1,4 @@
- $NetBSD: CHANGES-8.3,v 1.1.2.199 2023/10/02 17:41:04 martin Exp $
+$NetBSD: CHANGES-8.3,v 1.1.2.200 2023/10/03 10:15:31 martin Exp $
A complete list of changes from the NetBSD 8.2 release to the NetBSD 8.3
release:
@@ -3893,3 +3893,49 @@ share/examples/wpa_supplicant/wpa_suppli
wpa_supplicant.conf: fix connection string for Eduroam example config.
[gutteridge, ticket #1899]
+libexec/ftpd/ftpd.8 1.87
+libexec/ftpd/ftpd.c 1.204
+
+ ftpd(8): PR 53221: add -f option to ftpd to stay in foreground
+ with -D.
+ [lukem, ticket #1900]
+
+libexec/ftpd/extern.h 1.65
+libexec/ftpd/ftpd.c 1.205
+
+ ftpd(8): increase some buffer sizes.
+ [lukem, ticket #1901]
+
+libexec/ftpd/ftpd.c 1.206
+
+ ftpd(8): improve error handling to fix CVE-2020-7468.
+ [lukem, ticket #1902]
+
+libexec/ftpd/ftpd.c 1.207
+libexec/ftpd/version.h 1.78
+
+ ftpd(8): improve seteuid error handling.
+ [lukem, ticket #1903]
+
+libexec/ftpd/ftpcmd.y 1.95
+
+ ftpd(8): fix MLSD/MLST auth checks.
+ [lukem, ticket #1904]
+
+libexec/ftpd/conf.c 1.65
+
+ ftpd(8): fix uninitialized memory usage in count_users().
+ [lukem, ticket #1905]
+
+libexec/ftpd/ftpd.c 1.208
+
+ ftpd(8): use correct sockaddr in PAM auth.
+ [lukem, ticket #1906]
+
+libexec/ftpd/version.h 1.80
+
+ ftp: update version to "NetBSD-ftpd 20230930" for changes:
+ - fix uninitialized memory usage in count_users()
+ - fix pam_set_item call with proper struct passed as PAM_SOCKADDR
+ [lukem, ticket #1907]
+