summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/snmp.c
AgeCommit message (Expand)Author
2014-11-19Support exporting relayd statistics via AgentX/snmpdBret Lambert
2014-06-25sync copyright to reality according to my last changesReyk Floeter
2014-04-23Fix format string in DEBUG message (not compiled by default).Reyk Floeter
2014-04-20Check another strlcpy overflow that is very unlikely to happen.Reyk Floeter
2014-04-14Adapt relayd to use AgentX protocol to send trapsBret Lambert
2013-01-17Remove unnecessary pointer casts. No binary diff.Alexander Bluhm
2012-02-01Append mandatory instance identifier (.0 for scalars), so other SNMPCamiel Dobbelaar
2011-05-19Fix reload support in relayd(8) by reimplementing large parts of theReyk Floeter
2011-05-09Reorganize the relayd code to use the proc.c privsep API/commodityReyk Floeter
2011-05-05Update all logging and debug functions to use the __func__ macroReyk Floeter
2009-06-09missing header file; bring things into scopeTheo de Raadt
2009-06-07Change the way fds passed over a socket are retreived on the receiving side.Eric Faurot
2009-06-06allocate the correct amount of memoryEric Faurot
2009-06-054 handed diff with eric:Pierre-Yves Ritschard
2009-06-05Make imsg completely async model agnostic by not requiring anPierre-Yves Ritschard
2009-06-03cleanup contorted and slightly broken call to imsg_get_fdEric Faurot
2008-05-05clean up after reyk (tab at EOL)Henning Brauer
2008-02-11Marry relayd with snmpd using new "send trap" option: Request to sendReyk Floeter