summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/smi.c
AgeCommit message (Expand)Author
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