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
/
snmpe.c
Age
Commit message (
Expand
)
Author
2009-12-16
knf and unused variables
Theo de Raadt
2009-06-06
sync snmpd with the common imsg code, making it lib ready as well.
Pierre-Yves Ritschard
2008-12-08
report memory and swap in hrStorage, and implement hrProcessor to report
Reyk Floeter
2008-12-05
fix a possible crash in debugging mode (if compiled for with -DDEBUG)
Reyk Floeter
2008-09-26
allow to add an additional restricted control socket for trap sending
Reyk Floeter
2008-09-03
Missing breaks.
Jonathan Gray
2008-07-18
merge log_host with relayd's version using getnameinfo and rename it
Reyk Floeter
2008-03-12
mostly stylistic - always print the client host name in snmpe error
Reyk Floeter
2008-03-12
if (class != BER_CLASS_UNIVERSAL || type != BER_TYPE_SEQUENCE)
Claudio Jeker
2008-02-09
fix a memleak in the snmp engine and the ber i/o; free the dynamically
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
bump copyright
Reyk Floeter
2008-01-16
move trap code to an own file; there will be more
Reyk Floeter
2008-01-16
start working on an interface to send traps via snmpd.sock. userland
Reyk Floeter
2008-01-12
unbreak DEBUG code
Reyk Floeter
2008-01-11
rename snmp context type enum elements
Reyk Floeter
2008-01-03
send the correct length
Reyk Floeter
2008-01-03
handle no more than 2147483647 (0x7fffffff) variable bindings
Reyk Floeter
2008-01-03
fix parsing of get* requests with multiple varbind elements
Reyk Floeter
2007-12-28
split code handling the "structure of management information" and the
Reyk Floeter
2007-12-27
Make a snmpwalk against snmpd on hppa and macppc work. armish still dont
Mats O Jansson
2007-12-07
add a new 'd' format to ber_printf_elements to pass ints instead of
Reyk Floeter
2007-12-07
unbreak snmpd on 32bit archs like i386
Reyk Floeter
2007-12-05
Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementation
Reyk Floeter