CVS commit: src/usr.sbin/npf

2015-07-12 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Jul 12 23:54:44 UTC 2015 Modified Files: src/usr.sbin/npf: npf.7 src/usr.sbin/npf/npfctl: npf_var.c Log Message: - npfvar_get_type1: check for NULL first. - Minor fix for the npf(7) man page. To generate a diff of

CVS commit: src/usr.sbin/npf/npfctl

2015-06-03 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Jun 3 23:36:05 UTC 2015 Modified Files: src/usr.sbin/npf/npfctl: npf_show.c Log Message: npfctl: fix the from/to port mess up when showing the rules. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.sbin/npf/npfctl

2015-03-24 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 24 20:24:18 UTC 2015 Modified Files: src/usr.sbin/npf/npfctl: npf_parse.y Log Message: allow lists as filter addresses. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.sbin/npf/npfctl/npf_parse.y

CVS commit: src/usr.sbin/npf/npfctl

2015-03-20 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Mar 21 00:49:07 UTC 2015 Modified Files: src/usr.sbin/npf/npfctl: npf_build.c npf_show.c Log Message: npfctl: - Fix the filter criteria when to/from is omitted but port used. - Print more user-friendly error if an NPF table

CVS commit: src/usr.sbin/npf/npfctl

2015-02-02 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Feb 2 19:08:32 UTC 2015 Modified Files: src/usr.sbin/npf/npfctl: npf_show.c Log Message: npfctl_print_rule: print the ID in hex, not decimal. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/usr.sbin/npf/npfctl

2015-02-01 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Feb 1 22:57:22 UTC 2015 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: npf.conf(5): mention alg, include in the example, minor fix. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44

CVS commit: src/usr.sbin/npf/npfctl

2015-01-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Jan 4 18:30:05 UTC 2015 Modified Files: src/usr.sbin/npf/npfctl: npf_parse.y Log Message: Don't depend on yacc to include stdlib.h or string.h. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37

CVS commit: src/usr.sbin/npf/npfctl

2015-01-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 4 20:02:15 UTC 2015 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: load the config file before bpfjit so that we can disable the warning. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46

CVS commit: src/usr.sbin/npf/npfctl

2014-12-26 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Dec 26 20:44:38 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: npfctl(8): attempt to preload bpfjit kernel module and print the warning on failure. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/npf/npfctl

2014-12-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Dec 26 22:44:54 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 npf_parse.y npf_scan.l npfctl.c npfctl.h Log Message: allow turning off the bpf jit loading. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/npf/npfctl

2014-07-19 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Jul 20 00:48:51 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_show.c Log Message: formatting To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/npf/npfctl/npf_show.c Please note that diffs

CVS commit: src/usr.sbin/npf/npftest

2014-06-24 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Jun 25 00:21:42 UTC 2014 Modified Files: src/usr.sbin/npf/npftest: README src/usr.sbin/npf/npftest/libnpftest: npf_perf_test.c Log Message: npftest: add an example in the README, fix the total in npf_test_conc(). To

CVS commit: src/usr.sbin/npf/npfctl

2014-05-31 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat May 31 22:37:05 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_scan.l Log Message: npfctl: allow group of zeroes in IPv6 address; noted by spz@. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/usr.sbin/npf/npfctl

2014-05-31 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat May 31 22:41:37 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_bpf_comp.c npf_build.c npf_show.c Log Message: npfctl_build_code: generate TCP/UDP check for ports case when other blocks do not imply L4 check; add an

CVS commit: src/usr.sbin/npf/npfctl

2014-05-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu May 15 23:52:32 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Wording, typo fixes. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/usr.sbin/npf/npfctl/npf.conf.5 Please note that

CVS commit: src/usr.sbin/npf/npftest

2014-05-14 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed May 14 21:46:50 UTC 2014 Modified Files: src/usr.sbin/npf/npftest: README Log Message: npftest: fix the example in the README file. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/npf/npftest/README

CVS commit: src/usr.sbin/npf/npfctl

2014-05-14 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu May 15 02:34:29 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 npf_bpf_comp.c npf_build.c npfctl.h Log Message: NPF: imply SYN-only check for the stateful rules by default (when inspecting TCP packets). Many

CVS commit: src/usr.sbin/npf/npfctl

2014-03-15 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Mar 15 08:46:01 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_bpf_comp.c Log Message: npfctl_bpf_cidr: another buf fix in handling IPv6 masks (bug found on ARM). To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/usr.sbin/npf/npfctl

2014-03-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Mar 15 15:22:37 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_parse.y Log Message: Convert right-recursive rules to left-recursive ones. This should obviate the need for the workaround of a large stack in order to

CVS commit: src/usr.sbin/npf/npfctl

2014-02-18 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Feb 19 01:43:17 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_show.c Log Message: npfctl_print_nat: fix the byte-order of the port. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/usr.sbin/npf/npfctl

2014-02-16 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Feb 17 00:45:24 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_parse.y Log Message: npfctl: take into account all addresses when multiple interfaces are specified in a set of elements. To generate a diff of this

CVS commit: src/usr.sbin/npf/npfctl

2014-02-13 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Feb 14 01:52:58 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Document NAT algorithm option in the grammar of map. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/usr.sbin/npf/npfctl

2014-02-13 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Feb 14 02:01:12 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: todo Log Message: G/C some todo items To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/npf/npfctl/todo Please note that diffs are

CVS commit: src/usr.sbin/npf/npfctl

2014-02-12 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Feb 13 00:42:01 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_bpf_comp.c Log Message: npfctl_bpf_cidr: fix a bug in handling of smaller IPv6 masks. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.sbin/npf/npfctl

2014-02-11 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Feb 12 01:42:50 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_show.c Log Message: npfctl_print_table: add a cdb type. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/npf/npfctl/npf_show.c

CVS commit: src/usr.sbin/npf/npfctl

2014-02-07 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Feb 8 01:20:09 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 npf_parse.y npf_scan.l npf_show.c Log Message: NPF: - Adjust the syntax - remove inet keyword in favour of more explicit inet4 for the address

CVS commit: src/usr.sbin/npf/npfctl

2014-02-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 6 18:48:09 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf_build.c Log Message: fix vax build. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/npf/npfctl/npf_build.c Please note that

CVS commit: src/usr.sbin/npf/npfctl

2014-02-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 6 07:36:36 UTC 2014 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Update count. Add serial comma. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/usr.sbin/npf/npfctl/npf.conf.5 Please

CVS commit: src/usr.sbin/npf/npftest/libnpftest

2013-11-23 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Nov 23 19:40:11 UTC 2013 Modified Files: src/usr.sbin/npf/npftest/libnpftest: npf_bpf_test.c Log Message: npftest: adjust for the npf_bpf_filter() change. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/usr.sbin/npf/npfctl

2013-11-22 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Nov 22 18:42:02 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf_show.c Log Message: npfctl: need to rewind the list after calling print_table(). XXX libnpf. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/usr.sbin/npf/npfctl

2013-11-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 19 17:01:45 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf_show.c Log Message: CID 1129614: dereference after null To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/npf/npfctl/npf_show.c

CVS commit: src/usr.sbin/npf/npfctl

2013-11-18 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Nov 18 21:39:03 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf_parse.y npf_scan.l Log Message: Rename some tokens, use more accurate names (the current ones are incorrect or missleading) and add few comments in the

CVS commit: src/usr.sbin/npf/npfctl

2013-11-18 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Nov 19 00:28:41 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 npf_build.c npf_data.c npf_parse.y npf_scan.l npf_show.c npf_var.c npf_var.h Log Message: Simplify parsing of npf.conf elements, create

CVS commit: src/usr.sbin/npf/npftest

2013-11-16 Thread Alexander Nasonov
Module Name:src Committed By: alnsn Date: Sat Nov 16 15:58:30 UTC 2013 Modified Files: src/usr.sbin/npf/npftest: Makefile Log Message: Link to -lrumpnet_bpfjit and -lrumpkern_sljit iff MKSLJIT != no. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.sbin/npf/npftest

2013-11-16 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Nov 16 17:12:35 UTC 2013 Modified Files: src/usr.sbin/npf/npftest: Makefile Log Message: Add bsd.own.mk for MKSLJIT, reorder some vars. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/usr.sbin/npf/npftest

2013-11-15 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Nov 16 01:41:43 UTC 2013 Modified Files: src/usr.sbin/npf/npftest: Makefile src/usr.sbin/npf/npftest/libnpftest: Makefile npf_bpf_test.c Log Message: Enable bpfjit for npftest. To generate a diff of this commit: cvs

CVS commit: src/usr.sbin/npf/npfctl

2013-11-11 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Nov 12 06:07:31 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/npf/npfctl/npf.conf.5 Please

CVS commit: src/usr.sbin/npf/npfctl

2013-11-05 Thread Mihai Chelaru
Module Name:src Committed By: kefren Date: Tue Nov 5 13:09:12 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: sync an example with the latest group syntax change To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/usr.sbin/npf/npfctl

2013-11-04 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Nov 5 01:50:30 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf_bpf_comp.c Log Message: npfctl: optimise fetch_l3() to avoid unnecessary call to NPF_COP_L3. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/usr.sbin/npf/npftest/libnpftest

2013-09-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Sep 24 22:52:14 UTC 2013 Modified Files: src/usr.sbin/npf/npftest/libnpftest: npf_perf_test.c Log Message: Add missing dead. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.sbin/npf/npftest

2013-09-23 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Sep 23 15:30:32 UTC 2013 Modified Files: src/usr.sbin/npf/npftest: npftest.conf Log Message: Update npftest.conf for the recent syntax adjustments. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.sbin/npf/npftest

2013-09-23 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Sep 24 02:04:22 UTC 2013 Modified Files: src/usr.sbin/npf/npftest: npfstream.c npftest.c npftest.h src/usr.sbin/npf/npftest/libnpftest: Makefile npf_nat_test.c npf_rule_test.c npf_test.h npf_test_subr.c

CVS commit: src/usr.sbin/npf/npftest

2013-09-23 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Sep 24 02:44:20 UTC 2013 Modified Files: src/usr.sbin/npf/npftest: npftest.c npftest.h src/usr.sbin/npf/npftest/libnpftest: npf_perf_test.c npf_test.h Log Message: npftest: add a choice of rule or state for -b option.

CVS commit: src/usr.sbin/npf/npfctl

2013-09-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Sep 20 21:30:49 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npfctl.8 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/npf/npfctl/npfctl.8 Please note

CVS commit: src/usr.sbin/npf/npfctl

2013-09-19 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Sep 19 12:05:11 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 npf_build.c npfctl.8 npfctl.c npfctl.h Log Message: npfctl: remove some n-code leftovers, fix the build, update the man pages. To

CVS commit: src/usr.sbin/npf/npfctl

2013-09-19 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Fri Sep 20 03:03:52 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 npf_build.c npf_parse.y npf_scan.l npf_show.c npfctl.h Log Message: - NPF: change the group/ruleset syntax - simplify. Update

CVS commit: src/usr.sbin/npf/npfctl

2013-05-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu May 9 19:12:04 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf_parse.y Log Message: always allow hex where decimal is allowed. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/usr.sbin/npf/npfctl

2013-03-17 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Mar 18 02:17:50 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf_build.c npf_parse.y npf_scan.l npfctl.c npfctl.h Log Message: - Extend npf.conf syntax to support dynamic NAT policies. - Imply dynamic group

CVS commit: src/usr.sbin/npf/npfctl

2013-03-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 13 02:36:51 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: todo Log Message: add another To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/npf/npfctl/todo Please note that diffs are not

CVS commit: src/usr.sbin/npf/npfctl

2013-03-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 13 02:41:23 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: todo Log Message: more todo's To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/npf/npfctl/todo Please note that diffs are not

CVS commit: src/usr.sbin/npf/npfctl

2013-03-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 13 02:44:28 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: todo Log Message: more explicit syntax To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/npf/npfctl/todo Please note that diffs

CVS commit: src/usr.sbin/npf/npfctl

2013-03-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 16:38:31 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: todo Log Message: one more fixed To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/npf/npfctl/todo Please note that diffs are not

CVS commit: src/usr.sbin/npf/npfctl

2013-03-10 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sun Mar 10 21:17:31 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Fix the example (deja vu?). To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/usr.sbin/npf/npfctl/npf.conf.5 Please

CVS commit: src/usr.sbin/npf/npfctl

2013-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 10 21:55:40 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: normalise - normalize To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/usr.sbin/npf/npfctl/npf.conf.5 Please note

CVS commit: src/usr.sbin/npf/npfctl

2013-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 10 23:11:26 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf_parse.y Log Message: deal with strings as interfaces To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/npf/npfctl/npf_parse.y

CVS commit: src/usr.sbin/npf/npfctl

2013-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 10 23:57:07 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf_extmod.c Log Message: modules moved to /lib To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/npf/npfctl/npf_extmod.c Please

CVS commit: src/usr.sbin/npf/npfctl

2013-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Mar 10 23:59:00 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: centralize error handling and print what went wrong instead of ioctl To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32

CVS commit: src/usr.sbin/npf/npfctl

2013-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 00:04:46 UTC 2013 Added Files: src/usr.sbin/npf/npfctl: todo Log Message: my laundry list To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/usr.sbin/npf/npfctl/todo Please note that diffs are not

CVS commit: src/usr.sbin/npf/npfctl

2013-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 00:05:36 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: todo Log Message: more To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/npf/npfctl/todo Please note that diffs are not public

CVS commit: src/usr.sbin/npf/npfctl

2013-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 00:09:07 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf_parse.y todo Log Message: handle port ftp-data To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/npf/npfctl/npf_parse.y cvs

CVS commit: src/usr.sbin/npf/npfctl

2013-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 00:16:59 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c todo Log Message: fix usage To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/npf/npfctl/npfctl.c cvs rdiff -u -r1.3

CVS commit: src/usr.sbin/npf/npfctl

2013-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 00:34:43 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: remove dup usage. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/npf/npfctl/npfctl.c Please note that

CVS commit: src/usr.sbin/npf/npfctl

2013-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 00:39:33 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: separate sess commands. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/npf/npfctl/npfctl.c Please note

CVS commit: src/usr.sbin/npf/npfctl

2013-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 02:02:29 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: todo Log Message: explain further. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/npf/npfctl/todo Please note that diffs are not

CVS commit: src/usr.sbin/npf/npfctl

2013-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 11 02:12:16 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: todo Log Message: more breakage. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/npf/npfctl/todo Please note that diffs are not

CVS commit: src/usr.sbin/npf/npftest/libnpftest

2013-02-18 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Feb 18 23:09:20 UTC 2013 Modified Files: src/usr.sbin/npf/npftest/libnpftest: npf_rule_test.c Log Message: npftest/npf_blockall_rule: set NPF_RULE_DYNAMIC flag for the test rule. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/npf/npfctl

2013-02-10 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Feb 11 00:00:20 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf_build.c Log Message: Allow filtering on IP addresses even if the L4 protocol is unknown. Patch from spz@. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.sbin/npf/npftest/libnpftest

2013-02-10 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Feb 11 02:52:32 UTC 2013 Modified Files: src/usr.sbin/npf/npftest/libnpftest: npf_rule_test.c Log Message: npftest: adjust for recent change. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/usr.sbin/npf/npfctl

2013-01-31 Thread S.P.Zeidler
Module Name:src Committed By: spz Date: Fri Feb 1 05:40:07 UTC 2013 Modified Files: src/usr.sbin/npf/npfctl: npf_disassemble.c npfctl.c Log Message: IPv6 linklocal address printing cosmetics To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/usr.sbin/npf/npfctl

2012-12-09 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Dec 10 02:26:04 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf_build.c npf_disassemble.c npfctl.8 npfctl.c npfctl.h Log Message: npfctl: add 'validate' command to check the config, but not load it. Update

CVS commit: src/usr.sbin/npf/npfctl

2012-12-06 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Dec 6 22:36:51 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: - npf.conf(5): fix of the example config. - Mention npf_ext_log in a comment. To generate a diff of this commit: cvs rdiff -u -r1.24

CVS commit: src/usr.sbin/npf/npfctl

2012-11-26 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Nov 26 20:34:29 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 npf_build.c npf_data.c npf_parse.y npf_scan.l npf_var.h npfctl.h Log Message: npfctl: extend syntax for extracting interface IP

CVS commit: src/usr.sbin/npf/npfctl

2012-11-15 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Nov 15 22:20:27 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf_disassemble.c npf_extmod.c npf_ncgen.c npf_parse.y npf_scan.l npf_var.c npfctl.c Log Message: npfctl: switch to ecalloc(3). To generate a diff

CVS commit: src/usr.sbin/npf/npfctl

2012-11-15 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Nov 15 22:22:53 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npfctl.8 Log Message: npfctl(8): mention table listing. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/npf/npfctl/npfctl.8 Please

CVS commit: src/usr.sbin/npf/npfctl

2012-11-05 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Nov 5 23:47:12 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf_disassemble.c npf_extmod.c npf_ncgen.c npf_parse.y npf_scan.l npf_var.c npfctl.c npfctl.h Log Message: npfctl: switch to efun(3) routines. To

CVS commit: src/usr.sbin/npf/npfctl

2012-10-31 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Oct 31 08:54:39 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: gcc 4.1 is not smart enough to notice arg is only used when initialized correctly and produces a might be used unintialized warning. To

CVS commit: src/usr.sbin/npf/npfctl

2012-10-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 1 03:21:49 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: Makefile Log Message: put in /sbin To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/npf/npfctl/Makefile Please note that diffs are

CVS commit: src/usr.sbin/npf/npfctl

2012-10-02 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Oct 2 23:38:52 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf_parse.y Log Message: npfctl/yyerror(): print the right line number if we already parsed the line. To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src/usr.sbin/npf/npfctl

2012-09-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Sep 30 07:43:04 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Whitespace fixes, remove unnecessary Pp XXX: Subsections Rules and Procedures seem empty? To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.sbin/npf/npfctl

2012-09-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Sep 30 13:15:03 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Use more markup. New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21

CVS commit: src/usr.sbin/npf/npfctl

2012-09-26 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Sep 26 21:58:27 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: npf.conf(5): improve and explain grammar definition. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/usr.sbin/npf/npftest

2012-09-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Sep 14 15:37:03 UTC 2012 Modified Files: src/usr.sbin/npf/npftest: npftest.c Log Message: More __dead To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/npf/npftest/npftest.c Please note that diffs are

CVS commit: src/usr.sbin/npf

2012-09-13 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Sep 13 21:02:50 UTC 2012 Modified Files: src/usr.sbin/npf: Makefile Log Message: Do not build npftest without shared libraries - it can't work. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/usr.sbin/npf/npftest

2012-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 12 08:47:14 UTC 2012 Modified Files: src/usr.sbin/npf/npftest: npftest.c Log Message: Add two new command line options to help integration into ATF: -L lists the available test cases, -T executes a single named test. To

CVS commit: src/usr.sbin/npf

2012-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 12 14:06:02 UTC 2012 Modified Files: src/usr.sbin/npf: Makefile Log Message: Install the npftest binary To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.sbin/npf/Makefile Please note that diffs are

CVS commit: src/usr.sbin/npf/npftest

2012-09-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Sep 12 16:26:02 UTC 2012 Modified Files: src/usr.sbin/npf/npftest: npfstream.c Log Message: Fix printf format To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/npf/npftest/npfstream.c Please note

CVS commit: src/usr.sbin/npf/npfctl

2012-09-01 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Sep 1 19:08:01 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: npfctl usage: minor formatting fix. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/usr.sbin/npf/npfctl/npfctl.c

CVS commit: src/usr.sbin/npf/npftest

2012-08-21 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Tue Aug 21 20:52:11 UTC 2012 Modified Files: src/usr.sbin/npf/npftest: npftest.c src/usr.sbin/npf/npftest/libnpftest: npf_nbuf_test.c npf_processor_test.c npf_rule_test.c npf_state_test.c

CVS commit: src/usr.sbin/npf/npfctl

2012-08-12 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Aug 13 01:18:32 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 npf_disassemble.c npfctl.8 Log Message: - npfctl show: add most of the missing cases. - Few minor improvements to NPF man pages. To generate a diff

CVS commit: src/usr.sbin/npf/npfctl

2012-07-19 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 19 06:31:26 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npfctl.c Log Message: Add missing __dead. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/npf/npfctl/npfctl.c Please note that

CVS commit: src/usr.sbin/npf/npfctl

2012-07-19 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Thu Jul 19 22:22:53 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf_data.c npfctl.c Log Message: - npfctl_print_stats: beautification a la French style. - npfctl_icmpcode: fix the build break. To generate a diff of this

CVS commit: src/usr.sbin/npf/npfctl

2012-06-27 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed Jun 27 23:05:28 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 npfctl.8 npfctl.c Log Message: Fix and update npf.conf(5), npfctl(8) and its usage message. To generate a diff of this commit: cvs rdiff -u -r1.12

CVS commit: src/usr.sbin/npf/npfctl

2012-06-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 16 01:31:33 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf_build.c Log Message: make this compile again. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/npf/npfctl/npf_build.c Please

CVS commit: src/usr.sbin/npf/npfctl

2012-06-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jun 16 01:34:10 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf_build.c Log Message: remove error(1) output To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/npf/npfctl/npf_build.c Please

CVS commit: src/usr.sbin/npf/npftest

2012-06-03 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Mon Jun 4 00:28:34 UTC 2012 Modified Files: src/usr.sbin/npf/npftest: npftest.c npftest.h src/usr.sbin/npf/npftest/libnpftest: Makefile npf_test.h Added Files: src/usr.sbin/npf/npftest/libnpftest: npf_state_test.c

CVS commit: src/usr.sbin/npf/npfctl

2012-05-30 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Wed May 30 21:30:07 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: Makefile npf.conf.5 npf_data.c npf_disassemble.c npf_ncgen.c npf_parse.y npf_scan.l npf_var.c npfctl.c npfctl.h Log Message: npfctl(8):

CVS commit: src/usr.sbin/npf/npfctl

2012-05-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed May 30 22:00:44 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Remove superfluous Pp To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/usr.sbin/npf/npfctl/npf.conf.5 Please note that

CVS commit: src/usr.sbin/npf/npftest

2012-04-14 Thread Mindaugas Rasiukevicius
Module Name:src Committed By: rmind Date: Sat Apr 14 21:57:29 UTC 2012 Added Files: src/usr.sbin/npf/npftest: Makefile npftest.c npftest.h src/usr.sbin/npf/npftest/libnpftest: Makefile npf_mbuf_subr.c npf_nbuf_test.c npf_processor_test.c

CVS commit: src/usr.sbin/npf/npfctl

2012-03-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Mar 12 15:32:02 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: npf_disassemble.c Log Message: don't leak the branch target array. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/usr.sbin/npf/npfctl

2012-03-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Mar 10 22:21:50 UTC 2012 Modified Files: src/usr.sbin/npf/npfctl: Makefile npf_ncgen.c npfctl.h Added Files: src/usr.sbin/npf/npfctl: npf_disassemble.c Log Message: Add a small disassembler. To generate a diff of

<    1   2   3   >