summaryrefslogtreecommitdiff
path: root/lib/libnpf
AgeCommit message (Expand)Author
2017-12-07libnpf(3): improve the wording, fix and expand some sections.rmind
2017-01-03set to NULL after releasing to avoid double free.christos
2016-12-27Fix typos.wiz
2016-12-27KNFrmind
2016-12-27Add a function to iterate over endpointschristos
2016-12-27Update libnpf(3) man page.rmind
2016-12-26Sync NPF with the version on github: backport standalone NPF changes,christos
2016-12-10use array notationchristos
2016-12-10update for v18 conn list; more error checkschristos
2016-12-10Remove what was probably a left over remnant of a debugging printfkre
2016-12-10add npf_nat_lookup()christos
2016-01-05- Change LDADD/DPADD in library dependencies to LIBDPLIBSchristos
2015-02-02libnpf: add npf_rule_getid() and npf_rule_getcode().rmind
2014-08-24npf_config_submit: finally, include the saved connections.rmind
2014-08-11- Add and use npf_alg_export().rmind
2014-08-10- Add npf_ruleset_export(), npf_rule_export() and npf_nat_policyexport().rmind
2014-08-03Cross-link npf(7).rmind
2014-07-23Build fix (use error when defined).htodd
2014-07-23NPF: rework of the connection saving and restoring:rmind
2014-07-22rename npf.3 -> libnpf.3 per rmind@'s requestchristos
2014-05-19add npf_ext_param_string()jakllsch
2014-02-13NPF: add support for IPv6-to-IPv6 Network Prefix Translation (NPTv6),rmind
2014-02-07NPF: add support for static (stateless) NAT.rmind
2014-02-06Add support for CDB based NPF tables.rmind
2014-02-03- npfctl: fix table IDs (breakage since the table naming was added).rmind
2014-01-08Kill extra space in function argument.njoly
2013-11-22Add npf_tableset_syncdict() to sync the table IDs in the proplib dictionary,rmind
2013-11-12Remove superfluous comma.wiz
2013-11-12NPF: add support for table naming and remove NPF_TABLE_SLOTS (there isrmind
2013-11-08Mark up NULL with Dv.wiz
2013-11-08NPF: add support for specifying the interfaces before they are attached.rmind
2013-09-19G/C npf_ncode(9)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-03-20Make ALG's autoloadable by providing in the config file:christos
2013-02-16- Convert NPF dynamic rule ID to just incremented 64-bit counter.rmind
2013-02-10- Fix NPF config reload with dynamic rules present.rmind
2013-02-09NPF:rmind
2012-12-24Remove a superfluous quote and fix a recurring typo.wiz
2012-12-23- Add NPF version check in proplist as well, not only ioctl. Bump the version.rmind
2012-11-29install in /lib too because npfctl is linked against it.christos
2012-10-28Fix for npfctl show case. Improve some description while here.rmind
2012-09-16Implement dynamic NPF extensions interface. An extension consists ofrmind
2012-08-15- {npf_mk_rproc,npf_nat_save}: fix the fetching of {rproc-ptr,id_ptr}.rmind
2012-08-12- Extend npftest: add ruleset inspection testing from the config generatedrmind
2012-07-15- Rework NPF tables and fix support for IPv6. Implement tree table typermind
2012-07-01NPF improvements:rmind
2012-04-01Add NPF config retrieval routines.rmind
2012-03-21These directories default to WARNS?=5matt
2012-02-05Multiple NPF fixes, add better error reporting from kernel side, add somermind