summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd/modules/snmp_pf/pf_snmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-141-0/+1170
OpenPOWER on IntegriCloud