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
2008-03-18
remove ber_add_astring and make it the default behaviour in
Reyk Floeter
2008-03-17
convert more strings to use the new ber_add_astring() function which
Reyk Floeter
2008-03-17
another sizeofa instead of sizeof fix
Reyk Floeter
2008-03-17
fix incorrect use of sizeof() where there sizeofa() macro should be used
Reyk Floeter
2008-03-16
implement the hrSWRun portion of the HOST-RESOURCES mib. you can see whats
David Gwynne
2008-03-15
provide sizeofa for counting the number of elements in an array. use it for
David Gwynne
2008-03-15
move zerodotzero up so more stuff can use it
David Gwynne
2008-03-10
provide a partial implementation of the HOST-RESOURCES-MIB. this implements
David Gwynne
2008-01-30
spacing
Reyk Floeter
2008-01-18
implement very basic support of the BRIDGE-MIB which is enough to get
Reyk Floeter
2008-01-16
bump copyright
Reyk Floeter
2007-12-29
add the IP-MIB ipAddrTable. it requires to encode the ipv4 addresses
Reyk Floeter
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