aboutsummaryrefslogtreecommitdiff
path: root/contrib/bsnmp/snmp_vacm
Commit message (Collapse)AuthorAgeFilesLines
* bsnmp: Remove "All Rights Reserved" from FreeBSD Foundation copyrightsEd Maste2023-03-033-3/+0
|
* Merge release 1.14 of bsnmp.Hartmut Brandt2020-04-011-1/+1
| | | | Notes: svn path=/head/; revision=359512
* Update bsnmp to version 1.13. This does not bring user-visible changes.Hartmut Brandt2018-07-032-20/+5
| | | | | | | | | | For developers gensnmptree can now generate functions for enums to convert between enums and strings and to check the validity of a value. The sources in FreeBSD are now in sync with the upstream which allows to bring in IPv6 modifications. Notes: svn path=/head/; revision=335885
* style(9): clean up trailing whitespaceEnji Cooper2016-12-272-5/+5
| | | | | | | MFC after: 3 weeks Notes: svn path=/head/; revision=310648
* Clean some 'svn:executable' properties in the tree.Pedro F. Giffuni2013-01-263-0/+0
| | | | | | | | Submitted by: Christoph Mallon MFC after: 3 days Notes: svn path=/head/; revision=245952
* Minor mdoc fixes.Joel Dahl2012-06-171-1/+1
| | | | Notes: svn path=/head/; revision=237193
* General mdoc(7) and typo fixes.Glen Barber2012-05-111-1/+1
| | | | | | | | | PR: 167734 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days Notes: svn path=/head/; revision=235286
* Unbreak the build by temprorarily not using include directives inShteryana Shopova2010-12-201-1/+10
| | | | | | | | bsnmpd(1)' def files, until bsd.snmpmod.mk & Makefiles are fixed to pass proper include path flags to gensnmptree. Notes: svn path=/head/; revision=216605
* Bring in a SNMP module that allows configuration of SNMPv3 Notification targets.Shteryana Shopova2010-12-201-9/+2
| | | | | | | | | Sponsored by: The FreeBSD Foundation Reviewed by: philip Approved by: philip Notes: svn path=/head/; revision=216594
* In bsnmpd(1) add support for SNMPv3 message processing model, including ↵Shteryana Shopova2010-12-083-0/+1224
message authentication, packet encryption & view-based access control (RFC 3412, 3414, 3415). Sponsored by: The FreeBSD Foundation Reviewed by: philip@ (mostly) Approved by: philip@ Notes: svn path=/head/; revision=216294