summaryrefslogtreecommitdiffstats
path: root/usr.sbin/snmpd/smi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-241-9/+9
* Revert previous. This introduces problems when requesting the base oid of amartijn2019-10-091-6/+2
* For getnext request check if the requested oid or one of its parentmartijn2019-10-031-2/+6
* Allow arbitrary oids to be specified for the getnext request, instead ofmartijn2019-05-161-1/+7
* fix printf statements when compiled with -DDEBUG.martijn2018-12-131-2/+2
* Make ber type and encoding a unsigned int instead of unsigned long.claudio2018-07-311-2/+2
* Add missing $OpenBSD$ CVS tag.rob2018-07-231-1/+1
* Use snmpd_env as the only global variable for env to simplify the daemonrzalamena2016-10-281-5/+3
* strings.h -> string.h to prevent an implicit declaration warning. Alsommcc2015-12-051-4/+2
* Use reallocarray() instead of malloc() before strvisx().reyk2015-08-211-1/+1
* first batch of cleanup to programs based upon the namespace cleanupsderaadt2015-01-161-3/+5
* add support for AgentX subagents in snmpdblambert2014-11-191-4/+7
* fix memory leakblambert2014-04-281-1/+2
* Tell strvisx() to encode newlines found in octet-strings to avoid uglyreyk2013-10-011-2/+2
* fix typoreyk2013-10-011-2/+2
* Add initial SNMP client utility to snmpctl(8).reyk2013-10-011-3/+66
* shuffle some snmpd functions to make them visible in smi.c for snmpctl.reyk2013-09-261-1/+278
* smi is an SNMP term that means "Structure of Managed Information". Ireyk2013-09-261-1/+2
* Bzero() the whole key before doing an RB_FIND() because smi_oid_cmp()gerhard2013-06-211-1/+3
* Update copyright and my email address in snmpd while I'm here.reyk2012-09-171-2/+2
* Variable bindings need instance identifiers, for scalars this is always .0.camield2012-02-011-1/+11
* knf and unused variablesderaadt2009-12-161-2/+4
* bump copyrightreyk2008-01-161-2/+2
* always bzero the oid lookup key before initializing it.reyk2008-01-041-1/+2
* Make sure that a key belongs to the table before returning a match.maja2008-01-021-3/+4
* add the IP-MIB ipAddrTable. it requires to encode the ipv4 addressesreyk2007-12-291-3/+4
* split code handling the "structure of management information" and thereyk2007-12-281-0/+234