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
/
parse.y
Age
Commit message (
Expand
)
Author
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-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-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-01-28
sbin/pfctl: replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-01-15
Do the actual pfr_strerror() to pf_strerror() rename
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-07-05
Fix integer sizes in format strings and enable formatting warnings
Patrick Wildt
2019-05-08
pfctl should check pfctl.astack is not overrun
Alexandr Nedvedicky
2019-04-18
Fix table definition parsing as unprivileged user
kn
2019-03-06
Fix once rules
kn
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-01-31
Make divert-packet port accept any port specification
kn
2019-01-11
When creating tables inside anchors, pfctl warned about namespace
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-09-16
Use uid_from_user(3) and gid_from_group(3) in utilities that
Todd C. Miller
2018-09-06
Remove unused af argument from unmask()
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
fix anchor rules with filter opts, introduce filteropts_to_rule()
kn
2018-07-09
Zap dead code
kn
2018-07-09
No need to mention which memory allocation entry point failed (malloc,
Kenneth R Westerback
2018-07-08
Be consistent in warn() and log_warn() usage when
Kenneth R Westerback
2018-05-18
A pf rule with a "on rdomain n" with nonexisting rdomain n will cause an
Sebastian Benoit
2018-05-09
Fix (include file ) line number counting by keeping track of the unget
Otto Moerbeek
2018-04-26
Plug leak in error case of the common 'varset' implementations.
Kenneth R Westerback
2018-02-08
make the watermarks/thresholds for entering and leaving syncookie mode when
Henning Brauer
2018-02-06
allow control over syncookies: set syncookies never/always/adaptive
Henning Brauer
2017-11-28
The divert structure was using the port number to indicate that
Alexander Bluhm
2017-11-27
The divert structure was using the port number to indicate that
Alexander Bluhm
2017-11-25
- pfctl fails to handle nested 'load anchor' properly
Alexandr Nedvedicky
2017-11-14
- nested anchors vs. pfctl/parse.y
Alexandr Nedvedicky
2017-11-13
add a generic packet rate matching filter. allows things like
Henning Brauer
2017-08-11
add option -N (no domain resolution)
Sebastian Benoit
2017-07-19
Allow HFSC classes to use flow queues
Mike Belopuhov
[next]