summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpctl/snmpclient.c
AgeCommit message (Expand)Author
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-11-18Nuke more obvious #include duplications.Kenneth R Westerback
2014-05-08Pretty print MIB_ipNetToMediaPhysAddress'es; ok blambertMike Belopuhov
2014-04-30replace vis-ified output with human-readable stringsBret Lambert
2014-04-16close memory leaks in snmp client codeBret Lambert
2013-10-07Allow to specify the "oid" option multiple times, eg.Reyk Floeter
2013-10-01Remove incorret check for bulk walks.Reyk Floeter
2013-10-01Accept "oid all" for the complete SNMP tree (as an alias to "oid 1.0").Reyk Floeter
2013-10-01Initial support for the "bulkwalk" command.Reyk Floeter
2013-10-01Drop privileges when running as root to mitigate the risk.Reyk Floeter
2013-10-01Reorganize the code a bit to adjust it for an async I/O model.Reyk Floeter
2013-10-01better error handlingReyk Floeter
2013-10-01Add initial SNMP client utility to snmpctl(8).Reyk Floeter