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