summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/agentx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant codedenis2020-06-051-2/+1
* Bring snmpd agentx.c closer in line with relayd.rob2018-06-171-22/+9
* whitespacerob2018-02-141-3/+4
* Remove useless <sys/socketvar.h> includes.mpi2018-01-051-2/+2
* strings.h -> string.h to prevent an implicit declaration warning. Alsommcc2015-12-051-3/+2
* don't return failure for agentx messages with 0-length payloadsblambert2015-07-191-9/+18
* add support for AgentX subagents in snmpdblambert2014-11-191-31/+194
* Shorten the AgentX header debug messages (only compiled with -DDEBUG)reyk2014-11-141-12/+11
* Remove possibility of mutiplicative integer overflow by not multiplying.blambert2014-10-121-5/+5
* Just to be pedantic, fail if strlcpy managed to overflow the socket path.reyk2014-04-201-2/+4
* Partially revert the previous: snmp_agentx_ping() didn't leak the pdureyk2014-04-201-7/+7
* Fix a small leak in the error path.reyk2014-04-201-6/+9
* No need to include ber.h here, probably overlooked while importing.andre2014-04-141-2/+1
* Make snmpd use the AgentX protcol for accepting trap requests.blambert2014-04-141-0/+969