summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpctl/Makefile
AgeCommit message (Collapse)Author
2014-04-14Adapt snmpctl to use AgentX protocol to send trapsBret Lambert
ok reyk@ benno@
2014-01-18Remove -Wbounded: it is now the compiler default.Martynas Venckus
2013-10-01Add initial SNMP client utility to snmpctl(8).Reyk Floeter
For example, snmpctl snmp walk 127.0.0.1 commit it deraadt@
2013-09-26shuffle some snmpd functions to make them visible in smi.c for snmpctl.Reyk Floeter
ok gerhard@ blambert@
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
Minor bump for libutil. Previous versions of this diff and man page looked at by various people. "you should just commit" deraadt
2007-12-28add "show mib" command to dump compiled-in MIB namesReyk Floeter
2007-12-05Start working on snmpd(8) and snmpctl(8), a lightweight SNMP implementationReyk Floeter
for OpenBSD. SNMP is a necessary evil. This is work in progress, don't expect too much from it yet. ok deraadt@