index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sbin
/
pfctl
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-01
change route-to so it sends packets to IPs instead of interfaces.
dlg
2
-195
/
+51
2021-01-12
Sometimes a user ID was logged in pflog(4) although the logopt of
bluhm
2
-5
/
+4
2020-12-29
getifaddrs() can return entries where ifa_addr is NULL. Check for this
benno
1
-2
/
+3
2020-12-16
Fail to parse rules with invalid ranges
kn
1
-3
/
+33
2020-12-16
Reject rules with invalid port ranges
kn
1
-2
/
+4
2020-12-07
synproxy should be processing incoming SYN packets only.
sashan
1
-1
/
+7
2020-10-14
Accommodate a basename(3) that takes a non-const parameter and may
naddy
1
-3
/
+6
2020-10-01
rdomain IDs do not need to exist for "on rdomain N" to work
kn
1
-9
/
+3
2020-09-17
Fix the previous commit whose conditions were reversed.
yasuoka
1
-3
/
+3
2020-09-17
Make pfctl(8) check if the rtable really exists when parsing the
yasuoka
1
-12
/
+19
2020-07-21
rename PF_OPT_TABLE_PREFIX to PF_OPTIMIZER_TABLE_PFX and move it to pfvar.h
henning
2
-6
/
+5
2020-07-20
Mention hostid and checksum
kn
1
-3
/
+6
2020-05-15
pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspace
cheloha
1
-2
/
+2
2020-01-28
sbin/pfctl: replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2
-24
/
+8
2020-01-16
Fail on missing anchor
kn
1
-15
/
+5
2020-01-15
Do the actual pfr_strerror() to pf_strerror() rename
kn
5
-17
/
+17
2020-01-15
Unify error message for nonexisting anchors
kn
3
-22
/
+23
2020-01-15
Refine error message
kn
1
-2
/
+2
2020-01-15
Merge radix_perror() into simpler warnx()/errx() usage
kn
1
-22
/
+12
2020-01-15
Further document recursive flush behaviour
kn
1
-1
/
+14
2020-01-15
Print the main ruleset/anchor as "/" not "<root>" for consistency
kn
1
-2
/
+2
2020-01-15
Recent change to pfctl(8) prompts for a minor update of manpage.
sashan
1
-2
/
+9
2020-01-15
Enable pfctl(8) to recursively flush rules and tables from PF driver. The
sashan
5
-63
/
+285
2019-12-12
Avoid optimizing empty rulesets
kn
1
-2
/
+5
2019-11-27
Fix function name in error message (zap trailing s)
kn
1
-2
/
+2
2019-10-17
Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.
millert
2
-17
/
+15
2019-08-26
Fix file descriptor leak due to popfile() never closing the main config file.
tobhe
1
-14
/
+15
2019-08-15
pfctl_reset() must set syncookies settings back to default
sashan
1
-1
/
+2
2019-07-09
Add parentheses for readability
kn
1
-2
/
+2
2019-07-05
Fix integer sizes in format strings and enable formatting warnings
patrick
1
-20
/
+22
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
deraadt
6
-73
/
+73
2019-05-08
pfctl should check pfctl.astack is not overrun
sashan
1
-1
/
+3
2019-05-08
update to PF pfctl(8) and pf.conf(5) manpages
sashan
1
-3
/
+6
2019-04-18
Always check for namespace collisions on table commands
kn
1
-3
/
+3
2019-04-18
Fix table definition parsing as unprivileged user
kn
1
-2
/
+7
2019-04-15
introduce 'pfctl -FR' to reset settings to defaults
sashan
2
-5
/
+50
2019-03-30
Fail on invalid netmasks when filling tables
kn
1
-2
/
+2
2019-03-07
Remove pfctl_*_pool() remnants
kn
2
-10
/
+2
2019-03-06
Fix once rules
kn
3
-44
/
+45
2019-02-18
Change ps_len of struct pfioc_states and psn_len of struct
bluhm
1
-7
/
+5
2019-02-13
(unsigned) means (unsigned int) which on ptrdiff_t or size_t or other
deraadt
1
-3
/
+3
2019-02-10
Anchor names must not be empty
kn
2
-2
/
+9
2019-02-10
Unify anchor name sanity checks
kn
1
-15
/
+20
2019-02-02
Show the routing address selected by "route-to" in "pfctl -s states".
yasuoka
1
-1
/
+11
2019-01-31
Make divert-packet port accept any port specification
kn
1
-5
/
+6
2019-01-29
Reuse copy_satopfaddr() when killing entries
kn
3
-58
/
+15
2019-01-29
Make -N and -r mutually exclusive
kn
2
-3
/
+10
2019-01-28
Simplify lookups when killing entries
kn
1
-47
/
+32
2019-01-26
Mention that -r does reverse DNS lookups for tables as well
kn
1
-3
/
+3
2019-01-19
Use mnemonic PFCTL_SHOW_* macros, terminate string with null character
kn
1
-8
/
+7
[next]