summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpctl/snmpctl.c
AgeCommit message (Expand)Author
2014-04-14Adapt snmpctl to use AgentX protocol to send trapsBret Lambert
2013-11-14cope with the EAGAIN API change for msgbuf_write()Theo de Raadt
2013-10-01Initial support for the "bulkwalk" command.Reyk Floeter
2013-10-01Add initial SNMP client utility to snmpctl(8).Reyk Floeter
2013-08-16Use %lld and cast to (long long) when printing time_t valuesPhilip Guenther
2013-05-07alloc the size of the struct not the size of a pointer to itJonathan Gray
2012-09-17Update copyright and my email address in snmpd while I'm here.Reyk Floeter
2011-03-16fix trap sending in snmpd by adjusting snmpctl to the imsg libutilReyk Floeter
2009-12-16knf and unused variablesTheo de Raadt
2009-06-06sync snmpd with the common imsg code, making it lib ready as well.Pierre-Yves Ritschard
2008-09-26add [-s socket] to usage();Jason McIntyre
2008-09-26allow to add an additional restricted control socket for trap sendingReyk Floeter
2008-05-17documentation tweaks.Igor Sobrado
2008-01-18add a snmpctl command to send traps to registered receivers usingReyk Floeter
2008-01-16bump copyrightReyk Floeter
2008-01-04add the -n flag to dump numeric OIDs instead of symbolic namesReyk Floeter
2007-12-28add "show mib" command to dump compiled-in MIB namesReyk Floeter
2007-12-28use $OpenBSD$ tags.Thordur I. Bjornsson
2007-12-05remove hoststatectl reference from snmpctl.cReyk Floeter
2007-12-05Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationReyk Floeter