summaryrefslogtreecommitdiffstats
path: root/contrib/bsnmp/snmpd/action.c
Commit message (Collapse)AuthorAgeFilesLines
* MFstable/11 r310990:ngie2017-01-011-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MFC r310498,r310591: r310498: Allow SNMPv3 authNoPriv and noAuthNoPriv protocols to discover snmpEngineTime as discussed in RFC-5343 This fixes interoperability with net-snmp. Tested with the following invocations of snmpwalk (from net-snmp): - noAuthNoPriv: % snmpwalk -v 3 -n '' -u public localhost snmpEngineTime - authNoPriv: % snmpwalk -v 3 -n '' -u bsnmp -A bsnmptest -l authNoPriv -a sha localhost \ localhost snmpEngineTime - authPriv: % snmpwalk -v 3 -n '' -u bsnmp -A bsnmptest -l authPriv -a sha -x des \ -X bsnmptest localhost snmpEngineTime Obtained from: Isilon OneFS (5ec6d772cacbc, with minor tweaks) r310591: Update engine time using update_snmpd_engine_time(..)
* MFstable/11 r310901:ngie2016-12-311-5/+5
| | | | | | MFC r310648: style(9): clean up trailing whitespace
* MFstable/11 r310571:ngie2016-12-261-3/+3
| | | | | | | | MFC r310459: Sort #includes per style(9) No functional change
* MFC r292710:ngie2015-12-311-23/+0
| | | | | | | | | | | Remove unused function `act_getkernstring` This fixes a clang -Wunused warning Differential Revision: https://reviews.freebsd.org/D4697 Reported by: Jenkins Reviewed by: araujo, bapt Sponsored by: EMC / Isilon Storage Division
* In bsnmpd(1) add support for SNMPv3 message processing model, including ↵syrinx2010-12-081-0/+175
| | | | | | | | message authentication, packet encryption & view-based access control (RFC 3412, 3414, 3415). Sponsored by: The FreeBSD Foundation Reviewed by: philip@ (mostly) Approved by: philip@
* Vendor patch: synthesize the initial value for sysObjectId from the valueharti2006-10-311-25/+52
| | | | | | | of uname -r in FreeBSD. This value can be overwritten in the configuration file. Suggested by: phk
* Virgin import of bsnmpd 1.7harti2004-08-061-23/+19
|
* Import of bsnmpd 1.6harti2004-04-141-31/+22
|
* Virgin import of bsnmpd 1.5aharti2004-01-231-198/+95
|
* Virgin import of bsnmp 1.4harti2003-11-101-0/+1145
OpenPOWER on IntegriCloud