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
/
mps.c
Age
Commit message (
Expand
)
Author
2016-10-28
Use snmpd_env as the only global variable for env to simplify the daemon
Rafael Zalamena
2015-12-05
strings.h -> string.h to prevent an implicit declaration warning. Also
mmcc
2015-10-08
Link the result of each mps_getbulkreq() to the end of the previous list
Stuart Henderson
2015-07-18
Fix malformed packets when returning 'no such object/entry' errors
Bret Lambert
2015-01-16
first batch of cleanup to programs based upon the namespace cleanups
Theo de Raadt
2014-11-19
add support for AgentX subagents in snmpd
Bret Lambert
2013-10-02
Fix GETBULK mode that got broken with r1.14.
Reyk Floeter
2012-10-01
Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable.
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
2010-09-20
Return error on GET requests without an instance identifier, both for
Martin Hedenfal
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
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-07
type
Reyk Floeter
2007-12-05
more typos in comments etc.
Reyk Floeter
2007-12-05
typo s/beeing/being/g
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