OpenBSD CVS

src/usr.bin/snmp/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / snmp


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.3   4 years  martijn   Add support for SNMPv3/USM authentication. net-snmp's -3k is supported via the -...
[TXT] mib.c  1.3   3 years  martijn   Add support for UTF-8 DISPLAY-HINTs with octet length. For now only sysContact i...
[TXT] mib.h  1.10   3 years  martijn   Add DisplayString/SnmpAdminString in accordance with recent OPENBSD-PF-MIB chang...
[TXT] smi.c  1.15   2 years  martijn   Sync ober_oid_cmp with ax_oid_cmp from libagentx. This flips the returned signed...
[TXT] smi.h  1.4   3 years  martijn   Implement displaying SMI enums as text. For now limit to TruthValue implemented ...
[TXT] snmp.1  1.22   2 years  naddy   man pages: add missing commas between subordinate and main clauses jmc@ dislike...
[TXT] snmp.c  1.11   3 years  deraadt   missing {} identified by clang10 ok martijn
[TXT] snmp.h  1.7   4 years  martijn   Add better support for exception contexts. Now we can see proper nosuchinstance ...
[TXT] snmpc.c  1.41   13 days  jsg   correct indentation; no functional change ok tb@
[TXT] usm.c  1.7   2 years  tb   Add error checking for EVP_Digest*() to snmp(1). ok martijn
[TXT] usm.h  1.3   4 years  martijn   Add support for SNMPv3/USM privacy. net-snmp's -3K is supported via the -K param...