summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/pf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* SIZE_MAX is standard, we should be using it in preference to themillert2015-02-061-3/+3
* Include <netinet/in.h> before <net/pfvar.h>. In a future change whenderaadt2015-01-211-2/+3
* first batch of cleanup to programs based upon the namespace cleanupsderaadt2015-01-161-2/+2
* obvious reallocarray()deraadt2014-10-081-2/+2
* Plug a memory leak when walking the pfTblAddrTable in PF-MIBjoel2013-09-071-1/+4
* Fix compiler warnings about casts discarding const qualifiers andbluhm2013-03-041-12/+13
* Plug a couple more fd leaks. As part of the fix, make all the *initjoel2012-05-281-5/+3
* Plug some leaks when certain error conditions are met.joel2012-05-261-6/+14
* use the size of the struct not the size of the pointer for memsetjsg2012-05-141-2/+2
* Bring in PF-MIB to snmpd.joel2012-02-231-0/+483