CVS commit: src/dist/ipf/lib

2012-02-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Feb 3 04:28:55 UTC 2012 Modified Files: src/dist/ipf/lib: load_http.c Log Message: Really skip the current line only if the comment is at the start. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/dist/ipf/li

CVS commit: src/dist/ipf/tools

2012-02-02 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Thu Feb 2 19:18:51 UTC 2012 Modified Files: src/dist/ipf/tools: ipfcomp.c Log Message: Compiler warning on a for loop that does not terminate correctly To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/dist/ipf/t

CVS commit: src/dist/ipf/tools

2012-01-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 31 09:06:12 UTC 2012 Modified Files: src/dist/ipf/tools: ipftest.c Log Message: More printf format fixes To generate a diff of this commit: cvs rdiff -u -r1.1.1.7 -r1.2 src/dist/ipf/tools/ipftest.c Please note that diff

CVS commit: src/dist/ipf/tools

2012-01-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 31 08:57:36 UTC 2012 Modified Files: src/dist/ipf/tools: ipfstat.c Log Message: More printf format fixes To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/dist/ipf/tools/ipfstat.c Please note that diffs

CVS commit: src/dist/ipf/lib

2012-01-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Jan 31 08:43:45 UTC 2012 Modified Files: src/dist/ipf/lib: printactivenat.c printaps.c Log Message: Fix printf formats (those who can't decide wether to use casts or PRI* macros do both in bogus combination) To generate a di

CVS commit: src/dist/ipf/ipsend

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 20:10:27 UTC 2012 Modified Files: src/dist/ipf/ipsend: sbpf.c Log Message: Correct merge error from import. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/dist/ipf/ipsend/sbpf.c Please note that di

CVS commit: src/dist/ipf/tools

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 20:08:31 UTC 2012 Modified Files: src/dist/ipf/tools: ipmon.c Log Message: Merge error - stale code from HEAD not removed. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/dist/ipf/tools/ipmon.c Ple

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 19:38:45 UTC 2012 Added Files: src/dist/ipf: bpf_filter.c Log Message: Lost on import To generate a diff of this commit: cvs rdiff -u -r0 -r1.4 src/dist/ipf/bpf_filter.c Please note that diffs are not public domain;

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 19:34:57 UTC 2012 Update of /cvsroot/src/dist/ipf In directory ivanova.netbsd.org:/tmp/cvs-serv22439 Log Message: Lost on import of 5.1.1 Status: Vendor Tag: DARRENR Release Tags: v5-1-1 C src/dist/ipf

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 17:54:34 UTC 2012 Added Files: src/dist/ipf: IPFILTER.LICENCE Log Message: Lost on import To generate a diff of this commit: cvs rdiff -u -r0 -r1.4 src/dist/ipf/IPFILTER.LICENCE Please note that diffs are not public

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 17:43:34 UTC 2012 Update of /cvsroot/src/dist/ipf In directory ivanova.netbsd.org:/tmp/cvs-serv6771 Log Message: Add the licence file back in. Status: Vendor Tag: DARRENR Release Tags: v5-1-1 U src/dis

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
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: ip

CVS commit: src/dist/ipf

2012-01-30 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Mon Jan 30 16:04:14 UTC 2012 Update of /cvsroot/src/dist/ipf In directory ivanova.netbsd.org:/tmp/cvs-serv11061 Log Message: Import IPFilter 5.1.1 Status: Vendor Tag: DARRENR Release Tags: v5-1-1 U src/dist/ipf/i

CVS commit: src/dist/ipf/ipsend

2012-01-01 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jan 2 00:35:02 UTC 2012 Modified Files: src/dist/ipf/ipsend: iptest.1 Log Message: Fix typo, from Abhinav Upadhyay. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/dist/ipf/ipsend/iptest.1 Please note that dif

CVS commit: src/dist/ipf/tools

2011-02-24 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Thu Feb 24 18:33:06 UTC 2011 Modified Files: src/dist/ipf/tools: ipmon.c Log Message: format string needs end of statement ; for previous commit To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/dist/ipf/tools/ip

CVS commit: src/dist/ipf/tools

2011-02-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 24 14:33:23 UTC 2011 Modified Files: src/dist/ipf/tools: ipmon.c Log Message: define the format as a constant so that we don't break if sprintf is a macro. XXX: make it so that sprintf is not a macro. To generate a dif

CVS commit: src/dist/ipf/man

2011-01-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jan 21 09:15:21 UTC 2011 Modified Files: src/dist/ipf/man: ipftest.1 Log Message: Fix typo reported in PR 44429 by Ryo HAYASAKA. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/dist/ipf/man/ipftest.1 Please not

CVS commit: src/dist/ipf

2010-04-17 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Sat Apr 17 22:05:53 UTC 2010 Modified Files: src/dist/ipf: ipf2netbsd Log Message: ip_fil_compat.c is another file that needs to be both in src/dist/ipf and also in src/sys/dist/ipf/netinet To generate a diff of this commit: cv

CVS commit: src/dist/ipf

2010-04-17 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Sat Apr 17 21:00:09 UTC 2010 Modified Files: src/dist/ipf: HISTORY Makefile ip_fil.c ip_lookup.c src/dist/ipf/iplang: iplang_y.y src/dist/ipf/ipsend: dlcommon.c hpux.c ipsend.5 iptests.c sbpf.c sdlpi.c

CVS commit: src/dist/ipf

2010-04-17 Thread Darren Reed
Module Name:src Committed By: darrenr Date: Sat Apr 17 20:46:14 UTC 2010 Update of /cvsroot/src/dist/ipf In directory ivanova.netbsd.org:/tmp/cvs-serv26635 Log Message: Import IPFilter 4.1.34 into NetBSD 4.1.34 - Release 11 March 2010 2964907 uninitialised use compile error 29595