index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
pfctl
Age
Commit message (
Expand
)
Author
2020-10-14
Accommodate a basename(3) that takes a non-const parameter and may
Christian Weisgerber
2020-10-01
rdomain IDs do not need to exist for "on rdomain N" to work
kn
2020-09-17
Fix the previous commit whose conditions were reversed.
YASUOKA Masahiko
2020-09-17
Make pfctl(8) check if the rtable really exists when parsing the
YASUOKA Masahiko
2020-07-21
rename PF_OPT_TABLE_PREFIX to PF_OPTIMIZER_TABLE_PFX and move it to pfvar.h
Henning Brauer
2020-07-20
Mention hostid and checksum
kn
2020-05-15
pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspace
cheloha
2020-01-28
sbin/pfctl: replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-01-16
Fail on missing anchor
kn
2020-01-15
Do the actual pfr_strerror() to pf_strerror() rename
kn
2020-01-15
Unify error message for nonexisting anchors
kn
2020-01-15
Refine error message
kn
2020-01-15
Merge radix_perror() into simpler warnx()/errx() usage
kn
2020-01-15
Further document recursive flush behaviour
kn
2020-01-15
Print the main ruleset/anchor as "/" not "<root>" for consistency
kn
2020-01-15
Recent change to pfctl(8) prompts for a minor update of manpage.
Alexandr Nedvedicky
2020-01-15
Enable pfctl(8) to recursively flush rules and tables from PF driver. The
Alexandr Nedvedicky
2019-12-12
Avoid optimizing empty rulesets
kn
2019-11-27
Fix function name in error message (zap trailing s)
kn
2019-10-17
Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.
Todd C. Miller
2019-08-26
Fix file descriptor leak due to popfile() never closing the main config file.
tobhe
2019-08-15
pfctl_reset() must set syncookies settings back to default
Alexandr Nedvedicky
2019-07-09
Add parentheses for readability
kn
2019-07-05
Fix integer sizes in format strings and enable formatting warnings
Patrick Wildt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-05-08
pfctl should check pfctl.astack is not overrun
Alexandr Nedvedicky
2019-05-08
update to PF pfctl(8) and pf.conf(5) manpages
Alexandr Nedvedicky
2019-04-18
Always check for namespace collisions on table commands
kn
2019-04-18
Fix table definition parsing as unprivileged user
kn
2019-04-15
introduce 'pfctl -FR' to reset settings to defaults
Alexandr Nedvedicky
2019-03-30
Fail on invalid netmasks when filling tables
kn
2019-03-07
Remove pfctl_*_pool() remnants
kn
2019-03-06
Fix once rules
kn
2019-02-18
Change ps_len of struct pfioc_states and psn_len of struct
Alexander Bluhm
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
Theo de Raadt
2019-02-10
Anchor names must not be empty
kn
2019-02-10
Unify anchor name sanity checks
kn
2019-02-02
Show the routing address selected by "route-to" in "pfctl -s states".
YASUOKA Masahiko
2019-01-31
Make divert-packet port accept any port specification
kn
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
[next]