Fri Oct 3 09:22:41 2008 UTC ()
Ticket 1966.


(jdc)
diff -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-3.1.2

cvs diff -r1.1.2.29 -r1.1.2.30 src/doc/Attic/CHANGES-3.1.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-3.1.2 2008/09/18 19:31:59 1.1.2.29
+++ src/doc/Attic/CHANGES-3.1.2 2008/10/03 09:22:41 1.1.2.30
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-3.1.2,v 1.1.2.29 2008/09/18 19:31:59 bouyer Exp $ 1# $NetBSD: CHANGES-3.1.2,v 1.1.2.30 2008/10/03 09:22:41 jdc Exp $
2 2
3A complete list of changes from the NetBSD 3.1.1 release to the NetBSD 3.1.2 3A complete list of changes from the NetBSD 3.1.1 release to the NetBSD 3.1.2
4release: 4release:
5 5
6File Revision(s) 6File Revision(s)
7---- -------- 7---- --------
8doc/README.files patch 8doc/README.files patch
9gnu/usr.bin/groff/tmac/mdoc.local patch 9gnu/usr.bin/groff/tmac/mdoc.local patch
10sys/sys/param.h patch 10sys/sys/param.h patch
11 11
12 Welcome to NetBSD 3.1.1_PATCH. 12 Welcome to NetBSD 3.1.1_PATCH.
13 13
14sys/dev/ic/pcdisplay_subr.c 1.33 via patch 14sys/dev/ic/pcdisplay_subr.c 1.33 via patch
@@ -1073,13 +1073,18 @@ libexec/ftpd/ftpd.c 1.179 @@ -1073,13 +1073,18 @@ libexec/ftpd/ftpd.c 1.179
1073libexec/ftpd/extern.h 1.58 via patch 1073libexec/ftpd/extern.h 1.58 via patch
1074libexec/ftpd/ftpcmd.y 1.88 via patch 1074libexec/ftpd/ftpcmd.y 1.88 via patch
1075libexec/ftpd/ftpd.c 1.187 via patch 1075libexec/ftpd/ftpd.c 1.187 via patch
1076libexec/ftpd/version.h patch 1076libexec/ftpd/version.h patch
1077 1077
1078 Don't split large commands into multiple commands; just fail on them. 1078 Don't split large commands into multiple commands; just fail on them.
1079 This prevents CSRF-like attacks, when a web browser is used to access 1079 This prevents CSRF-like attacks, when a web browser is used to access
1080 an ftp server. 1080 an ftp server.
1081 Reported by Maksymilian Arciemowicz <cxib@securityreason.com>. 1081 Reported by Maksymilian Arciemowicz <cxib@securityreason.com>.
1082 Fix mostly derived from OpenBSD, written by 1082 Fix mostly derived from OpenBSD, written by
1083 Moritz Jodeit <moritz@OpenBSD.org> 1083 Moritz Jodeit <moritz@OpenBSD.org>
1084 [lukem, ticket #1964] 1084 [lukem, ticket #1964]
1085 1085
 1086sys/netinet6/icmp6.c 1.150
 1087 Fix for CVE-2008-3530 from matt@
 1088 Implement improved checking for MTU values on ICMP 'Packet Too Big
 1089 Messages'
 1090 [adrianp, ticket #1966]