Source-Changes archive

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

CVS commit: src/dist/ipf



Module Name:    src
Committed By:   darrenr
Date:           Mon Jan 30 16:12:05 UTC 2012

Modified Files:
        src/dist/ipf: HISTORY ip_fil.c ip_lookup.c ip_lookup.h ip_scan.c ipf.h
            ipt.h kmem.h snoop.h todo
        src/dist/ipf/etc: protocols services
        src/dist/ipf/iplang: iplang.h iplang_l.l iplang_y.y
        src/dist/ipf/ipsd: ipsd.c ipsdr.c linux.h sbpf.c sdlpi.c slinux.c
            snit.c
        src/dist/ipf/ipsend: 44arp.c arp.c dlcommon.c ip.c ipresend.c ipsend.c
            ipsopt.c iptest.c iptests.c larp.c linux.h lsock.c resend.c sbpf.c
            sdlpi.c slinux.c snit.c sock.c tcpip.h
        src/dist/ipf/l4check: l4check.c
        src/dist/ipf/lib: addicmp.c facpri.c getport.c getportproto.c
            getproto.c hostname.c icmpcode.c inet_addr.c ipf_dotuning.c
            ipft_ef.c ipft_hx.c ipft_td.c ipft_tx.c kmem.c load_http.c
            printbuf.c printnat.c printsbuf.c printstate.c v6ionames.c var.c
        src/dist/ipf/man: ipf.5 ipmon.5 ipnat.5 ippool.5
        src/dist/ipf/perl: Services logfilter.pl
        src/dist/ipf/samples: proxy.c
        src/dist/ipf/tools: ipf.c ipf_y.y ipfcomp.c ipfs.c ipfstat.c ipmon.c
            ipnat_y.y ippool.c ippool_y.y ipscan_y.y lexer.c lexer.h
Added Files:
        src/dist/ipf/lib: genmask.c tcpoptnames.c
        src/dist/ipf/man: ipnat.1
Removed Files:
        src/dist/ipf: BNF BugReport IMPORTANT IPF.KANJI IPFILTER.LICENCE
            Makefile QNX_OCL.txt README STYLE.TXT WhatsNew40.txt Y2K
            arc4random.c bpf_filter.c ml_ipl.c mlf_rule.c mlfk_ipl.c
            mlfk_rule.c mlh_rule.c mlo_ipl.c mlo_rule.c mls_rule.c mlso_rule.c
            radix.c
        src/dist/ipf/iplang: Makefile
        src/dist/ipf/ipsd: Makefile
        src/dist/ipf/ipsend: Makefile README hpux.c
        src/dist/ipf/l4check: Makefile
        src/dist/ipf/lib: Makefile
        src/dist/ipf/man: Makefile
        src/dist/ipf/samples: Makefile
        src/dist/ipf/test/expected: Makefile
        src/dist/ipf/tools: Makefile

Log Message:
Merge IPFilter 5.1.1 into HEAD


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r0 src/dist/ipf/BNF
cvs rdiff -u -r1.3 -r0 src/dist/ipf/BugReport src/dist/ipf/QNX_OCL.txt
cvs rdiff -u -r1.28 -r1.29 src/dist/ipf/HISTORY
cvs rdiff -u -r1.2 -r0 src/dist/ipf/IMPORTANT src/dist/ipf/IPFILTER.LICENCE \
    src/dist/ipf/README src/dist/ipf/bpf_filter.c
cvs rdiff -u -r1.1.1.1 -r0 src/dist/ipf/IPF.KANJI src/dist/ipf/STYLE.TXT \
    src/dist/ipf/WhatsNew40.txt src/dist/ipf/Y2K src/dist/ipf/mlf_rule.c \
    src/dist/ipf/mlh_rule.c src/dist/ipf/mlo_rule.c src/dist/ipf/mls_rule.c \
    src/dist/ipf/mlso_rule.c
cvs rdiff -u -r1.14 -r0 src/dist/ipf/Makefile
cvs rdiff -u -r1.1.1.2 -r0 src/dist/ipf/arc4random.c src/dist/ipf/mlfk_rule.c
cvs rdiff -u -r1.19 -r1.20 src/dist/ipf/ip_fil.c
cvs rdiff -u -r1.8 -r1.9 src/dist/ipf/ip_lookup.c
cvs rdiff -u -r1.4 -r1.5 src/dist/ipf/ip_lookup.h src/dist/ipf/kmem.h \
    src/dist/ipf/snoop.h
cvs rdiff -u -r1.3 -r1.4 src/dist/ipf/ip_scan.c
cvs rdiff -u -r1.14 -r1.15 src/dist/ipf/ipf.h
cvs rdiff -u -r1.6 -r1.7 src/dist/ipf/ipt.h
cvs rdiff -u -r1.6 -r0 src/dist/ipf/ml_ipl.c
cvs rdiff -u -r1.1.1.11 -r0 src/dist/ipf/mlfk_ipl.c
cvs rdiff -u -r1.1.1.3 -r0 src/dist/ipf/mlo_ipl.c
cvs rdiff -u -r1.5 -r0 src/dist/ipf/radix.c
cvs rdiff -u -r1.5 -r1.6 src/dist/ipf/todo
cvs rdiff -u -r1.3 -r1.4 src/dist/ipf/etc/protocols src/dist/ipf/etc/services
cvs rdiff -u -r1.5 -r0 src/dist/ipf/iplang/Makefile
cvs rdiff -u -r1.2 -r1.3 src/dist/ipf/iplang/iplang.h
cvs rdiff -u -r1.5 -r1.6 src/dist/ipf/iplang/iplang_l.l
cvs rdiff -u -r1.11 -r1.12 src/dist/ipf/iplang/iplang_y.y
cvs rdiff -u -r1.2 -r0 src/dist/ipf/ipsd/Makefile
cvs rdiff -u -r1.3 -r1.4 src/dist/ipf/ipsd/ipsd.c src/dist/ipf/ipsd/ipsdr.c \
    src/dist/ipf/ipsd/sdlpi.c src/dist/ipf/ipsd/slinux.c \
    src/dist/ipf/ipsd/snit.c
cvs rdiff -u -r1.2 -r1.3 src/dist/ipf/ipsd/linux.h
cvs rdiff -u -r1.4 -r1.5 src/dist/ipf/ipsd/sbpf.c
cvs rdiff -u -r1.6 -r1.7 src/dist/ipf/ipsend/44arp.c \
    src/dist/ipf/ipsend/arp.c src/dist/ipf/ipsend/iptest.c
cvs rdiff -u -r1.2 -r0 src/dist/ipf/ipsend/Makefile
cvs rdiff -u -r1.1.1.1 -r0 src/dist/ipf/ipsend/README
cvs rdiff -u -r1.3 -r1.4 src/dist/ipf/ipsend/dlcommon.c \
    src/dist/ipf/ipsend/larp.c src/dist/ipf/ipsend/linux.h \
    src/dist/ipf/ipsend/slinux.c
cvs rdiff -u -r1.4 -r0 src/dist/ipf/ipsend/hpux.c
cvs rdiff -u -r1.9 -r1.10 src/dist/ipf/ipsend/ip.c
cvs rdiff -u -r1.5 -r1.6 src/dist/ipf/ipsend/ipresend.c \
    src/dist/ipf/ipsend/ipsopt.c src/dist/ipf/ipsend/lsock.c
cvs rdiff -u -r1.14 -r1.15 src/dist/ipf/ipsend/ipsend.c
cvs rdiff -u -r1.16 -r1.17 src/dist/ipf/ipsend/iptests.c
cvs rdiff -u -r1.8 -r1.9 src/dist/ipf/ipsend/resend.c \
    src/dist/ipf/ipsend/sbpf.c
cvs rdiff -u -r1.7 -r1.8 src/dist/ipf/ipsend/sdlpi.c
cvs rdiff -u -r1.4 -r1.5 src/dist/ipf/ipsend/snit.c \
    src/dist/ipf/ipsend/tcpip.h
cvs rdiff -u -r1.18 -r1.19 src/dist/ipf/ipsend/sock.c
cvs rdiff -u -r1.1.1.2 -r0 src/dist/ipf/l4check/Makefile
cvs rdiff -u -r1.3 -r1.4 src/dist/ipf/l4check/l4check.c
cvs rdiff -u -r1.1.1.5 -r0 src/dist/ipf/lib/Makefile
cvs rdiff -u -r1.9 -r1.10 src/dist/ipf/lib/addicmp.c
cvs rdiff -u -r1.5 -r1.6 src/dist/ipf/lib/facpri.c \
    src/dist/ipf/lib/ipf_dotuning.c src/dist/ipf/lib/kmem.c
cvs rdiff -u -r0 -r1.3 src/dist/ipf/lib/genmask.c \
    src/dist/ipf/lib/tcpoptnames.c
cvs rdiff -u -r1.7 -r1.8 src/dist/ipf/lib/getport.c \
    src/dist/ipf/lib/getportproto.c src/dist/ipf/lib/icmpcode.c \
    src/dist/ipf/lib/ipft_hx.c src/dist/ipf/lib/v6ionames.c
cvs rdiff -u -r1.6 -r1.7 src/dist/ipf/lib/getproto.c \
    src/dist/ipf/lib/printbuf.c src/dist/ipf/lib/printstate.c \
    src/dist/ipf/lib/var.c
cvs rdiff -u -r1.4 -r1.5 src/dist/ipf/lib/hostname.c \
    src/dist/ipf/lib/ipft_td.c src/dist/ipf/lib/load_http.c \
    src/dist/ipf/lib/printsbuf.c
cvs rdiff -u -r1.3 -r1.4 src/dist/ipf/lib/inet_addr.c \
    src/dist/ipf/lib/ipft_ef.c src/dist/ipf/lib/printnat.c
cvs rdiff -u -r1.8 -r1.9 src/dist/ipf/lib/ipft_tx.c
cvs rdiff -u -r1.4 -r0 src/dist/ipf/man/Makefile
cvs rdiff -u -r1.12 -r1.13 src/dist/ipf/man/ipf.5
cvs rdiff -u -r1.2 -r1.3 src/dist/ipf/man/ipmon.5
cvs rdiff -u -r0 -r1.3 src/dist/ipf/man/ipnat.1
cvs rdiff -u -r1.20 -r1.21 src/dist/ipf/man/ipnat.5
cvs rdiff -u -r1.3 -r1.4 src/dist/ipf/man/ippool.5
cvs rdiff -u -r1.2 -r1.3 src/dist/ipf/perl/Services \
    src/dist/ipf/perl/logfilter.pl
cvs rdiff -u -r1.4 -r0 src/dist/ipf/samples/Makefile
cvs rdiff -u -r1.7 -r1.8 src/dist/ipf/samples/proxy.c
cvs rdiff -u -r1.1.1.1 -r0 src/dist/ipf/test/expected/Makefile
cvs rdiff -u -r1.1.1.3 -r0 src/dist/ipf/tools/Makefile
cvs rdiff -u -r1.4 -r1.5 src/dist/ipf/tools/ipf.c \
    src/dist/ipf/tools/ipfcomp.c src/dist/ipf/tools/ipscan_y.y \
    src/dist/ipf/tools/lexer.h
cvs rdiff -u -r1.24 -r1.25 src/dist/ipf/tools/ipf_y.y
cvs rdiff -u -r1.9 -r1.10 src/dist/ipf/tools/ipfs.c
cvs rdiff -u -r1.18 -r1.19 src/dist/ipf/tools/ipfstat.c \
    src/dist/ipf/tools/ipmon.c src/dist/ipf/tools/ipnat_y.y
cvs rdiff -u -r1.7 -r1.8 src/dist/ipf/tools/ippool.c
cvs rdiff -u -r1.5 -r1.6 src/dist/ipf/tools/ippool_y.y
cvs rdiff -u -r1.14 -r1.15 src/dist/ipf/tools/lexer.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