summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/pf.c
AgeCommit message (Expand)Author
2015-02-06SIZE_MAX is standard, we should be using it in preference to theTodd C. Miller
2015-01-21Include <netinet/in.h> before <net/pfvar.h>. In a future change whenTheo de Raadt
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2014-10-08obvious reallocarray()Theo de Raadt
2013-09-07Plug a memory leak when walking the pfTblAddrTable in PF-MIBJoel Knight
2013-03-04Fix compiler warnings about casts discarding const qualifiers andAlexander Bluhm
2012-05-28Plug a couple more fd leaks. As part of the fix, make all the *initJoel Knight
2012-05-26Plug some leaks when certain error conditions are met.Joel Knight
2012-05-14use the size of the struct not the size of the pointer for memsetJonathan Gray
2012-02-23Bring in PF-MIB to snmpd.Joel Knight