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
2021-10-21
Clean up the naming of SNMP_C_GETNEXTREQ and SNMP_C_RESPONSE inside
Martijn van Duren
2021-10-21
s/SNMP_C_GETRESP/SNMP_C_RESPONSE
Martijn van Duren
2021-01-04
Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen it
Martijn van Duren
2019-10-24
The ber_* namespace is used by liblber since time immemorial,
Theo Buehler
2019-10-09
Revert previous. This introduces problems when requesting the base oid of a
Martijn van Duren
2019-10-03
For getnext request check if the requested oid or one of its parent
Martijn van Duren
2019-05-16
Allow arbitrary oids to be specified for the getnext request, instead of
Martijn van Duren
2018-12-13
fix printf statements when compiled with -DDEBUG.
Martijn van Duren
2018-07-31
Make ber type and encoding a unsigned int instead of unsigned long.
Claudio Jeker
2018-07-23
Add missing $OpenBSD$ CVS tag.
rob
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-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