index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
snmp
Age
Commit message (
Expand
)
Author
2024-04-23
correct indentation; no functional change
Jonathan Gray
2022-12-26
spelling fixes; from paul tagliamonte
Jason McIntyre
2022-12-20
If we don't have usecommonopt for our application we shouldn't check the
Martijn van Duren
2022-03-31
man pages: add missing commas between subordinate and main clauses
Christian Weisgerber
2022-03-10
tansformed -> transformed
Jonathan Gray
2022-01-05
Add error checking for EVP_Digest*() to snmp(1).
Theo Buehler
2022-01-05
Straightforward conversion to EVP_* on the heap.
Theo Buehler
2021-10-21
Sync ober_oid_cmp with ax_oid_cmp from libagentx.
Martijn van Duren
2021-08-11
Change default version to -v3 and remove the default community.
Martijn van Duren
2021-08-11
On usage for commands without the common flags (mibtree) make sure there's
Martijn van Duren
2021-08-08
Switch default snmpd and snmp auth back to hmac-sha1.
Stuart Henderson
2021-06-20
Change the authentication protocol (-a) default to SHA-256 and the privacy
Martijn van Duren
2021-03-23
Fix some ranges and type handling.
Martijn van Duren
2021-03-23
Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIB
Martijn van Duren
2021-03-12
spelling
Jonathan Gray
2021-03-03
remove unreachable and unneeded code
Jonathan Gray
2021-01-04
Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen it
Martijn van Duren
2020-12-14
Implement displaying SMI enums as text.
Martijn van Duren
2020-12-02
Add argc check for snmp trap and drop to usage if we're short.
Martijn van Duren
2020-09-14
Allow snmp mibtree to take one or more arguments who will be converted to
Martijn van Duren
2020-09-12
Let snmp df make use of the new displayhint code, so we don't print random
Martijn van Duren
2020-08-08
Reorder SNMPv2-MIB to match order with original document.
Martijn van Duren
2020-08-08
Reorganize SNMPv2-MIB so that all it's elements are together and in order
Martijn van Duren
2020-08-08
Clean up smi_mibtree.
Martijn van Duren
2020-08-08
Implement SNMP-USM-AES-MIB and SNMP-USM-HMAC-SHA2-MIB
Martijn van Duren
2020-08-08
Polish up SNMP-USER-BASED-SM-MIB and SNMP-FRAMEWORK-MIB.
Martijn van Duren
2020-08-08
Somewhere during working on UTF-8 support I thought it was a good idea to
Martijn van Duren
2020-08-08
Document UTF-8 support in snmp.
Martijn van Duren
2020-08-03
Add support for UTF-8 DISPLAY-HINTs with octet length. For now only
Martijn van Duren
2020-08-02
missing {} identified by clang10
Theo de Raadt
2020-06-30
Fix two minor issues in snmpc_parseagent.
Martijn van Duren
2020-05-31
Fix an of by one when printing the oid of the error index.
Martijn van Duren
2020-05-31
OIDs are unsigned. Reflect this when printing them.
Martijn van Duren
2020-05-19
Shave of some leftovers from snmpd's MIB initialization that are not needed
Martijn van Duren
2020-05-10
Initialize a couple of variables to shut up gcc, which apparently isn't
Martijn van Duren
2020-05-08
Fix 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-24
When doing a loop inside a loop for input validation make sure that the
Martijn van Duren
2020-03-22
Fix agent address parsing:
Martijn van Duren
2020-01-25
Remove a sleep call that I used for some testing that slipped in during
Martijn van Duren
2020-01-21
remove trailing whitespace;
Jason McIntyre
2020-01-17
Some minor usage() bits omitted in the original diffs.
Martijn van Duren
2020-01-17
Implement a df subcommand, this outputs disk and memory information in a
Martijn van Duren
2020-01-17
Add better support for exception contexts.
Martijn van Duren
2020-01-17
Implement a -Cs option for snmp walk and bulkwalk.
Martijn van Duren
2019-10-26
Remove common from "common options" in usage to be closer to SYNOPSIS.
Martijn van Duren
2019-10-26
Shorten the SYNOPSIS greatly.
Martijn van Duren
2019-10-24
The ber_* namespace is used by liblber since time immemorial,
Theo Buehler
2019-10-11
don't use sizeof(pointer) to represent buffer size
Jonathan Gray
2019-10-09
Use snprintf instead of sprintf.
Martijn van Duren
[next]