index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
snmpd
/
mib.c
Age
Commit message (
Expand
)
Author
2007-12-28
split code handling the "structure of management information" and the
Reyk Floeter
2007-12-28
split the MIB declarations (names) from the definitions (implementation).
Reyk Floeter
2007-12-28
use the snmp camelCase for MIB definitions, this allows to simplify
Reyk Floeter
2007-12-15
fix the sensors mib to match the new OpenBSD PEN
Reyk Floeter
2007-12-15
shrink the code by making some ipstat parts table-driven. at some
Reyk Floeter
2007-12-15
ips_odropped is ipOutDiscards not ipInDiscards
Reyk Floeter
2007-12-15
add support for ipReasmTimeout
Gilles Chehade
2007-12-15
implement one function to call the ipstat sysctl needed in a number of
Reyk Floeter
2007-12-15
more sysctl style changes for older code
Reyk Floeter
2007-12-15
change the style of the sysctl mib setup
Reyk Floeter
2007-12-15
now that ip statistics are available through sysctl, make snmpd's IP-MIB
Gilles Chehade
2007-12-10
add ip_mib table as well as support for retrieving ipForwarding and
Gilles Chehade
2007-12-06
do not re-use static char buffers, allocate them; this avoids some
Reyk Floeter
2007-12-05
- add support joel's OPENBSD-SENSORS-MIB; it will dump the current
Reyk Floeter
2007-12-05
Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementation
Reyk Floeter