summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/mib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add bsws and arcaTrust PENsreyk2018-06-201-1/+5
* Use new SIOCGIFGLIST to provide carpGroupTable, showing "demote" valuessthen2018-05-301-1/+11
* http -> https for IETF/IANA URLs in commentsmmcc2016-03-071-2/+2
* Use "compliant" header guards by avoiding the reserved '_' namespace.reyk2015-06-111-4/+4
* Export new pf "no-route" error countermikeb2015-06-101-1/+3
* Support exporting relayd statistics via AgentX/snmpdblambert2014-11-191-1/+22
* Add support for exporting ARP table via ipNetToMediaTable OID.mikeb2014-04-281-2/+2
* Add net-snmp's PEN.reyk2013-10-011-1/+4
* Add some PENs and sync the declarations.reyk2013-10-011-1/+27
* Sync PF-MIB and snmpd up with the pf(4) table byte/packet counters forjoel2013-09-071-1/+17
* Report new PF "translation" counter, indicating that address translationsthen2013-03-111-1/+3
* Add some fairly random PEN (private enterprise numbers).reyk2012-10-011-4/+23
* 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/+46
* Add support for UCD-DISKIO-MIB.matthew2012-06-141-1/+30
* New OIDs hrSystemUptime, hrSystemDate, hrSystemProcesses andjoel2012-03-201-1/+2
* Bring in PF-MIB to snmpd.joel2012-02-231-1/+340
* Document relayd(8)'s use of the openBSD.3 OID; move the CARP MIB tojoel2012-01-311-1/+2
* Add the OPENBSD-CARP-MIB to snmpdjoel2012-01-311-2/+69
* fix-up the sysORTable by using the same name (sensorsMIBObjects) as usedsthen2010-09-201-4/+4
* Implement IP-FORWARD-MIB, ipv4 only for now.jsg2010-06-111-1/+41
* export the livelock counter in a private mib openBSD.5.reyk2008-12-231-1/+16
* fix IF-MIB element and implementation ifInUnknownErrors -> ifInUnknownProtosreyk2008-12-191-3/+3
* add a few HOST-RESOURCES-MIB types (just names, no functionality yet)reyk2008-12-051-1/+69
* reserve a few OpenBSD MIBs that might be implemented later or to avoidreyk2008-07-241-1/+4
* implement the hrSWRun portion of the HOST-RESOURCES mib. you can see whatsdlg2008-03-161-1/+35
* provide a partial implementation of the HOST-RESOURCES-MIB. this implementsdlg2008-03-101-1/+62
* add names for OpenBSD test MIBsreyk2008-01-211-2/+6
* implement very basic support of the BRIDGE-MIB which is enough to getreyk2008-01-181-2/+39
* bump copyrightreyk2008-01-161-2/+2
* add the IP-MIB ipAddrTable. it requires to encode the ipv4 addressesreyk2007-12-291-6/+8
* split the MIB declarations (names) from the definitions (implementation).reyk2007-12-281-3/+240
* use the snmp camelCase for MIB definitions, this allows to simplifyreyk2007-12-281-229/+229
* fix the sensors mib to match the new OpenBSD PENreyk2007-12-151-3/+3
* shrink the code by making some ipstat parts table-driven. at somereyk2007-12-151-1/+2
* I requested an official PEN for OpenBSD from the IANA because I wantedreyk2007-12-141-8/+3
* add ip_mib table as well as support for retrieving ipForwarding andgilles2007-12-101-2/+38
* - add support joel's OPENBSD-SENSORS-MIB; it will dump the currentreyk2007-12-051-2/+18
* Add a comment that I registered a PEN for OpenBSD (several peoplereyk2007-12-051-1/+6
* Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationreyk2007-12-051-0/+209