summaryrefslogtreecommitdiffstats
path: root/usr.bin/snmp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Error-index starts at 1, not 0.martijn2019-08-131-4/+4
* Replace some err(1, NULL) with err(1, "malloc").martijn2019-08-111-4/+4
* Cleanup usage.martijn2019-08-111-15/+14
* whitespace issues like a knife in my eyesderaadt2019-08-111-6/+5
* error if malloc fails; ok martijnderaadt2019-08-111-1/+3
* ugly whitespacesderaadt2019-08-112-18/+16
* explicitly point out extraordinary and inconsistent syntax requirementsschwarze2019-08-101-2/+9
* Import snmp(1), a new snmp client which aims to be netsnmp compatible formartijn2019-08-099-0/+4259