summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/agentx.c
AgeCommit message (Expand)Author
2015-12-05strings.h -> string.h to prevent an implicit declaration warning. Alsommcc
2015-07-19don't return failure for agentx messages with 0-length payloadsBret Lambert
2014-11-19add support for AgentX subagents in snmpdBret Lambert
2014-11-14Shorten the AgentX header debug messages (only compiled with -DDEBUG)Reyk Floeter
2014-10-12Remove possibility of mutiplicative integer overflow by not multiplying.Bret Lambert
2014-04-20Just to be pedantic, fail if strlcpy managed to overflow the socket path.Reyk Floeter
2014-04-20Partially revert the previous: snmp_agentx_ping() didn't leak the pduReyk Floeter
2014-04-20Fix a small leak in the error path.Reyk Floeter
2014-04-14No need to include ber.h here, probably overlooked while importing.andre
2014-04-14Make snmpd use the AgentX protcol for accepting trap requests.Bret Lambert