summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/trap.c
AgeCommit message (Expand)Author
2013-10-19Fix receipt of OID varbinds when sending trapsBret Lambert
2013-10-01Add initial SNMP client utility to snmpctl(8).Reyk Floeter
2013-09-26shuffle some snmpd functions to make them visible in smi.c for snmpctl.Reyk Floeter
2013-09-11According to ITU X.690 (ASN.1 definition document), "octet strings"Bret Lambert
2012-09-17Update copyright and my email address in snmpd while I'm here.Reyk Floeter
2012-02-01Variable bindings need instance identifiers, for scalars this is always .0.Camiel Dobbelaar
2011-03-16fix trap sending in snmpd by adjusting snmpctl to the imsg libutilReyk Floeter
2009-06-06sync snmpd with the common imsg code, making it lib ready as well.Pierre-Yves Ritschard
2008-10-09plug memleak by calling ber_free() after sending a trap to cleanup theReyk Floeter
2008-03-18remove ber_add_astring and make it the default behaviour inReyk Floeter
2008-02-08use correct variable for COUNTER64Reyk Floeter
2008-01-24timeticks typeReyk Floeter
2008-01-18trap.cReyk Floeter
2008-01-18add a snmpctl command to send traps to registered receivers usingReyk Floeter
2008-01-17swap argumentsReyk Floeter
2008-01-17the optional trap varbind elements may be nullReyk Floeter
2008-01-17allow to configure optional per trap receiver communities and toReyk Floeter
2008-01-16send a coldStart trap to registered receivers on startup and cleanupReyk Floeter
2008-01-16implementation of the SNMP trap sender interfaceReyk Floeter
2008-01-16tweakReyk Floeter
2008-01-16move trap code to an own file; there will be moreReyk Floeter