summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/mib.c
AgeCommit message (Expand)Author
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-07-04Track whether a process is a zombie or not yet fully built via flagsPhilip Guenther
2014-06-23The second level of the CTL_NET sysctl is a PF_*, not an AF_*Philip Guenther
2014-05-07use calloc. from peter maloneTed Unangst
2014-04-28Add support for exporting ARP table via ipNetToMediaTable OID.Mike Belopuhov
2014-04-08Use VM_UVMEXP instead of VM_METER for memory usages and directlyMartin Pieuchot
2013-10-01Add initial SNMP client utility to snmpctl(8).Reyk Floeter
2013-09-07Sync PF-MIB and snmpd up with the pf(4) table byte/packet counters forJoel Knight
2013-03-11Report new PF "translation" counter, indicating that address translationStuart Henderson
2012-12-18We no longer use struct eproc for kinfo_proc in sysctl.h so thereTodd C. Miller
2012-11-29export ipintrq drops as ifInDiscards; ok reykMike Belopuhov
2012-10-01Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable.Reyk Floeter
2012-09-20add more sensor types to sensor framework.Yojiro Uo
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
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-05-26Plug some leaks when certain error conditions are met.Joel Knight
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-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-04-10Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowPhilip Guenthe
2010-10-15return numeric 0 rather than attempting to return a null string,Stuart 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
2010-06-11Implement IP-FORWARD-MIB, ipv4 only for now.Jonathan Gray
2010-04-27Correct sensor logic so we don't get stuck in a loop.Jonathan Gray
2010-04-20Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handledTheo de Raadt
2010-04-20Add "frequency" type for sensors. (and teach userland how to print thatOwain Ainsworth
2010-04-15add SENSOR_HUMIDITY to sensor framework to handle humidity valuesYojiro Uo
2010-03-31Track interface addresses in a AF independent way. This is needed to supportClaudio Jeker
2010-01-11Do not use after free kif->if_index; discovered with claudioTheo de Raadt
2010-01-11use calloc() instead of multiplying for malloc(); ok reykTheo de Raadt
2009-12-16knf and unused variablesTheo de Raadt
2009-08-14SENSOR_WATTS; ok reyk deraadtConstantine A. Murenin
2008-12-23export the livelock counter in a private mib openBSD.5.Reyk Floeter
2008-12-19fix IF-MIB element and implementation ifInUnknownErrors -> ifInUnknownProtosReyk Floeter
2008-12-08report memory and swap in hrStorage, and implement hrProcessor to reportReyk Floeter
2008-03-18remove ber_add_astring and make it the default behaviour inReyk Floeter
2008-03-17convert more strings to use the new ber_add_astring() function whichReyk Floeter
2008-03-17another sizeofa instead of sizeof fixReyk Floeter
2008-03-17fix incorrect use of sizeof() where there sizeofa() macro should be usedReyk Floeter
2008-03-16implement the hrSWRun portion of the HOST-RESOURCES mib. you can see whatsDavid Gwynne