summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpd
AgeCommit message (Expand)Author
2008-01-04document the -n and -N command line options.Reyk Floeter
2008-01-04always bzero the oid lookup key before initializing it.Reyk Floeter
2008-01-03send the correct lengthReyk Floeter
2008-01-03handle no more than 2147483647 (0x7fffffff) variable bindingsReyk Floeter
2008-01-03scalars have an index of 0 in the returned oid (like sysDescr.0).Reyk Floeter
2008-01-03fix parsing of get* requests with multiple varbind elementsReyk 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-28shrink the max number of supported OID elements from 128 to 32.Reyk Floeter
2007-12-28set the default port in host byte order to get the correct resultReyk Floeter
2007-12-28syncReyk 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-28spacingReyk Floeter
2007-12-28use the snmp camelCase for MIB definitions, this allows to simplifyReyk Floeter
2007-12-27Make a snmpwalk against snmpd on hppa and macppc work. armish still dontMats O Jansson
2007-12-15fix the sensors mib to match the new OpenBSD PENReyk Floeter
2007-12-15initial manpage bits for snmpd.conf(5)Reyk Floeter
2007-12-15shrink the code by making some ipstat parts table-driven. at someReyk Floeter
2007-12-15ips_odropped is ipOutDiscards not ipInDiscardsReyk Floeter
2007-12-15add support for ipReasmTimeoutGilles Chehade
2007-12-15implement one function to call the ipstat sysctl needed in a number ofReyk Floeter
2007-12-15more sysctl style changes for older codeReyk Floeter
2007-12-15change the style of the sysctl mib setupReyk Floeter
2007-12-15now that ip statistics are available through sysctl, make snmpd's IP-MIBGilles Chehade
2007-12-14I requested an official PEN for OpenBSD from the IANA because I wantedReyk Floeter
2007-12-10add ip_mib table as well as support for retrieving ipForwarding andGilles Chehade
2007-12-07remove unreduced rulesReyk Floeter
2007-12-07typeReyk Floeter
2007-12-07comparison betweem signed and unsignedReyk Floeter
2007-12-07add a new 'd' format to ber_printf_elements to pass ints instead ofReyk Floeter
2007-12-07unbreak snmpd on 32bit archs like i386Reyk Floeter
2007-12-06do not re-use static char buffers, allocate them; this avoids someReyk Floeter
2007-12-06correct bizzare function definitionTheo de Raadt
2007-12-06sorry, no .3 pages from toolsTheo de Raadt
2007-12-05more typos in comments etc.Reyk Floeter
2007-12-05re-sync yylex to the other parsersReyk 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-05Add a comment that I registered a PEN for OpenBSD (several peopleReyk Floeter
2007-12-05typoReyk Floeter
2007-12-05Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationReyk Floeter