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
2024-02-07
fix anchortypes bounds test
Jonathan Gray
2024-02-02
The fix to pfctl_kill_src_nodes() comes from Olivier Croquin.
Alexandr Nedvedicky
2024-01-15
Currently 'pfctl -a "*" -sr' recursively walks anchor tree and shows
Alexandr Nedvedicky
2023-11-02
Use pfctl_fopen (which checks to ensure the given file isn't a directory)
Stuart Henderson
2023-10-26
whitespace cleanup my fingers couldn't avoid doing while i was re-reading
Theo de Raadt
2023-09-05
fix mismatching declaration of argument with mismatched bounds
Robert Nagy
2023-04-28
This change speeds up DIOCGETRULE ioctl(2) which pfctl(8) uses to
Alexandr Nedvedicky
2023-04-18
Rewrite some ugly for loops
Theo Buehler
2023-02-07
internal representation of icmp type/code in pfctl(8)/pf(4) does not
Alexandr Nedvedicky
2023-01-06
PF_ANCHOR_STACK_MAX is insufficient protection against stack overflow.
Alexandr Nedvedicky
2022-11-21
Fix DIOCIGETIFACES ioctl so all network interfaces
Alexandr Nedvedicky
2022-11-19
Prettify expired rules printing
Klemens Nanni
2022-11-18
Improve "once" bits
Klemens Nanni
2022-11-14
- show -R with -s in options list
Jason McIntyre
2022-11-09
simplify expiration of 'once' rules.
Alexandr Nedvedicky
2022-09-23
Fix detection of duplicate sticky-address in pf.conf parser.
Alexander Bluhm
2022-07-27
Remove redundant bzero, the pfctl struct memset later on.
Moritz Buhl
2022-07-21
Set the default pool size for the new anchors pool otherwise it's set to 0.
Moritz Buhl
2022-07-20
Add a pool for the allocation of the pf_anchor struct.
Moritz Buhl
2022-01-28
When it's the possessive of 'it', it's spelled "its", without the
Philip Guenther
2022-01-16
pfctl: fix -Wunused-but-set-variable warning
Christian Weisgerber
2021-11-11
add tests to cover DIOCCHANGERULE ioctl(2)
Alexandr Nedvedicky
2021-10-25
- pfctl $nr incorrect macro expansion
Alexandr Nedvedicky
2021-10-15
Don't declare variables as "unsigned char *" that are passed to
Christian Weisgerber
2021-02-01
change route-to so it sends packets to IPs instead of interfaces.
David Gwynne
2021-01-12
Sometimes a user ID was logged in pflog(4) although the logopt of
Alexander Bluhm
2020-12-29
getifaddrs() can return entries where ifa_addr is NULL. Check for this
Sebastian Benoit
2020-12-16
Fail to parse rules with invalid ranges
kn
2020-12-16
Reject rules with invalid port ranges
kn
2020-12-07
synproxy should be processing incoming SYN packets only.
Alexandr Nedvedicky
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
[next]