summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/mib.c
AgeCommit message (Expand)Author
2020-01-02When many prefixes are stored in pf tables it is not sensibleFlorian Obser
2019-10-24The ber_* namespace is used by liblber since time immemorial,Theo Buehler
2019-08-13snmpd was using ifq_len for ifOutQLen, apart from being the wrong variableStuart Henderson
2019-08-13Report if_iqdrops (input queue drops) as ifInDiscards. This is prettyClaudio Jeker
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2019-05-02Index 0 is out of range for hrStorageIndex.Gerhard Roth
2018-12-10Add a velocity sensor type (displayed as m/s)Landry Breuil
2018-08-31fix fd leak in an error pathJonathan Gray
2018-08-30fix double free in mib_carpgroupget() error pathJonathan Gray
2018-06-04Fix file descriptor leak.Gerhard Roth
2018-05-30Use new SIOCGIFGLIST to provide carpGroupTable, showing "demote" valuesStuart Henderson
2018-05-25Use a cache for process information to speed up snmp walks.Gerhard Roth
2018-05-09As required by IF-MIB, cap ifSpeed at UINT32_MAX; the value is a GAUGE32 soStuart Henderson
2017-12-18Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2)cheloha
2017-06-01Return time_uptime as value for when pf was enabled instead ofPatrick Wildt
2017-01-31Don't include a literal "%" in the value for humidity sensorValue inStuart Henderson
2017-01-20Because of pfsync this needs ip_ipsp.h. Missed in the pfsockaddr_union cleanup.Claudio Jeker
2016-10-28Use snmpd_env as the only global variable for env to simplify the daemonRafael Zalamena
2015-11-17Sensors marked as invalid should be excluded by snmpd(8) from the sensorsGerhard Roth
2015-10-08add comment, suggested by reykStuart Henderson
2015-10-08use correct return value for IP-MIB::ipForwarding, tweak/ok uebayasi@Stuart Henderson
2015-10-05Teach snmpd(8) about if_oqdrops.Masao Uebayashi
2015-06-10Export new pf "no-route" error counterMike Belopuhov
2015-01-21Include <netinet/in.h> before <net/pfvar.h>. In a future change whenTheo de Raadt
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
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