Age | Commit message (Expand) | Author |
2013-03-11 | Report new PF "translation" counter, indicating that address translation | Stuart Henderson |
2013-03-11 | handle ECONNABORTED errors from accept(). In many code blocks they can be | Theo de Raadt |
2013-03-06 | as done in ospf{,6}d/relayd, sync yyerror in various other daemons with | Stuart Henderson |
2013-03-04 | Fix compiler warnings about casts discarding const qualifiers and | Alexander Bluhm |
2013-01-24 | Even if there's no special seclevel required in snmpd.conf, we have to | Gerhard Roth |
2013-01-14 | sm_usmerr should be initialized with OIDVAL, not MIB; ok reyk@ | Miod Vallat |
2012-12-18 | We no longer use struct eproc for kinfo_proc in sysctl.h so there | Todd C. Miller |
2012-11-29 | Wrong argument was passed to control_dispatch_imsg(). Use always | YASUOKA Masahiko |
2012-11-29 | export ipintrq drops as ifInDiscards; ok reyk | Mike Belopuhov |
2012-11-13 | pasto in log message | Florian Obser |
2012-10-01 | Add some fairly random PEN (private enterprise numbers). | Reyk Floeter |
2012-10-01 | Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable. | Reyk Floeter |
2012-09-28 | sync manpage with code | Camiel Dobbelaar |
2012-09-26 | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | Jason McIntyre |
2012-09-20 | add more sensor types to sensor framework. | Yojiro Uo |
2012-09-18 | update the standards and RFCs | Reyk Floeter |
2012-09-18 | Add SNMPv3 in the EXAMPLES section. | Reyk Floeter |
2012-09-18 | sync mask2prefixlen6() with the nicer version from bgpd/kroute.c: | Reyk Floeter |
2012-09-18 | knf | Reyk Floeter |
2012-09-17 | tweak previous; | Jason McIntyre |
2012-09-17 | let the debug message look like the configuration syntax | Reyk Floeter |
2012-09-17 | silence gcc | Reyk Floeter |
2012-09-17 | Update copyright and my email address in snmpd while I'm here. | Reyk Floeter |
2012-09-17 | Add initial SNMPv3 support to snmpd(8). | Reyk Floeter |
2012-08-18 | within Rs/Re reference blocks, use %U instead of %O (or any other | Jason McIntyre |
2012-07-08 | a -> an in a comment | Bret Lambert |
2012-06-19 | Use calloc() instead of malloc() for allocating the disk stats. | Matthew Dempsky |
2012-06-14 | Add support for UCD-DISKIO-MIB. | Matthew Dempsky |
2012-06-10 | kr_init() now returns void so don't try to return 0 | Jonathan Gray |
2012-05-28 | Plug a couple more fd leaks. As part of the fix, make all the *init | Joel Knight |
2012-05-26 | Plug some leaks when certain error conditions are met. | Joel Knight |
2012-05-14 | use the size of the struct not the size of the pointer for memset | Jonathan Gray |
2012-04-24 | take a stab at documenting when arguments need quoted, and valid macro | Jason McIntyre |
2012-04-11 | delete excessive evtimer_pending; ok claudio | Theo de Raadt |
2012-04-08 | add the evtimout rate-limiting code for accept() here too. | Theo de Raadt |
2012-03-20 | New OIDs hrSystemUptime, hrSystemDate, hrSystemProcesses and | Joel Knight |
2012-02-27 | Use correct Counter32 type for following MIBs. They only return dummy data | Stuart Henderson |
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 |
2012-01-31 | Document relayd(8)'s use of the openBSD.3 OID; move the CARP MIB to | Joel Knight |
2012-01-31 | Add the OPENBSD-CARP-MIB to snmpd | Joel Knight |
2012-01-30 | If a kernel sensor doesn't have a description, come up with something | Joel Knight |
2011-09-16 | reorder SENSOR_* in switch() and add missing cases. | Yojiro Uo |
2011-09-16 | apply following changes to sensor framework: | Yojiro Uo |
2011-07-04 | LINK_STATE_IS_UP() cleanup userland part. There is no need to special | Claudio Jeker |
2011-06-23 | Use a common text explaining how the various configuration parsers using | Stuart Henderson |
2011-04-21 | no need to escape `|'; | Jason McIntyre |
2011-04-21 | Add a "filter-routes" option; when set, snmpd asks the kernel not to | Stuart Henderson |
2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenthe |
2011-03-16 | fix trap sending in snmpd by adjusting snmpctl to the imsg libutil | Reyk Floeter |