On Wed, 20 Sep 2017 14:52:07 +0800 Chih-Ting wrote:
CTK> I met a problem about snmpv3 Diffie-Helman with net-snmp.
CTK>
CTK> Cable modem use SnmpV3 Kickstart Manager Public Number to get
CTK> its v3 user's password finally.
CTK> SecurityName: "docsisManager"
CTK> Random Number: [snip]
CTK>
CTK> I
On Fri, 22 Sep 2017 08:33:42 +0200 Florian wrote:
FF> I noticed that snmp_sess_synch_response() *sometimes* (not
FF> always) frees the "netsnmp_pdu *pdu" argument passed to it when
FF> returning STAT_ERROR. For example:
FF>
FF> snmp_sess_session() == NULL -> pdu is not freed
FF> snmp_sess_send
On Mon, 16 Oct 2017 18:45:55 +0200 Augusto wrote:
AC> The new version of MariaDB C/C (3.x) [1] dropped some
AC> header files from install (my_global.h for instance), now
AC> mainly relying just on mysql.h.
AC>
AC> This change causes a build error on net-snmp mysql/mariadb
AC> module:
AC>