summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/trap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add TCP support to snmpd.mpf2018-04-151-2/+3
* Kill ber.c support for direct fd read/writesjca2018-02-081-2/+1
* Fix uninitialized variable.rob2018-01-201-4/+3
* Fix uninitialized variable that coult result in a crash.jca2017-04-211-1/+2
* Improve source IP address handling.jca2016-11-091-1/+8
* Use snmpd_env as the only global variable for env to simplify the daemonrzalamena2016-10-281-7/+5
* strings.h -> string.h to prevent an implicit declaration warning. Alsommcc2015-12-051-3/+2
* While here, fix two size format string warnings.reyk2015-11-211-2/+2
* first batch of cleanup to programs based upon the namespace cleanupsderaadt2015-01-161-2/+1
* add support for AgentX subagents in snmpdblambert2014-11-191-81/+12
* Make snmpd use the AgentX protcol for accepting trap requests.blambert2014-04-141-125/+140
* Fix receipt of OID varbinds when sending trapsblambert2013-10-191-2/+3
* Add initial SNMP client utility to snmpctl(8).reyk2013-10-011-2/+2
* shuffle some snmpd functions to make them visible in smi.c for snmpctl.reyk2013-09-261-2/+2
* According to ITU X.690 (ASN.1 definition document), "octet strings"blambert2013-09-111-3/+5
* Update copyright and my email address in snmpd while I'm here.reyk2012-09-171-2/+2
* Variable bindings need instance identifiers, for scalars this is always .0.camield2012-02-011-4/+4
* fix trap sending in snmpd by adjusting snmpctl to the imsg libutilreyk2011-03-161-6/+3
* sync snmpd with the common imsg code, making it lib ready as well.pyr2009-06-061-2/+4
* plug memleak by calling ber_free() after sending a trap to cleanup thereyk2008-10-091-1/+2
* remove ber_add_astring and make it the default behaviour inreyk2008-03-181-6/+2
* use correct variable for COUNTER64reyk2008-02-081-2/+3
* timeticks typereyk2008-01-241-2/+2
* trap.creyk2008-01-181-2/+2
* add a snmpctl command to send traps to registered receivers usingreyk2008-01-181-1/+1
* swap argumentsreyk2008-01-171-2/+2
* the optional trap varbind elements may be nullreyk2008-01-171-5/+6
* allow to configure optional per trap receiver communities and toreyk2008-01-171-6/+21
* send a coldStart trap to registered receivers on startup and cleanupreyk2008-01-161-39/+69
* implementation of the SNMP trap sender interfacereyk2008-01-161-19/+80
* tweakreyk2008-01-161-11/+4
* move trap code to an own file; there will be morereyk2008-01-161-0/+192