summaryrefslogtreecommitdiff
path: root/usr.bin/snmp
AgeCommit message (Expand)Author
2024-04-23correct indentation; no functional changeJonathan Gray
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-12-20If we don't have usecommonopt for our application we shouldn't check theMartijn van Duren
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2022-03-10tansformed -> transformedJonathan Gray
2022-01-05Add error checking for EVP_Digest*() to snmp(1).Theo Buehler
2022-01-05Straightforward conversion to EVP_* on the heap.Theo Buehler
2021-10-21Sync ober_oid_cmp with ax_oid_cmp from libagentx.Martijn van Duren
2021-08-11Change default version to -v3 and remove the default community.Martijn van Duren
2021-08-11On usage for commands without the common flags (mibtree) make sure there'sMartijn van Duren
2021-08-08Switch default snmpd and snmp auth back to hmac-sha1.Stuart Henderson
2021-06-20Change the authentication protocol (-a) default to SHA-256 and the privacyMartijn van Duren
2021-03-23Fix some ranges and type handling.Martijn van Duren
2021-03-23Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIBMartijn van Duren
2021-03-12spellingJonathan Gray
2021-03-03remove unreachable and unneeded codeJonathan Gray
2021-01-04Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen itMartijn van Duren
2020-12-14Implement displaying SMI enums as text.Martijn van Duren
2020-12-02Add argc check for snmp trap and drop to usage if we're short.Martijn van Duren
2020-09-14Allow snmp mibtree to take one or more arguments who will be converted toMartijn van Duren
2020-09-12Let snmp df make use of the new displayhint code, so we don't print randomMartijn van Duren
2020-08-08Reorder SNMPv2-MIB to match order with original document.Martijn van Duren
2020-08-08Reorganize SNMPv2-MIB so that all it's elements are together and in orderMartijn van Duren
2020-08-08Clean up smi_mibtree.Martijn van Duren
2020-08-08Implement SNMP-USM-AES-MIB and SNMP-USM-HMAC-SHA2-MIBMartijn van Duren
2020-08-08Polish up SNMP-USER-BASED-SM-MIB and SNMP-FRAMEWORK-MIB.Martijn van Duren
2020-08-08Somewhere during working on UTF-8 support I thought it was a good idea toMartijn van Duren
2020-08-08Document UTF-8 support in snmp.Martijn van Duren
2020-08-03Add support for UTF-8 DISPLAY-HINTs with octet length. For now onlyMartijn van Duren
2020-08-02missing {} identified by clang10Theo de Raadt
2020-06-30Fix two minor issues in snmpc_parseagent.Martijn van Duren
2020-05-31Fix an of by one when printing the oid of the error index.Martijn van Duren
2020-05-31OIDs are unsigned. Reflect this when printing them.Martijn van Duren
2020-05-19Shave of some leftovers from snmpd's MIB initialization that are not neededMartijn van Duren
2020-05-10Initialize a couple of variables to shut up gcc, which apparently isn'tMartijn van Duren
2020-05-08Fix obvious copy-past-O in calculation of maximum length of "Available"Martijn van Duren
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