summaryrefslogtreecommitdiff
path: root/usr.bin/snmp
AgeCommit message (Expand)Author
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-03-24When doing a loop inside a loop for input validation make sure that theMartijn van Duren
2020-03-22Fix agent address parsing:Martijn van Duren
2020-01-25Remove a sleep call that I used for some testing that slipped in duringMartijn van Duren
2020-01-21remove trailing whitespace;Jason McIntyre
2020-01-17Some minor usage() bits omitted in the original diffs.Martijn van Duren
2020-01-17Implement a df subcommand, this outputs disk and memory information in aMartijn van Duren
2020-01-17Add better support for exception contexts.Martijn van Duren
2020-01-17Implement a -Cs option for snmp walk and bulkwalk.Martijn van Duren
2019-10-26Remove common from "common options" in usage to be closer to SYNOPSIS.Martijn van Duren
2019-10-26Shorten the SYNOPSIS greatly.Martijn van Duren
2019-10-24The ber_* namespace is used by liblber since time immemorial,Theo Buehler
2019-10-11don't use sizeof(pointer) to represent buffer sizeJonathan Gray
2019-10-09Use snprintf instead of sprintf.Martijn van Duren
2019-10-08Free the "e" element in ber_printf_elements if it fails, since there's noMartijn van Duren
2019-10-08Don't rely on the pdu returning the correct errorindex.Martijn van Duren
2019-10-07If optstring is NULL and usecommonopt is true, optstr was prependedAlexander Bluhm
2019-10-03Implement snmp set.Martijn van Duren
2019-10-03use the right argv element for the error message.Sebastien Marie
2019-09-18Add support for some HP LaserJet systems. These systems don't return theMartijn van Duren
2019-09-18Add support for SNMPv3/USM privacy.Martijn van Duren
2019-09-18Add support for SNMPv3/USM authentication.Martijn van Duren
2019-09-18Initial SNMPv3/USM support.Martijn van Duren
2019-09-18Move snmp packaging and unpackaging to their own function.Martijn van Duren
2019-08-27Better error reporting on malformed packets.Martijn van Duren
2019-08-14make usage() and SYNOPSIS more alikeTheo de Raadt
2019-08-13Error-index starts at 1, not 0.Martijn van Duren
2019-08-11Replace some err(1, NULL) with err(1, "malloc").Martijn van Duren
2019-08-11Cleanup usage.Martijn van Duren
2019-08-11whitespace issues like a knife in my eyesTheo de Raadt
2019-08-11error if malloc fails; ok martijnTheo de Raadt
2019-08-11ugly whitespacesTheo de Raadt
2019-08-10explicitly point out extraordinary and inconsistent syntax requirementsIngo Schwarze
2019-08-09Import snmp(1), a new snmp client which aims to be netsnmp compatible forMartijn van Duren