aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsnmpd/modules/snmp_pf
Commit message (Expand)AuthorAgeFilesLines
* snmp_pf: use libpfctl's pfctl_get_status() rather than DIOCGETSTATUSKristof Provost2023-09-071-35/+39
* Remove $FreeBSD$: two-line lua tagWarner Losh2023-08-231-2/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-233-3/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* bsnmp: Fix incorrect use of libpfctlKristof Provost2021-06-221-2/+2
* pf: Allow multiple labels to be set on a ruleKristof Provost2021-05-101-1/+1
* libpfctl: Switch to pfctl_ruleKristof Provost2021-05-071-8/+9
* bsnmp: Use libpfctlKristof Provost2021-05-072-1/+6
* Fix the following -Werror warning from clang 10.0.0 in bsnmpd:Dimitry Andric2020-01-311-1/+2
* Unbreak snmp_pf(3) after the changes introduced in r338209Shteryana Shopova2019-06-212-2/+2
* Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths ofPatrick Kelsey2018-08-221-2/+6
* Update bsnmp to version 1.13. This does not bring user-visible changes.Hartmut Brandt2018-07-032-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* style(9): clean up whitespaceEnji Cooper2016-12-281-8/+8
* style(9): clean up trailing whitespaceEnji Cooper2016-12-273-14/+14
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-8/+0
* META MODE: Prefer INSTALL=tools/install.sh to lessen the need for xinstall.host.Bryan Drewery2015-11-251-1/+0
* new dependsSimon J. Gerraty2015-06-161-1/+0
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+30
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-191-0/+1
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Updated/new Makefile.dependSimon J. Gerraty2012-11-081-0/+3
| * Sync from headSimon J. Gerraty2012-11-043-6/+3
| |\ | |/ |/|
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+26
* | Merge the projects/pf/head branch, that was worked on for last six months,Gleb Smirnoff2012-09-083-6/+3
|/
* In bsnmpd(1) add support for SNMPv3 message processing model, including messa...Shteryana Shopova2010-12-081-0/+1
* Now actually implement reading/refreshing/returning data from the pfTablesAdd...Shteryana Shopova2010-03-244-40/+334
* Make sure the snmp_pf module will first refresh its entires if necessary,Shteryana Shopova2010-03-191-12/+12
* Add support for retrieving labeled pf filter rule counters.Shteryana Shopova2010-03-183-4/+382
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Make sure enough memory is allocated for a struct pft_entry whenShteryana Shopova2009-12-051-1/+1
* Use INSERT_OBJECT_INT_LINK_INDEX macro instead of TAILQ_INSERT_TAIL whenPhilip Paeps2008-06-011-1/+1
* Link pf 4.1 to the build:Max Laier2007-07-031-26/+25
* Check for altq presence during module init, and allow module to work even ifPhilip Paeps2005-11-301-2/+47
* Use the new bsd.snmpmod.mk makefile to build the modules. The -I pointersHartmut Brandt2005-11-101-3/+1
* Fix unhandled malloc errors.Philip Paeps2005-08-291-9/+54
* Catch up with the bsnmpd daemon's 64bit time ticks.Philip Paeps2005-05-231-1/+1
* time_t is signed, so s/uintmax_t/intmax_t/g. Has anyone got an extra pointyPhilip Paeps2005-03-151-6/+6
* Cast time_t to uintmax_t so they can be printed as %ju without breaking onPhilip Paeps2005-03-151-6/+7
* Make this compile properly on 64bit machines.Philip Paeps2005-03-141-3/+3
* Add snmp_pf, a bsnmpd module for monitoring (not managing!) pf firewalls.Philip Paeps2005-03-144-0/+2610