summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd/mps.c
AgeCommit message (Expand)Author
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-10-08Link the result of each mps_getbulkreq() to the end of the previous listStuart Henderson
2015-07-18Fix malformed packets when returning 'no such object/entry' errorsBret Lambert
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
2013-10-02Fix GETBULK mode that got broken with r1.14.Reyk Floeter
2012-10-01Support the 0.0.0.0 and 255.255.255.255 IPv4 addresses in the ipAddrTable.Reyk Floeter
2012-09-17Update copyright and my email address in snmpd while I'm here.Reyk Floeter
2012-09-17Add initial SNMPv3 support to snmpd(8).Reyk Floeter
2010-09-20Return error on GET requests without an instance identifier, both forMartin Hedenfal
2008-01-18free oid data before overwriting itReyk Floeter
2008-01-16bump copyrightReyk Floeter
2008-01-09big endian fixes (tested on sparc64)Reyk Floeter
2008-01-04always bzero the oid lookup key before initializing it.Reyk Floeter
2008-01-03scalars have an index of 0 in the returned oid (like sysDescr.0).Reyk Floeter
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
2007-12-28split the MIB declarations (names) from the definitions (implementation).Reyk Floeter
2007-12-07typeReyk Floeter
2007-12-05more typos in comments etc.Reyk Floeter
2007-12-05typo s/beeing/being/gReyk Floeter
2007-12-05- add support joel's OPENBSD-SENSORS-MIB; it will dump the currentReyk Floeter
2007-12-05Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationReyk Floeter