summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/traphandler.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add TCP support to snmpd.mpf2018-04-151-2/+5
* Kill ber.c support for direct fd read/writesjca2018-02-081-2/+1
* Remove useless <sys/socketvar.h> includes.mpi2018-01-051-2/+1
* Initial pledge for snmpd. snmpe remains unpledged. Regression tests pass.rob2017-08-121-1/+4
* Stop accessing verbose and debug variables from log.c directly.reyk2017-01-091-4/+8
* Add support for multiple listening socketsjca2016-11-181-12/+31
* Sync snmpd(8) with other daemons proc.c and teach him how to fork+exec.rzalamena2016-10-281-4/+3
* stop including sys/param.h for nitems. define locally as needed.tedu2016-08-161-2/+1
* Sync proc.c, use proc_composev()reyk2015-12-071-3/+3
* Update log.c: change fatal() and fatalx() into variadic functions,reyk2015-11-221-2/+5
* first batch of cleanup to programs based upon the namespace cleanupsderaadt2015-01-161-2/+2
* Support running user-defined actions on receipt of snmp traps.blambert2014-04-251-0/+470