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
/
smi.c
Age
Commit message (
Expand
)
Author
2015-12-05
strings.h -> string.h to prevent an implicit declaration warning. Also
mmcc
2015-08-21
Use reallocarray() instead of malloc() before strvisx().
Reyk Floeter
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
2014-04-28
fix memory leak
Bret Lambert
2013-10-01
Tell strvisx() to encode newlines found in octet-strings to avoid ugly
Reyk Floeter
2013-10-01
fix typo
Reyk Floeter
2013-10-01
Add initial SNMP client utility to snmpctl(8).
Reyk Floeter
2013-09-26
shuffle some snmpd functions to make them visible in smi.c for snmpctl.
Reyk Floeter
2013-09-26
smi is an SNMP term that means "Structure of Managed Information". I
Reyk Floeter
2013-06-21
Bzero() the whole key before doing an RB_FIND() because smi_oid_cmp()
Gerhard Roth
2012-09-17
Update copyright and my email address in snmpd while I'm here.
Reyk Floeter
2012-02-01
Variable bindings need instance identifiers, for scalars this is always .0.
Camiel Dobbelaar
2009-12-16
knf and unused variables
Theo de Raadt
2008-01-16
bump copyright
Reyk Floeter
2008-01-04
always bzero the oid lookup key before initializing it.
Reyk Floeter
2008-01-02
Make sure that a key belongs to the table before returning a match.
Mats O Jansson
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