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
2012-11-29
export ipintrq drops as ifInDiscards; ok reyk
Mike Belopuhov
2012-10-01
Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable.
Reyk Floeter
2012-09-20
add more sensor types to sensor framework.
Yojiro Uo
2012-09-18
knf
Reyk Floeter
2012-09-17
Update copyright and my email address in snmpd while I'm here.
Reyk Floeter
2012-09-17
Add initial SNMPv3 support to snmpd(8).
Reyk Floeter
2012-07-08
a -> an in a comment
Bret Lambert
2012-06-19
Use calloc() instead of malloc() for allocating the disk stats.
Matthew Dempsky
2012-06-14
Add support for UCD-DISKIO-MIB.
Matthew Dempsky
2012-05-26
Plug some leaks when certain error conditions are met.
Joel Knight
2012-03-20
New OIDs hrSystemUptime, hrSystemDate, hrSystemProcesses and
Joel Knight
2012-02-27
Use correct Counter32 type for following MIBs. They only return dummy data
Stuart Henderson
2012-02-23
Bring in PF-MIB to snmpd.
Joel Knight
2012-01-31
Add the OPENBSD-CARP-MIB to snmpd
Joel Knight
2012-01-30
If a kernel sensor doesn't have a description, come up with something
Joel Knight
2011-09-16
reorder SENSOR_* in switch() and add missing cases.
Yojiro Uo
2011-09-16
apply following changes to sensor framework:
Yojiro Uo
2011-07-04
LINK_STATE_IS_UP() cleanup userland part. There is no need to special
Claudio Jeker
2011-04-10
Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now
Philip Guenthe
2010-10-15
return numeric 0 rather than attempting to return a null string,
Stuart Henderson
2010-09-23
tweak the mclgeti algorithm to behave better under load.
David Gwynne
2010-09-20
fix-up the sysORTable by using the same name (sensorsMIBObjects) as used
Stuart Henderson
2010-06-11
Implement IP-FORWARD-MIB, ipv4 only for now.
Jonathan Gray
2010-04-27
Correct sensor logic so we don't get stuck in a loop.
Jonathan Gray
2010-04-20
Get rid of MAXSENSORDEVICES. Gaps in sensordev lists are now handled
Theo de Raadt
2010-04-20
Add "frequency" type for sensors. (and teach userland how to print that
Owain Ainsworth
2010-04-15
add SENSOR_HUMIDITY to sensor framework to handle humidity values
Yojiro Uo
2010-03-31
Track interface addresses in a AF independent way. This is needed to support
Claudio Jeker
2010-01-11
Do not use after free kif->if_index; discovered with claudio
Theo de Raadt
2010-01-11
use calloc() instead of multiplying for malloc(); ok reyk
Theo de Raadt
2009-12-16
knf and unused variables
Theo de Raadt
2009-08-14
SENSOR_WATTS; ok reyk deraadt
Constantine A. Murenin
2008-12-23
export the livelock counter in a private mib openBSD.5.
Reyk Floeter
2008-12-19
fix IF-MIB element and implementation ifInUnknownErrors -> ifInUnknownProtos
Reyk Floeter
2008-12-08
report memory and swap in hrStorage, and implement hrProcessor to report
Reyk Floeter
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
[next]