summaryrefslogtreecommitdiff
path: root/sbin/pfctl/parse.y
AgeCommit message (Expand)Author
16 hourspfctl(8): change default limiter action from no-match to blockKristof Provost
6 dayspfctl: allow new page character (^L) in pf.confKristof Provost
6 dayspf: configurable action on limiter exceededKristof Provost
6 dayspf: introduce source and state limitersKristof Provost
2025-12-30pfctl: remove duplicate "va" entryKristof Provost
2025-12-30pfctl: allow network programs select DSCP_VA for network ToSKristof Provost
2025-10-26pfctl(8): Fix a typo in an error messageGordon Bergling
2025-09-25pfctl: fix anchor handling for nat/rdr/binat anchorsKristof Provost
2025-09-25pfctl: fix once rulesKristof Provost
2025-09-25pfctl: reduce duplicate codeKristof Provost
2025-09-25pfctl: deny "once" flags for match rulesKristof Provost
2025-09-25pfctl: One shot rules can be used in pf.conf by specifying a "once" filter op...Kristof Provost
2025-09-17pfctl: allow tables to be defined inside anchorsKristof Provost
2025-09-10pfctl: Use pfctl_fopenKristof Provost
2025-09-02pf: fix ICMP type/code representationKristof Provost
2025-08-29pf: Add prefer-ipv6-nexthop option for route-to poolsKajetan Staszkiewicz
2025-08-01pf: Use different address family for source and redirection addressKajetan Staszkiewicz
2025-08-01pfctl: Use sa_family_t for af instead of intKajetan Staszkiewicz
2025-07-15pflog: improve uid loggingKristof Provost
2025-07-15pfctl: Fail to parse rules with invalid rangesKristof Provost
2025-07-15pf: synproxy should be processing incoming SYN packets only.Kristof Provost
2025-07-12pfctl: replace TAILQ concatenation loop with TAILQ_CONCATKristof Provost
2025-07-12pfctl: Do the actual pfr_strerror() to pf_strerror() renameKristof Provost
2025-07-09pfctl: Use -1 to indicate an invalid uid/gid, not UID_MAX and GID_MAX.Kristof Provost
2025-07-09pfctl: Fix file descriptor leak due to popfile() never closing the main confi...Kristof Provost
2025-07-07pfctl: pfctl should check pfctl.astack is not overrunKristof Provost
2025-07-07pfctl: Fix table definition parsing as unprivileged userKristof Provost
2025-07-07pfctl: Don't use unsigned for ptrdiff_tKristof Provost
2025-07-07pfctl: Anchor names must not be emptyKristof Provost
2025-07-07pfctl: Unify anchor name sanity checksKristof Provost
2025-07-07pfctl: Improve duplicate table name warningKristof Provost
2025-07-04pfctl: sync cmdline_symset() changes with src/usr.sbinKristof Provost
2025-07-04pfctl: odd condition/test in PF lexerKristof Provost
2025-07-03pfctl: Use uid_from_user(3) and gid_from_group(3)Kristof Provost
2025-07-02pfctl: Remove unused af argument from unmask()Kristof Provost
2025-06-30pfctl: simplify FOM_PRIO handlingKristof Provost
2025-06-30pfctl: use __func__ rather than hardcoding function names for errorsKristof Provost
2025-06-30pfctl: fix anchor rules with filter opts, introduce filteropts_to_rule()Kristof Provost
2025-06-27pfctl: Zap dead codeKristof Provost
2025-06-27pfctl: clean up allocation warningsKristof Provost
2025-06-27pfctl: fix memory leakKristof Provost
2025-06-27pfctl: plug some memory leaksKristof Provost
2025-06-27pfctl: fix reporting of line numbers for included filesKristof Provost
2025-06-27pf: add 'max-pkt-size'Kristof Provost
2025-06-26pfctl: Plug leak in error case of the common 'varset' implementations.Kristof Provost
2025-06-26pfctl: fails to handle nested 'load anchor' properlyKristof Provost
2025-06-25pfctl: nested anchors vs. pfctl/parse.yKristof Provost
2025-06-25pf: add a generic packet rate matching filterKristof Provost
2025-06-09pfctl: add option -S (no domain resolution)Kristof Provost
2025-05-28pfctl: don't check np->port for NULLKristof Provost