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

Current tag: OPENBSD_6_9_BASE


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.14   3 years  martijn   Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen it used an...
[TXT] smi.h  1.4   3 years  martijn   Implement displaying SMI enums as text. For now limit to TruthValue implemented ...
[TXT] snmp.1  1.17   3 years  martijn   Fix some ranges and type handling. OK sthen@
[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.33   3 years  martijn   Fix some ranges and type handling. OK sthen@
[TXT] usm.c  1.5   4 years  tb   The ber_* namespace is used by liblber since time immemorial, so move our BER AP...
[TXT] usm.h  1.3   4 years  martijn   Add support for SNMPv3/USM privacy. net-snmp's -3K is supported via the -K param...