Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-18 | free oid data before overwriting it | Reyk Floeter | |
2008-01-16 | bump copyright | Reyk Floeter | |
2008-01-09 | big endian fixes (tested on sparc64) | Reyk Floeter | |
2008-01-04 | always bzero the oid lookup key before initializing it. | Reyk Floeter | |
2008-01-03 | scalars have an index of 0 in the returned oid (like sysDescr.0). | Reyk Floeter | |
2007-12-29 | add the IP-MIB ipAddrTable. it requires to encode the ipv4 addresses | Reyk 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-28 | split code handling the "structure of management information" and the | Reyk Floeter | |
"message processing subsystem" into separate files smi.c and mps.c | |||
2007-12-28 | split the MIB declarations (names) from the definitions (implementation). | Reyk Floeter | |
2007-12-07 | type | Reyk Floeter | |
2007-12-05 | more typos in comments etc. | Reyk Floeter | |
From Leonardo Chiquitto (leonardo at ngdn dot org) | |||
2007-12-05 | typo s/beeing/being/g | Reyk Floeter | |
From Paul 'WEiRD' de Weerd | |||
2007-12-05 | - add support joel's OPENBSD-SENSORS-MIB; it will dump the current | Reyk Floeter | |
sensor status in a SNMP table. - some other minor changes | |||
2007-12-05 | Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementation | Reyk Floeter | |
for OpenBSD. SNMP is a necessary evil. This is work in progress, don't expect too much from it yet. ok deraadt@ |