summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd
AgeCommit message (Expand)Author
2012-12-18We no longer use struct eproc for kinfo_proc in sysctl.h so thereTodd C. Miller
2012-11-29Wrong argument was passed to control_dispatch_imsg(). Use alwaysYASUOKA Masahiko
2012-11-29export ipintrq drops as ifInDiscards; ok reykMike Belopuhov
2012-11-13pasto in log messageFlorian Obser
2012-10-01Add some fairly random PEN (private enterprise numbers).Reyk Floeter
2012-10-01Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable.Reyk Floeter
2012-09-28sync manpage with codeCamiel Dobbelaar
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-20add more sensor types to sensor framework.Yojiro Uo
2012-09-18update the standards and RFCsReyk Floeter
2012-09-18Add SNMPv3 in the EXAMPLES section.Reyk Floeter
2012-09-18sync mask2prefixlen6() with the nicer version from bgpd/kroute.c:Reyk Floeter
2012-09-18knfReyk Floeter
2012-09-17tweak previous;Jason McIntyre
2012-09-17let the debug message look like the configuration syntaxReyk Floeter
2012-09-17silence gccReyk 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
2012-08-18within Rs/Re reference blocks, use %U instead of %O (or any otherJason McIntyre
2012-07-08a -> an in a commentBret Lambert
2012-06-19Use calloc() instead of malloc() for allocating the disk stats.Matthew Dempsky
2012-06-14Add support for UCD-DISKIO-MIB.Matthew Dempsky
2012-06-10kr_init() now returns void so don't try to return 0Jonathan Gray
2012-05-28Plug a couple more fd leaks. As part of the fix, make all the *initJoel Knight
2012-05-26Plug some leaks when certain error conditions are met.Joel Knight
2012-05-14use the size of the struct not the size of the pointer for memsetJonathan Gray
2012-04-24take a stab at documenting when arguments need quoted, and valid macroJason McIntyre
2012-04-11delete excessive evtimer_pending; ok claudioTheo de Raadt
2012-04-08add the evtimout rate-limiting code for accept() here too.Theo de Raadt
2012-03-20New OIDs hrSystemUptime, hrSystemDate, hrSystemProcesses andJoel Knight
2012-02-27Use correct Counter32 type for following MIBs. They only return dummy dataStuart Henderson
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
2012-01-31Document relayd(8)'s use of the openBSD.3 OID; move the CARP MIB toJoel Knight
2012-01-31Add the OPENBSD-CARP-MIB to snmpdJoel Knight
2012-01-30If a kernel sensor doesn't have a description, come up with somethingJoel Knight
2011-09-16reorder SENSOR_* in switch() and add missing cases.Yojiro Uo
2011-09-16apply following changes to sensor framework:Yojiro Uo
2011-07-04LINK_STATE_IS_UP() cleanup userland part. There is no need to specialClaudio Jeker
2011-06-23Use a common text explaining how the various configuration parsers usingStuart Henderson
2011-04-21no need to escape `|';Jason McIntyre
2011-04-21Add a "filter-routes" option; when set, snmpd asks the kernel not toStuart Henderson
2011-04-10Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowPhilip Guenthe
2011-03-16fix trap sending in snmpd by adjusting snmpctl to the imsg libutilReyk Floeter
2011-03-07continguous -> contiguousHenning Brauer
2010-10-18Missing ; to appease yyextract, ok martinh@Stuart Henderson
2010-10-15return numeric 0 rather than attempting to return a null string,Stuart Henderson
2010-10-15typo in commentStuart Henderson
2010-09-23tweak the mclgeti algorithm to behave better under load.David Gwynne
2010-09-20fix-up the sysORTable by using the same name (sensorsMIBObjects) as usedStuart Henderson