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