Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   darrenr
Date:           Tue May 20 07:08:08 UTC 2008

Modified Files:
        src/dist/ipf: BNF HISTORY Makefile ip_fil.c ip_lookup.c ip_lookup.h
            ip_scan.c ipf.h mkfilters ml_ipl.c radix.c todo
        src/dist/ipf/iplang: Makefile
        src/dist/ipf/ipsend: iptests.c sock.c
        src/dist/ipf/l4check: l4check.c
        src/dist/ipf/lib: getproto.c ipft_tx.c printstate.c
        src/dist/ipf/tools: ipf_y.y ipfstat.c ipmon.c ipnat_y.y ippool.c
            lexer.c
        src/regress/sys/kern/ipf: Makefile dotest nattest
        src/regress/sys/kern/ipf/expected: in1
        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_h323_pxy.c
            ip_htable.c ip_log.c ip_lookup.c ip_lookup.h ip_nat.c ip_pool.c
            ip_pool.h ip_proxy.c ip_proxy.h ip_rpcb_pxy.c ip_scan.c ip_state.c
            ip_state.h ip_sync.c ipl.h
Removed Files:
        src/dist/ipf/lib: tcpoptnames.c
        src/dist/ipf/test/expected: i19
        src/regress/sys/kern/ipf/expected: i19

Log Message:
Pullup IPFilter 4.1.29 from the vendor branch to HEAD.
See src/dist/ipf/HISTORY for a list of bug fixes since 4.1.23 (although
a few are already in NetBSD)


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/dist/ipf/BNF
cvs rdiff -r1.24 -r1.25 src/dist/ipf/HISTORY
cvs rdiff -r1.11 -r1.12 src/dist/ipf/Makefile
cvs rdiff -r1.14 -r1.15 src/dist/ipf/ip_fil.c
cvs rdiff -r1.5 -r1.6 src/dist/ipf/ip_lookup.c src/dist/ipf/ml_ipl.c
cvs rdiff -r1.2 -r1.3 src/dist/ipf/ip_lookup.h src/dist/ipf/ip_scan.c \
    src/dist/ipf/mkfilters
cvs rdiff -r1.13 -r1.14 src/dist/ipf/ipf.h
cvs rdiff -r1.4 -r1.5 src/dist/ipf/radix.c src/dist/ipf/todo
cvs rdiff -r1.4 -r1.5 src/dist/ipf/iplang/Makefile
cvs rdiff -r1.13 -r1.14 src/dist/ipf/ipsend/iptests.c \
    src/dist/ipf/ipsend/sock.c
cvs rdiff -r1.2 -r1.3 src/dist/ipf/l4check/l4check.c
cvs rdiff -r1.4 -r1.5 src/dist/ipf/lib/getproto.c \
    src/dist/ipf/lib/printstate.c
cvs rdiff -r1.7 -r1.8 src/dist/ipf/lib/ipft_tx.c
cvs rdiff -r1.1.1.2 -r0 src/dist/ipf/lib/tcpoptnames.c
cvs rdiff -r1.1.1.1 -r0 src/dist/ipf/test/expected/i19
cvs rdiff -r1.21 -r1.22 src/dist/ipf/tools/ipf_y.y
cvs rdiff -r1.15 -r1.16 src/dist/ipf/tools/ipfstat.c \
    src/dist/ipf/tools/ipnat_y.y
cvs rdiff -r1.13 -r1.14 src/dist/ipf/tools/ipmon.c
cvs rdiff -r1.5 -r1.6 src/dist/ipf/tools/ippool.c
cvs rdiff -r1.12 -r1.13 src/dist/ipf/tools/lexer.c
cvs rdiff -r1.17 -r1.18 src/regress/sys/kern/ipf/Makefile
cvs rdiff -r1.4 -r1.5 src/regress/sys/kern/ipf/dotest
cvs rdiff -r1.3 -r1.4 src/regress/sys/kern/ipf/nattest
cvs rdiff -r1.1.1.1 -r0 src/regress/sys/kern/ipf/expected/i19
cvs rdiff -r1.4 -r1.5 src/regress/sys/kern/ipf/expected/in1
cvs rdiff -r1.42 -r1.43 src/sys/dist/ipf/netinet/fil.c
cvs rdiff -r1.11 -r1.12 src/sys/dist/ipf/netinet/ip_auth.c \
    src/sys/dist/ipf/netinet/ip_pool.c
cvs rdiff -r1.5 -r1.6 src/sys/dist/ipf/netinet/ip_auth.h
cvs rdiff -r1.19 -r1.20 src/sys/dist/ipf/netinet/ip_compat.h
cvs rdiff -r1.15 -r1.16 src/sys/dist/ipf/netinet/ip_fil.h
cvs rdiff -r1.45 -r1.46 src/sys/dist/ipf/netinet/ip_fil_netbsd.c
cvs rdiff -r1.8 -r1.9 src/sys/dist/ipf/netinet/ip_frag.c \
    src/sys/dist/ipf/netinet/ip_htable.c src/sys/dist/ipf/netinet/ip_proxy.h
cvs rdiff -r1.4 -r1.5 src/sys/dist/ipf/netinet/ip_frag.h \
    src/sys/dist/ipf/netinet/ip_pool.h
cvs rdiff -r1.9 -r1.10 src/sys/dist/ipf/netinet/ip_h323_pxy.c \
    src/sys/dist/ipf/netinet/ip_sync.c
cvs rdiff -r1.10 -r1.11 src/sys/dist/ipf/netinet/ip_log.c \
    src/sys/dist/ipf/netinet/ip_state.h src/sys/dist/ipf/netinet/ipl.h
cvs rdiff -r1.13 -r1.14 src/sys/dist/ipf/netinet/ip_lookup.c
cvs rdiff -r1.7 -r1.8 src/sys/dist/ipf/netinet/ip_lookup.h
cvs rdiff -r1.35 -r1.36 src/sys/dist/ipf/netinet/ip_nat.c
cvs rdiff -r1.17 -r1.18 src/sys/dist/ipf/netinet/ip_proxy.c
cvs rdiff -r1.12 -r1.13 src/sys/dist/ipf/netinet/ip_rpcb_pxy.c \
    src/sys/dist/ipf/netinet/ip_scan.c
cvs rdiff -r1.30 -r1.31 src/sys/dist/ipf/netinet/ip_state.c

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



Home | Main Index | Thread Index | Old Index