harti
c25cce1e4c
Update bsnmp to version 1.13. This does not bring user-visible changes.
...
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.
2018-07-03 08:44:40 +00:00
ngie
f2b7fad06a
op_usm_users: don't deref uusers if it's NULL when SETting the value
...
Add an XXX comment to note that the conditional seems suspect given
how it's handled elsewhere in the SNMP_OP_SET case.
MFC after: 2 weeks
Reported by: Coverity
CID: 1008573
2017-01-05 09:46:36 +00:00
ngie
e0c8af90d0
op_usm_users: fix indentation in SNMP_OP_SET block
...
MFC after: 3 days
2017-01-05 08:27:23 +00:00
ngie
6a228a1b19
style(9): clean up trailing whitespace
...
MFC after: 3 weeks
2016-12-27 23:32:54 +00:00
ngie
e72268dbe4
Use sizeof(..)s for the destination buffers instead of hardcoded values corresponding
...
to the destination buffer sizes
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
2016-05-15 00:13:36 +00:00
cem
61b729e84b
bsnmp: Don't overrun privkey buffer by copying wrong size
...
The 'priv_key' array is SNMP_PRIV_KEY_SIZ bytes, not SNMP_AUTH_KEY_SIZ.
Reported by: Coverity
CIDs: 1008326, 1009675
Sponsored by: EMC / Isilon Storage Division
2016-05-11 16:54:34 +00:00
pfg
245e35ae97
Clean some 'svn:executable' properties in the tree.
...
Submitted by: Christoph Mallon
MFC after: 3 days
2013-01-26 22:08:21 +00:00
syrinx
ed79f703fb
In bsnmpd(1) add support for SNMPv3 message processing model, including message authentication, packet encryption & view-based access control (RFC 3412, 3414, 3415).
...
Sponsored by: The FreeBSD Foundation
Reviewed by: philip@ (mostly)
Approved by: philip@
2010-12-08 13:51:38 +00:00