summaryrefslogtreecommitdiffstats
path: root/usr.bin/snmp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some ranges and type handling.martijn2021-03-232-9/+18
* Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIBmartijn2021-03-231-5/+5
* spellingjsg2021-03-121-3/+3
* remove unreachable and unneeded codejsg2021-03-031-3/+1
* Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen itmartijn2021-01-041-19/+1
* Implement displaying SMI enums as text.martijn2020-12-143-10/+51
* Add argc check for snmp trap and drop to usage if we're short.martijn2020-12-021-1/+4
* Allow snmp mibtree to take one or more arguments who will be converted tomartijn2020-09-142-8/+27
* Let snmp df make use of the new displayhint code, so we don't print randommartijn2020-09-122-18/+50
* Reorder SNMPv2-MIB to match order with original document.martijn2020-08-081-38/+68
* Reorganize SNMPv2-MIB so that all it's elements are together and in ordermartijn2020-08-081-19/+26
* Clean up smi_mibtree.martijn2020-08-081-10/+4
* Implement SNMP-USM-AES-MIB and SNMP-USM-HMAC-SHA2-MIBmartijn2020-08-081-1/+21
* Polish up SNMP-USER-BASED-SM-MIB and SNMP-FRAMEWORK-MIB.martijn2020-08-081-31/+87
* Somewhere during working on UTF-8 support I thought it was a good idea tomartijn2020-08-082-15/+16
* Document UTF-8 support in snmp.martijn2020-08-081-2/+27
* Add support for UTF-8 DISPLAY-HINTs with octet length. For now onlymartijn2020-08-035-18/+173
* missing {} identified by clang10deraadt2020-08-021-4/+7
* Fix two minor issues in snmpc_parseagent.martijn2020-06-301-2/+4
* Fix an of by one when printing the oid of the error index.martijn2020-05-311-2/+2
* OIDs are unsigned. Reflect this when printing them.martijn2020-05-311-2/+2
* Shave of some leftovers from snmpd's MIB initialization that are not neededmartijn2020-05-194-513/+10
* Initialize a couple of variables to shut up gcc, which apparently isn'tmartijn2020-05-101-4/+4
* Fix obvious copy-past-O in calculation of maximum length of "Available"martijn2020-05-081-2/+2
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-3/+3
* When doing a loop inside a loop for input validation make sure that themartijn2020-03-241-2/+4
* Fix agent address parsing:martijn2020-03-221-41/+47
* Remove a sleep call that I used for some testing that slipped in duringmartijn2020-01-251-2/+1
* remove trailing whitespace;jmc2020-01-211-3/+3
* Some minor usage() bits omitted in the original diffs.martijn2020-01-172-5/+6
* Implement a df subcommand, this outputs disk and memory information in amartijn2020-01-172-5/+266
* Add better support for exception contexts.martijn2020-01-172-5/+21
* Implement a -Cs option for snmp walk and bulkwalk.martijn2020-01-172-4/+50
* Remove common from "common options" in usage to be closer to SYNOPSIS.martijn2019-10-261-2/+2
* Shorten the SYNOPSIS greatly.martijn2019-10-261-170/+115
* The ber_* namespace is used by liblber since time immemorial,tb2019-10-244-129/+129
* don't use sizeof(pointer) to represent buffer sizejsg2019-10-111-4/+5
* Use snprintf instead of sprintf.martijn2019-10-091-10/+27
* Free the "e" element in ber_printf_elements if it fails, since there's nomartijn2019-10-081-2/+5
* Don't rely on the pdu returning the correct errorindex.martijn2019-10-081-18/+52
* If optstring is NULL and usecommonopt is true, optstr was prependedbluhm2019-10-071-1/+2
* Implement snmp set.martijn2019-10-034-173/+270
* use the right argv element for the error message.semarie2019-10-031-2/+2
* Add support for some HP LaserJet systems. These systems don't return themartijn2019-09-181-1/+19
* Add support for SNMPv3/USM privacy.martijn2019-09-186-39/+344
* Add support for SNMPv3/USM authentication.martijn2019-09-187-25/+390
* Initial SNMPv3/USM support.martijn2019-09-187-41/+699
* Move snmp packaging and unpackaging to their own function.martijn2019-09-183-54/+130
* Better error reporting on malformed packets.martijn2019-08-271-11/+36
* make usage() and SYNOPSIS more alikederaadt2019-08-142-12/+14