]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add bsnmpd(1)'s SNMP client tools (including SNMPv3 support) to the base system.
authorsyrinx <syrinx@FreeBSD.org>
Wed, 8 Dec 2010 14:30:25 +0000 (14:30 +0000)
committersyrinx <syrinx@FreeBSD.org>
Wed, 8 Dec 2010 14:30:25 +0000 (14:30 +0000)
commit9ef714f2e2dd9ccafd17fc4781a095ec9b0265ba
treedb02060c17839f69576a5f76a958ec282d4a8240
parented79f703fb1803e10222fccd98100334741138ff
Add bsnmpd(1)'s SNMP client tools (including SNMPv3 support) to the base system.

Sponsored by:   The FreeBSD Foundation (the SNMPv3 bits), Google Summer of Code 2005
Reviewed by:    philip@ (mostly), bz@ (earlier version based on p4 ch124545)
Approved by:    philip@
13 files changed:
usr.sbin/bsnmpd/Makefile
usr.sbin/bsnmpd/tools/Makefile [new file with mode: 0644]
usr.sbin/bsnmpd/tools/Makefile.inc [new file with mode: 0644]
usr.sbin/bsnmpd/tools/bsnmptools/Makefile [new file with mode: 0644]
usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.1 [new file with mode: 0644]
usr.sbin/bsnmpd/tools/bsnmptools/bsnmpget.c [new file with mode: 0644]
usr.sbin/bsnmpd/tools/libbsnmptools/Makefile [new file with mode: 0644]
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpimport.c [new file with mode: 0644]
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmpmap.c [new file with mode: 0644]
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.c [new file with mode: 0644]
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptc.h [new file with mode: 0644]
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.c [new file with mode: 0755]
usr.sbin/bsnmpd/tools/libbsnmptools/bsnmptools.h [new file with mode: 0644]