Age | Commit message (Expand) | Author |
2019-01-29 | Reuse copy_satopfaddr() when killing entries | kn |
2019-01-29 | Make -N and -r mutually exclusive | kn |
2019-01-28 | Simplify lookups when killing entries | kn |
2019-01-26 | Mention that -r does reverse DNS lookups for tables as well | kn |
2019-01-19 | Use mnemonic PFCTL_SHOW_* macros, terminate string with null character | kn |
2019-01-11 | Defuse `-F all -i interface' | kn |
2019-01-11 | When creating tables inside anchors, pfctl warned about namespace | kn |
2019-01-10 | Zap unnused iface function parameter from pfctl_kill_src_nodes() | kn |
2019-01-03 | Unbreak build under OPT_DEBUG | kn |
2019-01-02 | Error out on missing table command, zap internal wrapper function | kn |
2019-01-02 | Zap unused segment struct definition | kn |
2018-12-31 | Explicitly mention that tables created by -T{add,replace} are persistent | kn |
2018-12-27 | Zap duplicate struct declaration | kn |
2018-12-21 | DIOCIGETIFACES provides interfaces and groups, not drivers | kn |
2018-11-15 | scrub opts dont set tos, so remove it from the scrub_opts struct | David Gwynne |
2018-11-10 | Unbreak `-D macro=value' (r1.686 regression) | kn |
2018-11-07 | sync cmdline_symset() changes with src/usr.sbin; OK sashan@ claudio@ | miko |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-10-15 | use PFR_RB_NONE consistently | kn |
2018-09-18 | fix table commands under anchors | kn |
2018-09-16 | The kernel does not set the address family for the socket addresses | Alexander Bluhm |
2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that | Todd C. Miller |
2018-09-13 | Avoid unneeded variable in gen_dynnode() | kn |
2018-09-11 | Fix netmask regression in get_dynnode() | kn |
2018-09-11 | Remove unused buffer from host() | kn |
2018-09-10 | Merge host_v{4,6}() into simpler host_ip() | kn |
2018-09-10 | Introduce copy_satopfaddr() | kn |
2018-09-08 | Allocate path only when needed, use __func__ | kn |
2018-09-08 | Error out early on bad anchor usage | kn |
2018-09-07 | More __func__ to fix error messages | kn |
2018-09-07 | Fix function name in error messages by using __func__ | kn |
2018-09-07 | Remove wildcard address on loopack remnants | kn |
2018-09-07 | Make print_hostname() less AF-specific | kn |
2018-09-06 | Remove unused af argument from unmask() | kn |
2018-09-06 | Fill netmask AF-independently in print_host() | kn |
2018-09-05 | Move AF-specific mask logic from callers into set_ipmask() | kn |
2018-09-05 | Use error label in host_if() | kn |
2018-08-10 | Zap bits in host_v4(), use mask parameter | kn |
2018-07-31 | Zap v4mask and v6mask in host() | kn |
2018-07-30 | Simplify host() | kn |
2018-07-28 | Use strtonum in host() | kn |
2018-07-24 | Move duplicate code into new helper print_addr_str() | kn |
2018-07-24 | Simplify getaddrinfo() error handling | kn |
2018-07-20 | Stop checking table commands for `create' | kn |
2018-07-16 | reduce duplicate code, fix typo/free correct buffer | kn |
2018-07-13 | Fix regression on child queue definitions | kn |
2018-07-11 | Prevent invalid interface specifiers on queue rules | kn |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-10 | 'set delay' for the generic packet delay mechanism, ok benno sashan | Henning Brauer |
2018-07-10 | Add "listenrepv2" for MLDv2 Listener Reports from RFC3810 | Jeremie Courreges-Anglas |