Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Martti Kuparinen <martti@netbsd.org>
List: source-changes
Date: 04/04/2006 16:17:19
Module Name:	src
Committed By:	martti
Date:		Tue Apr  4 16:17:19 UTC 2006

Modified Files:
	src/dist/ipf: HISTORY Makefile ip_fil.c ipf.h ipt.h radix.c
	src/dist/ipf/iplang: iplang_y.y
	src/dist/ipf/ipsd: sbpf.c
	src/dist/ipf/ipsend: arp.c ipsend.c iptests.c lsock.c resend.c sbpf.c
	    sock.c
	src/dist/ipf/lib: addicmp.c facpri.c getport.c getproto.c icmpcode.c
	    ipf_dotuning.c ipft_hx.c ipft_tx.c kmem.c v6ionames.c
	src/dist/ipf/man: ipf.5 ipftest.1 ipmon.8 ipnat.5 ipnat.8
	src/dist/ipf/samples: proxy.c
	src/dist/ipf/tools: ipf_y.y ipfs.c ipfstat.c ipmon.c ipnat_y.y
	src/regress/sys/kern/ipf: Makefile dotest itest natipftest
	src/regress/sys/kern/ipf/expected: i12 in1
	src/regress/sys/kern/ipf/regress: i12
	src/sys/dist/ipf/netinet: fil.c ip_auth.c ip_auth.h ip_compat.h
	    ip_fil.h ip_fil_netbsd.c ip_frag.c ip_frag.h ip_ftp_pxy.c
	    ip_h323_pxy.c ip_htable.c ip_ipsec_pxy.c ip_irc_pxy.c ip_log.c
	    ip_lookup.c ip_lookup.h ip_nat.c ip_nat.h ip_netbios_pxy.c
	    ip_pool.c ip_pool.h ip_pptp_pxy.c ip_proxy.c ip_proxy.h
	    ip_rcmd_pxy.c ip_scan.c ip_scan.h ip_state.c ip_state.h ip_sync.c
	    ip_sync.h ipl.h
Removed Files:
	src/dist/ipf/lib: addkeep.c make_range.c

Log Message:
Upgraded IPFilter to 4.1.13


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/dist/ipf/HISTORY
cvs rdiff -r1.9 -r1.10 src/dist/ipf/Makefile
cvs rdiff -r1.6 -r1.7 src/dist/ipf/ip_fil.c
cvs rdiff -r1.10 -r1.11 src/dist/ipf/ipf.h
cvs rdiff -r1.5 -r1.6 src/dist/ipf/ipt.h
cvs rdiff -r1.3 -r1.4 src/dist/ipf/radix.c
cvs rdiff -r1.8 -r1.9 src/dist/ipf/iplang/iplang_y.y
cvs rdiff -r1.3 -r1.4 src/dist/ipf/ipsd/sbpf.c
cvs rdiff -r1.4 -r1.5 src/dist/ipf/ipsend/arp.c src/dist/ipf/ipsend/lsock.c
cvs rdiff -r1.13 -r1.14 src/dist/ipf/ipsend/ipsend.c
cvs rdiff -r1.8 -r1.9 src/dist/ipf/ipsend/iptests.c
cvs rdiff -r1.6 -r1.7 src/dist/ipf/ipsend/resend.c src/dist/ipf/ipsend/sbpf.c
cvs rdiff -r1.7 -r1.8 src/dist/ipf/ipsend/sock.c
cvs rdiff -r1.7 -r1.8 src/dist/ipf/lib/addicmp.c
cvs rdiff -r1.1.1.1 -r0 src/dist/ipf/lib/addkeep.c \
    src/dist/ipf/lib/make_range.c
cvs rdiff -r1.2 -r1.3 src/dist/ipf/lib/facpri.c src/dist/ipf/lib/getproto.c \
    src/dist/ipf/lib/ipf_dotuning.c
cvs rdiff -r1.4 -r1.5 src/dist/ipf/lib/getport.c src/dist/ipf/lib/v6ionames.c
cvs rdiff -r1.5 -r1.6 src/dist/ipf/lib/icmpcode.c src/dist/ipf/lib/ipft_hx.c \
    src/dist/ipf/lib/ipft_tx.c
cvs rdiff -r1.3 -r1.4 src/dist/ipf/lib/kmem.c
cvs rdiff -r1.10 -r1.11 src/dist/ipf/man/ipf.5
cvs rdiff -r1.6 -r1.7 src/dist/ipf/man/ipftest.1
cvs rdiff -r1.16 -r1.17 src/dist/ipf/man/ipmon.8
cvs rdiff -r1.18 -r1.19 src/dist/ipf/man/ipnat.5
cvs rdiff -r1.8 -r1.9 src/dist/ipf/man/ipnat.8
cvs rdiff -r1.6 -r1.7 src/dist/ipf/samples/proxy.c
cvs rdiff -r1.18 -r1.19 src/dist/ipf/tools/ipf_y.y
cvs rdiff -r1.6 -r1.7 src/dist/ipf/tools/ipfs.c src/dist/ipf/tools/ipmon.c
cvs rdiff -r1.11 -r1.12 src/dist/ipf/tools/ipfstat.c
cvs rdiff -r1.13 -r1.14 src/dist/ipf/tools/ipnat_y.y
cvs rdiff -r1.10 -r1.11 src/regress/sys/kern/ipf/Makefile
cvs rdiff -r1.3 -r1.4 src/regress/sys/kern/ipf/dotest \
    src/regress/sys/kern/ipf/itest src/regress/sys/kern/ipf/natipftest
cvs rdiff -r1.2 -r1.3 src/regress/sys/kern/ipf/expected/i12
cvs rdiff -r1.3 -r1.4 src/regress/sys/kern/ipf/expected/in1
cvs rdiff -r1.2 -r1.3 src/regress/sys/kern/ipf/regress/i12
cvs rdiff -r1.21 -r1.22 src/sys/dist/ipf/netinet/fil.c
cvs rdiff -r1.4 -r1.5 src/sys/dist/ipf/netinet/ip_auth.c \
    src/sys/dist/ipf/netinet/ip_ipsec_pxy.c src/sys/dist/ipf/netinet/ip_log.c \
    src/sys/dist/ipf/netinet/ip_pool.c src/sys/dist/ipf/netinet/ip_state.h \
    src/sys/dist/ipf/netinet/ip_sync.c
cvs rdiff -r1.2 -r1.3 src/sys/dist/ipf/netinet/ip_auth.h \
    src/sys/dist/ipf/netinet/ip_frag.c src/sys/dist/ipf/netinet/ip_frag.h \
    src/sys/dist/ipf/netinet/ip_lookup.c src/sys/dist/ipf/netinet/ip_lookup.h \
    src/sys/dist/ipf/netinet/ip_netbios_pxy.c \
    src/sys/dist/ipf/netinet/ip_pool.h src/sys/dist/ipf/netinet/ip_scan.h
cvs rdiff -r1.9 -r1.10 src/sys/dist/ipf/netinet/ip_compat.h \
    src/sys/dist/ipf/netinet/ip_ftp_pxy.c
cvs rdiff -r1.5 -r1.6 src/sys/dist/ipf/netinet/ip_fil.h \
    src/sys/dist/ipf/netinet/ip_pptp_pxy.c src/sys/dist/ipf/netinet/ip_scan.c \
    src/sys/dist/ipf/netinet/ipl.h
cvs rdiff -r1.18 -r1.19 src/sys/dist/ipf/netinet/ip_fil_netbsd.c
cvs rdiff -r1.3 -r1.4 src/sys/dist/ipf/netinet/ip_h323_pxy.c \
    src/sys/dist/ipf/netinet/ip_htable.c src/sys/dist/ipf/netinet/ip_proxy.h \
    src/sys/dist/ipf/netinet/ip_sync.h
cvs rdiff -r1.6 -r1.7 src/sys/dist/ipf/netinet/ip_irc_pxy.c \
    src/sys/dist/ipf/netinet/ip_nat.h
cvs rdiff -r1.8 -r1.9 src/sys/dist/ipf/netinet/ip_nat.c \
    src/sys/dist/ipf/netinet/ip_proxy.c src/sys/dist/ipf/netinet/ip_state.c
cvs rdiff -r1.7 -r1.8 src/sys/dist/ipf/netinet/ip_rcmd_pxy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.