This "omnibus" patch tracker item has been created to
hold almost trivial/insignificant/no-risk patches
("no-brainers"). All patches are unified diffs against
latest CVS HEAD at the time of submission, unless
stated otherwise.
Here's (sub-)patch #1: snmplib/snmp_debug.c misses a
few newlines when using snmp_log(), so it clashes with
the next debug output. The patch adds the missing newlines.
newline patch for snmplib/snmp_debug.c
Logged In: YES
user_id=848638
Here's sub-patch #2 fixing typos in apps/snmp_perl_trapd.pl.
typo patch for apps/snmp_perl_trapd.pl
Logged In: YES
user_id=848638
Here's sub-patch #3 replacing the auto-generated "blah blah
blah" stub documentation in perl/ASN/ASN.pm by something
more useful.
documentation patch for perl/ASN/ASN.pm
Logged In: YES
user_id=848638
Here's sub-patch #4 fixing the "blah blah blah" stub in
perl/default_store/default_store.pm.
documentation patch for perl/default_store/default_store.pm
Logged In: YES
user_id=848638
Here's sub-patch #5 replacing the auto-generated stub
documentation in perl/agent/default_store/default_store.pm.
documentation patch for perl/agent/default_store/default_store.pm
Logged In: YES
user_id=848638
Here's sub-patch #6: snmplib/snmpv3.c contains:
#ifdef HAVE_AES
"DES (AES support not available)");
#else
"DES|AES");
#endif
for defPrivType handling which obviously must be the other
way around. Patch attached. This effectively fixes "snmpd
-H" output.
patch for broken #ifdef logic in snmplib/snmpv3.c
Logged In: YES
user_id=76242
Thanks! I'm applying at will at places it should be applied to.