| Commit message (Expand) | Author | Age | Files | Lines |
* | replace duplicated sizeofa marco with predefined nitems |  jan | 2020-09-06 | 1 | -16/+14 |
* | Allow hrStorageSize and hrStorageUsed to cope with sizes larger then |  martijn | 2020-07-01 | 1 | -2/+8 |
* | pf(4): use CLOCK_BOOTTIME to get time_uptime(9) in userspace |  cheloha | 2020-05-15 | 1 | -2/+2 |
* | When many prefixes are stored in pf tables it is not sensible |  florian | 2020-01-02 | 1 | -1/+7 |
* | The ber_* namespace is used by liblber since time immemorial, |  tb | 2019-10-24 | 1 | -398/+398 |
* | snmpd was using ifq_len for ifOutQLen, apart from being the wrong variable |  sthen | 2019-08-13 | 1 | -13/+2 |
* | Report if_iqdrops (input queue drops) as ifInDiscards. This is pretty |  claudio | 2019-08-13 | 1 | -10/+2 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -7/+7 |
* | Index 0 is out of range for hrStorageIndex. |  gerhard | 2019-05-02 | 1 | -1/+3 |
* | Add a velocity sensor type (displayed as m/s) |  landry | 2018-12-10 | 1 | -3/+4 |
* | fix fd leak in an error path |  jsg | 2018-08-31 | 1 | -2/+2 |
* | fix double free in mib_carpgroupget() error path |  jsg | 2018-08-30 | 1 | -2/+1 |
* | Fix file descriptor leak. |  gerhard | 2018-06-04 | 1 | -2/+4 |
* | Use new SIOCGIFGLIST to provide carpGroupTable, showing "demote" values |  sthen | 2018-05-30 | 1 | -1/+103 |
* | Use a cache for process information to speed up snmp walks. |  gerhard | 2018-05-25 | 1 | -16/+48 |
* | As required by IF-MIB, cap ifSpeed at UINT32_MAX; the value is a GAUGE32 so |  sthen | 2018-05-09 | 1 | -2/+6 |
* | Add the CLOCK_BOOTTIME clockid for use with clock_gettime(2) |  cheloha | 2017-12-18 | 1 | -11/+6 |
* | Return time_uptime as value for when pf was enabled instead of |  patrick | 2017-06-01 | 1 | -6/+5 |
* | Don't include a literal "%" in the value for humidity sensorValue in |  sthen | 2017-01-31 | 1 | -2/+2 |
* | Because of pfsync this needs ip_ipsp.h. Missed in the pfsockaddr_union cleanup. |  claudio | 2017-01-20 | 1 | -1/+2 |
* | Use snmpd_env as the only global variable for env to simplify the daemon |  rzalamena | 2016-10-28 | 1 | -13/+11 |
* | Sensors marked as invalid should be excluded by snmpd(8) from the sensors |  gerhard | 2015-11-17 | 1 | -2/+5 |
* | add comment, suggested by reyk |  sthen | 2015-10-08 | 1 | -1/+2 |
* | use correct return value for IP-MIB::ipForwarding, tweak/ok uebayasi@ |  sthen | 2015-10-08 | 1 | -2/+2 |
* | Teach snmpd(8) about if_oqdrops. |  uebayasi | 2015-10-05 | 1 | -2/+2 |
* | Export new pf "no-route" error counter |  mikeb | 2015-06-10 | 1 | -2/+4 |
* | Include <netinet/in.h> before <net/pfvar.h>. In a future change when |  deraadt | 2015-01-21 | 1 | -5/+5 |
* | first batch of cleanup to programs based upon the namespace cleanups |  deraadt | 2015-01-16 | 1 | -3/+2 |
* | Nuke more obvious #include duplications. |  krw | 2014-11-18 | 1 | -2/+1 |
* | Remove unnecessary netinet/in_systm.h include. |  lteo | 2014-10-25 | 1 | -2/+1 |
* | Track whether a process is a zombie or not yet fully built via flags |  guenther | 2014-07-04 | 1 | -2/+1 |
* | The second level of the CTL_NET sysctl is a PF_*, not an AF_* |  guenther | 2014-06-23 | 1 | -6/+6 |
* | use calloc. from peter malone |  tedu | 2014-05-07 | 1 | -3/+2 |
* | Add support for exporting ARP table via ipNetToMediaTable OID. |  mikeb | 2014-04-28 | 1 | -5/+155 |
* | Use VM_UVMEXP instead of VM_METER for memory usages and directly |  mpi | 2014-04-08 | 1 | -7/+2 |
* | Add initial SNMP client utility to snmpctl(8). |  reyk | 2013-10-01 | 1 | -2/+2 |
* | Sync PF-MIB and snmpd up with the pf(4) table byte/packet counters for |  joel | 2013-09-07 | 1 | -1/+45 |
* | Report new PF "translation" counter, indicating that address translation |  sthen | 2013-03-11 | 1 | -2/+4 |
* | We no longer use struct eproc for kinfo_proc in sysctl.h so there |  millert | 2012-12-18 | 1 | -1/+2 |
* | export ipintrq drops as ifInDiscards; ok reyk |  mikeb | 2012-11-29 | 1 | -11/+11 |
* | Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable. |  reyk | 2012-10-01 | 1 | -7/+18 |
* | add more sensor types to sensor framework. |  yuo | 2012-09-20 | 1 | -2/+8 |
* | knf |  reyk | 2012-09-18 | 1 | -30/+31 |
* | Update copyright and my email address in snmpd while I'm here. |  reyk | 2012-09-17 | 1 | -2/+2 |
* | Add initial SNMPv3 support to snmpd(8). |  reyk | 2012-09-17 | 1 | -2/+78 |
* | a -> an in a comment |  blambert | 2012-07-08 | 1 | -2/+2 |
* | Use calloc() instead of malloc() for allocating the disk stats. |  matthew | 2012-06-19 | 1 | -3/+4 |
* | Add support for UCD-DISKIO-MIB. |  matthew | 2012-06-14 | 1 | -1/+98 |
* | Plug some leaks when certain error conditions are met. |  joel | 2012-05-26 | 1 | -13/+14 |
* | New OIDs hrSystemUptime, hrSystemDate, hrSystemProcesses and |  joel | 2012-03-20 | 1 | -1/+104 |