summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/mib.c
AgeCommit message (Expand)Author
2008-03-18remove ber_add_astring and make it the default behaviour inReyk Floeter
2008-03-17convert more strings to use the new ber_add_astring() function whichReyk Floeter
2008-03-17another sizeofa instead of sizeof fixReyk Floeter
2008-03-17fix incorrect use of sizeof() where there sizeofa() macro should be usedReyk Floeter
2008-03-16implement the hrSWRun portion of the HOST-RESOURCES mib. you can see whatsDavid Gwynne
2008-03-15provide sizeofa for counting the number of elements in an array. use it forDavid Gwynne
2008-03-15move zerodotzero up so more stuff can use itDavid Gwynne
2008-03-10provide a partial implementation of the HOST-RESOURCES-MIB. this implementsDavid Gwynne
2008-01-30spacingReyk Floeter
2008-01-18implement very basic support of the BRIDGE-MIB which is enough to getReyk Floeter
2008-01-16bump copyrightReyk Floeter
2007-12-29add the IP-MIB ipAddrTable. it requires to encode the ipv4 addressesReyk Floeter
2007-12-28split code handling the "structure of management information" and theReyk Floeter
2007-12-28split the MIB declarations (names) from the definitions (implementation).Reyk Floeter
2007-12-28use the snmp camelCase for MIB definitions, this allows to simplifyReyk Floeter
2007-12-15fix the sensors mib to match the new OpenBSD PENReyk Floeter
2007-12-15shrink the code by making some ipstat parts table-driven. at someReyk Floeter
2007-12-15ips_odropped is ipOutDiscards not ipInDiscardsReyk Floeter
2007-12-15add support for ipReasmTimeoutGilles Chehade
2007-12-15implement one function to call the ipstat sysctl needed in a number ofReyk Floeter
2007-12-15more sysctl style changes for older codeReyk Floeter
2007-12-15change the style of the sysctl mib setupReyk Floeter
2007-12-15now that ip statistics are available through sysctl, make snmpd's IP-MIBGilles Chehade
2007-12-10add ip_mib table as well as support for retrieving ipForwarding andGilles Chehade
2007-12-06do not re-use static char buffers, allocate them; this avoids someReyk Floeter
2007-12-05- add support joel's OPENBSD-SENSORS-MIB; it will dump the currentReyk Floeter
2007-12-05Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationReyk Floeter