summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/trap.c
AgeCommit message (Expand)Author
2018-04-15Add TCP support to snmpd.Marco Pfatschbacher
2018-02-08Kill ber.c support for direct fd read/writesJeremie Courreges-Anglas
2018-01-20Fix uninitialized variable.rob
2017-04-21Fix uninitialized variable that coult result in a crash.Jeremie Courreges-Anglas
2016-11-09Improve source IP address handling.Jeremie Courreges-Anglas
2016-10-28Use snmpd_env as the only global variable for env to simplify the daemonRafael Zalamena
2015-12-05strings.h -> string.h to prevent an implicit declaration warning. Alsommcc
2015-11-21While here, fix two size format string warnings.Reyk Floeter
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2014-11-19add support for AgentX subagents in snmpdBret Lambert
2014-04-14Make snmpd use the AgentX protcol for accepting trap requests.Bret Lambert
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