Age | Commit message (Collapse) | 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 | |
ok eric@ | |||
2008-12-08 | report memory and swap in hrStorage, and implement hrProcessor to report | Reyk Floeter | |
hrProcessorLoad (where load means the percentage of time the system was not idle during the last minute). based on HOST-RESOURCES-MIB. ok dlg@ | |||
2008-12-05 | fix a possible crash in debugging mode (if compiled for with -DDEBUG) | Reyk Floeter | |
found by Alexander Sabourenkov | |||
2008-09-26 | allow to add an additional restricted control socket for trap sending | Reyk Floeter | |
only (not even show commands). this allows to place a socket for traps in another daemon's chroot. (based on restricted socket support from bgpd) | |||
2008-09-03 | Missing breaks. | Jonathan Gray | |
ok pyr@ | |||
2008-07-18 | merge log_host with relayd's version using getnameinfo and rename it | Reyk Floeter | |
to print_host. | |||
2008-03-12 | mostly stylistic - always print the client host name in snmpe error | Reyk Floeter | |
messages and make sure that the host string is initialized. | |||
2008-03-12 | if (class != BER_CLASS_UNIVERSAL || type != BER_TYPE_SEQUENCE) | Claudio Jeker | |
not if (class != BER_CLASS_UNIVERSAL && type != BER_TYPE_SEQUENCE) the class and type need to be of correct. OK reyk@ | |||
2008-02-09 | fix a memleak in the snmp engine and the ber i/o; free the dynamically | Reyk Floeter | |
allocated ber write buffer after using it. extend the ber api with a ber_free() function to do the required cleanup. Thanks to Will Backman (bitgeist at yahoo dot com) for testing and for figuring out that there was a memleak. | |||
2008-01-16 | send a coldStart trap to registered receivers on startup and cleanup | Reyk Floeter | |
the trap code a little bit. | |||
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 | |
applications will be able to send imsgs defining the trap to snmpd and the daemon will do the ASN.1/BER encoding before sending traps to the registered receivers. there are two advantages of this approach that a) the applications do not need to handle any ASN.1/BER encoding and b) snmpd will provide a central interface to define trap receivers. discussed with thib and others | |||
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 | |
From RFC3416 | |||
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 | |
"message processing subsystem" into separate files smi.c and mps.c | |||
2007-12-27 | Make a snmpwalk against snmpd on hppa and macppc work. armish still dont | Mats O Jansson | |
work. -moj | |||
2007-12-07 | add a new 'd' format to ber_printf_elements to pass ints instead of | Reyk Floeter | |
long longs; you have to pass the right type with vargs. this finally fixes the previous problem on i386. discussed with claudio | |||
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 | |
for OpenBSD. SNMP is a necessary evil. This is work in progress, don't expect too much from it yet. ok deraadt@ |