summaryrefslogtreecommitdiff
path: root/usr.sbin/relayd/snmp.c
AgeCommit message (Expand)Author
2015-12-05don't attempt to process AgentX packets when a short read is encounteredBret Lambert
2015-12-02In most cases we don't need all arguments of proc_compose*_imsg(),Reyk Floeter
2015-11-28Use SOCK_NONBLOCK in relayd as well.Reyk Floeter
2015-01-22Clean up the relayd headers with help of include-what-you-use and someReyk Floeter
2015-01-22wrap long lines; spacing.Reyk Floeter
2014-12-21Stop pulling in <arpa/inet.h> or <arpa/nameser.h> when unnecessary.Philip Guenther
2014-11-25use correct divisor when converting microseconds to 100ths of a secondBret Lambert
2014-11-24remove a surplus break statementJonathan Gray
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