summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/mib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix fd leak in an error pathjsg2018-08-311-2/+2
* fix double free in mib_carpgroupget() error pathjsg2018-08-301-2/+1
* Fix file descriptor leak.gerhard2018-06-041-2/+4
* Use new SIOCGIFGLIST to provide carpGroupTable, showing "demote" valuessthen2018-05-301-1/+103
* Use a cache for process information to speed up snmp walks.gerhard2018-05-251-16/+48
* As required by IF-MIB, cap ifSpeed at UINT32_MAX; the value is a GAUGE32 sosthen2018-05-091-2/+6
* Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2)cheloha2017-12-181-11/+6
* Return time_uptime as value for when pf was enabled instead ofpatrick2017-06-011-6/+5
* Don't include a literal "%" in the value for humidity sensorValue insthen2017-01-311-2/+2
* Because of pfsync this needs ip_ipsp.h. Missed in the pfsockaddr_union cleanup.claudio2017-01-201-1/+2
* Use snmpd_env as the only global variable for env to simplify the daemonrzalamena2016-10-281-13/+11
* Sensors marked as invalid should be excluded by snmpd(8) from the sensorsgerhard2015-11-171-2/+5
* add comment, suggested by reyksthen2015-10-081-1/+2
* use correct return value for IP-MIB::ipForwarding, tweak/ok uebayasi@sthen2015-10-081-2/+2
* Teach snmpd(8) about if_oqdrops.uebayasi2015-10-051-2/+2
* Export new pf "no-route" error countermikeb2015-06-101-2/+4
* Include <netinet/in.h> before <net/pfvar.h>. In a future change whenderaadt2015-01-211-5/+5
* first batch of cleanup to programs based upon the namespace cleanupsderaadt2015-01-161-3/+2
* Nuke more obvious #include duplications.krw2014-11-181-2/+1
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Track whether a process is a zombie or not yet fully built via flagsguenther2014-07-041-2/+1
* The second level of the CTL_NET sysctl is a PF_*, not an AF_*guenther2014-06-231-6/+6
* use calloc. from peter malonetedu2014-05-071-3/+2
* Add support for exporting ARP table via ipNetToMediaTable OID.mikeb2014-04-281-5/+155
* Use VM_UVMEXP instead of VM_METER for memory usages and directlympi2014-04-081-7/+2
* Add initial SNMP client utility to snmpctl(8).reyk2013-10-011-2/+2
* Sync PF-MIB and snmpd up with the pf(4) table byte/packet counters forjoel2013-09-071-1/+45
* Report new PF "translation" counter, indicating that address translationsthen2013-03-111-2/+4
* We no longer use struct eproc for kinfo_proc in sysctl.h so theremillert2012-12-181-1/+2
* export ipintrq drops as ifInDiscards; ok reykmikeb2012-11-291-11/+11
* Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable.reyk2012-10-011-7/+18
* add more sensor types to sensor framework.yuo2012-09-201-2/+8
* knfreyk2012-09-181-30/+31
* Update copyright and my email address in snmpd while I'm here.reyk2012-09-171-2/+2
* Add initial SNMPv3 support to snmpd(8).reyk2012-09-171-2/+78
* a -> an in a commentblambert2012-07-081-2/+2
* Use calloc() instead of malloc() for allocating the disk stats.matthew2012-06-191-3/+4
* Add support for UCD-DISKIO-MIB.matthew2012-06-141-1/+98
* Plug some leaks when certain error conditions are met.joel2012-05-261-13/+14
* New OIDs hrSystemUptime, hrSystemDate, hrSystemProcesses andjoel2012-03-201-1/+104
* Use correct Counter32 type for following MIBs. They only return dummy datasthen2012-02-271-1/+2
* Bring in PF-MIB to snmpd.joel2012-02-231-1/+1005
* Add the OPENBSD-CARP-MIB to snmpdjoel2012-01-311-4/+233
* If a kernel sensor doesn't have a description, come up with somethingjoel2012-01-301-2/+9
* reorder SENSOR_* in switch() and add missing cases.yuo2011-09-161-2/+3
* apply following changes to sensor framework:yuo2011-09-161-2/+2
* LINK_STATE_IS_UP() cleanup userland part. There is no need to specialclaudio2011-07-041-6/+6
* Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowguenther2011-04-101-11/+11
* return numeric 0 rather than attempting to return a null string,sthen2010-10-151-2/+3
* tweak the mclgeti algorithm to behave better under load.dlg2010-09-231-3/+2