index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
snmpd
/
trap.c
Age
Commit message (
Expand
)
Author
2013-10-19
Fix receipt of OID varbinds when sending traps
Bret Lambert
2013-10-01
Add initial SNMP client utility to snmpctl(8).
Reyk Floeter
2013-09-26
shuffle some snmpd functions to make them visible in smi.c for snmpctl.
Reyk Floeter
2013-09-11
According to ITU X.690 (ASN.1 definition document), "octet strings"
Bret Lambert
2012-09-17
Update copyright and my email address in snmpd while I'm here.
Reyk Floeter
2012-02-01
Variable bindings need instance identifiers, for scalars this is always .0.
Camiel Dobbelaar
2011-03-16
fix trap sending in snmpd by adjusting snmpctl to the imsg libutil
Reyk Floeter
2009-06-06
sync snmpd with the common imsg code, making it lib ready as well.
Pierre-Yves Ritschard
2008-10-09
plug memleak by calling ber_free() after sending a trap to cleanup the
Reyk Floeter
2008-03-18
remove ber_add_astring and make it the default behaviour in
Reyk Floeter
2008-02-08
use correct variable for COUNTER64
Reyk Floeter
2008-01-24
timeticks type
Reyk Floeter
2008-01-18
trap.c
Reyk Floeter
2008-01-18
add a snmpctl command to send traps to registered receivers using
Reyk Floeter
2008-01-17
swap arguments
Reyk Floeter
2008-01-17
the optional trap varbind elements may be null
Reyk Floeter
2008-01-17
allow to configure optional per trap receiver communities and to
Reyk Floeter
2008-01-16
send a coldStart trap to registered receivers on startup and cleanup
Reyk Floeter
2008-01-16
implementation of the SNMP trap sender interface
Reyk Floeter
2008-01-16
tweak
Reyk Floeter
2008-01-16
move trap code to an own file; there will be more
Reyk Floeter