1. a36188e Patch #760417 from Bob Rowlands/Sun for fixing Bug #751920 for minor security problems (PID file unliked first, and use strlcpy instead of strcpy. A new strlcpy file was defined if not defined for a system. by Wes Hardaker · 22 years ago
  2. d3e8a9e Patch #764047 from Stephen J. Friedl: Remove redundant declaration from snmp_debug.h and fix a few comments by Wes Hardaker · 22 years ago
  3. 87b4c2a Patch #759309 from Stephen Friedl to add prompt over-ride flag descriptions to prompt output by Wes Hardaker · 22 years ago
  4. 4844641 patch #759298: fix spelling error by Wes Hardaker · 22 years ago
  5. 61d2a96 Remove redundent file. by Dave Shield · 22 years ago
  6. b4434e2 Re-implement the scalar network statistics using new API features. by Dave Shield · 22 years ago
  7. a5dd756 Minor tweaks to handle walking from one scalar to another correctly, by Dave Shield · 22 years ago
  8. 18e8f06 update for row deletion by Wes Hardaker · 22 years ago
  9. bd58449 update to support row creation. Deletion support still coming, as is by Wes Hardaker · 22 years ago
  10. 8a5c5c1 remove more "not serialized" code. by Wes Hardaker · 22 years ago
  11. 2c5582e Updated for row creation. by Wes Hardaker · 22 years ago
  12. 6247cf2 patch from Fong Tsui for fixing NULL references by Wes Hardaker · 22 years ago
  13. 4ecd698 - make the default agentx ping interval be 15 seconds. by Wes Hardaker · 22 years ago
  14. 067d0ec Make sure the dependencies for the new approach to sub-command by Dave Shield · 22 years ago
  15. c00c7c9 Check for validity of parameters before using them. (Paranoid? Who, me?) by Dave Shield · 22 years ago
  16. dca17fd Caching of interface data is actually Linux-specific. by Dave Shield · 22 years ago
  17. ce5e96b Include recent helper modules in the helper library and meta-include file. by Dave Shield · 22 years ago
  18. ad063e7 Simplify the processing of "traphandle" directives by Dave Shield · 22 years ago
  19. b6aa10a Use the new generic sub-command execution utility routines instead by Dave Shield · 22 years ago
  20. 6d83b75 Include a general 'magic' parameter in both cache data structure by Dave Shield · 22 years ago
  21. e985c9b Generalised sub-command execution utility routines. by Dave Shield · 22 years ago
  22. a1c89b6 More flexible handling of formatting varbind lists. by Dave Shield · 22 years ago
  23. 7b10750 Use the new features of mib2c to tidy up the output a bit. by Dave Shield · 22 years ago
  24. 536b787 Extend mib2c's new counter routines to cover "subloops" as well by Dave Shield · 22 years ago
  25. f9bb479 - prompt support for mib2c to ask questions to the user. by Wes Hardaker · 22 years ago
  26. 428278e boy is that not needed any more by Wes Hardaker · 22 years ago
  27. 6273b8a Dave asks, dave gets: by Wes Hardaker · 22 years ago
  28. 361a487 fix request -> requests as pointed out by Steve Benett by Wes Hardaker · 22 years ago
  29. becb08a Stamp on a trailing '.' when specifying VACM OIDs. by Dave Shield · 22 years ago
  30. 6a2f281 Calls to release enumeration lists when no longer required. by Dave Shield · 22 years ago
  31. f289fa1 Install the 'dlmod.h' header file by Dave Shield · 22 years ago
  32. d10f4e8 Initial support for code to send out traps and informs. by Dave Shield · 22 years ago
  33. eeb0218 Remove too much memdup'ing in inform reply by Niels Baggesen · 22 years ago
  34. ee65895 Add APS-MIB and MALLOC-MIB by Niels Baggesen · 22 years ago
  35. 01dc31a Update from IANA by Niels Baggesen · 22 years ago
  36. 3c1b870 remove now unused snmp_clone_pdu2 by Niels Baggesen · 22 years ago
  37. 1451c95 include wait.h for waitpid, and re-instate the code that responds to an inform by Niels Baggesen · 22 years ago
  38. 00ad638 Utility routine to convert v1 traps to v2-notification-style varbind list. by Dave Shield · 22 years ago
  39. a6f2b27 Construct a library containing the core trapd handling functionality. by Dave Shield · 22 years ago
  40. f91c005 The sysORTable module is dependent on system_mib, so ensure this is available. by Dave Shield · 22 years ago
  41. fbc3f47 Consolidate the notification handler in with the rest of the by Dave Shield · 22 years ago
  42. 7236e84 Shuffle code around a bit. The three files 'snmptrapd_handlers.c', by Dave Shield · 22 years ago
  43. 534180c ignore *.c and *.h files. by Wes Hardaker · 22 years ago
  44. a78fc53 - A netSnmpHostsTable implementation that implements a table_iterator by Wes Hardaker · 22 years ago
  45. ed1329b Create an example table that is a wrapper around /etc/hosts data. by Wes Hardaker · 22 years ago
  46. 2ee4b8d INFO is not a facility - USER could be by Niels Baggesen · 22 years ago
  47. bd3d649 Add the new -L option to the usage message by Niels Baggesen · 22 years ago
  48. 7d1f8ad Add some missing prototypes, and use them by Niels Baggesen · 22 years ago
  49. 51f7e19 Do away with some warnings by Niels Baggesen · 22 years ago
  50. 4948089 constify a few arguments, make sure that we defalt output to stderr by Niels Baggesen · 22 years ago
  51. 3bd8ec0 Untangle a most extrordinary web og FreeBSD and Linux by Niels Baggesen · 22 years ago
  52. 755114c fix help usage for flag ordering. by Wes Hardaker · 22 years ago
  53. 1921c41 - add -s SUFFIX and -S PREFIX flags by Wes Hardaker · 22 years ago
  54. 83c9318 fix the loop free before call-sub-hook ordering problem Dave pointed out by Wes Hardaker · 22 years ago
  55. ee38e7d Support the option for sorted iterator-based tables, too. by Dave Shield · 22 years ago
  56. d2fcf36 Stop searching once we've found all "exact" requested rows. by Dave Shield · 22 years ago
  57. ff637dc Clarify the ASN.1 type mappings for command-line type specifications. by Dave Shield · 22 years ago
  58. 93d8c23 Start using the new -Lx style logging output. by Dave Shield · 22 years ago
  59. fb64a38 Minor tweak to stdout/stderr handling, to improve the appearance of by Dave Shield · 22 years ago
  60. 59ead38 MIB group to manage agent logging configuration. by Dave Shield · 22 years ago
  61. 3729b62 remove no longer needed comment about it being broken, as pointed out by Bruce. by Wes Hardaker · 22 years ago
  62. f1c32e7 support , separated arguments to -T like -h says it will. by Wes Hardaker · 22 years ago
  63. a05a08d Patch from Bruce Shaw to fix output numbering when using -T or by Wes Hardaker · 22 years ago
  64. 4e5c4c7 Patch #755540 from Bruce Shaw and IRC:SebNob to fix bug #701439 for 64 bit solaris systems and 64 bit integers returned by getKstat by Wes Hardaker · 22 years ago
  65. 2e35fe2 Patch #754105 from Bruce Shaw to fix some spelling errors by Wes Hardaker · 22 years ago
  66. 74db85a yet more improvements working toward the end-goal. by Wes Hardaker · 22 years ago
  67. 70bee6a renamed to Panasonic_AM3X by request by Wes Hardaker · 22 years ago
  68. f54a597 Ok, there was 1 memory leak. But its gone now. by Wes Hardaker · 22 years ago
  69. 0d8e38a A complete rewrite of the iterator from scratch. by Wes Hardaker · 22 years ago
  70. d3e40a7 fix range checks now that its no longer the last thing called. by Wes Hardaker · 22 years ago
  71. cdde15f misc minor fixes. by Wes Hardaker · 22 years ago
  72. 70da26a fix else clauses within if statements. by Wes Hardaker · 22 years ago
  73. c34b83e Handle problems with reading process information on Solaris kit, consistently and cleanly. by Dave Shield · 22 years ago
  74. 6d64ffc Implement '-Lx' command-line meta-option for configuring logging settings. by Dave Shield · 22 years ago
  75. 620d185 Beware of dereferencing a NULL pointer by Niels Baggesen · 22 years ago
  76. 7b44771 add caching handler file by Wes Hardaker · 22 years ago
  77. 9eccfe0 Initial bash at a modular "log_handler" implementation. by Dave Shield · 22 years ago
  78. 30f5d66 remove the unused function as pointed out by Bob Rowlands by Wes Hardaker · 22 years ago
  79. 8d528ef Long overdue patch #695192 from Ron Tabor to fix the VACM spinning problem that I didn't quite fix before by Wes Hardaker · 22 years ago
  80. 57c95b1 fix bug #706710 to show when privacy has been disabled by Wes Hardaker · 22 years ago
  81. 34bd28f fix bug #706741 from Sean Burke: check for word boundaries based on a by Wes Hardaker · 22 years ago
  82. 17bd15a bug #748431 from John Shiver: fix thread-safe problems with snmp_get_fd_for_session (which was missing in the 5.x line anyway). Also separate out union structure into a separate typedef rather than use it inline in the variable list structure by Wes Hardaker · 22 years ago
  83. f4a8adc fix bug # 751197 pointed out by Tom Evans where isspace is used to check for hex characters when isprint() is all that is needed by Wes Hardaker · 22 years ago
  84. a216f37 patch #749552 from vaxpower (with modifications by Wes): much improved AIX support by Wes Hardaker · 22 years ago
  85. 71c0952 Patch #748305 from srinivasa rao gurusu describing how to build net-snmp on Matsushita embedded systems by Wes Hardaker · 22 years ago
  86. 58688e9 Patch 746339: Otto Solares fixes a file descriptor leak on linux by Wes Hardaker · 22 years ago
  87. 58474b1 Patch #749062 to fix caching crashing and clashing under Solaris by Wes Hardaker · 22 years ago
  88. 7c9dea2 patch #749103 from Garry C Marshall to fix the proxy when a timeout occurs from the target by Wes Hardaker · 22 years ago
  89. 7f11fe9 MIB objects to manage configuration of MIB data caching. by Dave Shield · 22 years ago
  90. e0ba548 Rework nsDebugTokenTable to be indexed by the debug token string values. by Dave Shield · 22 years ago
  91. 867ed72 Implement various separate lists of "global" handlers, to support by Dave Shield · 22 years ago
  92. ca7d3e4 Fix missing length byte when setting index with checks disabled by Niels Baggesen · 22 years ago
  93. b716f2d Clarify which "r[ow]{user,community}" parameters are optional, and in which combinations. by Dave Shield · 22 years ago
  94. b7990d0 First pass at a data-caching helper - independent of individual MIB modules. by Dave Shield · 22 years ago
  95. 0084892 Single helper to implement a group of scalar objects in one go. by Dave Shield · 22 years ago
  96. 73b9d5f mention where "later" actually is. by Wes Hardaker · 22 years ago
  97. 18f5aaa Declarations for improved Solaris CPU support from patch #738465) (Oops!) by Dave Shield · 22 years ago
  98. c254889 Simple implementation of forwarding traps to another destination. by Dave Shield · 22 years ago
  99. bf2b997 Modularised approach to different styles of handling incoming traps. by Dave Shield · 22 years ago
  100. dca41ba make use of new exported items from snmp_debug. by Wes Hardaker · 22 years ago