1. 9a6f566 CHANGES: snmplib: Rename memdup() into netsnmp_memdup() by Bart Van Assche · 12 years ago
  2. b24ee7c Eliminate most strncpy() and strncat() calls by Bart Van Assche · 13 years ago
  3. d2fd77d Avoid a possible crash if the engineID is not available or set. by Dave Shield · 14 years ago
  4. 057f43d CHANGES: PATCH: 2797251: Support multiple initialisation and shutdown, fix memory leaks by Dave Shield · 16 years ago
  5. c6afbec CHANGES: build: PATCH: 2184039: misc fixes for freeing memory during error conditions. by Wes Hardaker · 16 years ago
  6. e7563bf Always use the new net-snmp-config.h definitions from within the NETSNMP_ by Thomas Anders · 18 years ago
  7. a2ac9f7 Cast away compiler warnings/errors at a lot of places. by Thomas Anders · 19 years ago
  8. 2d1f9a1 BUG: Coverity #149: potential NULL pointer dereference by Thomas Anders · 19 years ago
  9. 961ffc0 Accept -Z 0 values for engineBoot/engineTime. (Patch #1510032) by Dave Shield · 19 years ago
  10. 1532f5e CHANGES: snmplib: BUG: 1397891: Re-fix unsigned comparisons against 0 by Dave Shield · 19 years ago
  11. 4c97e07 ensure that if op == received message that we have a PDU too (always will be the case) by Wes Hardaker · 19 years ago
  12. ef42fd1 misc error checking (unneeded by other logic, but... why not) by Wes Hardaker · 19 years ago
  13. 4b87d97 backing out previous patch (which breaks test #24 "SNMPv3 traps received and sent by tools") until someone finds the time to review it again by Thomas Anders · 19 years ago
  14. f2f4c2b Fix assorted unsigned comparisons against 0. (See Bug #1397891) by Dave Shield · 19 years ago
  15. 3457229 fix typo by Thomas Anders · 19 years ago
  16. b3064a5 Separate out parsing security level tokens into a separate routine. by Dave Shield · 20 years ago
  17. 8c74947 Applied minor bug fix/doc patches from Thomas Anders in #1206982 by Wes Hardaker · 20 years ago
  18. 62e04b9 make sure snmpEngineTime calculations don't wrap past an uint size by Wes Hardaker · 20 years ago
  19. 5ebab3f Fix the complaint outlined by Thomas Anders in Patch 104378 using the net-snmp enterprise number instead of the UCD one for randomly composed engineIDs by Wes Hardaker · 20 years ago
  20. e363e22 remove attribution comment by Wes Hardaker · 20 years ago
  21. ec2264f Proper fix it v3 enginetime wrapping problem. Fairly portable && uses times(). by Wes Hardaker · 20 years ago
  22. 4e85e2f set hent variable to NULL to squash bogus compiler warning by Wes Hardaker · 20 years ago
  23. fd95512 Don't bother looking up the hostname unless it'll actually by Dave Shield · 21 years ago
  24. bd788cc Specify the correct length of string for AES 'strncmp' comparisons. by Dave Shield · 21 years ago
  25. 9869c5c Patch from Abhijit Hayatnagarkar to fix USM privacy key lengths by Wes Hardaker · 21 years ago
  26. ed33750 New configure flags: --disable-md5 and --disable-des to completely remove support for the less trusted/secure algorithms by Wes Hardaker · 21 years ago
  27. 0445c0b New flags for configure: --disable-snmpv1 --disable-snmpv2c by Wes Hardaker · 21 years ago
  28. c0f9baa fixed cut-n-paste typos pointed out to me by Mike S. by Wes Hardaker · 21 years ago
  29. 62b17ac Added support to the createUser directive for specifying manual local by Wes Hardaker · 21 years ago
  30. 218447f Added support for new snmp.conf tokens to directly set SNMPv3 hex keys by Wes Hardaker · 21 years ago
  31. d57ba99 Added support for directly specifying SNMPv3 hex keys using new flags (-3[mMkK]) by Wes Hardaker · 21 years ago
  32. 39f1656 Missed a AES128 -> AES conversion. by Wes Hardaker · 21 years ago
  33. 2ca67bf Use AES instead of AES128,192,256 by Wes Hardaker · 21 years ago
  34. 2fb3d8f free the engineid at *shutdown* not *startup* :-/ by Wes Hardaker · 22 years ago
  35. 91a011e Patch: 756286: A global free -> SNMP_FREE replacement by Wes Hardaker · 22 years ago
  36. 9dfe0f9 Patch #724925 from Peter Warasin to free lots of memory for a really clean shutdown by Wes Hardaker · 22 years ago
  37. 768fd27 Recognise "defVersion v3" as well as "defVersion 3" as documented by Dave Shield · 22 years ago
  38. 6e57cee The Great SUSE 'sprintf' Hunt..... by Dave Shield · 22 years ago
  39. ee9ac1d Free destination memory before cloning SNMP Engine ID. by Dave Shield · 22 years ago
  40. 5509552 initial AES support. by Wes Hardaker · 23 years ago
  41. 94c2a32 reword config_perror msgs to remove "Error", as it is redundant by Robert Story · 23 years ago
  42. 5bd0fd7 - rename functions and constants from default_store from ds_blah by John Naylon · 23 years ago
  43. 6d1f602 White space, oh glorious white space. by Wes Hardaker · 23 years ago
  44. 73925b8 struct snmp_session typedefed to netsnmp_session. & pdu. & ... by Wes Hardaker · 23 years ago
  45. d7de7e9 missing updated code by Wes Hardaker · 23 years ago
  46. bdb7af7 Fix a confusion between defAuthType and defPrivType. by Dave Shield · 23 years ago
  47. de3a804 Implement a default version prompt for configure. by Wes Hardaker · 23 years ago
  48. 2c86634 First pass at a few better error messages. by Wes Hardaker · 23 years ago
  49. 17b1c80 Assorted minor tweaks to ensure that the project builds under Visual C++. by Dave Shield · 23 years ago
  50. 4457ea2 Tweaks required to get the library compiling under Windows VC++ by Dave Shield · 23 years ago
  51. 526d001 Support ".... -3u {secName} ...." syntax by Dave Shield · 23 years ago
  52. 550833f Support "-3u {secName}" syntax (*with* the quotes, unfortunately). by Dave Shield · 23 years ago
  53. 670d423 First pass at an SNMPv3 "combined-option" command-line flag (-3x). by Dave Shield · 23 years ago
  54. ff06f8d Separate out top-level "public API" library header files from the "internal" by Dave Shield · 23 years ago
  55. 67e824b First moves towards using the "public" API header files in the library by Dave Shield · 23 years ago
  56. 59b0fa9 - move USM OID definitions into snmpusm.c, make them const by John Naylon · 23 years ago
  57. 59cef52 Major file moving and editing of include directives. by Wes Hardaker · 23 years ago
  58. eb6d4fc beginnings of ucd-snmp -> net-snmp structural changes. by Wes Hardaker · 23 years ago
  59. afa4ff8 massive merge from the patches branch to the main line. by Wes Hardaker · 23 years ago
  60. a9ad16c Applied a modified version of patch #427343 from Harrie: by Wes Hardaker · 23 years ago
  61. 002638a - set defaultAuthType to usmHMACSHA1AuthProtocol if SHA specified by John Naylon · 24 years ago
  62. e8eec36 - use new snmp_hex_to_binary function for engine ID parsing in -e by John Naylon · 24 years ago
  63. 8808f54 copy_nword created that checks buffer lengths. Made everything use it. by Wes Hardaker · 24 years ago
  64. 6e70860 merge from patches branch: merge2->3. by Wes Hardaker · 24 years ago
  65. e282717 support for pluggable security models. Currently only the USM is by Wes Hardaker · 24 years ago
  66. a3a0f3d make init_snmpv3() deal with a NULL argument properly. by Wes Hardaker · 24 years ago
  67. a89d5e0 partial submit to get perl/SNMP tests to pass and update the docs somewhat - still getting cores in notify.t. had to change create_user_from_session to update an existing user incase 2 sessions are started with the same user by Giovanni Marzot · 24 years ago
  68. 9dff59e - (snmplib/snmpv3.c): added a space in a debugging output statement. by Wes Hardaker · 24 years ago
  69. 22be61f Casting to fix problems building with aCC by Michael Slifcak · 24 years ago
  70. 233c109 - (vacm_vars.c, usmUser.c, snmpv3.c): NULL out help messages for .conf by Wes Hardaker · 24 years ago
  71. 7f9f566 - (snmpv3.c, snmpv3.h): implement a new (default) engineID type based by Wes Hardaker · 25 years ago
  72. 8b2c903 - (asn1.c, asn1.h, snmp.c, snmp.h, snmp_api.c, snmp_api.h, snmpusm.c, by Wes Hardaker · 25 years ago
  73. 638a536 - (snmpv3.c): copy key length as well as the key when using the same by Wes Hardaker · 25 years ago
  74. 3866e81 - (snmpv3.c): make the createUser token accept an engineid (-e ARG) to use. by Wes Hardaker · 25 years ago
  75. 48fcb98 - snmpv3.c: do case insensitive matching of option values. by Niels Baggesen · 25 years ago
  76. fd1e605 Encapsulate local variable "x" to the scope where needed. by Michael Slifcak · 25 years ago
  77. 5a5253d Removed sizeof(u_char) and unnecessary (unsigned) casts to malloc params. by Michael Slifcak · 25 years ago
  78. 8592ad4 - (snmpv3.c): more u_long -> size_t for engineID len. by Wes Hardaker · 25 years ago
  79. 49eff22 - (snmpv3.c, snmpv3.h): use size_t for engineid lengths. by Wes Hardaker · 25 years ago
  80. 0864db0 move static decl to .c;minor casting about to support aCC by Michael Slifcak · 25 years ago
  81. a9728f1 - (snmpusm.c, snmpv3.c, snmpv3.h): engineID changes for better aCC support. by Wes Hardaker · 25 years ago
  82. f16a59f - (snmpv3.c, snmpv3.h): make macaddr engineid setup not linux by Wes Hardaker · 25 years ago
  83. 9928e77 - (snmpv3.c, snmpv3.h): Patch from John L. Villalovos: by Wes Hardaker · 25 years ago
  84. b6aee0e - (snmptrapd.c, read_config.c, snmpv3.c): by Wes Hardaker · 25 years ago
  85. 43e8b58 - (mibincl.h, usmUser.c, snmptrapd.c, lcd_time.c, scapi.c, snmp_api.c, by Wes Hardaker · 25 years ago
  86. 9918c0f assume "snmpapp" if no arg passed to init_snmpv3. by Michael Slifcak · 25 years ago
  87. 47b3fcf - (snmpv3.c): fix setup engineID buffer overflow found by Mike Baer. by Wes Hardaker · 25 years ago
  88. bb475df - (snmpv3.c): correct some awful text -> engineID creation mistakes. by Wes Hardaker · 25 years ago
  89. 966cf69 - (snmp_api.c, snmp_api.h, snmpv3.c): provide v3 defaults. by Wes Hardaker · 25 years ago
  90. f547f9c Fixup more signed/unsigned comparisons. by Michael Slifcak · 25 years ago
  91. ef25991 - (snmplib/snmpv3.[ch]): Don't assume size_t is signed (Pekka Kytolaakso) by Dave Shield · 25 years ago
  92. aebc751 - (snmpv3.c): fix priv key length extrapolation. Should be done differently?. by Wes Hardaker · 25 years ago
  93. d03d3d2 - (snmpv3.c): cast malloc returns. by Wes Hardaker · 25 years ago
  94. fc996cf Restore memdup usage to its former luster. by Michael Slifcak · 25 years ago
  95. 29477ff Trolling for malloc errors; more graceful degradation. by Michael Slifcak · 25 years ago
  96. 11bd8ad - snmpv3.c: a more spevific help message for defVersion by Niels Baggesen · 25 years ago
  97. 2d84e23 - usmUser.c snmpv3.[ch]: move usm_parse_create_usmUser from the agent by Niels Baggesen · 25 years ago
  98. 46656b9 - *: change the first argument of the config parser functions to a const string by Niels Baggesen · 25 years ago
  99. ff003c0 (apps/snmp_parse_args.c, snmplib/snmpv3.c): make engineID setup conditional on app type to prevent apps from easily ending up with the same engineID as agent on same host by Giovanni Marzot · 25 years ago
  100. 4416a54 - *: configure support for dmalloc malloc debugger (www.dmalloc.com) by Niels Baggesen · 25 years ago