Age | Commit message (Expand) | Author |
2020-01-02 | When many prefixes are stored in pf tables it is not sensible | Florian Obser |
2019-10-24 | The ber_* namespace is used by liblber since time immemorial, | Theo Buehler |
2019-08-13 | snmpd was using ifq_len for ifOutQLen, apart from being the wrong variable | Stuart Henderson |
2019-08-13 | Report if_iqdrops (input queue drops) as ifInDiscards. This is pretty | Claudio Jeker |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-05-02 | Index 0 is out of range for hrStorageIndex. | Gerhard Roth |
2018-12-10 | Add a velocity sensor type (displayed as m/s) | Landry Breuil |
2018-08-31 | fix fd leak in an error path | Jonathan Gray |
2018-08-30 | fix double free in mib_carpgroupget() error path | Jonathan Gray |
2018-06-04 | Fix file descriptor leak. | Gerhard Roth |
2018-05-30 | Use new SIOCGIFGLIST to provide carpGroupTable, showing "demote" values | Stuart Henderson |
2018-05-25 | Use a cache for process information to speed up snmp walks. | Gerhard Roth |
2018-05-09 | As required by IF-MIB, cap ifSpeed at UINT32_MAX; the value is a GAUGE32 so | Stuart Henderson |
2017-12-18 | Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2) | cheloha |
2017-06-01 | Return time_uptime as value for when pf was enabled instead of | Patrick Wildt |
2017-01-31 | Don't include a literal "%" in the value for humidity sensorValue in | Stuart Henderson |
2017-01-20 | Because of pfsync this needs ip_ipsp.h. Missed in the pfsockaddr_union cleanup. | Claudio Jeker |
2016-10-28 | Use snmpd_env as the only global variable for env to simplify the daemon | Rafael Zalamena |
2015-11-17 | Sensors marked as invalid should be excluded by snmpd(8) from the sensors | Gerhard Roth |
2015-10-08 | add comment, suggested by reyk | Stuart Henderson |
2015-10-08 | use correct return value for IP-MIB::ipForwarding, tweak/ok uebayasi@ | Stuart Henderson |
2015-10-05 | Teach snmpd(8) about if_oqdrops. | Masao Uebayashi |
2015-06-10 | Export new pf "no-route" error counter | Mike Belopuhov |
2015-01-21 | Include <netinet/in.h> before <net/pfvar.h>. In a future change when | Theo de Raadt |
2015-01-16 | first batch of cleanup to programs based upon the namespace cleanups | Theo de Raadt |
2014-11-18 | Nuke more obvious #include duplications. | Kenneth R Westerback |
2014-10-25 | Remove unnecessary netinet/in_systm.h include. | Lawrence Teo |
2014-07-04 | Track whether a process is a zombie or not yet fully built via flags | Philip Guenther |
2014-06-23 | The second level of the CTL_NET sysctl is a PF_*, not an AF_* | Philip Guenther |
2014-05-07 | use calloc. from peter malone | Ted Unangst |
2014-04-28 | Add support for exporting ARP table via ipNetToMediaTable OID. | Mike Belopuhov |
2014-04-08 | Use VM_UVMEXP instead of VM_METER for memory usages and directly | Martin Pieuchot |
2013-10-01 | Add initial SNMP client utility to snmpctl(8). | Reyk Floeter |
2013-09-07 | Sync PF-MIB and snmpd up with the pf(4) table byte/packet counters for | Joel Knight |
2013-03-11 | Report new PF "translation" counter, indicating that address translation | Stuart Henderson |
2012-12-18 | We no longer use struct eproc for kinfo_proc in sysctl.h so there | Todd C. Miller |
2012-11-29 | export ipintrq drops as ifInDiscards; ok reyk | Mike Belopuhov |
2012-10-01 | Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable. | Reyk Floeter |
2012-09-20 | add more sensor types to sensor framework. | Yojiro Uo |
2012-09-18 | knf | 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-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-05-26 | Plug some leaks when certain error conditions are met. | Joel Knight |
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-01-31 | Add the OPENBSD-CARP-MIB to snmpd | Joel Knight |