summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/mps.c
AgeCommit message (Collapse)Author
2008-01-18free oid data before overwriting itReyk Floeter
2008-01-16bump copyrightReyk Floeter
2008-01-09big endian fixes (tested on sparc64)Reyk Floeter
2008-01-04always bzero the oid lookup key before initializing it.Reyk Floeter
2008-01-03scalars have an index of 0 in the returned oid (like sysDescr.0).Reyk Floeter
2007-12-29add the IP-MIB ipAddrTable. it requires to encode the ipv4 addressesReyk Floeter
in the OIDs as the table index. the next step is to simplify the common mib implementation regarding the special requirements of these strange snmp tables.
2007-12-28split code handling the "structure of management information" and theReyk Floeter
"message processing subsystem" into separate files smi.c and mps.c
2007-12-28split the MIB declarations (names) from the definitions (implementation).Reyk Floeter
2007-12-07typeReyk Floeter
2007-12-05more typos in comments etc.Reyk Floeter
From Leonardo Chiquitto (leonardo at ngdn dot org)
2007-12-05typo s/beeing/being/gReyk Floeter
From Paul 'WEiRD' de Weerd
2007-12-05- add support joel's OPENBSD-SENSORS-MIB; it will dump the currentReyk Floeter
sensor status in a SNMP table. - some other minor changes
2007-12-05Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationReyk Floeter
for OpenBSD. SNMP is a necessary evil. This is work in progress, don't expect too much from it yet. ok deraadt@