freebsd-dev/usr.sbin/bsnmpd/tools/bsnmptools
Enji Cooper 570afb920c Call snmp_pdu_free on req/resp with a consistent, correct pattern
- snmp_pdu_free should be called before snmp_pdu_create is called
  again
- snmp_pdu_free should be called on the resp to snmp_dialog when
  successful

Tested with the following bsnmp commands:

  % export SNMPUSER=bsnmp SNMPPASSWD=bsnmptest
  % SNMP_ARGS="-A proto=sha -C context='' -K -P proto=des -v 3 -r 0"
  % bsnmpset $SNMP_ARGS sysLocation="MyAgent"
  % bsnmpget $SNMP_ARGS sysLocation
  % bsnmpwalk $SNMP_ARGS

MFC after:	12 days
X-MFC with:	r310729, r310892, r310894
2017-01-01 00:23:43 +00:00
..
bsnmpget.1 use .Mt to mark up email addresses consistently (part2) 2014-06-20 09:57:27 +00:00
bsnmpget.c Call snmp_pdu_free on req/resp with a consistent, correct pattern 2017-01-01 00:23:43 +00:00
Makefile bsnmptools does not depends on libcrypto 2015-04-09 21:05:48 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00