aboutsummaryrefslogtreecommitdiff
path: root/contrib/blocklist
Commit message (Collapse)AuthorAgeFilesLines
* Adapt changes from blocklist 2026-02-07 (10a907f)Jose Luis Duran2026-02-105-57/+61
| | | | | | | Also apply the fix from PR 258411. This is a direct commit to stable/14, as blacklist has been renamed to blocklist upstream.
* blocklist: Update the blacklistd-helper scriptJose Luis Duran2025-11-051-17/+155
| | | | | | | | | | Update the blacklistd-helper script, it provides a better mechanism for detecting the active packet filter. This is a direct commit to stable/14, as blacklist has been renamed to blocklist. PR: 290645
* blocklistd: Remove obsolete network class referenceEd Maste2025-02-071-1/+1
| | | | | | | | | | | This was a comment in a configuration example. Reported by: bapt Reviewed by: bapt, jlduran Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D48810 (cherry picked from commit 513c4e20790a24526cb1c2f5a4725971a09d928a)
* blacklistd: Handle fds that are pointing to routing socketsJose Luis Duran2024-03-251-18/+95
| | | | | | | | | If the fd has access to make changes via the routing socket, grant full permission to make filter changes. Obtained from: https://github.com/zoulasc/blocklist/commit/1b9475b2c8e0be2b9adc4d88e521ed488ac3c43c (cherry picked from commit b73612a34259a478c53eab408362d7bf879fefa6)
* Track upstream project rename in contrib/blocklistdEd Maste2024-01-0758-0/+7439
Upstream is now https://github.com/zoulasc/blocklist/. Rename the contrib directory and update Makefiles to match, in advance of the next vendor branch update. Sponsored by: The FreeBSD Foundation (cherry picked from commit 5f4c09dd85bff675e0ca63c55ea3c517e0fddfcc)