summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/smi.c
AgeCommit message (Expand)Author
2021-10-21Clean up the naming of SNMP_C_GETNEXTREQ and SNMP_C_RESPONSE insideMartijn van Duren
2021-10-21s/SNMP_C_GETRESP/SNMP_C_RESPONSEMartijn van Duren
2021-01-04Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen itMartijn van Duren
2019-10-24The ber_* namespace is used by liblber since time immemorial,Theo Buehler
2019-10-09Revert previous. This introduces problems when requesting the base oid of aMartijn van Duren
2019-10-03For getnext request check if the requested oid or one of its parentMartijn van Duren
2019-05-16Allow arbitrary oids to be specified for the getnext request, instead ofMartijn van Duren
2018-12-13fix printf statements when compiled with -DDEBUG.Martijn van Duren
2018-07-31Make ber type and encoding a unsigned int instead of unsigned long.Claudio Jeker
2018-07-23Add missing $OpenBSD$ CVS tag.rob
2016-10-28Use snmpd_env as the only global variable for env to simplify the daemonRafael Zalamena
2015-12-05strings.h -> string.h to prevent an implicit declaration warning. Alsommcc
2015-08-21Use reallocarray() instead of malloc() before strvisx().Reyk Floeter
2015-01-16first batch of cleanup to programs based upon the namespace cleanupsTheo de Raadt
2014-11-19add support for AgentX subagents in snmpdBret Lambert
2014-04-28fix memory leakBret Lambert
2013-10-01Tell strvisx() to encode newlines found in octet-strings to avoid uglyReyk Floeter
2013-10-01fix typoReyk Floeter
2013-10-01Add initial SNMP client utility to snmpctl(8).Reyk Floeter
2013-09-26shuffle some snmpd functions to make them visible in smi.c for snmpctl.Reyk Floeter
2013-09-26smi is an SNMP term that means "Structure of Managed Information". IReyk Floeter
2013-06-21Bzero() the whole key before doing an RB_FIND() because smi_oid_cmp()Gerhard Roth
2012-09-17Update copyright and my email address in snmpd while I'm here.Reyk Floeter
2012-02-01Variable bindings need instance identifiers, for scalars this is always .0.Camiel Dobbelaar
2009-12-16knf and unused variablesTheo de Raadt
2008-01-16bump copyrightReyk Floeter
2008-01-04always bzero the oid lookup key before initializing it.Reyk Floeter
2008-01-02Make sure that a key belongs to the table before returning a match.Mats O Jansson
2007-12-29add the IP-MIB ipAddrTable. it requires to encode the ipv4 addressesReyk Floeter
2007-12-28split code handling the "structure of management information" and theReyk Floeter