index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
npf
/
npfctl
/
npf_show.c
Age
Commit message (
Expand
)
Author
2020-05-30
Major NPF improvements (merge from upstream):
rmind
2020-05-23
Backport selected NPF fixes from the upstream (to be pulled up):
rmind
2019-11-01
PR/54670: Azuma OKAMOTO: Consistently use 'W' for TH_CWN, and bump buffer
christos
2019-08-10
npfctl show/validate: fix couple bugs in multiple table/port representation.
rmind
2019-07-23
NPF improvements:
rmind
2019-01-19
Major NPF improvements:
rmind
2018-09-29
NPF: Major rework -- migrate NPF to the libnv library.
rmind
2017-12-10
npfctl: add support for the 'no-ports' flag in the 'map' statements.
rmind
2017-05-14
don't print decimal and parse hex!
christos
2017-01-29
Always print the rule id associated with a rule.
christos
2016-12-29
Improve 'npfctl debug' a little bit.
rmind
2016-12-27
Add a list command to iterate over connection and nat endpoints.
christos
2016-12-26
Sync NPF with the version on github: backport standalone NPF changes,
christos
2015-06-03
npfctl: fix the from/to port mess up when showing the rules.
rmind
2015-03-21
npfctl:
rmind
2015-02-02
npfctl_print_rule: print the ID in hex, not decimal.
rmind
2015-02-02
npfctl(8): report dynamic rule ID in a comment, print the case when libpcap
rmind
2014-07-20
formatting
rmind
2014-05-31
npfctl_build_code: generate TCP/UDP check for ports case when other blocks
rmind
2014-03-14
NPF: add support for "stateful-ends".
rmind
2014-02-19
npfctl_print_nat: fix the byte-order of the port.
rmind
2014-02-12
npfctl_print_table: add a "cdb" type.
rmind
2014-02-08
NPF:
rmind
2014-02-07
NPF: add support for static (stateless) NAT.
rmind
2013-11-22
npfctl: need to rewind the list after calling print_table(). XXX libnpf.
rmind
2013-11-22
Add npf_tableset_syncdict() to sync the table IDs in the proplib dictionary,
rmind
2013-11-19
CID 1129614: dereference after null
christos
2013-11-19
Simplify parsing of npf.conf elements, create the npfvar_t when a value is
rmind
2013-11-12
NPF: add support for table naming and remove NPF_TABLE_SLOTS (there is
rmind
2013-11-08
NPF: add support for specifying the interfaces before they are attached.
rmind
2013-09-20
- NPF: change the group/ruleset syntax - simplify. Update npf.conf(5) manual.
rmind
2013-09-19
- Convert NPF to use BPF byte-code by default. Compile BPF byte-code in
rmind