summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/snmpe.c
AgeCommit message (Expand)Author
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2014-11-19add support for AgentX subagents in snmpdBret Lambert
2014-04-21Copy the updated proc.c from relayd to use the same file. AdjustReyk Floeter
2013-10-17Update snmpd(8) to use the proc.c privsep style from iked and relayd.Reyk Floeter
2013-10-16 1) move the creation of 'restricted' communication socketsBret Lambert
2013-10-01Add initial SNMP client utility to snmpctl(8).Reyk Floeter
2013-09-26shuffle some snmpd functions to make them visible in smi.c for snmpctl.Reyk Floeter
2013-03-29Patch from Ilya Bakulin that allows to put snmpd(8) into read-only modeGerhard Roth
2012-11-29Wrong argument was passed to control_dispatch_imsg(). Use alwaysYASUOKA Masahiko
2012-09-18knfReyk Floeter
2012-09-17Update copyright and my email address in snmpd while I'm here.Reyk Floeter
2012-09-17Add initial SNMPv3 support to snmpd(8).Reyk Floeter
2010-09-20Use strvis to encode octet strings in -DDEBUG mode.Martin Hedenfal
2010-09-20Return error on GET requests without an instance identifier, both forMartin Hedenfal
2010-09-20ber_scanf_elements "i" format expects a long long pointer.Martin Hedenfal
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