summaryrefslogtreecommitdiff
path: root/usr.sbin/npf
AgeCommit message (Expand)Author
2014-02-19npfctl_print_nat: fix the byte-order of the port.rmind
2014-02-17npfctl: take into account all addresses when multiple interfaces arermind
2014-02-14G/C some todo itemsrmind
2014-02-14Document NAT algorithm option in the grammar of "map".rmind
2014-02-13NPF: add support for IPv6-to-IPv6 Network Prefix Translation (NPTv6),rmind
2014-02-13npfctl_bpf_cidr: fix a bug in handling of smaller IPv6 masks.rmind
2014-02-12npfctl_print_table: add a "cdb" type.rmind
2014-02-08NPF:rmind
2014-02-07NPF: add support for static (stateless) NAT.rmind
2014-02-06fix vax build.christos
2014-02-06Update count. Add serial comma.wiz
2014-02-06Add support for CDB based NPF tables.rmind
2014-02-05npftest: fix previous harder - pass and use libc's random(3).rmind
2014-02-05npftest: fix the failure of NAT test -- adjust for RUMP's conversion tormind
2014-02-03- npfctl: fix table IDs (breakage since the table naming was added).rmind
2013-11-23npftest: adjust for the npf_bpf_filter() change.rmind
2013-11-22npfctl: need to rewind the list after calling print_table(). XXX libnpf.rmind
2013-11-22Add npf_tableset_syncdict() to sync the table IDs in the proplib dictionary,rmind
2013-11-19CID 1129614: dereference after nullchristos
2013-11-19Simplify parsing of npf.conf elements, create the npfvar_t when a value isrmind
2013-11-18Rename some tokens, use more accurate names (the current ones are incorrectrmind
2013-11-16Add bsd.own.mk for MKSLJIT, reorder some vars.rmind
2013-11-16Link to -lrumpnet_bpfjit and -lrumpkern_sljit iff MKSLJIT != "no".alnsn
2013-11-16Enable bpfjit for npftest.rmind
2013-11-12Remove trailing whitespace.wiz
2013-11-12NPF: add support for table naming and remove NPF_TABLE_SLOTS (there isrmind
2013-11-08NPF: add support for specifying the interfaces before they are attached.rmind
2013-11-05sync an example with the latest group syntax changekefren
2013-11-05npfctl: optimise fetch_l3() to avoid unnecessary call to NPF_COP_L3.rmind
2013-09-24Add missing dead.joerg
2013-09-24npftest: add a choice of "rule" or "state" for -b option.rmind
2013-09-24npftest: add some concurrency testing code.rmind
2013-09-23Update npftest.conf for the recent syntax adjustments.rmind
2013-09-20Remove trailing whitespace.wiz
2013-09-20- NPF: change the group/ruleset syntax - simplify. Update npf.conf(5) manual.rmind
2013-09-19npfctl: remove some n-code leftovers, fix the build, update the man pages.rmind
2013-09-19NPF: G/C n-code in favour of BPF byte-code. Delete lots of code, mmm!rmind
2013-09-19- Convert NPF to use BPF byte-code by default. Compile BPF byte-code inrmind
2013-05-19- Add NPF table flushing functionality.rmind
2013-05-09always allow hex where decimal is allowed.christos
2013-03-20Make ALG's autoloadable by providing in the config file:christos
2013-03-18- Extend npf.conf syntax to support dynamic NAT policies.rmind
2013-03-13more explicit syntaxchristos
2013-03-13more todo'schristos
2013-03-13add anotherchristos
2013-03-11one more fixedchristos
2013-03-11more breakage.christos
2013-03-11explain further.christos
2013-03-11separate sess commands.christos
2013-03-11remove dup usage.christos