SNMP++ 3.6.0 and AGENT++ 3.7.0 have been released with bugfixes and upgrade of the autoconf configuration to be compatible with version 2.71 or higher.
CHANGES SNMP++ 3.6.0
- Upgraded: autoconf minimum supported version requirement to v2.71.
- Changed: Do not disable Priv3DES_EDE class when compiling with OpenSSL and do not use deprecated API of OpenSSL 3.
- Added: Allow storing
coexistence_security_name
values (i.e., v1/v2c communities) to return them in response messages instead of using the mapped security name, as required by RFC 3584 §5.2.2.
CHANGES AGENT++ 3.7.0
- Upgraded: autoconf minimum supported version requirement to v2.71.
- Fixed: Regression in 4.5.3 where SNMPv1/v2c response messages did contain coexistence mapped security name instead of the original received community as required by RFC 3584 §5.2.2. Now original community is returned again.
- Fixed: NotificationOriginator did not pass
Mib
pointer toSnmpRequestV3::send()
and so the staticMib::instance
was used. - Fixed: Compilation error in
threads.h
.