summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/snmpd.h
AgeCommit message (Expand)Author
2012-05-28Plug a couple more fd leaks. As part of the fix, make all the *initJoel Knight
2012-04-08add the evtimout rate-limiting code for accept() here too.Theo de Raadt
2012-02-23Bring in PF-MIB to snmpd.Joel Knight
2012-02-01Variable bindings need instance identifiers, for scalars this is always .0.Camiel Dobbelaar
2011-04-21Add a "filter-routes" option; when set, snmpd asks the kernel not toStuart Henderson
2010-09-20Return error on GET requests without an instance identifier, both forMartin Hedenfal
2010-06-11Implement IP-FORWARD-MIB, ipv4 only for now.Jonathan Gray
2010-04-01Track blackhole and reject flags since the MIB knows about them.Claudio Jeker
2010-03-31Track interface addresses in a AF independent way. This is needed to supportClaudio Jeker
2010-03-29Sync kroute.c code with bgpd so that snmpd is able to track INET6 addrs asClaudio Jeker
2009-06-06this one missed the last batch.Pierre-Yves Ritschard
2009-06-06sync snmpd with the common imsg code, making it lib ready as well.Pierre-Yves Ritschard
2008-12-23export the livelock counter in a private mib openBSD.5.Reyk Floeter
2008-12-08report memory and swap in hrStorage, and implement hrProcessor to reportReyk Floeter
2008-09-26allow to add an additional restricted control socket for trap sendingReyk Floeter
2008-07-18merge log_host with relayd's version using getnameinfo and rename itReyk Floeter
2008-06-29Use C99, not gcc-specific variadics. Ok miod@.Anders Magnusson
2008-02-07add a imsg which allows to "lock" the control connection, theReyk Floeter
2008-01-18add a snmpctl command to send traps to registered receivers usingReyk Floeter
2008-01-17allow to configure optional per trap receiver communities and toReyk 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-03handle no more than 2147483647 (0x7fffffff) variable bindingsReyk Floeter
2008-01-02Make sure that a key belongs to the table before returning a match.Mats O Jansson
2007-12-29add the IP-MIB ipAddrTable. it requires to encode the ipv4 addressesReyk Floeter
2007-12-28split code handling the "structure of management information" and theReyk Floeter
2007-12-28split the MIB declarations (names) from the definitions (implementation).Reyk Floeter
2007-12-28use the snmp camelCase for MIB definitions, this allows to simplifyReyk Floeter
2007-12-15shrink the code by making some ipstat parts table-driven. at someReyk Floeter
2007-12-07add a new 'd' format to ber_printf_elements to pass ints instead ofReyk Floeter
2007-12-05- add support joel's OPENBSD-SENSORS-MIB; it will dump the currentReyk Floeter
2007-12-05Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationReyk Floeter