summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd/modules/snmp_pf
Commit message (Expand)AuthorAgeFilesLines
* Now actually implement reading/refreshing/returning data from the pfTablesAdd...syrinx2010-03-244-40/+334
* Make sure the snmp_pf module will first refresh its entires if necessary,syrinx2010-03-191-12/+12
* Add support for retrieving labeled pf filter rule counters.syrinx2010-03-183-4/+382
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-1/+0
* Make sure enough memory is allocated for a struct pft_entry whensyrinx2009-12-051-1/+1
* Use INSERT_OBJECT_INT_LINK_INDEX macro instead of TAILQ_INSERT_TAIL whenphilip2008-06-011-1/+1
* Link pf 4.1 to the build:mlaier2007-07-031-26/+25
* Check for altq presence during module init, and allow module to work even ifphilip2005-11-301-2/+47
* Use the new bsd.snmpmod.mk makefile to build the modules. The -I pointersharti2005-11-101-3/+1
* Fix unhandled malloc errors.philip2005-08-291-9/+54
* Catch up with the bsnmpd daemon's 64bit time ticks.philip2005-05-231-1/+1
* time_t is signed, so s/uintmax_t/intmax_t/g. Has anyone got an extra pointyphilip2005-03-151-6/+6
* Cast time_t to uintmax_t so they can be printed as %ju without breaking onphilip2005-03-151-6/+7
* Make this compile properly on 64bit machines.philip2005-03-141-3/+3
* Add snmp_pf, a bsnmpd module for monitoring (not managing!) pf firewalls.philip2005-03-144-0/+2610
OpenPOWER on IntegriCloud