summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpctl
AgeCommit message (Expand)Author
2018-02-08Kill ber.c support for direct fd read/writesJeremie Courreges-Anglas
2017-08-10Pledge snmpctl. Ok jca@, tb@rob
2016-10-28Make snmpctl compile again after the env -> snmpd_env rename in snmpd'sMartin Natano
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-07-27use file system path (.Pa) semantic markup macros where appropriate.Igor Sobrado
2015-06-11Use "compliant" header guards by avoiding the reserved '_' namespace.Reyk Floeter
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
2014-04-14Adapt snmpctl to use AgentX protocol to send trapsBret Lambert
2014-01-18Remove -Wbounded: it is now the compiler default.Martynas Venckus
2013-11-14cope with the EAGAIN API change for msgbuf_write()Theo de Raadt
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-01zap trailing whitespace;Jason McIntyre
2013-10-01Add shorter alias "snmpctl walk".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
2013-09-26shuffle some snmpd functions to make them visible in smi.c for snmpctl.Reyk Floeter
2013-08-16Use %lld and cast to (long long) when printing time_t valuesPhilip Guenther
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
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
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-10Mention that commands may be abbreviated. ok claudio@Stuart Henderson
2009-12-16knf and unused variablesTheo de Raadt
2009-10-22write UNIX-domain in a more consistent way; while here, replace aIgor Sobrado
2009-10-22use the UNIX-related macros (.At and .Ux) where appropriate.Igor Sobrado
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-31some small fixes for snmp stuff;Jason McIntyre
2008-01-30spacingReyk Floeter
2008-01-18fix descriptionReyk Floeter
2008-01-18parse ip addresses for trapsReyk Floeter
2008-01-18fix stringval lengthReyk Floeter
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