Hello, This is a series of nine patches that have not yet been posted before on the net-snmp-coders mailing list and of which I think these are worth applying before v5.8 is released. Since we are in the rc phase at least three positive votes are required before any of these patches can be applied. Hence this request for votes.
Thanks, Bart. Anders Wallin (1): SNMP-TARGET-MIB: Add SNMPv3 USM trap testcases Bart Van Assche (8): ci: Build and test the SSH transport on Debian systems Declare netsnmp_transport_create_config() arguments const python/netsnmp/client_intf.c: Fix compiler warnings snmplib, MIBs, Python: Fix gcc 8 warnings snmplib/transports: Unbreak the MSVC build SNMP-NOTIFICATION-MIB: Add missing trailing newlines to debug statements SNMP-TARGET-MIB: Fix the debug code that shows tAddress SNMP-TARGET-MIB: Send dynamic traps even if no trap sessions have been defined .travis.yml | 2 +- agent/agent_trap.c | 62 +------ .../if-mib/ifXTable/ifXTable_interface.c | 21 +-- .../notification/snmpNotifyTable_data.c | 6 +- .../snmpNotifyFilterTable_interface.c | 26 ++- .../target/snmpTargetAddrEntry_data.c | 6 +- .../udp-mib/data_access/udp_endpoint_common.c | 9 +- ci/net-snmp-configure | 3 +- include/net-snmp/library/snmp_transport.h | 4 +- python/netsnmp/client_intf.c | 17 +- snmplib/cert_util.c | 17 +- snmplib/container_iterator.c | 11 +- snmplib/snmp_transport.c | 3 +- snmplib/transports/snmpIPXDomain.c | 16 +- snmplib/transports/snmpIPv4BaseDomain.c | 12 +- snmplib/transports/snmpIPv6BaseDomain.c | 12 +- testing/fulltests/default/Sv3usmtraps | 162 ++++++++++++++++++ .../default/T031snmpv3dynamicinform_simple | 18 ++ .../default/T031snmpv3dynamictrap_simple | 18 ++ .../fulltests/default/T031snmpv3inform_simple | 18 ++ .../default/T031snmpv3staticinform_simple | 18 ++ .../default/T031snmpv3statictrap_simple | 18 ++ .../fulltests/default/T031snmpv3trap_simple | 18 ++ 23 files changed, 363 insertions(+), 134 deletions(-) create mode 100644 testing/fulltests/default/Sv3usmtraps create mode 100644 testing/fulltests/default/T031snmpv3dynamicinform_simple create mode 100644 testing/fulltests/default/T031snmpv3dynamictrap_simple create mode 100644 testing/fulltests/default/T031snmpv3inform_simple create mode 100644 testing/fulltests/default/T031snmpv3staticinform_simple create mode 100644 testing/fulltests/default/T031snmpv3statictrap_simple create mode 100644 testing/fulltests/default/T031snmpv3trap_simple -- 2.17.1 ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders