diff options
| author | Bruce A. Mah <bmah@FreeBSD.org> | 2001-05-02 21:49:23 +0000 |
|---|---|---|
| committer | Bruce A. Mah <bmah@FreeBSD.org> | 2001-05-02 21:49:23 +0000 |
| commit | 4479ee219f38880beac33968b042930e5c176a48 (patch) | |
| tree | 41dbd392d809806dbf049ae693916c3d0168befd | |
| parent | 9f6334c28eb632398a56d5f9e225314bd140ad8c (diff) | |
Notes
| -rw-r--r-- | release/texts/alpha/RELNOTES.TXT | 4 | ||||
| -rw-r--r-- | release/texts/i386/RELNOTES.TXT | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/release/texts/alpha/RELNOTES.TXT b/release/texts/alpha/RELNOTES.TXT index 0cf20075f80a..134d9f25a07b 100644 --- a/release/texts/alpha/RELNOTES.TXT +++ b/release/texts/alpha/RELNOTES.TXT @@ -149,6 +149,10 @@ uses this feature. A remotely-exploitable vulnerability in ntpd(8) has been closed (see security advisory FreeBSD-SA-01:31). +Initial sequence numbers in TCP are more thoroughly randomized, using +an algorithm obtained from OpenBSD (see security advisory +FreeBSD-SA-01:39). + Many other small but meaningful changes, too many to list. See CVS repository for more details. Suffice it to say from a user perspective that "various things were tightened up." diff --git a/release/texts/i386/RELNOTES.TXT b/release/texts/i386/RELNOTES.TXT index 8220e1c7812b..5ca9a93bbf42 100644 --- a/release/texts/i386/RELNOTES.TXT +++ b/release/texts/i386/RELNOTES.TXT @@ -148,6 +148,10 @@ uses this feature. A remotely-exploitable vulnerability in ntpd(8) has been closed (see security advisory FreeBSD-SA-01:31). +Initial sequence numbers in TCP are more thoroughly randomized, using +an algorithm obtained from OpenBSD (see security advisory +FreeBSD-SA-01:39). + Many other small but meaningful changes, too many to list. See CVS repository for more details. Suffice it to say from a user perspective that "various things were tightened up." |
