summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>2000-05-24 21:59:12 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>2000-05-24 21:59:12 +0000
commit881d620e7fa39d12bdafb004905aea72e9beaffa (patch)
tree586208ab9a8546f13072dc7417f9aadedff50fa2 /sbin
parentbe24cbfc00d62806f996840dbb3fd18aadb718da (diff)
Update to ipf 3.3.16. among other things, this addresses a security issue
with certain rule configurations: * don't add TCP state if it is an RST packet and (attempt) to send out RST/ICMP packets in a manner that bypasses IP Filter.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/ipf/HISTORY23
1 files changed, 22 insertions, 1 deletions
diff --git a/sbin/ipf/HISTORY b/sbin/ipf/HISTORY
index 9b5a7433c31..be00c1875f4 100644
--- a/sbin/ipf/HISTORY
+++ b/sbin/ipf/HISTORY
@@ -1,4 +1,4 @@
-# $OpenBSD: HISTORY,v 1.7 2000/05/01 06:16:48 kjell Exp $
+# $OpenBSD: HISTORY,v 1.8 2000/05/24 21:59:11 kjell Exp $
#
# NOTE: Quite a few patches and suggestions come from other sources, to whom
# I'm greatly indebted, even if no names are mentioned.
@@ -21,6 +21,27 @@
# and especially those who have found the time to port IP Filter to new
# platforms.
#
+3.3.16 23/05/2000 - Released
+
+don't add TCP state if it is an RST packet and (attempt) to send out
+RST/ICMP packets in a manner that bypasses IP Filter.
+
+add patch to work with 4.0_STABLE delayed checksums
+
+3.3.15 20/05/2000 - Released
+
+fix destination being 0/32 in NAT map rules
+
+fix ipmon -F
+
+3.3.14 10/05/2000 - Released
+
+Fix bug in dealing with "hlen == 1 and opt > 1" - Itojun
+
+ignore previous NAT mappings for 0/0 and 0/32 rules
+
+struct friostat got too big for SunOS4
+
3.3.13 26/04/2000 - Released
Fix parsing of "range" with "portmap"