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