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