aboutsummaryrefslogtreecommitdiff
path: root/contrib/pf
Commit message (Expand)AuthorAgeFilesLines
* pf: convert kill/clear state to use netlinkKristof Provost2024-02-281-3/+5
* libpfctl: introduce a handle-enabled variant of pfctl_add_rule()Kristof Provost2024-01-042-6/+16
* pf: Remove __FBSDID() macro useBrooks Davis2023-11-214-12/+0
* pf (t)ftp-proxy: use libpfctl instead of DIOCGETSTATUSKristof Provost2023-08-312-6/+12
* pf/libevent: Consistently pass evsignal to sigaction.John Baldwin2023-06-201-1/+1
* authpf: do not sprintf to a null pointerEd Maste2023-05-031-3/+2
* pflogd: Do not access obsolete structure member pcap.tzoffJoseph Mingrone2023-03-301-1/+1
* ftp-proxy: Revert incorrect migration to libpfctlKristof Provost2021-07-011-4/+2
* authpf: Start using libpfctlKristof Provost2021-05-071-17/+18
* libpfctl: Switch to pfctl_ruleKristof Provost2021-04-102-91/+99
* (t)ftp-proxy: use libpfctlKristof Provost2021-04-102-8/+18
* libevent1: fix layout of duplicated RB_ENTRY() definitionKyle Evans2021-03-241-1/+0
* Fix escaping, otherwise Dx gets translated as the macro for DragonFly.Sevan Janiyan2018-08-111-2/+2
* Re-apply r190640.Hans Petter Selasky2018-05-311-1/+0
* MFV r333789: libpcap 1.9.0 (pre-release)Hans Petter Selasky2018-05-281-0/+1
* Rename getline with get_line to avoid collision with getline(3)Baptiste Daroussin2016-05-101-4/+4
* Fix a clang 3.8.0 warning in pflogd.c:Dimitry Andric2015-12-311-1/+1
* Fix a couple of missing lines that obscured the -p description.Warren Block2015-06-281-0/+2
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-181-7/+0
* Ressurect the local change documentingSergey Kandaurov2014-01-291-2/+7
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-1418-22161/+0
* Merge the projects/pf/head branch, that was worked on for last six months,Gleb Smirnoff2012-09-087-110/+28
* Fix the upper limit bounds checking for the "rtables" keyword wrappingBjoern A. Zeeb2012-02-031-4/+28
* Replace an OpenBSDism with a FreeBSDism in the pfctl(8) man page: we putRobert Watson2012-01-051-1/+1
* Restore a feature that was present in 5.x and 6.x, and was cleared inGleb Smirnoff2011-12-201-0/+17
* - Fix examples to show new CARP style.Gleb Smirnoff2011-12-201-12/+11
* Correct the description of struct pfioc_state_kill.Bjoern A. Zeeb2011-07-171-2/+5
* Note the PF version.David E. O'Brien2011-07-071-2/+7
* Update packet filter (pf) code to OpenBSD 4.5.Bjoern A. Zeeb2011-06-2829-1298/+2189
|\
| * Flatten out the pf userland vendor areaMax Laier2008-12-1051-31319/+0
* | Add a new option -P to suppress getservbyport(3) calls when printing rules.Bjoern A. Zeeb2011-06-135-19/+34
* | Enable closefrom(2) here, as we have supported it for some time now.Christian S.J. Peron2010-08-051-4/+0
* | Adapt OpenBSD pf's "sloopy" TCP state machine which is useful for DirectXin LI2009-12-244-4/+45
* | Max's changes got left out of the MRT commit.Julian Elischer2008-05-091-15/+6
* | Make ALTQ cope with disappearing interfaces (particularly common with mpdMax Laier2008-03-292-0/+38
* | MFOpenBSD rev 1.393 pf.conf.5Remko Lodder2008-02-111-3/+3
* | Update for libpcap 0.9.8Max Laier2007-10-161-0/+3
* | Lost these during the import. Hand me the pointy hat.Max Laier2007-07-032-0/+125
* | Commit resolved import of OpenBSD 4.1 pf userland from perforce.Max Laier2007-07-0328-3423/+3641
* | This commit was generated by cvs2svn to compensate for changes in r171169,Max Laier2007-07-0321-7/+5188
|\|
| * Import pf userland from OpenBSD 4.1 and (for ftp-proxy) libevent 1.3b asMax Laier2007-07-0343-2655/+8750
* | Revert my previous change, add an MLINK from securelevel.7 to security.7Remko Lodder2007-06-011-2/+2
* | Change securelevel(7) to security(7). Yes i am awareRemko Lodder2007-06-011-2/+2
* | From OpenBSD, rev. 1.379Daniel Hartmeier2007-05-211-2/+3
* | From OpenBSD, rev. 1.91:Max Laier2006-11-301-2/+3
* | Mention that we do not support route labels in the BUGS section.Max Laier2006-10-301-1/+7
* | - Note that the synchronisation interface needs to be up and haveGleb Smirnoff2006-06-061-2/+5
* | Document authpf's requirement for a mounted fdescfs(5).Max Laier2006-03-281-2/+8
* | Constfy errstr as it is in OpenBSD to unbreak the build.Max Laier2006-03-151-1/+1
* | Use strtonum now that we have it in libc as well.Max Laier2006-03-151-15/+0