1. 670d423 First pass at an SNMPv3 "combined-option" command-line flag (-3x). by Dave Shield · 23 years ago
  2. 1955be8 use for instead of continue for loops. by Wes Hardaker · 23 years ago
  3. 90e79b4 - Add a --quit option (and a configuration token) so that you can now by Wes Hardaker · 23 years ago
  4. 1e3a918 - add libwrap support to snmptrapd (untested) by John Naylon · 23 years ago
  5. ccde82f - use calloc instead of malloc to make sure buffer is initially by John Naylon · 23 years ago
  6. 7641484 - initialise some buffers, to avoid garbage printing problems, as by John Naylon · 23 years ago
  7. 022ebf6 Clean up the object files as well by Dave Shield · 23 years ago
  8. 51ede19 Ignore the new crop of generated man pages. by Dave Shield · 23 years ago
  9. a8a3391 Supply missing double-quote (oops) by Dave Shield · 23 years ago
  10. c21119f Initialise the library internals *before* parsing the command line, by Dave Shield · 23 years ago
  11. 7b7449d Make sure that multiple output format flags work in a consistent manner. by Dave Shield · 23 years ago
  12. a495c72 include stdlib.h by Wes Hardaker · 23 years ago
  13. 793c4b3 fix includes by Wes Hardaker · 23 years ago
  14. fb4c3c8 - make capability to create data contexts from a loop context (less by Wes Hardaker · 23 years ago
  15. cfb06eb include all agent helpers. by Wes Hardaker · 23 years ago
  16. f8d7874 protect include from double include by Wes Hardaker · 23 years ago
  17. 3247410 fix include paths by Wes Hardaker · 23 years ago
  18. 4b367c9 Tweak the list of header files to be installed (thanks to Christoph Mammitzsch) by Dave Shield · 23 years ago
  19. 5f20fdb Remove a couple of unhelpful OSF definitions (thanks to Jeroen Ruigrok) by Dave Shield · 23 years ago
  20. 8de8cc3 don't build oid's with >128 length subids. (see bug #518855) by Wes Hardaker · 23 years ago
  21. 17198f1 white space clean up. (AGENT-MIB not checked in due to other by Wes Hardaker · 23 years ago
  22. 310607d - finish implementing snmp_config("my config line") by Wes Hardaker · 23 years ago
  23. 4f22049 install mib_module_config.h by Wes Hardaker · 23 years ago
  24. 773948c fix rpm for 4.0.3 and above (or whenever it was that we now need librpmdb) by Wes Hardaker · 23 years ago
  25. 2c7d6ce fix net-snmp-config install/clean/etc. by Wes Hardaker · 23 years ago
  26. ae9a607 install all system and machine files, since they include each other by Wes Hardaker · 23 years ago
  27. 7ac7510 Skeleton framework for the Net-SNMP enterprise tree. by Dave Shield · 23 years ago
  28. 6166926 Remove support for deprecated command-line options. by Dave Shield · 23 years ago
  29. 8b2adde Support for running as a Windows service. by Dave Shield · 23 years ago
  30. efdcf62 Stoke Wes' sense of paranoia by conceding without comment. by Dave Shield · 23 years ago
  31. eb5f591 - fix tiny formatting error by John Naylon · 23 years ago
  32. 192740a Install NOTIFICATION-LOG-MIB (since it's one of the default load list!) by Dave Shield · 23 years ago
  33. 1fb1702 Include the <sys/time.h> cascade, to pick up the definition of 'timeval' by Dave Shield · 23 years ago
  34. 4226aec - minor change to bring usage message in line with manpage by John Naylon · 23 years ago
  35. 61c7338 Catch use of the transport and port options, and issue an appropriate by Dave Shield · 23 years ago
  36. 3b5fdcb Set the default output format *before* processing command line options, by Dave Shield · 23 years ago
  37. 9f40ebd Remove 'net-snmp-config.h' from the main API header files. by Dave Shield · 23 years ago
  38. 150c2d0 Install the README to describe the status of <net-snmp/library> and <net-snmp> header files. by Dave Shield · 23 years ago
  39. 45b69e3 Install the {system,machine}/*.h header files as well. by Dave Shield · 23 years ago
  40. e7ae1f3 Install the UCD-compatability headers as well. by Dave Shield · 23 years ago
  41. 36fdc9f Only install subdirectory stuff *once*. (Don't be so enthusiastic, Dave!) by Dave Shield · 23 years ago
  42. c7263a3 Remove redundent '-CN' and '-CO' options from the example snmpusm command. by Dave Shield · 23 years ago
  43. 6ad0ba5 Restore 'version.h' as being a "top-level" header file. by Dave Shield · 23 years ago
  44. 20ed96b Install the full set of library header files, by Dave Shield · 23 years ago
  45. ebcf026 Look for transport-related header files in the correct location. by Dave Shield · 23 years ago
  46. 03e1885 Ensure partial install targets recurse properly. by Dave Shield · 23 years ago
  47. b99f9d7 Look for mib_module_config.h in the correct location by Dave Shield · 23 years ago
  48. ac6650a fix man8 install definitions by Wes Hardaker · 23 years ago
  49. f1d00ad Substitute values into 'net-snmp-config' properly, and don't 'make clean' it away. by Dave Shield · 23 years ago
  50. 4991760 Tidy up after moving the library header files by Dave Shield · 23 years ago
  51. 92b5b34 Tidy up after moving the library header files (including Makefile dependencies) by Dave Shield · 23 years ago
  52. 955a21b Remove an extraneous space from CPPFLAGS by Dave Shield · 23 years ago
  53. ff06f8d Separate out top-level "public API" library header files from the "internal" by Dave Shield · 23 years ago
  54. 67e824b First moves towards using the "public" API header files in the library by Dave Shield · 23 years ago
  55. 85b84de Close a dangling "if" block. (oops!) by Dave Shield · 23 years ago
  56. 1801dde Check for running off the end of I/F table (patch from RedHat) by Dave Shield · 23 years ago
  57. c22d90b Latest RedHat rpm-related patch by Dave Shield · 23 years ago
  58. f948f17 Adopt RedHat's configure testing for RPM libraries by Dave Shield · 23 years ago
  59. 3df7bbc Make John trust his code by Wes Hardaker · 23 years ago
  60. 732abda - transport fixes (untested, still #if 0) by John Naylon · 23 years ago
  61. 9c74f88 mark some John-to-do-sections by Wes Hardaker · 23 years ago
  62. 1e28f57 Switch to using -OS style output by default, and drop the requirement by Dave Shield · 23 years ago
  63. a9bbbff Apply John's fix for bugs #489336 and #508146 (duplicate columns and by Dave Shield · 23 years ago
  64. 0fe2670 const changes. by Wes Hardaker · 23 years ago
  65. f9c8f7a add .cvsignore file. by Wes Hardaker · 23 years ago
  66. 5c38c20 add agent/agent_handler.h by Wes Hardaker · 23 years ago
  67. 7ec4345 const additions. by Wes Hardaker · 23 years ago
  68. 71fef43 Add string.h by Wes Hardaker · 23 years ago
  69. 385a980 add header. by Wes Hardaker · 23 years ago
  70. e11575e fixes to reenable disman event stuff for 5.0 code. Not done the by Wes Hardaker · 23 years ago
  71. 8725ac8 - -Wall fixes by Wes Hardaker · 23 years ago
  72. 59ea47b - add stdlib.h - remove unused variable. by Wes Hardaker · 23 years ago
  73. 72a0c9f remove no longer used "dump_var" routine. by Wes Hardaker · 23 years ago
  74. 28e8fa8 const specific changes. by Wes Hardaker · 23 years ago
  75. 2ab058e added new perl specific features. by Wes Hardaker · 23 years ago
  76. 95dddec .PHNOY mods by Wes Hardaker · 23 years ago
  77. 73db310 Rename the logging & related output API header file, to better by Dave Shield · 23 years ago
  78. 3c7e02a - amend fix to bug #516389 (ucd-snmp 4.2.3 libwrap support broken) to by John Naylon · 23 years ago
  79. d59269f - fix bug #516389 (ucd-snmp 4.2.3 libwrap support broken) -- USE_LIBWRAP by John Naylon · 23 years ago
  80. acd05a6 lib dependency fix for snmpd target by Wes Hardaker · 23 years ago
  81. 9753241 Extract CMU_COMPATABILITY code, and explicitly deprecated UCD code into separate files. by Dave Shield · 23 years ago
  82. a633319 Use the 'ds_set_xxx' library routines, rather than the old 'snmp_set_xxx' calls by Dave Shield · 23 years ago
  83. 62af0de minor spelling tweaks by John Naylon · 23 years ago
  84. e95581e - generate the rest of the manual pages (to get version in footer) by John Naylon · 23 years ago
  85. cd964a3 win32 specific portions of patch 503256 by Wes Hardaker · 23 years ago
  86. 9c69ba3 patch#503256: helpers library definition for win32 by Wes Hardaker · 23 years ago
  87. ca44199 - minor format tweakage by John Naylon · 23 years ago
  88. f7b24d8 Reference the new header-files in section 3 man page synopses. by Dave Shield · 23 years ago
  89. ed83f32 - more minor tweaks (ucd-snmp -> Net-SNMP etc.) by John Naylon · 23 years ago
  90. f0b866f remove local modules from dependency list by Wes Hardaker · 23 years ago
  91. 1f17c99 Use the new 'net-snmp-includes' single-include header files, by Dave Shield · 23 years ago
  92. f2f20b4 - some editing to make style consistent, add some missing options, by John Naylon · 23 years ago
  93. b933848 - rename man pages which are now generated at compile time in order by John Naylon · 23 years ago
  94. 60eb793 - generate man pages at compile time by John Naylon · 23 years ago
  95. c6cc26f Remove the attempted 'mibII' re-write. by Dave Shield · 23 years ago
  96. 6b982dd Bring single-include header files closer in line with the existing "mibincl.h" file by Dave Shield · 23 years ago
  97. 93e534e Ensure the null versions of the two REGISTER macros swallow their parameters. by Dave Shield · 23 years ago
  98. 2dc4a4e Implement the missing outgoing error statistics counters by Dave Shield · 23 years ago
  99. 8cda8fa Added support for memory and swap entries in hrStorageTable for Solaris by Dave Shield · 23 years ago
  100. e809280 Consolidate identical MIB object entries (WIN32/non-WIN32) by Dave Shield · 23 years ago