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