ChangeLog
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2891k
- * agent/mibgroup/ip-mib/data_access/.cvsignore:
- files to ignore
- 2004-04-07 15:46 rstory
- * agent/mibgroup/if-mib/ifXTable/ifXTable_interface.c:
- remove unused/undefined vars
- 2004-04-07 15:44 rstory
- * agent/mibgroup/: if-mib.h, ip-forward-mib.h:
- fix config_require paths
- 2004-04-07 15:44 rstory
- * agent/mibgroup/if-mib/ifTable/ifTable.h:
- config_exclude mibII/interfaces; tweak external oid def
- 2004-04-07 15:43 rstory
- * agent/mibgroup/if-mib/data_access/interface_common.c:
- remove references to ifTable
- 2004-04-07 15:38 rstory
- * agent/mibgroup/ip-mib/ipAddressTable/.cvsignore:
- files to ignore
- 2004-04-07 15:37 rstory
- * agent/mibgroup/ip-mib/ipAddressTable/:
- default-table-ipAddressTable.m2d, ipAddressTable.c,
- ipAddressTable.h, ipAddressTable_constants.h,
- ipAddressTable_data_access.c, ipAddressTable_data_access.h
- , ipAddressTable_interface.c,
- ipAddressTable_interface.h:
- new MFD ipAddressTable
- 2004-04-07 15:36 rstory
- * agent/mibgroup/ip-mib/data_access/ipaddress.h,
- agent/mibgroup/ip-mib/data_access/ipaddress_common.c,
- agent/mibgroup/ip-mib/data_access/ipaddress_ioctl.c,
- agent/mibgroup/ip-mib/data_access/ipaddress_linux.c,
- agent/mibgroup/ip-mib/data_access/ipaddress_linux.h,
- include/net-snmp/data_access/ipaddress.h:
- ipaddress data access (v4 & v6)
- 2004-04-07 15:29 rstory
- * agent/mibgroup/: ip-mib.h, ip-mib/ipAddressTable.h:
- new config modules
- 2004-04-07 06:38 dts12
- * snmplib/mib.c:
- Remove a superfluous trailing comma (bug #930708)
- 2004-04-07 03:23 dts12
- * agent/helpers/table_data.c, agent/helpers/table_dataset.c
- , include/net-snmp/agent/table_data.h,
- include/net-snmp/agent/table_dataset.h:
- Routines to indicate the number of rows in a data-helper-based table
- 2004-04-07 02:13 slif
- * testing/eval_tools.sh:
- CAPTURE returns exit code from command that was run.
- 2004-04-06 23:33 slif
- * win32/net-snmp/: net-snmp-config.h, net-snmp-config.h.in
- :
- patch [930880] don't build CMU compatible functions on win32
- 2004-04-06 23:19 slif
- * README.win32, perl/TrapReceiver/Makefile.PL,
- win32/Configure, win32/Makefile.in, win32/libsdll.dsw
- , win32/win32.dsw, win32/win32sdk.dsw,
- win32/libnetsnmptrapd/.cvsignore,
- win32/libnetsnmptrapd/Makefile.in,
- win32/libnetsnmptrapd/libnetsnmptrapd.dsp,
- win32/snmptrapd/Makefile.in, win32/snmptrapd/snmptrapd.dsp
- :
- patch [915615] Perl TrapReceiver does not compile on Win32 MSVC
- also fixes bug [896012] win32 Perl build dies at TrapReceiver
- 2004-04-06 21:59 slif
- * agent/mibgroup/mibII/: tcpTable.c, udpTable.c:
- fix [907716] win32 agent shows tcp,udp connect OIDs in host byte order
- 2004-04-06 17:35 slif
- * testing/eval_tools.sh:
- patch [919122] test should allow time for programs to settle
- 2004-04-06 17:34 slif
- * testing/eval_tools.sh:
- patch [919114] preserve test result when stopping
- 2004-04-06 17:32 slif
- * testing/eval_tools.sh:
- patch [919105] better pid check
- 2004-04-06 10:43 rstory
- * include/net-snmp/net-snmp-includes.h:
- include stdint, if available
- 2004-04-06 09:46 dts12
- * agent/agent_handler.c,
- include/net-snmp/agent/agent_handler.h:
- Register new API modules using the default priority (127)
- and provide an API for unregistering them again.
- 2004-04-05 16:04 slif
- * testing/eval_tools.sh:
- reverse patch-test-deprecated-options to permit testing versions before 5.1.
- 2004-04-04 11:17 rstory
- * agent/mibgroup/ip-forward-mib/ipCidrRouteTable/:
- ipCidrRouteTable_data_access.c,
- ipCidrRouteTable_interface.c:
- don't share cache w/inetCidrRoute, which can't work, since indexes don't match
- 2004-04-04 11:15 rstory
- * agent/mibgroup/if-mib/ifXTable/: ifXTable.h,
- ifXTable_data_access.c, ifXTable_interface.c:
- share data structures/cache w/ifTable if enabled
- 2004-04-04 11:05 rstory
- * agent/mibgroup/if-mib/ifXTable/: default-table-ifXTable.m2d
- , ifXTable.c, ifXTable.h, ifXTable_interface.h
- :
- update to use new interface data access
- 2004-04-04 10:59 rstory
- * agent/mibgroup/ip-forward-mib/data_access/route_common.c,
- agent/mibgroup/ip-forward-mib/data_access/route_linux.c,
- include/net-snmp/data_access/route.h:
- update to support inetCidrRouteTable
- 2004-04-04 10:58 rstory
- * agent/mibgroup/ip-forward-mib.h:
- add inetCidrRouteTable
- 2004-04-04 10:57 rstory
- * agent/mibgroup/ip-forward-mib/inetCidrRouteTable/:
- inetCidrRouteTable.c, inetCidrRouteTable.h,
- inetCidrRouteTable_constants.h,
- inetCidrRouteTable_data_access.c,
- inetCidrRouteTable_data_access.h,
- inetCidrRouteTable_interface.c,
- inetCidrRouteTable_interface.h, .cvsignore,
- default-table-inetCidrRouteTable.m2d:
- new inetCidrRouteTable. only does ipv4 so far.
- 2004-04-04 07:14 rstory
- * agent/mibgroup/ip-forward-mib/ipCidrRouteTable/:
- ipCidrRouteTable_data_access.c,
- ipCidrRouteTable_interface.c:
- share cache w/inetCidrRouteTable, if it is enabled
- 2004-04-04 07:09 rstory
- * local/mib2c-conf.d/parent-set.m2i:
- use unused var
- 2004-04-04 07:08 rstory
- * local/mib2c-conf.d/mfd-interface.m2c:
- fix missed case for allocate parm; remove unused var
- 2004-04-04 07:07 rstory
- * local/mib2c-conf.d/mfd-access-unsorted-external-defines.m2i
- :
- fix missed case for allocate parm
- 2004-04-04 07:06 rstory
- * local/mib2c-conf.d/mfd-access-container-cached-defines.m2i:
- add debug
- 2004-04-03 05:15 rstory
- * agent/mibgroup/mibII/vacm_vars.c:
- fix bug 928481 - consistency in vacm_vars.c
- 2004-04-02 19:02 rstory
- * agent/mibgroup/: if-mib/ifTable.h, if-mib/ifXTable.h,
- ip-forward-mib/inetCidrRouteTable.h,
- ip-forward-mib/ipCidrRouteTable.h:
- configure_require files for individual modules
- 2004-04-02 12:52 rstory
- * snmplib/container.c:
- default to netsnmp_index compare if no compare provided
- 2004-04-02 12:51 rstory
- * snmplib/: cmu_compat.c, snmp_version.c:
- include net-snmp-config.h
- 2004-04-02 12:40 rstory
- * snmplib/callback.c:
- new static lock var to detect when a callback is added/removed during callback
- processing; don't call free on client arg of callback w/NULL callback ptr
- (i.e. one that was removed while callbacks were being processed)
- 2004-04-02 12:36 rstory
- * local/mib2c-update:
- make temp dir names configureable, w/defaults now prefixed w/'.'; tweak diff
- exclude patterns; other misc tweaks
- 2004-04-02 12:34 rstory
- * include/net-snmp/library/tools.h:
- fix macros to be safely useable as a single statement; new SNMP_SWIPE_MEM macro
- 2004-04-02 08:20 rstory
- * include/net-snmp/net-snmp-config.h.in:
- new config.h.in to match acconfig.h (autoheader hadn't been run in a while):
- pcks, croptyki, config_exclude, agentx domain socket, cppwrap macro
- 2004-04-02 08:06 rstory
- * agent/helpers/cache_handler.c:
- reduce redundancy
- 2004-04-02 08:02 rstory
- * agent/agent_handler.c:
- add asserts on illegal handler calls
- 2004-04-02 06:46 hardaker
- * apps/snmptrapd_handlers.c:
- Fix inclusion of utilities/execute.h, since Robert's Makefile changes
- broke the path lookups.
- 2004-04-01 22:08 hardaker
- * perl/SNMP/SNMP.pm:
- make gettable use getbulk when possible
- 2004-04-01 19:41 rstory
- * configure:
- configure for new configure.in
- 2004-04-01 19:32 rstory
- * Makefile.in:
- move VPATH to individual Makefile.in files; new makefilecheck target to check
- for gnu make constructs; new 'checks' target runs checks for comment/makefile
- 2004-04-01 19:29 rstory
- * acconfig.h:
- empty define for config_exclude; new NETSNMP_CPP_WRAP macros
- 2004-04-01 19:27 rstory
- * configure.in:
- new config_exclude; config_require tweaks:
- don't process the same module twice; allow c file w/no header; move
- module list add, config_load_mib check inside header conditional
- 2004-04-01 18:38 rstory
- * configure:
- new configure to match configure.in
- 2004-04-01 18:37 rstory
- * Makefile.top, configure.in, agent/Makefile.in
- , agent/helpers/Makefile.in,
- agent/mibgroup/Makefile.in, apps/Makefile.in,
- apps/snmpnetstat/Makefile.in, local/Makefile.in,
- man/Makefile.in, mibs/Makefile.in,
- snmplib/Makefile.in, testing/Makefile.in:
- rework VPATH so people with GNU make can share a source directory for multiple
- build (including one in the source directory); completely rework CPPFLAGS for a
- common, consistent order (that is also correct for non sourcedir builds)
- 2004-04-01 18:26 rstory
- * agent/mibgroup/ip-forward-mib/ipCidrRouteTable.h:
- new file
- 2004-04-01 18:15 rstory
- * agent/mibgroup/ip-forward-mib/ipCidrRouteTable/:
- default-table-ipCidrRouteTable.m2d, ipCidrRouteTable.c
- , ipCidrRouteTable.h, ipCidrRouteTable_data_access.c
- , ipCidrRouteTable_data_access.h,
- ipCidrRouteTable_interface.c, ipCidrRouteTable_interface.h
- :
- update for mfd generated code changes; update to use new data access stuff;
- 2004-04-01 18:10 rstory
- * agent/mibgroup/if-mib/ifTable/ifTable_data_access.c:
- update to use new data access stuff; add todo comments
- 2004-04-01 18:10 rstory
- * agent/mibgroup/: if-mib/data_access/.cvsignore,
- if-mib/ifTable/.cvsignore, if-mib/ifXTable/.cvsignore
- , ip-forward-mib/data_access/.cvsignore,
- ip-forward-mib/ipCidrRouteTable/.cvsignore:
- new cvsingore files
- 2004-04-01 18:07 rstory
- * agent/mibgroup/if-mib/: ifTable/ifTable.c,
- ifTable/ifTable.h, ifXTable/ifXTable.h:
- update to use new data access stuff
- 2004-04-01 18:04 rstory
- * agent/mibgroup/: if-mib/data_access/interface.h,
- if-mib/data_access/interface_common.c,
- if-mib/data_access/interface_linux.c,
- ip-forward-mib/data_access/route.h,
- ip-forward-mib/data_access/route_common.c,
- ip-forward-mib/data_access/route_linux.c:
- new data access files
- 2004-04-01 18:00 rstory
- * include/net-snmp/data_access/: interface.h, route.h:
- move config_require stuff back into mibgroup, since that's the only place
- configure will look for them
- 2004-04-01 16:58 hardaker
- * agent/helpers/table_iterator.c:
- Remove duplicate coloid setting (was done above as well)
- 2004-04-01 16:54 hardaker
- * agent/helpers/table_iterator.c:
- Another iterator fix: initialize a variable properly for every request
- 2004-04-01 16:21 rstory
- * include/net-snmp/data_access/: interface.h, route.h:
- new data access headers
- 2004-04-01 15:52 hardaker
- * agent/helpers/table_iterator.c:
- Another iterator problem with getbulk's: make it not set RETRY if its going to be out of scope next time around still (> maxcol)
- 2004-04-01 09:18 hardaker
- * agent/helpers/table_iterator.c:
- - Various patches to fix iterator problems with multiple varbinds.
- 2004-03-31 12:13 hardaker
- * agent/helpers/cache_handler.c:
- Properly set the auto_next flag.
- 2004-03-30 21:22 hardaker
- * perl/SNMP/SNMP.pm:
- A new implementation of gettable that uses better structured GETNEXT
- packets for faster retrieval across slow links.
- - getbulk not yet used, but should be.
- 2004-03-30 21:19 hardaker
- * dist/RELEASE-INSTRUCTIONS:
- - minor changes to the cvs2cl command line flags
- 2004-03-30 21:16 hardaker
- * agent/mibgroup/host/: hr_system.c, hr_system.h:
- change set_solaris_time to ns_set_time and enable it on any
- architecture that supports mktime() and stime()
- 2004-03-30 21:15 hardaker
- * configure, configure.in:
- check for stime functions
- 2004-03-30 21:14 hardaker
- * acconfig.h:
- - undef ssize_t
- 2004-03-30 17:06 slif
- * snmplib/snmp_logging.c:
- remove commented and unused variables. flag static variable as problem for threads.
- 2004-03-30 16:56 slif
- * win32/install-net-snmp.bat:
- mildly enforce running from base source directory.
- 2004-03-30 16:53 slif
- * win32/mib_module_includes.h:
- init examples modules
- 2004-03-30 10:45 hardaker
- * perl/SNMP/t/mib.t:
- include previously-broken tests again
- 2004-03-30 10:41 hardaker
- * perl/SNMP/SNMP.xs:
- Fix a really old and annoying bug: use set_boolean instead of toggle_boolean for telling the library when to replace old MIBs while parsing. Affected a bunch of stuff in odd ways.
- 2004-03-30 05:01 dts12
- * include/net-snmp/library/snmp_logging.h,
- snmplib/snmp_logging.c:
- New logging option '-Ln' to explicitly turn off logging
- 2004-03-29 20:20 rstory
- * agent/mibgroup/: if-mib.h, ip-forward-mib.h:
- config-require headers
- 2004-03-29 20:18 rstory
- * agent/mibgroup/if-mib/: ifTable/default-table-ifTable.m2d,
- ifTable/ifTable.c, ifTable/ifTable.h,
- ifTable/ifTable_constants.h, ifTable/ifTable_data_access.c
- , ifTable/ifTable_data_access.h,
- ifTable/ifTable_interface.c, ifTable/ifTable_interface.h
- , ifXTable/default-table-ifXTable.m2d,
- ifXTable/ifXTable.c, ifXTable/ifXTable.h,
- ifXTable/ifXTable_constants.h,
- ifXTable/ifXTable_data_access.c,
- ifXTable/ifXTable_data_access.h,
- ifXTable/ifXTable_interface.c,
- ifXTable/ifXTable_interface.h:
- new implementations of ifTable and ifXTable, based on generated code from
- mib2c MFD + container-cached conf files
- 2004-03-29 16:28 slif
- * perl/SNMP/SNMP.pm:
- fix spell Acknowledgements, add blank before =cut so that it will be parsed correctly.
- 2004-03-29 15:40 rstory
- * local/mib2c-conf.d/parent-set.m2i:
- use unused vars
- 2004-03-29 15:40 rstory
- * local/mib2c-conf.d/node-get.m2i:
- tweak comment
- 2004-03-29 15:39 rstory
- * local/mib2c-conf.d/mfd-makefile.m2m:
- slight re-org; include (commented out) gnu make stuff
- 2004-03-29 15:37 rstory
- * local/mib2c-conf.d/mfd-interface.m2c:
- rework data_context so we don't use a typedef to a pointer
- (e.g. typedef x* x_data); use unused vars; allow user to pass existing data
- ptr when creating row context; set val_len to buf size iff not already set
- 2004-03-29 15:33 rstory
- * local/mib2c-conf.d/: mfd-data-access.m2c, mfd-data-get.m2c
- :
- move table index functions to data-get; include data_access header
- 2004-03-29 15:31 rstory
- * local/mib2c-conf.d/: mfd-access-container-cached-defines.m2i
- , mfd-access-unsorted-external-defines.m2i:
- rework data_context so we don't use a typedef to a pointer
- (e.g. typedef x* x_data); tweak m2c_procesing type; remove unused var
- 2004-03-29 15:28 rstory
- * local/mib2c-conf.d/generic-table-constants.m2c:
- tweak m2c_processing_type
- 2004-03-29 15:26 rstory
- * local/mib2c-conf.d/mfd-top.m2c:
- rework data_context so we don't use a typedef to a pointer
- (e.g. typedef x* x_data); include mib_modules header; tweak m2c_processing_type
- 2004-03-29 15:25 rstory
- * local/mib2c-conf.d/: generic-data-allocate.m2i,
- generic-data-context.m2i, m2c_setup_table.m2i:
- rework data_context so we don't use a typedef to a pointer
- (e.g. typedef x* x_data)
- 2004-03-29 14:26 hardaker
- * snmplib/mib.c:
- make parse_one_oid_index properly decode IP addresses in the right byte order.
- 2004-03-29 12:58 slif
- * win32/mib_module_inits.h:
- init examples modules
- 2004-03-29 09:19 slif
- * testing/tests/: T110agentxget, T111agentxset,
- T112agentxsetfail, T113agentxtrap:
- patch [918838] test agentx using TCP sockets - iff transport not "unix"
- 2004-03-29 07:54 rstory
- * apps/snmptrapd.c:
- sync w/5.1.1 (move var decls to top of functional block)
- 2004-03-26 08:41 slif
- * testing/eval_tools.sh:
- apply patch #920234 to start programs in minimized window (mingw only).
- 2004-03-26 08:03 slif
- * win32/build.pl:
- patch to fix [921423] install test sequence not right for perl build
- 2004-03-26 07:53 slif
- * configure.in:
- patch #901434 tosock2.sh -- use Winsock 2.x for Windows socket library
- 2004-03-22 15:37 rstory
- * dist/cvsup:
- fix path for cleanup of uploaded tarball
- 2004-03-22 13:44 hardaker
- * man/: Makefile.in, make_index.pl, man_sections.txt
- :
- man/index.html generation stuff
- 2004-03-20 21:43 hardaker
- * man/Makefile.in:
- newer man2html usage
- 2004-03-20 10:02 slif
- * testing/eval_onescript.sh:
- patch [919132] test stop before finish is superfluous
- 2004-03-19 16:18 hardaker
- * configure.in:
- Part of patch 917726 to fix a few windows config problems.
- 2004-03-19 16:01 hardaker
- * testing/tests/T100agenthup:
- Patch from Michael Slifcak: [ 918828 ] conditional skip HUP test
- 2004-03-19 15:58 hardaker
- * configure.in, include/net-snmp/net-snmp-config.h.in
- :
- Patch from Michael Slifcak: [ 918948 ] fix cygwin config problem
- 2004-03-19 08:29 hardaker
- * include/net-snmp/agent/watcher.h:
- Added a missing prototype: netsnmp_register_watched_spinlock
- 2004-03-19 08:23 hardaker
- * snmplib/snmpv3.c:
- Missed a AES128 -> AES conversion.
- 2004-03-19 03:00 dts12
- * README.win32:
- Brief description of adding Win32 IPv6 transport support.
- 2004-03-18 18:32 slif
- * testing/eval_tools.sh:
- patch [919116] minor diff in invoked log
- 2004-03-18 15:44 slif
- * testing/eval_tools.sh:
- apply patch_915178.redux to finish the second part of that patch.
- 2004-03-18 08:51 slif
- * testing/tests/: T120proxyget, T121proxyset,
- T122proxysetfail:
- apply patch [918824] fix proxy tests
- 2004-03-18 07:05 slif
- * include/net-snmp/system/: cygwin.h, mingw32.h:
- patch [917649] find uint32_t in win32-gcc build environments
- 2004-03-16 13:05 rstory
- * snmplib/Makefile.in:
- merge configure substituted srs/obs def w/previous line, to avoid having a
- continuation line followed by a blank line;
- fixes for building outside of source dir (reorder include in CPPFLAGS so that
- relative dirs come before srcdirs)
- 2004-03-16 07:49 slif
- * win32/: build.bat, build.pl:
- synch with working version, delta install base, of course.
- 2004-03-16 06:53 slif
- * win32/net-snmp/: net-snmp-config.h, net-snmp-config.h.in
- :
- add typedef for uint32_t -- absent from MSVS
- 2004-03-16 05:15 slif
- * win32/: Makefile.in, install-net-snmp.bat:
- partial fix for bug 915178: adjust to accommodate 'make test' verification.
- 2004-03-15 16:42 hardaker
- * testing/tests/T151solarishostdisk:
- Patch from Bruce Shaw: [ 894711 ] Solaris disk test fails on some OS's [second fix to his previous patch for even better support]
- 2004-03-15 15:56 hardaker
- * agent/mibgroup/mibII/system_mib.c:
- Bug/patch from Bob Rowlands: [ 815361 ] override token in snmpd.conf does not allow snmpset on OID [really, this just returns proper error codes from system_mib variables]
- 2004-03-15 15:52 hardaker
- * agent/snmp_agent.c:
- Bug/patch from Bob Rowlands: [ 815333 ] snmpvacm app not working with SNMP v1 [ really just fixing mib error codes remembered in snmp_agent.c]
- 2004-03-15 15:43 hardaker
- * agent/helpers/mode_end_call.c:
- Bug/Patch from Bob Rowlands: [ 809282 ] netsnmp_mode_end_call_add_mode_callback called repeatedly
- 2004-03-15 15:36 hardaker
- * snmplib/snmpusm.c:
- Patch from Bob Rowlands: [ 808881 ] Log a authentication failure message when authentication fails.
- 2004-03-15 15:27 hardaker
- * agent/snmp_vars.c, agent/mibgroup/mibII/at.c,
- agent/mibgroup/mibII/tcpTable.c,
- agent/mibgroup/mibII/udpTable.c,
- agent/mibgroup/mibII/var_route.c,
- include/net-snmp/agent/snmp_vars.h:
- Patch from Bob Rowlands: [ 807333 ] 64 bit agent returns incorrect values for IpAddress
- 2004-03-15 14:18 rstory
- * agent/mibgroup/ip-forward-mib/ipCidrRouteTable/:
- default-table-ipCidrRouteTable.m2d, ipCidrRouteTable.c
- , ipCidrRouteTable.h, ipCidrRouteTable_constants.h
- , ipCidrRouteTable_data_access.c,
- ipCidrRouteTable_data_access.h,
- ipCidrRouteTable_interface.c, ipCidrRouteTable_interface.h
- :
- re-implement existing ipCidrRouteTable functionality w/MFD helper
- (i.e. read-only support; use var_route function to get data)
- 2004-03-15 12:10 rstory
- * local/mib2c-conf.d/mfd-interface.m2c:
- tweaks for row-creation case
- 2004-03-15 12:08 rstory
- * local/mib2c-conf.d/parent-set.m2i:
- default to inconsistentName instead of noCreation
- 2004-03-15 06:27 dts12
- * win32/build.pl:
- Tweak the option prompt slightly.
- (Dave's being picky again!)
- 2004-03-15 06:20 dts12
- * apps/snmptrapd.c:
- Listen on port 162 (rather than 161) if a (bare) interface
- address is specified.
- 2004-03-13 22:05 rstory
- * agent/helpers/table_array.c:
- null free'd pointer (better safe than sorry)
- 2004-03-13 21:59 rstory
- * agent/helpers/table_array.c:
- plug memory leak
- 2004-03-13 19:21 rstory
- * agent/mibgroup/mibII/mibII_common.h:
- fix for compiling w/dmalloc
- 2004-03-13 06:40 slif
- * win32/build.bat:
- set temp var empty to remove from env
- 2004-03-12 15:52 slif
- * win32/net-snmp/net-snmp-config.h.in:
- clean up base poop.
- 2004-03-12 13:07 slif
- * README.win32, win32/build.bat:
- doc change for patch 912447
- 2004-03-12 12:13 slif
- * testing/: RUNTESTS, eval_tools.sh:
- apply patch[915178] to fix MinGW (MSYS) make test freezes
- 2004-03-12 11:29 slif
- * win32/: Makefile-apps.in, libsnmp_dll/Makefile.in,
- net-snmp/net-snmp-config.h.in, snmpd/Makefile.in,
- snmpdsdk/Makefile.in, snmpnetstat/Makefile.in,
- snmptrapd/Makefile.in:
- modify patch[912447] to use correct winsock library
- 2004-03-12 11:16 slif
- * win32/: Configure, Makefile-apps.in, Makefile.in
- , build.bat, build.pl, libagent/Makefile.in
- , libhelpers/Makefile.in, libsnmp/Makefile.in,
- libsnmp_dll/Makefile.in, net-snmp/net-snmp-config.h.in
- , netsnmpmibs/Makefile.in, netsnmpmibssdk/Makefile.in
- , snmpd/Makefile.in, snmpdsdk/Makefile.in,
- snmpnetstat/Makefile.in, snmptrapd/Makefile.in:
- apply patch [912447] Win32 MSVC Makefile system
- 2004-03-10 19:24 slif
- * testing/RUNTESTS:
- aggressive search for executables below the base directory.
- 2004-03-10 19:15 slif
- * README.win32, win32/net-snmp/net-snmp-config.h:
- don't set global snmp_errno; do provide undef USE_OPENSSL;
- replace NETSNMP_NO_DLL with NETSNMP_USE_DLL;
- document the change.
- 2004-03-10 19:09 slif
- * testing/eval_tools.sh:
- invoke snmpd, snmptrapd with non-deprecated parameters for PID and logfile.
- 2004-03-10 15:09 slif
- * snmplib/scapi.c:
- fix signed mismatch when testing proper length of keyed hash.
- 2004-03-10 15:03 slif
- * README.win32, win32/net-snmp/net-snmp-config.h:
- mods for building win32 with OpenSSL support.
- 2004-03-10 08:23 slif
- * README.win32:
- per AlexB - change instructions to use MinGW developer's recommended OpenSSL.
- 2004-03-10 07:21 dts12
- * perl/SNMP/t/startagent.pl:
- Use the same testing ports as the main agent test suite
- (somewhat less likely to clash with other services)
- 2004-03-10 07:08 dts12
- * man/snmpd.8.def:
- Document support for multiple "optional" config files via -c
- 2004-03-10 05:01 dts12
- * agent/helpers/table.c:
- Retry unfulfilled GETNEXT requests that simply haven't been attempted
- (e.g. due to a missing column object), but not ones that have been
- explicitly marked as failed (e.g. at the end of the table).
- I'm not 100% convinced this is correct, but it seems to have the
- right effect for both 'table_data' and 'table_dataset' based modules.
- 2004-03-10 04:52 dts12
- * agent/helpers/table_data.c:
- Check for problems with all of the requested varbinds
- (not just the first one), and handle 'noSuchObject' exceptions.
- [Though in fact, this code isn't actually used]
- 2004-03-09 12:50 rstory
- * configure:
- update to match new configure.in
- 2004-03-09 11:34 rstory
- * agent/mibgroup/agentx/protocol.c:
- debugging isn't platform specific
- 2004-03-09 07:55 rstory
- * configure.in, apps/Makefile.in:
- separate traplibs from agent libs for dependencies
- 2004-03-09 07:12 slif
- * win32/install-net-snmp.bat:
- make SNMPCONFPATH consistent with other platforms ("$prefix/etc/snmp")
- 2004-03-09 07:09 slif
- * snmplib/: snmp_api.c, snmp_client.c:
- add comment MTCRITICAL_RESOURCE to use of snmp_errno in three places.
- 2004-03-09 05:10 dts12
- * snmplib/read_config.c:
- Handle multiple "optional config" files.
- 2004-03-09 04:24 slif
- * win32/net-snmp/net-snmp-config.h:
- make SNMPCONFPATH consistent with other platforms ("$prefix/etc/snmp")
- 2004-03-08 20:26 rstory
- * README.aix:
- new file
- 2004-03-08 17:53 slif
- * README.win32, perl/SNMP/README:
- patch [911439] Updates to the README.win32 and SNMP README for Win32
- 2004-03-08 16:14 hardaker
- * apps/notification_log.c:
- ifdef out routines that only available when agentx is going to be used.
- 2004-03-08 16:09 rstory
- * apps/Makefile.in:
- use app libs for snmptrapd when agent disabled; move wraplib substitution to
- a more reasonable place. snmptrapd still doesn't link, but it's closer...
- 2004-03-08 14:38 rstory
- * configure:
- new configure for new configure.in
- 2004-03-08 14:37 rstory
- * configure.in:
- add comments in hairy agent module processing; don't munge default mibs until
- we are don't building it; tweaks for --disable-agent: use same default mibset
- as --enable-mini-agent, don't to hairy agent module processing
- 2004-03-08 13:24 hardaker
- * man/snmpd.conf.5.def:
- Fix syntax errors.
- 2004-03-08 12:42 slif
- * agent/helpers/cache_handler.c:
- remove unused local var cache_timeout
- 2004-03-08 12:41 slif
- * perl/TrapReceiver/TrapReceiver.xs:
- use quotes to search local include paths for perl_snmptrapd.h
- 2004-03-08 11:43 slif
- * README.win32:
- patch [910903] Updates to the README.win32 for GCC
- 2004-03-08 09:37 hardaker
- * perl/TrapReceiver/TrapReceiver.xs:
- Patch from Andrew Hood to include proper headers and {} wrap perl special declrs
- 2004-03-08 08:51 hardaker
- * perl/SNMP/: SNMP.pm, SNMP.xs:
- use default library values instead of hard-coded defaults for auth/priv protocols
- 2004-03-06 19:23 rstory
- * include/net-snmp/agent/table.h:
- remove duplicate prototype
- 2004-03-06 19:17 rstory
- * local/mib2c-update:
- tweak pattern for new doxygen conf files
- 2004-03-06 19:16 rstory
- * include/net-snmp/agent/table.h:
- add prototype to get sparse table mib handler, netsnmp_table_next_column;
- rename netsnmp_register_sparse_table to netsnmp_sparse_table_register; add
- netsnmp_sparse_table_handler_get
- 2004-03-06 19:12 rstory
- * agent/helpers/table.c:
- make sparse table helper static; add method to get sparse table mib handler;
- warn if sparse table handler has a next pointer. use new handler custom bit
- to only log once, if possible.
- 2004-03-06 18:47 rstory
- * include/net-snmp/agent/agent_handler.h:
- reserver last 4 bits of flag for handler use
- 2004-03-06 17:12 rstory
- * local/mib2c-conf.d/: mfd-doxygen.m2c, mfd-top.m2c:
- generate simply doxygen.conf file
- 2004-03-05 21:48 hardaker
- * agent/helpers/table_dataset.c:
- Fixed the add_row token by sorting incoming columns from the parser
- 2004-03-05 17:03 rstory
- * local/mib2c-conf.d/mfd-readme.m2c:
- updates from older changes; still slightly out of date
- 2004-03-05 17:02 rstory
- * local/mib2c-update:
- don't recurse on diff; cp defaults instead of moving
- 2004-03-05 17:01 rstory
- * local/mib2c-conf.d/m2c_setup_node.m2i:
- new var for param calls by val
- 2004-03-05 17:00 rstory
- * local/mib2c-conf.d/m2c_setup_table.m2i:
- fix evaluation problem in generated default file
- 2004-03-05 16:59 rstory
- * local/mib2c-conf.d/mfd-access-unsorted-external-defines.m2i
- :
- tweaks to comments for better doxygen docs; use multiple passes to keep header
- and source in same include; move indexes_set, init_data into data_access.m2c
- 2004-03-05 16:58 rstory
- * local/mib2c-conf.d/mfd-access-container-cached-defines.m2i:
- tweaks to comments for better doxygen docs; use multiple passes to keep header
- and source in same include; add example code; move as much cache stuff as
- possible into interface
- 2004-03-05 16:56 rstory
- * local/mib2c-conf.d/generic-table-indexes-set.m2i:
- tweaks to comments for better doxygen docs; use multiple passes to keep header
- and source in same include; break set_indexes into 2 pieces
- 2004-03-05 16:55 rstory
- * local/mib2c-conf.d/mfd-top.m2c:
- tweaks to comments for better doxygen docs; use multiple passes to keep header
- and source in same include; re-add pre/post; define MFD return code here, since
- table_mfd no longer exists;
- 2004-03-05 16:53 rstory
- * local/mib2c-conf.d/mfd-makefile.m2m:
- fix syntax error
- 2004-03-05 16:53 rstory
- * local/mib2c-conf.d/mfd-interface.m2c:
- tweaks to comments for better doxygen docs; use multiple passes to keep header
- and source in same include; re-add pre/post wrapper; call new row_prep
- 2004-03-05 16:51 rstory
- * local/mib2c-conf.d/: mfd-data-get.m2c, mfd-data-set.m2c
- :
- tweaks to comments for better doxygen docs; use multiple passes to keep header
- and source in same include
- 2004-03-05 16:51 rstory
- * local/mib2c-conf.d/mfd-data-access.m2c:
- tweaks to comments for better doxygen docs; use multiple passes to keep header
- and source in same include; mov init_data here; add row_prep
- 2004-03-05 16:48 rstory
- * local/mib2c-conf.d/: generic-table-indexes-from-oid.m2i,
- generic-value-map-func.m2i, node-get.m2i,
- node-set.m2i, parent-set.m2i:
- tweaks to comments for better doxygen docs; use multiple passes to keep header
- and souce in same include
- 2004-03-05 16:44 rstory
- * agent/helpers/cache_handler.c,
- include/net-snmp/agent/cache_handler.h:
- add flags; add expired; only use default timeout when cache created;
- 2004-03-05 16:42 hardaker
- * snmplib/mib.c:
- have mib_to_asn_type return ASN_UNSIGNED instead of ASN_UINTEGER,
- which is the proper data type.
- 2004-03-05 16:41 hardaker
- * agent/helpers/table_data.c:
- Remove the sparse table registration and register it as a normal table.
- 1) the higher table handler always calls the sparse table handler
- anyway, so it would be redundant even if it did work.
- 2) The sparse table handler doesn't call any children, and doesn't
- set the autonext flag so its alway the end of the line (this took
- me an hour to find).
- 2004-03-05 16:40 hardaker
- * agent/helpers/table_dataset.c:
- change the help information for add_row to mention that you need the
- table name you want to add the data to.
- 2004-03-05 14:58 hardaker
- * agent/: agent_registry.c, snmp_agent.c:
- Fix the oid registration cache not being invalidated properly. Bug #900967
- 2004-03-05 11:29 slif
- * apps/snmptrapd.c:
- fix [706093] by not defining variables a second time.
- 2004-03-05 10:03 slif
- * perl/TrapReceiver/MANIFEST:
- quell manifest check errors (makefile, pm_to_blib, .c file).
- 2004-03-05 10:03 slif
- * include/net-snmp/library/snmp_impl.h:
- use of SET_SNMP_ERRNO requires -- enable DLL decoration for snmp_errno
- 2004-03-05 10:02 slif
- * include/net-snmp/agent/table.h:
- add missing declaration for netsnmp_table_next_column
- 2004-03-05 10:00 slif
- * win32/libsnmp_dll/libsnmp.def:
- add symbol usmAESPrivProtocol
- 2004-03-05 08:23 rstory
- * include/net-snmp/library/snmp-tc.h:
- fix macro name, as noted on users
- 2004-03-05 05:51 slif
- * agent/mibgroup/ucd-snmp/file.c:
- remove unused var 'space'
- 2004-03-05 05:30 slif
- * configure.in, snmplib/system.c,
- win32/encode_keychange/encode_keychange.dsp,
- win32/libsnmp_dll/libsnmp_dll.dsp,
- win32/snmpbulkget/snmpbulkget.dsp,
- win32/snmpbulkwalk/snmpbulkwalk.dsp, win32/snmpd/snmpd.dsp
- , win32/snmpdelta/snmpdelta.dsp,
- win32/snmpdf/snmpdf.dsp, win32/snmpdsdk/snmpd.dsp,
- win32/snmpget/snmpget.dsp,
- win32/snmpgetnext/snmpgetnext.dsp,
- win32/snmpnetstat/snmpnetstat.dsp,
- win32/snmpset/snmpset.dsp, win32/snmpstatus/snmpstatus.dsp
- , win32/snmptable/snmptable.dsp,
- win32/snmptest/snmptest.dsp,
- win32/snmptranslate/snmptranslate.dsp,
- win32/snmptrap/snmptrap.dsp, win32/snmptrapd/snmptrapd.dsp
- , win32/snmpusm/snmpusm.dsp,
- win32/snmpvacm/snmpvacm.dsp, win32/snmpwalk/snmpwalk.dsp
- , configure:
- patch [901434] apply useWinsock2.sh [undo by using useWinsock1.sh]
- 2004-03-04 22:27 hardaker
- * agent/helpers/all_helpers.c:
- initialize the table_dataset helper (again... I *know* it was initialized in the past. What happened?)
- 2004-03-04 22:05 rstory
- * agent/snmp_agent.c:
- turn off caching until real fix found for bug 900967: agentx, caching
- 2004-03-04 20:28 rstory
- * agent/mibgroup/agentx/subagent.c:
- *finally* fix agentx hang when master disappears
- 2004-03-04 15:41 rstory
- * agent/mibgroup/ucd-snmp/extensible.c:
- fix execfix for relocatable execs; add fix cmd to relocatable tree
- 2004-03-04 09:45 hardaker
- * dist/RELEASE-INSTRUCTIONS:
- minor wording changes about version number changing
- 2004-03-04 09:43 hardaker
- * configure, configure.in, apps/Makefile.in:
- - fix building trapd when the agent isn't being built
- 2004-03-04 09:12 hardaker
- * perl/TrapReceiver/Makefile.PL:
- update to the way we normally do perl Makefiles, which is not normal.
- 2004-03-04 08:53 hardaker
- * perl/: OID/OID.xs, TrapReceiver/TrapReceiver.xs,
- agent/agent.xs:
- - convert fprintf(stderr to snmp_log(LOG_ERR
- 2004-03-04 08:48 rstory
- * agent/helpers/null.c:
- fix syntax errors
- 2004-03-04 05:39 slif
- * configure.in, snmplib/Makefile.in, configure
- :
- patch [909459] Configure patch to allow for Win32 objects.
- 2004-03-03 22:11 slif
- * win32/net-snmp/net-snmp-config.h:
- change "progra~1" to "Program Files" to avoid problem with DOS name warping.
- 2004-03-03 21:22 slif
- * perl/: Makefile.PL, Makefile.subs.pl, ASN/Makefile.PL
- , OID/Makefile.PL, SNMP/Makefile.PL,
- SNMP/README, agent/Makefile.PL,
- agent/default_store/Makefile.PL, default_store/Makefile.PL
- :
- patch [906274] Win32 Perl compile with release/debug path changes
- 2004-03-03 14:15 rstory
- * agent/helpers/null.c:
- specify mode in reginfo
- 2004-03-03 13:05 hardaker
- * agent/mibgroup/ucd-snmp/: file.c, file.h:
- - make the file token accept a default size like the docs say it will.
- 2004-03-03 12:07 rstory
- * snmplib/snmp_api.c:
- comment out pdu double free check til better (non-leaking) solution found
- 2004-03-03 08:56 rstory
- * man/: Makefile.in, netsnmp_mfd_pdu_context_s.3:
- remove man page for removed structure
- 2004-03-03 08:52 rstory
- * local/mib2c-update:
- new utility to regenerate mib2c code, preserving existing customizations
- 2004-03-03 07:52 slif
- * win32/libhelpers/libhelpers.dsp:
- table_mfd removed -- dont build it.
- 2004-03-03 07:46 slif
- * win32/: install-net-snmp.bat, nmakeperl.bat:
- per AlexB - add "-help" descriptions. create BASE/temp subdir.
- 2004-03-02 13:45 slif
- * agent/snmpd.c:
- patch [753894] catch SIGXFSZ w/o strsignal
- 2004-03-02 12:56 rstory
- * local/mib2c.mfd.conf:
- top level mfd conf file
- 2004-03-02 04:18 slif
- * agent/snmpd.c:
- patch [753894] catch SIGXFSZ, log message and exit, do not coredump
- 2004-03-02 04:06 slif
- * agent/mibgroup/mibII/sysORTable.c:
- fix [771315] Agent coredumps during shutdown
- 2004-03-01 21:09 rstory
- * agent/mibgroup/agentx/master.c:
- PC police - tone down error message
- 2004-03-01 21:05 rstory
- * agent/mibgroup/agent/nsCache.c:
- change globals to use functions to access cache_handler vars, or use new
- datastore values
- 2004-03-01 21:03 rstory
- * include/net-snmp/library/container_binary_array.h:
- fix typo in comment; remove noalloc prototype
- 2004-03-01 21:01 rstory
- * include/net-snmp/agent/ds_agent.h:
- fix typo in comment; add NO_CACHING and CACHE_TIMEOUT
- 2004-03-01 21:00 rstory
- * agent/helpers/baby_steps.c,
- include/net-snmp/agent/baby_steps.h:
- new baby_steps access multiplexer handler; make actual helper routines static;
- rename functions, defines for backwards compatability
- 2004-03-01 20:53 rstory
- * agent/snmp_vars.c:
- protect against multiple calls to init_agent
- 2004-03-01 20:52 rstory
- * agent/snmpd.c:
- set default agent cache timeout; debug msg for errno on select error
- 2004-03-01 20:51 rstory
- * agent/snmp_agent.c:
- merge common case in switch
- 2004-03-01 20:50 rstory
- * agent/helpers/cache_handler.c,
- include/net-snmp/agent/cache_handler.h:
- replace globals w/local static + access function; use datastore for caching
- enabled, cache timeout; test cache_free for NULL before calling it; don't
- use goto; use new auto-next functionality to call child handlers; new
- cache_create, cache_handler_register, cache_find_by_oid; don't reload cache
- more than once per request; note possibility of cache being free'd mid-
- request for delegated requests, w/proposed solution
- 2004-03-01 20:19 rstory
- * agent/mibgroup/mibII/: ifTable.c, ifTable.h:
- switch from iterator to new table_container handler.
- 2004-03-01 19:55 rstory
- * agent/mibgroup/mibII/ifTable.c:
- run through indent
- 2004-03-01 06:06 slif
- * perl/SNMP/t/bulkwalk.t:
- undo patch at r5.3 -- restore (16) in test to get only non-repeaters
- 2004-02-29 21:13 rstory
- * agent/helpers/table_container.c:
- move netsnmp_table_index_find_next_row here from table.c
- 2004-02-29 21:12 rstory
- * include/net-snmp/agent/all_helpers.h:
- add table_container; remove table_mfd
- 2004-02-29 21:07 rstory
- * agent/Makefile.depend, agent/mibgroup/Makefile.depend
- , apps/Makefile.depend:
- remove mfd dependencies
- 2004-02-29 20:54 rstory
- * agent/agent_handler.c,
- include/net-snmp/agent/agent_handler.h:
- add flags field to mib handler structure; new handler AUTO_NEXT flags for
- handlers that don't want to bother with calling sub-handlers (also reduces
- stack depth); new netsnmp_handler_registration_create which resigers existing
- handler; log warning for handlers registering w/no modes; handle injection to a
- registration w/out a handler; new modes HANDLER_CAN_NOT_CREATE,
- HANDLER_CAN_SET_ONLY; or in HANDLER_CAN_NOT_CREATE w/ DEFAULT; add void pointer
- to handler registration
- 2004-02-29 20:39 rstory
- * agent/helpers/Makefile.depend:
- remove table_mfd.h dependencies
- 2004-02-29 20:24 rstory
- * agent/helpers/table.c:
- sync closest_column w/fixes in 5-1-patches; check for existing tbl_req_info in
- requests; call sparse table handler after normal table processing; move
- netsnmp_table_index_find_next_row to table_container.c
- 2004-02-29 17:14 rstory
- * include/net-snmp/agent/table_container.h:
- prototype for handler get; make inline func static inline
- 2004-02-29 17:13 rstory
- * agent/helpers/Makefile.in:
- out w/the old, in w/the new (remove mfd helper, add table_container)
- 2004-02-29 17:11 rstory
- * agent/helpers/table_mfd.c,
- include/net-snmp/agent/table_mfd.h:
- remove mfd helper; mfd conf files now user new table_container helper
- 2004-02-29 17:06 rstory
- * agent/helpers/table_container.c:
- remove grouping option (user can use row_merge instead); new function go get
- handler w/out register; break complex condition into simpler conditionals so
- breakpoints can be set on condition; don't call lower handlers if no requests
- need processing
- 2004-02-29 17:01 rstory
- * snmplib/: container_iterator.c, container_list_ssll.c
- , container_null.c:
- add support for container clear
- 2004-02-29 16:33 rstory
- * agent/mibgroup/ucd-snmp/dlmod.c:
- enable dlmod support if HAVE_LIBDL
- 2004-02-29 16:25 rstory
- * snmplib/snmp_api.c:
- catch bad size for fixed size types
- 2004-02-29 16:20 rstory
- * snmplib/container_binary_array.c:
- new function to support CONTAINER_CLEAR; make some functions static inline
- 2004-02-29 16:14 rstory
- * include/net-snmp/library/container.h, snmplib/container.c
- :
- fix insert/remove/free inlines to properly deal with multiple indexes; add new
- CONTAINER_CLEAR macro/callback; add notes on freeing returned array from
- get_subset
- 2004-02-29 16:05 rstory
- * local/mib2c-conf.d/node-get.m2i:
- use mfd error instead of snmp error
- 2004-02-29 16:05 rstory
- * local/mib2c-conf.d/node-set.m2i:
- setup size names before including generic file
- 2004-02-29 16:04 rstory
- * local/mib2c-conf.d/parent-set.m2i:
- remove extraneous end; add comments
- 2004-02-29 16:01 rstory
- * local/mib2c-conf.d/subagent.m2c:
- add exit() call
- 2004-02-29 16:00 rstory
- * local/mib2c-conf.d/mfd-makefile.m2m:
- tweaks to support new generate fewer files flag
- 2004-02-29 15:58 rstory
- * local/mib2c-conf.d/mfd-interface.m2c:
- tweaks to support new generate fewer files flag; use gloabl table oid/size var;
- switch mfd wrapper functions to use standard new api parameters; new optional
- cache; use two new helpers: netsnmp_baby_steps_access_multiplexer and
- netsnmp_container_table_handler; look for data/put created row data in request
- ala container table handler for lower handlers; tweaks for using new single
- file access methods
- 2004-02-29 15:52 rstory
- * local/mib2c-conf.d/mfd-top.m2c:
- tweaks to support new generate fewer files flag; make table oid/size a global
- var; switch mfd wrapper functions to use standard new api parameters
- 2004-02-29 15:49 rstory
- * local/mib2c-conf.d/: mfd-data-get.m2c, mfd-data-set.m2c
- :
- use report progress flag; tweaks to support new generate fewer files flag
- 2004-02-29 15:30 rstory
- * local/mib2c-conf.d/mfd-data-access.m2c:
- tweaks to use new single file access methods (processing type flag)
- 2004-02-29 15:28 rstory
- * local/mib2c-conf.d/m2c_setup_table.m2i:
- test new flag for less verbose output; document transient values in comments
- and generated table default file; make sure mfd defaults have been processed
- 2004-02-29 15:19 rstory
- * local/mib2c-conf.d/m2c_setup_node.m2i:
- default to no mapping, except for nodes w/enums; use param names for node
- names; properly escape len var name
- 2004-02-29 15:05 rstory
- * local/mib2c-conf.d/generic-value-map.m2i:
- tweak order of testing conditionals
- 2004-02-29 15:03 rstory
- * local/mib2c-conf.d/generic-table-indexes-set.m2i:
- comment tweaks; make sure to clear tmp var before use
- 2004-02-29 15:02 rstory
- * local/mib2c-conf.d/: generic-table-enums.m2c,
- generic-table-oids.m2c:
- tweaks to support generating fewer files
- 2004-02-29 15:01 rstory
- * local/mib2c-conf.d/generic-table-constants.m2c:
- new file to generate combined oid/enum header
- 2004-02-29 14:59 rstory
- * local/mib2c-conf.d/default-mfd-top.m2c:
- init new flag for creating fewer files; init new flag for processing parts
- of files (until I can figure out if I can convert to new define/calldefine)
- 2004-02-29 14:55 rstory
- * local/mib2c-conf.d/mfd-access-container-cached-defines.m2i:
- new access method defines
- 2004-02-29 14:54 rstory
- * local/mib2c-conf.d/: mfd-access-unsorted-external-body.m2i
- , mfd-access-unsorted-external-header.m2i,
- mfd-access-unsorted-external-interface.m2i,
- mfd-access-unsorted-external-readme.m2i,
- mfd-access-unsorted-external-setup.m2i:
- remove files (merged int mfd-access-undorted-external-defines.m2i)
- 2004-02-29 14:53 rstory
- * local/mib2c-conf.d/mfd-access-unsorted-external-defines.m2i
- :
- merge multiple access files into one file
- 2004-02-27 22:32 hardaker
- * agent/snmp_agent.c:
- - fix the case where incoming getbulks with no repeating varbinds is received.
- 2004-02-27 15:04 slif
- * include/net-snmp/system/mingw32.h, perl/Makefile.PL,
- perl/ASN/Makefile.PL, perl/OID/Makefile.PL,
- perl/SNMP/Makefile.PL, perl/agent/Makefile.PL,
- perl/agent/default_store/Makefile.PL,
- perl/default_store/Makefile.PL:
- patch [ 905465 ] MinGW Perl module compiling with ActiveState Perl
- 2004-02-27 07:18 slif
- * perl/SNMP/Makefile.PL:
- construct install tree similar to install tree that gcc builds use.
- 2004-02-27 06:05 slif
- * win32/install-net-snmp.bat:
- build MSVS release and debug versions having the same name.
- 2004-02-27 05:42 slif
- * win32/: encode_keychange/encode_keychange.dsp,
- libagent/libagent.dsp, libhelpers/libhelpers.dsp,
- libsnmp/libsnmp.dsp, libsnmp_dll/libsnmp_dll.dsp,
- netsnmpmibs/netsnmpmibs.dsp,
- netsnmpmibssdk/netsnmpmibssdk.dsp,
- snmpbulkget/snmpbulkget.dsp, snmpbulkwalk/snmpbulkwalk.dsp
- , snmpd/snmpd.dsp, snmpdelta/snmpdelta.dsp,
- snmpdf/snmpdf.dsp, snmpdsdk/snmpd.dsp,
- snmpget/snmpget.dsp, snmpgetnext/snmpgetnext.dsp,
- snmpnetstat/snmpnetstat.dsp, snmpset/snmpset.dsp,
- snmpstatus/snmpstatus.dsp, snmptable/snmptable.dsp,
- snmptest/snmptest.dsp, snmptranslate/snmptranslate.dsp
- , snmptrap/snmptrap.dsp, snmptrapd/snmptrapd.dsp
- , snmpusm/snmpusm.dsp, snmpvacm/snmpvacm.dsp,
- snmpwalk/snmpwalk.dsp:
- build MSVS release and debug versions having the same name.
- 2004-02-27 05:11 slif
- * win32/: install-net-snmp.bat, net-snmp/net-snmp-config.h
- :
- construct install tree similar to install tree that gcc builds use.
- 2004-02-27 04:50 slif
- * agent/snmpd.c, snmplib/Makefile.in,
- snmplib/winservice.c:
- enable gcc builds of Windows service code for the agent.
- 2004-02-26 17:20 slif
- * agent/mibgroup/tunnel/tunnel.c:
- remove unnecessary setting of NETSNMP_DS_LIB_APPTYPE.
- 2004-02-26 16:44 hardaker
- * local/mib2c:
- common-ize loop and saving of state variables through a creative use
- of references.
- 2004-02-26 16:21 hardaker
- * local/mib2c:
- support for @define sections which can be later referred to by @calldefine
- 2004-02-26 16:11 hardaker
- * local/Version-Munge.pl:
- - doxygen config file.
- - TrapRecevier perl mod.
- 2004-02-26 06:50 dts12
- * agent/mibgroup/mibII/tcp.c:
- Don't call 'TCP_Count_Connections' if the tcpTable module isn't included.
- 2004-02-26 06:32 dts12
- * FAQ:
- Minor wordsmithing tweaks to Bruce's FAQ changes.
- Gosh, but Dave's a picky bugger at times.
- Never mind, perhaps if you let him amuse himself with the documentation,
- you might be able to keep him away from more critical bits of the project....
- 2004-02-25 23:47 slif
- * agent/mibgroup/agent/nsLogging.c:
- remove CR accidentally inserted previously.
- 2004-02-25 21:42 slif
- * snmplib/system.c:
- use RFC 3330 permitted address for this host when looking in get_myaddr
- 2004-02-25 16:59 hardaker
- * perl/SNMP/SNMP.xs:
- Enable AES support for the SNMP module (can't believe it's been missing)
- 2004-02-25 14:46 slif
- * perl/SNMP/SNMP.xs:
- remove unneeded workaround patch [ 840830 ] SNMP.xs Free to wrong pool crash on Windows
- 2004-02-25 13:06 slif
- * README.win32, perl/SNMP/README:
- patch [901944] win32 doc updates from Alex Burger
- 2004-02-24 10:39 slif
- * include/net-snmp/system/mingw32.h:
- use winsock gethostbyname, getservbyname on mingw32.
- 2004-02-24 09:58 slif
- * win32/install-net-snmp.bat:
- per Bernhard Penz: deep copy of include tree
- 2004-02-24 06:26 hardaker
- * agent/mibgroup/mibII/vacm_vars.c:
- Patch from Bob Rowlands: [ bug 902722 ] Able to delete view even when storage type = permanent
- 2004-02-24 05:43 slif
- * agent/mibgroup/mibII/tcpTable.c:
- patch [903424] per Andy Smith: ifdef win32 fix for tcpTable.c (cygwin)
- 2004-02-23 16:32 hardaker
- * FAQ:
- Patch #901460 from Bruce Shaw: updating misc FAQ information
- 2004-02-23 16:21 hardaker
- * INSTALL:
- updated perl build info
- 2004-02-23 16:13 hardaker
- * INSTALL:
- patch #901375 from Bruce Shaw: some information on INSTALL is stale
- 2004-02-23 13:29 slif
- * configure.in, configure:
- undo previous patch -- no semi-colons in DEFAULT_MIB{FILES,DIRS}
- 2004-02-23 10:57 slif
- * configure.in, configure:
- convert other list-oriented settings to consider semi-colon delimiter for mingw32
- 2004-02-22 09:48 slif
- * win32/install-net-snmp.bat:
- per AlexB: also install snmpconf files
- 2004-02-21 13:56 slif
- * README.win32, acconfig.h,
- include/net-snmp/net-snmp-config.h.in,
- include/net-snmp/library/getopt.h, snmplib/tools.c,
- win32/libsnmp_dll/libsnmp.def,
- win32/net-snmp/net-snmp-config.h, win32/libsdll.dsw:
- Apply patch #898464 to fix bugs #896030 and #773412
- 2004-02-20 07:18 slif
- * configure.in, include/net-snmp/net-snmp-config.h.in
- , configure:
- per AlexB: fix DEFAULT_MIBS to use ';' separator on Win32.
- 2004-02-19 20:46 hardaker
- * agent/mibgroup/host/hr_proc.c:
- Whoops. That would not have worked. Silly me.
- 2004-02-19 20:42 hardaker
- * agent/mibgroup/host/hr_proc.c:
- check number of support processors properly
- 2004-02-19 20:37 hardaker
- * agent/mibgroup/host/hr_proc.c:
- [ 900244 ] support up to 32 CPUs on linux from Michal Luczak
- 2004-02-19 19:41 slif
- * agent/mibgroup/notification/: snmpNotifyFilterTable.h,
- snmpNotifyTable.h:
- fix bug 898509 function pointer prototypes defined twice
- 2004-02-19 18:50 slif
- * configure.in, configure:
- allow DOS volume name [A-Z]: to begin the path spec for prefixes
- 2004-02-19 09:41 slif
- * net-snmp-config.in:
- fix spell NSC_EXEC_PREFIX
- 2004-02-18 23:35 slif
- * perl/SNMP/t/mibload.t:
- per AlexB: -win32 support
- 2004-02-18 23:35 slif
- * perl/SNMP/t/startagent.pl:
- per AlexB:
- -add Win32 support for starting / stopping snmpd and snmptrapd
- -allow spaces in snmptest.cmd file
- 2004-02-18 23:34 slif
- * perl/SNMP/Makefile.PL:
- -make $my opts global so it's visible to GetTestInfo()
- -re-write win32 code create snmptest.cmd file
- 2004-02-18 23:27 slif
- * perl/SNMP/t/: bulkwalk.t, notify.t:
- per AlexB: test that variables are defined before using them.
- 2004-02-18 23:17 slif
- * perl/SNMP/t/: async.t, bulkwalk.t:
- per AlexB: disable asynch tests when run on win32 platform.
- 2004-02-18 23:00 slif
- * perl/SNMP/t/: bulkwalk.t, mibload.t:
- per AlexB: add missing snmptest_cleanup call
- 2004-02-18 22:45 slif
- * perl/SNMP/t/conf.t:
- per AlexB: typo fix "compiled the"
- 2004-02-18 22:40 slif
- * perl/: Makefile.PL, Makefile.subs.pl, ASN/Makefile.PL
- , OID/Makefile.PL, SNMP/Makefile.PL,
- agent/Makefile.PL, default_store/Makefile.PL:
- from Alex Burger: case insensitive check for -NET-SNMP-IN-SOURCE command param.
- 2004-02-18 12:35 hardaker
- * Makefile.in:
- Remove a v3-security auto-built header during distclean
- 2004-02-18 11:58 rstory
- * dist/nsb-package:
- document -C option in usage
- 2004-02-18 11:57 rstory
- * dist/nsb-nightly:
- fix path in usage; use new nsg-suffic in upload path
- 2004-02-18 11:40 slif
- * win32/net-snmp/net-snmp-config.h:
- use INSTALL_BASE -relative mktemp file pattern.
- 2004-02-18 09:24 rstory
- * dist/nsb-functions:
- make # err lines reported configurable. default to 25
- 2004-02-18 06:14 dts12
- * snmplib/snmpUDPIPv6Domain.c:
- Provide a definition for 'in6addr_any' under Windows
- (Although there's an external declaration mentioned in
- <ws2tcpip.h>, there no actual variable in the library)
- 2004-02-17 10:33 hardaker
- * makenosysdepend.pl:
- regexp touchups
- 2004-02-17 07:27 rstory
- * snmplib/parse.c:
- bump MAXTC up to 4096
- 2004-02-17 07:25 rstory
- * dist/nsb-functions:
- only append suffic to build dir when building default build dir; remove
- system specific tweaks for sf cf, they should go in ~/.snmp/nsb-rc
- 2004-02-17 05:54 slif
- * snmplib/mib.c:
- fix error after change for Fix [801928]
- 2004-02-17 04:39 slif
- * snmplib/mib.c:
- Fix [801928] wrong call of strlcpy in uptime_string
- 2004-02-17 03:23 dts12
- * snmplib/: snmpTCPIPv6Domain.c, snmpUDPIPv6Domain.c:
- Tweak IPv6 transports so that they compile under Windows.
- 2004-02-17 02:42 dts12
- * snmplib/: inet_ntop.c, inet_pton.c:
- Provide implementations of 'inet_ntop' and 'inet_pton' for
- systems that don't support them natively.
- 2004-02-17 02:29 slif
- * agent/mibgroup/ucd-snmp/loadave.c:
- Fix [896793] loadave.c includes sys/stat.h twice
- 2004-02-17 00:45 slif
- * agent/mibgroup/notification/snmpNotifyFilterProfileTable.h:
- fix bug 898509 function pointer prototypes defined twice
- 2004-02-16 21:40 hardaker
- * agent/mibgroup/ucd-snmp/proc.c:
- removed unused function from last patch
- 2004-02-16 21:35 hardaker
- * agent/mibgroup/: host/hr_swrun.c, host/hr_system.c,
- ucd-snmp/proc.c:
- patch [ 836393 ] More proc improvements for Linux from Howard Wilkinson
- 2004-02-16 18:28 slif
- * win32/nmakeperl.bat:
- note sub-directory where "nmake" output files are written.
- 2004-02-16 15:03 hardaker
- * testing/: README, RUNTESTS, TESTCONF.sh,
- eval_tools.sh, tests/Svacmconfig, tests/Svanyconfig
- , tests/T001snmpv1get, tests/T014snmpv2cget,
- tests/T015snmpv2cgetnext, tests/T0160snmpv2cbulkget,
- tests/T016snmpv2cgetfail, tests/T017snmpv2ctov1getfail
- , tests/T018snmpv1tov2cgetfail,
- tests/T019snmpv2cnosuch, tests/T020snmpv3get,
- tests/T021snmpv3getnext, tests/T0220snmpv3bulkget,
- tests/T022snmpv3getMD5, tests/T023snmpv3getMD5DES,
- tests/T024snmpv3getSHA1, tests/T025snmpv3getSHADES,
- tests/T028snmpv3getfail, tests/T030snmpv3usercreation
- , tests/T049snmpv3inform, tests/T050snmpv3trap,
- tests/T051snmpv2ctrap, tests/T052snmpv2cinform,
- tests/T053agentv1trap, tests/T054agentv2ctrap,
- tests/T055agentv1mintrap, tests/T056agentv2cmintrap,
- tests/T058agentauthtrap, tests/T100agenthup,
- tests/T110agentxget, tests/T111agentxset,
- tests/T112agentxsetfail, tests/T113agentxtrap,
- tests/T120proxyget, tests/T121proxyset,
- tests/T122proxysetfail, tests/T130snmpv1vacmget,
- tests/T131snmpv2cvacmget, tests/T132snmpv3vacmget,
- tests/T140snmpv1vacmgetfail, tests/T141snmpv2cvacmgetfail
- , tests/T142snmpv3vacmgetfail:
- Patch #702835 (plus tweaks): patch to enable test cases run on different transport domain from Xiaofeng Ling
- 2004-02-16 14:39 hardaker
- * agent/mibgroup/ucd-snmp/errormib.c:
- Fix bug [ 896777 ] errormib.c includes sys/stat/h twice
- 2004-02-16 14:20 hardaker
- * perl/SNMP/SNMP.pm:
- [no log message]
- 2004-02-16 14:09 hardaker
- * perl/SNMP/SNMP.pm:
- Bug [ 897550 ] Perl SNMP.pm missing documentation and attached patch from Alex Burger
- 2004-02-16 12:45 hardaker
- * doxygen.conf, agent/agent_handler.c,
- agent/agent_registry.c, agent/agent_trap.c,
- agent/snmp_agent.c, agent/snmp_vars.c,
- agent/helpers/instance.c, agent/helpers/scalar.c,
- agent/helpers/table.c, agent/helpers/table_iterator.c
- , include/net-snmp/agent/agent_handler.h,
- include/net-snmp/agent/snmp_agent.h,
- include/net-snmp/agent/table.h,
- include/net-snmp/agent/table_iterator.h,
- include/net-snmp/library/data_list.h,
- include/net-snmp/library/default_store.h,
- include/net-snmp/library/snmp_api.h, snmplib/callback.c
- , snmplib/default_store.c, snmplib/read_config.c
- , snmplib/snmp_alarm.c, snmplib/snmp_api.c,
- snmplib/snmp_client.c, snmplib/snmp_logging.c:
- Patch: [ 819241 ] Add to the API documentation from Bob Rowlands
- 2004-02-16 11:41 hardaker
- * apps/snmptable.c:
- Patch [ 898160 ] Snmptable loops if table is at the end of the mib from Crispin Flowerday
- 2004-02-16 10:30 slif
- * README.win32:
- make menu path to register PSDK more complete.
- 2004-02-16 10:01 slif
- * win32/: libsnmp/libsnmp.dsp, libsnmp_dll/libsnmp_dll.dsp
- :
- remove platform SDK header Snmp.h from SOURCES list.
- 2004-02-16 06:39 hardaker
- * agent/mibgroup/mibII/ipAddr.c:
- Fix a missing variable from the previous patch.
- 2004-02-15 18:19 slif
- * win32/install-net-snmp.bat:
- copy dll to system32 cache
- 2004-02-15 15:47 slif
- * win32/: win32.dsw, win32sdk.dsw:
- the project dependencies are not reliable. remove them.
- 2004-02-15 12:00 slif
- * perl/SNMP/SNMP.xs:
- remove XYX comments; note that snmp_init_mib_internals does nothing.
- 2004-02-15 10:39 rstory
- * dist/nsb-functions:
- fix syntax error
- 2004-02-15 10:32 rstory
- * dist/nsb-functions:
- check for and source new common config file
- 2004-02-14 09:41 slif
- * win32/: win32.dsw, win32sdk.dsw:
- remove dependencies for libsnmp project
- 2004-02-14 06:20 slif
- * README:
- Add Noah Friedman, fixing bug 887291
- 2004-02-14 02:51 slif
- * win32/win32sdk.dsw:
- Remove global dependency for libsnmp project (not necessary).
- 2004-02-13 16:02 slif
- * win32/nmakeperl.bat:
- better explanatory messages, and improved test results collected.
- 2004-02-13 13:33 hardaker
- * agent/mibgroup/mibII/ipAddr.c,
- include/net-snmp/library/cmu_compat.h:
- Patch [ 812034 ] ipAdEntReasmMaxSize does not return data on snmpget from Bob Rowlands
- 2004-02-13 12:31 hardaker
- * configure, configure.in:
- fix AES note output broken by last patch
- 2004-02-13 12:18 hardaker
- * acconfig.h, configure, configure.in,
- include/net-snmp/net-snmp-config.h.in, snmplib/Makefile.in
- , snmplib/keytools.c, snmplib/pkcs.c,
- snmplib/scapi.c:
- Patch [ 807375 ] add standard PKCS#11 interface support for usm: alternative security library (openssl no longer needed on future solaris) from Bob Rowlands
- 2004-02-13 11:59 hardaker
- * perl/SNMP/: SNMP.pm, SNMP.xs:
- Part of patch (some had been done) for [ 767316 ] fix handling of augmented tables in perl module from Randy Couey
- 2004-02-13 11:48 hardaker
- * agent/mibgroup/ucd-snmp/diskio.c:
- Second part of diskio load average patch
- 2004-02-13 11:46 hardaker
- * agent/mibgroup/ucd-snmp/diskio.c,
- agent/mibgroup/ucd-snmp/diskio.h, mibs/UCD-DISKIO-MIB.txt
- :
- patch [ 795424 ] diskioLA - disk load average for FreeBSD (devstat) from Rojer
- 2004-02-13 11:19 hardaker
- * agent/mibgroup/ucd-snmp/diskio.c:
- patch [ 799050 ] AIX patches - ucd-snmp/diskio from Michael Kukat
- 2004-02-13 11:14 hardaker
- * snmplib/snmp_api.c:
- Missed a portion of patch #815439 fixing auth failure traps. patch got confused by previously existing code before.
- 2004-02-13 10:48 slif
- * perl/SNMP/SNMP.xs:
- one line change to properly terminate a comment injected by the previous patch.
- 2004-02-13 10:39 hardaker
- * README:
- Added Nick Barkas to the README
- 2004-02-13 10:36 slif
- * perl/SNMP/SNMP.xs:
- Replace get_tree_head() for references to variables Mib and tree_head.
- Remove DLL_IMPORT lines, and BOOT section, as they are not needed.
- Mark questionable commented code with XYX for possible removal.
- 2004-02-13 10:36 hardaker
- * agent/mibgroup/ucd-snmp/memory.c:
- Patch [ 895509 ] memory info from ucd-snmp mib on linux 2.6 from Nick Barkas
- 2004-02-13 10:20 hardaker
- * testing/tests/T151solarishostdisk:
- Patch [ 894711 ] Solaris disk test fails on some OS's from Bruce Shaw
- 2004-02-13 10:05 hardaker
- * include/net-snmp/library/asn1.h,
- include/net-snmp/library/check_varbind.h,
- include/net-snmp/library/int64.h, snmplib/asn1.c,
- snmplib/check_varbind.c, snmplib/int64.c:
- [ 849158 ] 5.1: /const/ fixes for the API from Stephen J. Friedl
- 2004-02-12 20:08 rstory
- * agent/helpers/table_container.c:
- update for renamed defines
- 2004-02-12 17:13 hardaker
- * agent/snmp_agent.c:
- Patch [ 815439 ] snmagent does not send auth failure traps for v3 from Bob Rowlands
- 2004-02-12 17:06 hardaker
- * apps/snmptable.c:
- remove copyright comment accidentically placed
- 2004-02-12 17:03 hardaker
- * apps/snmptable.c:
- [ 812005 ] segmentation fault in snmptable
- 2004-02-12 16:52 hardaker
- * acconfig.h, configure, configure.in,
- agent/mibgroup/agentx/master.c:
- patch [ 811278 ] make agentx udp/tcp transports configurable from Bob Rowlands
- 2004-02-12 16:37 hardaker
- * agent/mibgroup/host/hr_system.c:
- Patch [ 809438 ] Fix several problems with host resources MIB from Bob Rowlands (fixes multiple bugs)
- 2004-02-12 15:02 hardaker
- * NEWS:
- note about snmptrapd perl
- 2004-02-12 14:41 slif
- * README.win32:
- Add a section "Building with MinGW"
- 2004-02-12 11:35 slif
- * README.win32, win32/nmakeperl.bat:
- Add how to (with script) for building Perl SNMP modules using MSVC.
- 2004-02-12 08:36 slif
- * apps/Makefile.in:
- create snmplibsdir for snmp_perl_trapd.pl, before installing there.
- 2004-02-12 08:31 slif
- * win32/: libagent/libagent.dsp, libhelpers/libhelpers.dsp
- , libsnmp/libsnmp.dsp, netsnmpmibs/netsnmpmibs.dsp
- , netsnmpmibssdk/netsnmpmibssdk.dsp, snmpd/snmpd.dsp
- , snmpdsdk/snmpd.dsp, snmptrapd/snmptrapd.dsp:
- remove unused compile constant that Slif created during his DLL experiments.
- 2004-02-12 06:45 rstory
- * agent/helpers/table_container.c,
- include/net-snmp/agent/table_container.h:
- new table container helper
- 2004-02-12 05:32 slif
- * perl/OID/OID.xs, perl/SNMP/SNMP.xs,
- perl/agent/agent.xs, win32/net-snmp/net-snmp-config.h
- :
- cleanup Perl SNMP module build through type casting and
- removing unused variables.
- For SNMP.xs, there was a named variable 'best_guess' that blocked
- the calling param of "snmp_get_type", removed with this update.
- The win32 config.h no longer tries to define bcopy,bzero,bcmp,strcasecmp.
- 2004-02-12 01:22 slif
- * perl/SNMP/t/bulkwalk.t:
- use a reasonable value (1) for non-repeater in first bulkwalk.
- 2004-02-12 00:32 slif
- * perl/SNMP/SNMP.xs:
- include net-snmp-config.h before using HAVE_REGEX_H.
- replace compute_match with the non-regex savvy version from snmplib/parse.c.
- Finally, disable Win32 DLL decoration, as DLL build is not supported.
- 2004-02-11 20:54 slif
- * win32/win32sdk.dsw:
- snmptrapd builds using the same project file for PSDK or non-PSDK
- 2004-02-11 18:26 slif
- * perl/: Makefile.subs.pl, ASN/Makefile.PL,
- OID/Makefile.PL, SNMP/Makefile.PL, agent/Makefile.PL
- , agent/default_store/Makefile.PL,
- default_store/Makefile.PL:
- fix bug [ 895367 ] Win32 Perl build -NET-SNMP-PATH and paths with spaces
- 2004-02-11 17:42 slif
- * win32/netsnmpmibssdk/netsnmpmibssdk.dsp,
- win32/snmpdsdk/snmpd.dsp, perl/agent/Makefile.PL:
- netsnmpmibssdk.lib renamed to netsnmpmibs.lib
- 2004-02-11 17:16 hardaker
- * perl/SNMP/SNMP.pm:
- Do not have gettable return hex encoded strings if not printable. No
- other function does this, so why would gettable be any different.
- 2004-02-11 17:11 slif
- * README.win32:
- MSVC build requires using but one workspace.
- 2004-02-11 11:07 hardaker
- * perl/TrapReceiver/: .cvsignore, Changes, MANIFEST
- , Makefile.PL, README, TrapReceiver.pm,
- TrapReceiver.xs, const-c.inc, const-xs.inc,
- perl_snmptrapd.h, ppport.h, typemap,
- fallback/const-c.inc, fallback/const-xs.inc, t/1.t
- :
- Initial pass at an embedded perl module for snmptrapd.
- Whats odd for typical initial code from me is that it's fully
- functional and documented even!
- 2004-02-11 10:57 hardaker
- * perl/Makefile.PL:
- Add the TrapReceiver module to the list of defaults.
- 2004-02-11 10:56 hardaker
- * apps/snmp_perl_trapd.pl:
- A perl bootstrapping startup file.
- 2004-02-11 10:54 hardaker
- * apps/Makefile.in:
- Install the perl startup file.
- 2004-02-11 10:53 hardaker
- * apps/snmptrapd.c:
- Initialize perl
- 2004-02-11 10:53 hardaker
- * apps/snmptrapd_handlers.h:
- create a handler_data field.
- 2004-02-11 07:28 slif
- * configure, configure.in:
- Show AES only to reflect previous changes -- Use AES instead of AES128,192,256
- 2004-02-11 06:08 slif
- * perl/OID/test.pl:
- announce correct number of tests (was 36, now 38)
- 2004-02-11 06:06 slif
- * perl/default_store/test.pl:
- update to reflect change in value of NETSNMP_DS_MAX_SUBIDS
- 2004-02-10 17:05 rstory
- * agent/mibgroup/disman/mteTriggerTable.c:
- fix always false test
- 2004-02-10 16:17 rstory
- * agent/helpers/table.c:
- new netsnmp_table_next_column
- 2004-02-10 14:36 rstory
- * agent/helpers/table.c:
- remove code before variable declarations
- 2004-02-10 13:23 slif
- * README.win32:
- touch up instructions for MSVC builds that use OpenSSL
- 2004-02-10 09:09 rstory
- * README.solaris:
- merge update from Bruce from 5-1-patches
- 2004-02-10 08:33 slif
- * local/snmpconf:
- apply snmpconf3 of patch 837967; add close to read_config
- 2004-02-10 03:50 slif
- * perl/agent/Makefile.PL:
- fix bug 892616
- 2004-02-09 15:03 nba
- * apps/snmpnetstat/main.c, snmplib/snmp_parse_args.c:
- Enable stderrlog if no other logging is enabled - to avoid warning
- 2004-02-09 14:16 rstory
- * dist/nsb-functions:
- export CPP=cpp on Darwin so Apple's gcc doesn't break config_require
- 2004-02-09 08:55 rstory
- * agent/mibgroup/mibII/ifTable.c:
- fix column names
- 2004-02-09 08:54 rstory
- * agent/mibgroup/mibII/: ifTable_columns.h,
- ifXTable_columns.h:
- add missing files
- 2004-02-09 08:24 dts12
- * agent/snmp_agent.c, agent/helpers/table.c,
- agent/helpers/table_data.c, include/net-snmp/agent/table.h
- :
- Implement a new helper to cope with skipping "holes" in a table
- (and tweak the 'table_data' helper to make use of it).
- Note that this requires the _request_set_error() routine to be
- a bit flexible in accepting exceptions that aren't strictly valid.
- 2004-02-09 07:57 dts12
- * agent/helpers/old_api.c:
- Ensure one object's 'write_method' isn't picked up by anything else.
- 2004-02-09 07:34 dts12
- * snmplib/snmpusm.c:
- Guard against passing NULL parameters to strcmp/strlen.
- Probably shouldn't ever happen, but Dave's in a suspicious mood.
- Qn: Should these changes be applied to the 5.1.x (?& 5.0.x) line?
- 2004-02-09 04:05 slif
- * agent/snmpd.c:
- build agent on mingw, without win32 SCM glue.
- 2004-02-09 03:26 slif
- * win32/: win32.dsw, win32sdk.dsw:
- add dependency for libsnmp to build snmpd.
- 2004-02-08 19:50 slif
- * snmplib/winservice.c:
- cleaned up, ready for mainstream. However, not gcc-friendly, just yet.
- 2004-02-08 18:55 slif
- * configure, configure.in:
- regen configure from correct configure.in
- 2004-02-08 18:24 rstory
- * include/net-snmp/system/bsd.h:
- new define UTMP_HAS_NO_PID
- 2004-02-08 18:22 rstory
- * agent/mibgroup/host/hr_system.c:
- use new define UTMP_HAS_NO_PID; simplify loop logic
- 2004-02-08 17:44 rstory
- * agent/mibgroup/host/hr_system.c:
- don't put open brace in ifdef if close brace has no ifdef
- 2004-02-08 16:21 rstory
- * dist/nsb-functions:
- extra transports should be empty; Callback should be in dist transports
- 2004-02-08 15:50 slif
- * README.win32:
- Include sample display from running install-net-snmp.bat
- 2004-02-08 10:16 slif
- * include/net-snmp/library/winservice.h,
- include/net-snmp/system/mingw32.h, snmplib/Makefile.in
- , snmplib/winpipe.c:
- With input from Alex Smith, apply changes to improve mingw builds.
- 2004-02-08 10:12 slif
- * win32/: install-net-snmp.bat, net-snmp/net-snmp-config.h
- :
- Move the directory from /usr to C:Program FilesNet-SNMP.
- 2004-02-08 10:11 slif
- * README.win32, win32/install-net-snmp.bat:
- MSVC build instructions are simpler, thanks to Alex Burger's project/workspace changes.
- Also, introduced a batch command file to simplify installation after building.
- 2004-02-08 09:34 slif
- * win32/: win32.dsw, win32sdk.dsw:
- Apply changes offered by Alex Burger to clean up projects and workspaces
- and to build snmptrapd using the Platform-SDK workspace (win32sdk).
- 2004-02-06 15:48 rstory
- * dist/nsb-functions:
- only config w/libwrap if we can find the header
- 2004-02-06 11:21 hardaker
- * COPYING:
- Year update for Sparta
- 2004-02-06 10:12 slif
- * agent/mibgroup/utilities/execute.c:
- patch 843924 run_shell_command to quote redirected parameters.
- 2004-02-06 08:51 dts12
- * agent/mibgroup/mibII/tcp.c:
- Re-instate the 'hz' variable for FreeBSD (but *only* FreeBSD)
- 2004-02-06 05:58 dts12
- * agent/agent_trap.c:
- Provide missing agent_address/snmpTrapAddress information
- (Bugs #865178 & #877587 and Patch #883028)
- 2004-02-05 08:04 slif
- * README.win32:
- revised per peer review.
- 2004-02-05 05:45 slif
- * README.win32:
- Current status appears immediately after the introduction
- Removed references to building/using/installing netsnmp.DLL
- Added registering as windows service
- Noted new dependency of snmptrapd on netsnmpmibs
- Noted snmptrapd builds only using win32.dsw workspace
- Added How to change external project settings to match
- Clarified what other project settings should be unmodified.
- 2004-02-05 05:27 slif
- * win32/: win32.dsw, win32sdk.dsw:
- unregister DLL library project from workspaces.
- 2004-02-05 05:16 slif
- * agent/mibgroup/util_funcs.c,
- include/net-snmp/library/default_store.h,
- include/net-snmp/library/read_config.h, man/snmp.conf.5.def
- , snmplib/read_config.c, snmplib/snmp_api.c:
- Apply patch 843919 - new tempFilePattern snmp.conf option
- 2004-02-05 04:45 dts12
- * agent/mibgroup/examples/netSnmpHostsTable.h:
- Add the NET-SNMP-EXAMPLES-MIB to the load list
- (Patch #890839 from Yixiong Zou)
- 2004-02-05 04:39 dts12
- * agent/mibgroup/agentx/master.c:
- Correct the use of a wrong debug token (Patch #889777 by Dirk Balcerczak)
- 2004-02-05 04:38 slif
- * README.win32:
- Apply patch 850785 - instructions to copy header files following build.
- 2004-02-05 03:41 slif
- * win32/: net-snmp/agent/mib_module_config.h,
- netsnmpmibs/netsnmpmibs.dsp,
- netsnmpmibssdk/netsnmpmibssdk.dsp:
- Don't build the Rmon modules.
- 2004-02-05 01:49 slif
- * configure.in:
- Apply patch 843679
- 2004-02-04 20:11 slif
- * agent/mibgroup/agent/nsLogging.c,
- include/net-snmp/library/snmp_logging.h,
- snmplib/snmp_logging.c, win32/libsnmp_dll/libsnmp.def
- :
- expose one less static data variable (logh_head); list two others for DLL.
- 2004-02-04 20:07 slif
- * win32/: libagent/libagent.dsp, libhelpers/libhelpers.dsp
- , libsnmp/libsnmp.dsp, netsnmpmibs/netsnmpmibs.dsp
- , netsnmpmibssdk/netsnmpmibssdk.dsp, snmpd/snmpd.dsp
- , snmpdsdk/snmpd.dsp, snmptrapd/snmptrapd.dsp:
- clean up BASE CPP settings.
- 2004-02-04 14:15 hardaker
- * perl/SNMP/SNMP.xs:
- Don't operate on a null pointer for indexes that don't exist.
- 2004-02-04 14:14 hardaker
- * dist/RELEASE-INSTRUCTIONS:
- Mention that Robert has the ability to sign packages now.
- 2004-02-04 14:13 hardaker
- * include/net-snmp/library/scapi.h,
- include/net-snmp/library/transform_oids.h, snmplib/scapi.c
- , snmplib/snmp_parse_args.c, snmplib/snmpusm.c
- , snmplib/snmpv3.c:
- Use AES instead of AES128,192,256
- 2004-02-04 14:13 hardaker
- * net-snmp-config.in:
- create the persistent directory if it hasn't been created yet.
- 2004-02-04 13:01 slif
- * snmplib/scapi.c:
- cast to quiet msvc compiler.
- 2004-02-04 05:31 slif
- * agent/helpers/table_mfd.c, snmplib/container_iterator.c
- :
- use Niels' choices for names substituting __FUNCTION__
- 2004-02-04 05:29 slif
- * snmplib/snmp_transport.c:
- avoid void casting in free to keep gcc happy.
- 2004-02-03 17:13 rstory
- * agent/mibgroup/agentx/subagent.c:
- merge patch from 5.0-patches
- 2004-02-03 16:53 rstory
- * agent/mibgroup/agentx/subagent.c:
- strdup value from netsnmp_ds_get_string, since it is free'd later
- 2004-02-03 14:30 slif
- * agent/mibgroup/smux/smux.c:
- quiet compiler warnings using appropriate type casting.
- 2004-02-03 14:29 slif
- * include/net-snmp/: types.h, system/mingw32.h:
- move ifndef HAVE_SSIZE_T from MinGW specific header to types header,
- to benefit other platforms that do not define ssize_t (e.g., msvc).
- 2004-02-03 14:25 slif
- * win32/libsnmp_dll/libsnmp.def:
- export symbols for functions when SNMP_TRANSPORT_CALLBACK_DOMAIN is defined.
- 2004-02-03 14:24 slif
- * win32/mib_module_inits.h:
- dont initialize ucd-snmp init_disk for msvc builds.
- 2004-02-03 14:21 slif
- * win32/net-snmp/agent/mib_module_config.h:
- enable AgentX, Rmon, disman-event-mib, and ucd-snmp module groups.
- 2004-02-03 14:19 slif
- * win32/: netsnmpmibssdk/netsnmpmibssdk.dsp,
- netsnmpmibs/netsnmpmibs.dsp:
- don't build the ucd-snmp disk module (not implemented for m$ builds)
- 2004-02-03 09:16 slif
- * include/net-snmp/library/winpipe.h, snmplib/winpipe.c
- :
- Finish applying patch 852682 for callback transport support under Win32
- 2004-02-03 08:00 slif
- * snmplib/snmpCallbackDomain.c, win32/libsnmp/libsnmp.dsp
- , win32/libsnmp_dll/libsnmp_dll.dsp,
- win32/net-snmp/net-snmp-config.h:
- Applied patch 852682 for callback transport on Win32; touched up MSVC project files, too.
- 2004-02-03 07:14 slif
- * agent/mibgroup/utilities/execute.c:
- move #if HAVE_EXECV to head of run_exec_command for quieter MSVC builds.
- 2004-02-03 03:25 nba
- * apps/snmpnetstat/main.c:
- Remove positional community from usage
- 2004-02-03 02:09 nba
- * snmplib/mib.c:
- Fix bug returning only four characters for uptime string
- 2004-02-03 02:07 nba
- * mibs/rfclist:
- Update for re-issued ATM and EtherLike RFCs
- 2004-02-03 02:06 nba
- * man/snmpcmd.1.def:
- Fix reference to -Le to -LE
- 2004-02-03 02:05 nba
- * local/traptoemail:
- Fix stupid bug fetching the trap oid
- 2004-02-03 02:04 nba
- * apps/snmpnetstat/main.c:
- A bit of cleanup and properly default community from conf file
- 2004-02-03 02:01 nba
- * apps/snmptrapd_log.c, man/snmptrapd.8.def:
- Allow %V to take more than one character
- 2004-02-03 01:59 nba
- * agent/mibgroup/utilities/execute.c:
- Apply (modified) patch 860443 which also fixes bug 848284 by properly
- terminating the input buffer.
- 2004-02-03 01:56 nba
- * agent/mibgroup/ucd-snmp/: disk.c, disk.h:
- Try to untangle an #ifdef mess that hinders compilation on OS/X
- 2004-02-03 01:55 nba
- * agent/mibgroup/mibII/mta_sendmail.c:
- Remove a bunch of superfluous newlines in messages
- 2004-02-03 01:53 nba
- * agent/mibgroup/mibII/: ipAddr.c, at.c:
- Fix return of IPv4 address on 64-bit Solaris
- 2004-02-02 23:40 nba
- * agent/mibgroup/mibII/interfaces.c:
- ifdef a linux specific variable
- 2004-02-02 23:38 nba
- * snmplib/snmp_api.c:
- Apply patch 841705 to fix bug 817386
- 2004-02-02 23:37 nba
- * snmplib/vacm.c:
- Apply patch 836568 to fix bug 829119
- 2004-02-02 23:36 nba
- * snmplib/snmpUDPDomain.c:
- Apply patch 845798 to fix bug 831299
- 2004-02-02 23:32 nba
- * snmplib/mib.c:
- Properly reset wildcardmatcher between calls
- 2004-02-02 23:23 nba
- * snmplib/mib.c:
- Applied patch from bug 849153
- 2004-02-02 23:21 nba
- * snmplib/parse.c:
- Give error message when module not available
- 2004-02-02 23:18 nba
- * snmplib/asn1.c:
- Do not cast unsigned to signed
- 2004-02-02 23:17 nba
- * include/net-snmp/utilities.h:
- Use system getopt.h when available
- 2004-02-02 23:16 nba
- * apps/snmpdf.c:
- Protect against buffer overrun for extrame disk names
- 2004-02-02 23:16 nba
- * agent/mibgroup/ucd-snmp/proxy.c:
- Apply patch 850716 to fix bug 850185
- 2004-02-02 16:10 nba
- * apps/: snmptest.c, snmptrapd_log.c:
- Quell a bunch of warnings from Solaris 8 and gcc -m64
- 2004-02-02 16:05 nba
- * agent/agent_trap.c:
- Quell a bunch of warnings from Solaris 8 and gcc -m64
- 2004-02-02 15:59 nba
- * agent/mibgroup/ucd-snmp/dlmod.c:
- Quell a bunch of warnings from Solaris 8 and gcc -m64
- 2004-02-02 15:58 nba
- * agent/mibgroup/ucd-snmp/memory_solaris2.c:
- Better error message
- 2004-02-02 15:56 nba
- * agent/mibgroup/host/hr_storage.c:
- Correctly loop around missing entries
- 2004-02-02 15:55 nba
- * agent/mibgroup/host/hr_filesys.c:
- Better file system types
- 2004-02-02 15:52 nba
- * agent/agent_trap.c:
- Fix setting of community len
- 2004-02-02 15:40 nba
- * agent/mibgroup/mibII/system_mib.c, snmplib/container.c
- :
- Quell a bunch of warnings from Solaris 8 and gcc -m64
- 2004-02-02 15:36 nba
- * include/net-snmp/library/snmpTCPDomain.h,
- snmplib/snmpTCPDomain.c:
- Proper OID for TCP4
- 2004-02-02 15:35 nba
- * snmplib/snmp_logging.c:
- FIx newline handling in file logger
- 2004-02-02 15:34 nba
- * agent/mibgroup/kernel_sunos5.c:
- Fix some warnings, and make some better error messages
- 2004-02-02 15:33 nba
- * agent/mibgroup/mibII/ipv6.c:
- Fix a file descriptor leak
- 2004-02-02 15:32 nba
- * agent/helpers/table_data.c, agent/helpers/table_iterator.c
- , agent/mibgroup/host/hr_swrun.c,
- agent/mibgroup/host/hr_system.c, agent/mibgroup/smux/smux.c
- , agent/mibgroup/ucd-snmp/loadave.c, snmplib/asn1.c
- , snmplib/snmp_debug.c:
- Quell a bunch of warnings from Solaris 8 and gcc -m64
- 2004-02-02 11:23 rstory
- * local/mib2c:
- require all argument before mibNode; bail on unknown option; warn if multiple
- mibNodes specified; new 'balanced' flag for process; define/use new m2c_die
- that spits out current line in conf file; replace 'break' with 'next'; bail
- on elseif; bail on unbalanced conf file (many tweaks to make that work);
- remove unused skipif; fix currentline updates in foreach loops; exit w/error
- if conf file not found
- 2004-02-02 11:06 rstory
- * local/: mib2c.create-dataset.conf, mib2c.iterate.conf
- :
- add explicit ends for each foreach
- 2004-02-02 10:44 rstory
- * local/mib2c-conf.d/m2c_setup_node.m2i:
- fix up m2c_node_param_* defaults; rename node default file; set defaults for m2c_ctx_[lh|rh];
- set up node map func defaults
- 2004-02-02 10:23 rstory
- * local/mib2c-conf.d/mfd-access-unsorted-external-body.m2i:
- use new indexes_set function in example; move some code outside of example
- condition; use value map to copy data
- 2004-02-02 10:19 rstory
- * local/mib2c-conf.d/mfd-data-access.m2c:
- new indexes_set function
- 2004-02-02 10:17 rstory
- * local/mib2c-conf.d/mfd-data-set.m2c:
- use mib2c next instead of break
- 2004-02-02 10:17 rstory
- * local/mib2c-conf.d/subagent.m2c:
- add missing var decl
- 2004-02-02 08:20 rstory
- * local/mib2c-conf.d/generic-value-map.m2i:
- use new function to map between mib/native data
- 2004-02-02 08:00 rstory
- * local/mib2c-conf.d/generic-value-map-func.m2i:
- new function to map between mib/native data
- 2004-02-02 07:59 rstory
- * local/mib2c-conf.d/generic-table-indexes-set.m2i:
- new function to set indexes from C types
- 2004-02-02 07:56 rstory
- * local/mib2c-conf.d/: default-mfd-top.m2c,
- generic-ctx-copy.m2i, generic-ctx-get.m2i,
- generic-get-char.m2i, generic-get-decl-bot.m2i,
- generic-get-decl.m2i, mfd-data-get.m2c,
- mfd-interface.m2c, node-get.m2i, node-set.m2i,
- syntax-RowStatus-get.m2i:
- more consistent use of m2c_ctx_[lh|rh|lhs|rhs] and m2c_node_param* vars; new
- m2c_code_verbose flag for verbose comments in code; new value mapping func for
- each node instead of duplicated code in mulitple funcs; use mib2c next instead
- of break;
- 2004-02-02 04:15 slif
- * snmplib/system.c,
- win32/encode_keychange/encode_keychange.dsp,
- win32/libsnmp_dll/libsnmp_dll.dsp,
- win32/snmpbulkget/snmpbulkget.dsp,
- win32/snmpbulkwalk/snmpbulkwalk.dsp, win32/snmpd/snmpd.dsp
- , win32/snmpdelta/snmpdelta.dsp,
- win32/snmpdf/snmpdf.dsp, win32/snmpdsdk/snmpd.dsp,
- win32/snmpget/snmpget.dsp,
- win32/snmpgetnext/snmpgetnext.dsp,
- win32/snmpnetstat/snmpnetstat.dsp,
- win32/snmpset/snmpset.dsp, win32/snmpstatus/snmpstatus.dsp
- , win32/snmptable/snmptable.dsp,
- win32/snmptest/snmptest.dsp,
- win32/snmptranslate/snmptranslate.dsp,
- win32/snmptrap/snmptrap.dsp, win32/snmptrapd/snmptrapd.dsp
- , win32/snmpusm/snmpusm.dsp,
- win32/snmpvacm/snmpvacm.dsp, win32/snmpwalk/snmpwalk.dsp
- :
- Restore winsock 1.1 library usage.
- 2004-01-30 11:37 slif
- * win32/snmptrapd/snmptrapd.dsp:
- move netsnmp.lib to the front of the "Additional Libraries" lists.
- 2004-01-30 11:31 slif
- * win32/: snmpd/snmpd.dsp, snmpdsdk/snmpd.dsp:
- move netsnmp.lib to the front of the Additional Libraries list.
- 2004-01-30 10:29 slif
- * win32/: encode_keychange/encode_keychange.dsp,
- snmpbulkget/snmpbulkget.dsp, snmpbulkwalk/snmpbulkwalk.dsp
- , snmpd/snmpd.dsp, snmpdelta/snmpdelta.dsp,
- snmpdf/snmpdf.dsp, snmpdsdk/snmpd.dsp,
- snmpget/snmpget.dsp, snmpgetnext/snmpgetnext.dsp,
- snmpnetstat/snmpnetstat.dsp, snmpset/snmpset.dsp,
- snmpstatus/snmpstatus.dsp, snmptable/snmptable.dsp,
- snmptest/snmptest.dsp, snmptranslate/snmptranslate.dsp
- , snmptrap/snmptrap.dsp, snmptrapd/snmptrapd.dsp
- , snmpusm/snmpusm.dsp, snmpvacm/snmpvacm.dsp,
- snmpwalk/snmpwalk.dsp:
- enable selection that will generate source browsing information.
- 2004-01-30 10:08 slif
- * agent/mibgroup/agent/nsLogging.c,
- include/net-snmp/library/snmp_logging.h:
- move extern logh_head into the logging module's header file.
- 2004-01-30 07:25 dts12
- * agent/mibgroup/ucd-snmp/disk.c:
- Remove an unwanted 'else' clause that clashes with the "common" 'else'
- clause later in this tangle of unreadable code. (Bug #857257)
- 2004-01-30 07:01 slif
- * win32/libsnmp_dll/libsnmp.def:
- restore the DATA hints that were accidentally removed.
- 2004-01-30 06:45 dts12
- * snmplib/mib.c:
- Whitespace (C/R & L/F) shouldn't trigger hex string behaviour (Bug #864367)
- 2004-01-30 06:33 dts12
- * include/net-snmp/library/snmp_logging.h,
- snmplib/snmp_logging.c:
- Define a "dummy" log handler that simply discards all messages.
- Not really a sensible thing to do, but could be used to prevent
- turning on the "last ditch" logging to stderr (see Bug #867574)
- 2004-01-30 06:19 dts12
- * snmplib/snmp_logging.c:
- Issue a warning when turning on "last ditch" logging (Bug #867574)
- 2004-01-30 03:22 dts12
- * agent/snmp_agent.c:
- Handle completely empty GetBulk requests properly (Bug #877419)
- 2004-01-30 02:50 slif
- * win32/: .cvsignore, win32.opt:
- fix bug #887140
- 2004-01-30 01:39 dts12
- * snmplib/tools.c:
- Use 'snprint_hexstring' in the engine testing code, rather
- than the (non-existent) 'sprint_hexstring' (Bug #886110)
- 2004-01-29 13:03 slif
- * agent/mibgroup/ucd-snmp/: pass.c, pass_persist.c:
- fix counts for certain uses of strncasecmp (i must be bored!).
- 2004-01-29 12:32 slif
- * agent/snmpd.c:
- for windows service, match display name to service name.
- for windows service description, mention mibII objects if built using SDK.
- 2004-01-29 12:14 slif
- * apps/: snmpget.c, snmpgetnext.c, snmpset.c:
- use correct constant that previously applied patch refers to.
- 2004-01-29 06:38 dts12
- * apps/snmpnetstat/main.c:
- Bring version handling into line with the 'snmp_parse_args' legerdemain
- 2004-01-29 06:26 dts12
- * apps/snmpget.c, apps/snmpgetnext.c, apps/snmpset.c
- , include/net-snmp/library/tools.h:
- Validate the request against the maximum number of varbinds supported
- (Patch #826714 from Jeremy Puhlman)
- 2004-01-29 06:13 dts12
- * include/net-snmp/library/snmpTCPDomain.h,
- include/net-snmp/library/snmpTCPIPv6Domain.h,
- include/net-snmp/library/snmpUDPIPv6Domain.h,
- include/net-snmp/library/snmpUnixDomain.h,
- snmplib/snmpTCPDomain.c, snmplib/snmpTCPIPv6Domain.c,
- mibs/Makefile.in, mibs/NET-SNMP-TC.txt,
- mibs/TRANSPORT-ADDRESS-MIB.txt, snmplib/snmpUDPIPv6Domain.c
- , snmplib/snmpUnixDomain.c:
- Use the officially defined transport OIDs
- (Patch #828766 from Juergen Schoenwaelder)
- 2004-01-29 05:53 dts12
- * agent/mibgroup/: host/hr_device.c, host/hr_disk.c,
- host/hr_filesys.c, host/hr_network.c,
- host/hr_partition.c, host/hr_storage.c,
- host/hr_swrun.c, host/hr_system.c,
- ucd-snmp/logmatch.c, ucd-snmp/memory.c,
- ucd-snmp/memory_aix4.c, ucd-snmp/memory_dynix.c,
- ucd-snmp/memory_freebsd2.c, ucd-snmp/memory_hpux.c,
- ucd-snmp/memory_netbsd1.c, ucd-snmp/memory_solaris2.c
- :
- Increase assorted fixed buffer sizes. (Patch #836395 from Howard Wilkinson)
- 2004-01-29 05:35 dts12
- * agent/mibgroup/mibII/vacm_vars.c:
- Reject attempts to delete a 'permanent' row
- (Patch #837427 from Bob Rowlands)
- 2004-01-29 04:23 dts12
- * perl/SNMP/SNMP.xs:
- Protect against freeing an empty contextEngineID
- (Which shouldn't happen, but seems to occur under Windows)
- (Patch #840830 from Alex Burger)
- 2004-01-29 03:47 dts12
- * include/net-snmp/library/default_store.h,
- snmplib/read_config.c:
- Mechanism to completely disable the handling of persistent configuration files.
- Note that enabling this would break the functionality of an SNMPv3 agent.
- (Patch #849159 from Stephen J. Friedl)
- 2004-01-29 03:39 dts12
- * snmplib/: snmp_api.c, snmp_enum.c:
- Properly release various resources when shutting down the library.
- (Patch #849154 from Stephen J. Friedl)
- 2004-01-29 01:44 dts12
- * include/net-snmp/net-snmp-config.h.in:
- Provide missing config definition template for 'ssize_t' flag
- (Patch #886655 from Andy Smith)
- 2004-01-28 20:39 slif
- * win32/: encode_keychange/encode_keychange.dsp,
- libsnmp_dll/libsnmp_dll.dsp, snmpbulkget/snmpbulkget.dsp
- , snmpbulkwalk/snmpbulkwalk.dsp, snmpd/snmpd.dsp
- , snmpdelta/snmpdelta.dsp, snmpdf/snmpdf.dsp,
- snmpdsdk/snmpd.dsp, snmpget/snmpget.dsp,
- snmpgetnext/snmpgetnext.dsp, snmpnetstat/snmpnetstat.dsp
- , snmpset/snmpset.dsp, snmpstatus/snmpstatus.dsp
- , snmptable/snmptable.dsp, snmptest/snmptest.dsp
- , snmptranslate/snmptranslate.dsp,
- snmptrap/snmptrap.dsp, snmptrapd/snmptrapd.dsp,
- snmpusm/snmpusm.dsp, snmpvacm/snmpvacm.dsp,
- snmpwalk/snmpwalk.dsp:
- no incremental link on Debug (prevents generation of .ilk file)
- 2004-01-28 18:44 slif
- * agent/mibgroup/agentx/master.c:
- ifdef around variables used only when UNIX transports are supported.
- 2004-01-28 17:57 slif
- * snmplib/system.c:
- invoke winsock ver 2.2
- 2004-01-28 17:34 slif
- * win32/: mib_module_includes.h, mib_module_inits.h,
- encode_keychange/encode_keychange.dsp,
- libagent/libagent.dsp, libhelpers/libhelpers.dsp,
- libsnmp/libsnmp.dsp, libsnmp_dll/libsnmp.def,
- libsnmp_dll/libsnmp_dll.dsp,
- net-snmp/agent/mib_module_config.h,
- netsnmpmibs/netsnmpmibs.dsp,
- netsnmpmibssdk/netsnmpmibssdk.dsp,
- snmpbulkget/snmpbulkget.dsp, snmpbulkwalk/snmpbulkwalk.dsp
- , snmpd/snmpd.dsp, snmpdelta/snmpdelta.dsp,
- snmpdf/snmpdf.dsp, snmpdsdk/snmpd.dsp,
- snmpget/snmpget.dsp, snmpgetnext/snmpgetnext.dsp,
- snmpnetstat/snmpnetstat.dsp, snmpset/snmpset.dsp,
- snmpstatus/snmpstatus.dsp, snmptable/snmptable.dsp,
- snmptest/snmptest.dsp, snmptranslate/snmptranslate.dsp
- , snmptrap/snmptrap.dsp, snmptrapd/snmptrapd.dsp
- , snmpusm/snmpusm.dsp, snmpvacm/snmpvacm.dsp,
- snmpwalk/snmpwalk.dsp:
- consistent project settings; no C runtime conflicts; link with winsock ver 2.2
- 2004-01-28 17:28 slif
- * win32/net-snmp/net-snmp-config.h:
- remove unnecessary hack for chown.
- 2004-01-28 14:56 slif
- * snmplib/snmp_logging.c:
- dereference pri_max to test return from decode_priority
- 2004-01-28 14:54 slif
- * agent/mibgroup/Rmon/: agutil.c, alarm.c, event.c
- , history.c, rows.c, statistics.c:
- find platform-appropriate substitute for sys/time.h
- fix minor type cast warnings. remove one unused variable.
- 2004-01-28 08:40 dts12
- * testing/RUNTESTS:
- Import SNMP_SLEEP time from environment, if available
- (Patch #850957 from Johannes Schmidt-Fischer,
- merging a change from the 5.0.x branch)
- 2004-01-28 08:04 dts12
- * agent/mibgroup/util_funcs.c:
- Ensure the size of the exec-cache is handled correctly on 64-bit systems
- (Patch #860575 by Bob Rowlands)
- 2004-01-28 07:55 dts12
- * perl/: OID/OID.xs, SNMP/SNMP.xs, agent/agent.xs
- :
- Be more cautious about the maximum length of OIDs (Patch 862183 by Austin Schutz)
- 2004-01-28 07:41 dts12
- * snmplib/mib.c:
- Guard against a missing IP address structure (Patch #861939 by Dan Mongrain)
- 2004-01-28 07:38 dts12
- * snmplib/snmp_logging.c:
- Merge Neils' 5.1.x changes into the main development tree.
- (Seems to include patches #855170 and #858519)
- 2004-01-28 06:55 rstory
- * agent/mibgroup/agentx/master.c:
- don't chown/chmod if unix domain support not enabled
- 2004-01-28 06:54 dts12
- * configure, configure.in:
- Check for perl 5.8 entry point. (Patch #854395)
- 2004-01-28 06:23 rstory
- * Makefile.rules:
- fix install so that subdir libs are installed before bins, noted by the
- ever-so-helpful Johannes Schmidt-Fischer.
- 2004-01-28 04:22 dts12
- * agent/mibgroup/ucd-snmp/diskio.c:
- Increase the (fixed) number of disks handled (patch #884859)
- 2004-01-28 04:18 dts12
- * Makefile.in:
- Install the mingw32.h system header file (patch #884100)
- 2004-01-28 04:13 dts12
- * configure.in, configure,
- include/net-snmp/system/mingw32.h:
- Check for the existence of ssize_t, and don't redefine it when
- using the WinGW compiler. (Patch #881752)
- 2004-01-28 03:55 dts12
- * include/net-snmp/agent/table_mfd.h:
- Remove two redundent forward declarations (patch #873326)
- 2004-01-28 02:07 slif
- * apps/snmpnetstat/inet.c:
- inetprint allots max 22 chars for address + 8 chars for port.
- change to 18 address + 12 port, so that more of the port is displayed.
- 2004-01-27 22:42 slif
- * win32/net-snmp/net-snmp-config.h:
- indicate Win32 has locale.h malloc.h memory.h.
- do not set bsdlike or USExxMIB or SECURITYEXCEPTIONS
- re-format like the Net-SNMP configured net-snmp-config.h.
- 2004-01-27 22:34 slif
- * acconfig.h, ov/oid_to_sym.in, ov/oid_to_type.in
- :
- update support for OpenBSD, HP-UX/11, and Win32 sysObjectID .
- 2004-01-27 21:49 slif
- * agent/helpers/table_mfd.c, snmplib/container_iterator.c
- :
- provide function hints in lieu of __FUNCTION__
- 2004-01-27 13:46 slif
- * include/net-snmp/agent/agent_trap.h:
- Add declarations for functions used in apps/snmptrapd_handler.c
- 2004-01-27 13:15 slif
- * win32/net-snmp/net-snmp-config.h:
- no chown() on Win32 -- compiles to nothing.
- 2004-01-27 10:55 slif
- * win32/: win32.dsw, win32sdk.dsw:
- build independent projects (libraries) before dependent projects.
- remove incomplete dependency specification to build all faster.
- 2004-01-27 10:12 slif
- * agent/mibgroup/ucd-snmp/disk.c:
- Re-arranged the declarations of variables and/or compile constants,
- so that the variables are declared only if needed.
- 2004-01-27 10:11 slif
- * agent/mibgroup/ucd-snmp/extensible.c:
- Supplied "return 0" to extensible_unregister(), a function returning int.
- 2004-01-27 09:59 slif
- * snmplib/container.c:
- cast to void the argument to free().
- 2004-01-27 09:57 slif
- * snmplib/mib.c:
- use u_char type cast instead of masking with 0xFF.
- 2004-01-27 09:52 slif
- * snmplib/asn1.c:
- move conditional expression within type cast scope,
- for the benefit of some compilers.
- 2004-01-27 09:50 slif
- * include/net-snmp/library/container.h:
- spellcheck: netsnmp_container_free_list
- 2004-01-27 09:46 slif
- * apps/snmptrapd.c:
- declare init_subagent near its only reference.
- 2004-01-27 09:45 slif
- * snmplib/snmp_logging.c:
- remove unused variable from Win32 code.
- 2004-01-27 09:44 slif
- * agent/mibgroup/utilities/execute.c:
- move HAVE_EXECV compile test earlier in the function to not introduce unused variables.
- 2004-01-27 09:41 slif
- * agent/helpers/table_dataset.c,
- agent/helpers/table_iterator.c,
- agent/mibgroup/util_funcs.c, agent/mibgroup/agentx/master.c
- , agent/mibgroup/agentx/protocol.c,
- agent/mibgroup/disman/mteEventTable.c,
- agent/mibgroup/disman/mteTriggerTable.c,
- agent/mibgroup/mibII/ip.c, agent/mibgroup/mibII/tcp.c
- , agent/mibgroup/mibII/tcpTable.c,
- agent/mibgroup/mibII/udp.c, agent/mibgroup/mibII/udpTable.c
- , agent/mibgroup/smux/smux.c,
- agent/mibgroup/utilities/override.c,
- apps/notification_log.c, apps/snmpvacm.c,
- snmplib/container_binary_array.c,
- snmplib/container_list_ssll.c, snmplib/mib.c,
- snmplib/oid_stash.c, snmplib/snmpUDPDomain.c,
- snmplib/snmp_api.c, snmplib/snmp_enum.c,
- snmplib/snmp_transport.c:
- quiet compiler warnings using appropriate type casting.
- 2004-01-27 09:24 slif
- * agent/mibgroup/ucd-snmp/versioninfo.c,
- include/net-snmp/version.h, snmplib/snmp_version.c,
- win32/libsnmp_dll/libsnmp.def:
- Refer to the netsnmp library version string via netsnmp_get_version;
- Keep direct string reference iff UCD_COMPATIBLE is defined.
- 2004-01-27 09:07 slif
- * snmplib/: snmpTCPDomain.c, snmpUDPDomain.c:
- Avoid conversion macros when forming host copy of 16-bit port value
- 2004-01-27 09:07 slif
- * snmplib/snmp-tc.c:
- Dont force unsigned short onto two unsigned chars.
- Be more explicit in the treatment of the year component.
- 2004-01-27 09:02 slif
- * agent/mibgroup/mibII/: tcpTable.c, udpTable.c:
- Win32 allocates TCP and UDP connection structures that consist of
- a 32-bit count followed by a per connection table. When freeing the table,
- find the beginning of the structure. The TCP table incorrectly counted
- established TCP connections, fixed with this change.
- 2004-01-27 08:58 slif
- * include/net-snmp/net-snmp-config.h.in,
- win32/config.h.borland, win32/net-snmp/net-snmp-config.h
- :
- support Win32 in OSTYPE definition.
- 2004-01-27 08:54 slif
- * agent/: snmpd.c, mibgroup/agentx/master.c:
- include io.h for Win32 to introduce the close() function
- 2004-01-27 07:48 slif
- * win32/: libhelpers/.cvsignore, net-snmp/.cvsignore,
- net-snmp/agent/.cvsignore, net-snmp/library/.cvsignore
- , netsnmpmibs/.cvsignore, netsnmpmibssdk/.cvsignore
- , snmpdsdk/.cvsignore:
- provide a CVS filter to every subdir under win32.
- 2004-01-27 07:34 slif
- * win32/: libagent/libagent.def, libucdmibs/libucdmibs.def
- :
- convert to DOS format to keep certain IDE happy.
- 2004-01-27 07:27 slif
- * win32/mib_module_config.h:
- this file is superseded by win32/net-snmp/agent/mib_module_config.h.
- 2004-01-27 07:23 slif
- * include/net-snmp/library/winservice.h, snmplib/winservice.c
- :
- changes approved by author provide more readable formatting and comments.
- 2004-01-27 07:22 slif
- * include/net-snmp/library/winservice.h, snmplib/winservice.c
- :
- remove CR characters from these sources.
- 2004-01-27 07:19 slif
- * README.Panasonic_AM3X.txt:
- convert CRLF to newline
- 2004-01-27 07:04 dts12
- * apps/snmptrapd_handlers.c:
- Forward traps to port 162 by default.
- 2004-01-26 15:56 rstory
- * snmplib/data_list.c:
- quiet compiler warning
- 2004-01-26 15:55 rstory
- * snmplib/container_binary_array.c:
- don't hardcode pointer size; noted on coders by rajesh arumugam
- 2004-01-26 04:19 dts12
- * apps/snmptrapd_handlers.c:
- Fix the ordering of hostname and IP address as passed to trap handler
- (Bug #882071 and others)
- 2004-01-26 04:15 dts12
- * apps/snmptrapd_handlers.c:
- Convert v1 traps to v2 format before passing it to the trap handler
- (plus merging the other 5.1.x patches into the main development tree)
- 2004-01-26 02:47 dts12
- * agent/mibgroup/host/hr_filesys.c:
- Ensure that hrFSTable indexes are consistent across the lifetime of
- the agent.
- 2004-01-26 02:43 dts12
- * agent/mibgroup/host/hr_filesys.c:
- Align hrFSStorageIndex values with hrStorageTable (bug #882987)
- 2004-01-20 05:48 rstory
- * README:
- Add Andy Smith to contributors
- 2004-01-20 05:40 rstory
- * configure:
- update for new confiure.in
- 2004-01-20 05:28 rstory
- * include/net-snmp/system/mingw32.h:
- partial application of 860980: Fix for mingw32.h
- 2004-01-20 05:17 rstory
- * configure.in:
- apply patch 843679: Configure patch for MinGW
- 2004-01-14 06:03 dts12
- * agent/mibgroup/mibII/ifTable.c:
- Fix handling of 64-bit counters, and use the correct /proc interface file
- (not the temporary debugging version!)
- 2004-01-14 05:41 dts12
- * agent/mibgroup/mibII/: ifTable.c, ifTable.h:
- Provisional re-implementation of IF-MIB::ifTable and IF-MIB::ifXTable
- Linux support only (and some objects are missing),
- but it should give the general flavour.
- 2004-01-14 05:37 dts12
- * include/net-snmp/library/snmp_enum.h, snmplib/snmp_enum.c
- :
- New interfaces to find an unused value within an enumeration list.
- 2004-01-13 20:16 rstory
- * agent/mibgroup/agentx/master.c,
- win32/net-snmp/agent/mib_module_config.h:
- undo inadvertent checkin
- 2004-01-13 20:13 rstory
- * agent/helpers/: cache_handler.c, row_merge.c,
- table_iterator.c:
- undo inadvertent checkin
- 2004-01-13 20:09 rstory
- * include/net-snmp/agent/cache_handler.h,
- include/net-snmp/agent/table_array.h,
- include/net-snmp/library/snmp_debug.h,
- mibs/NET-SNMP-EXAMPLES-MIB.txt:
- undo inadvertent checkin
- 2004-01-13 20:03 rstory
- * Makefile.in, agent/snmp_vars.c:
- undo inadvertent checkin
- 2004-01-13 10:23 rstory
- * agent/mibgroup/mibII/: interfaces.c, interfaces.h:
- undo inadvertent checkin
- 2004-01-11 16:45 rstory
- * local/mib2c.conf:
- fix typo, noted on coders by Oleg Ivanov
- 2004-01-11 16:43 rstory
- * mibs/NET-SNMP-EXAMPLES-MIB.txt, snmplib/container.c,
- win32/net-snmp/agent/mib_module_config.h, agent/snmp_vars.c
- , agent/helpers/cache_handler.c,
- agent/helpers/row_merge.c, agent/helpers/table_iterator.c
- , agent/mibgroup/agentx/master.c,
- agent/mibgroup/mibII/interfaces.c,
- agent/mibgroup/mibII/interfaces.h,
- include/net-snmp/agent/cache_handler.h,
- include/net-snmp/agent/table_array.h,
- include/net-snmp/library/snmp_debug.h,
- include/net-snmp/system/netbsd.h,
- local/mib2c.check_values.conf, Makefile.in:
- fix range checking code, noted on coders by Oleg Ivanov
- 2004-01-07 09:40 rstory
- * local/mib2c-conf.d/: m2c_setup_node.m2i,
- mfd-access-unsorted-external-body.m2i,
- mfd-access-unsorted-external-header.m2i, mfd-data-set.m2c
- , mfd-interface.m2c, mfd-top.m2c,
- subagent.m2c:
- if needlength not set, set varbind val_len for GETs, validate val_len on set;
- don't declares functions which can't be inlined as inline; comment tweaks
- 2004-01-06 14:40 hardaker
- * snmplib/mib.c:
- - translate a MIB type of IPADDR to IPADDRESS instead of OCTET_STRING.
- - small other bug fix
- 2004-01-06 14:39 hardaker
- * perl/SNMP/SNMP.pm:
- change the manual so it doesn't reference UCD-SNMP v3 (ahem)
- 2004-01-06 14:38 hardaker
- * local/mib2c:
- proper sorting when NetSNMP::OID is available.
- 2004-01-01 16:53 rstory
- * local/mib2c-conf.d/default-mfd-top.m2c:
- only set defaults if not already set
- 2003-12-30 20:34 hardaker
- * perl/OID/: OID.xs, test.pl:
- handle implied indexes
- 2003-12-30 19:33 hardaker
- * perl/OID/: OID.pm, OID.xs, test.pl:
- A new ->get_indexes() method to return the extracted indexes from a OID.
- 2003-12-30 15:19 rstory
- * local/mib2c:
- allow: separated paths in MIB2C_DIR env var
- 2003-12-30 15:15 rstory
- * local/mib2c-conf.d/: m2c_setup_enum.m2i, m2c_setup_node.m2i
- :
- unquote uc calls, since eval with interpret as a literal and I can't
- reproduce the 'bareword' problem that made me quote in the first place
- 2003-12-29 12:03 rstory
- * local/mib2c-conf.d/: mfd-interface.m2c, mfd-top.m2c
- :
- remove unused request_mode
- 2003-12-26 12:54 rstory
- * local/mib2c-conf.d/m2c_setup_table.m2i:
- rename vars for clarification: ${table}_ctx* -> ${table}_rowreq_ctx*; add
- vars for mfd_defaults; use new mib2c push/pop to generate per table defaults
- file default-table-$table.m2d containing current values of some m2c vars
- 2003-12-26 12:52 rstory
- * local/mib2c-conf.d/: generic-get-char.m2i,
- mfd-access-unsorted-external-body.m2i,
- mfd-access-unsorted-external-header.m2i,
- mfd-access-unsorted-external-interface.m2i,
- mfd-access-unsorted-external-readme.m2i, mfd-data-get.m2c
- , mfd-data-set.m2c, mfd-interface.m2c,
- mfd-readme.m2c, mfd-top.m2c, node-get.m2i,
- node-set.m2i, parent-dependencies.m2i, parent-set.m2i
- , syntax-InetAddress-get.m2i,
- syntax-InetAddressType-get.m2i:
- rename vars for clarification: itr_ctx* -> loop_ctx*, loop* -> loop_ctx*,
- ${table}_ctx* -> ${table}_rowreq_ctx*
- 2003-12-26 12:32 rstory
- * local/mib2c-conf.d/m2c_setup_node.m2i:
- quote assignment of uppercased name, so values that start with a digit don't
- get interpreted as a bare word; chg debug print to comment
- 2003-12-26 12:31 rstory
- * local/mib2c-conf.d/: details-enums.m2i,
- generic-value-map-reverse.m2i, generic-value-map.m2i,
- m2c_setup_enum.m2i:
- quote assignment of uppercased name, so values that start with a digit don't
- get interpreted as a bare word; consolidate $m2c_enamey/$m2c_iname processing
- into m2c_setup_enum.m2i
- 2003-12-23 07:19 rstory
- * dist/README.build-scripts:
- remove deprecated option from example
- 2003-12-23 07:18 rstory
- * dist/RELEASE-INSTRUCTIONS:
- change default rpm build instructions to embed perl
- 2003-12-23 07:17 rstory
- * dist/net-snmp.spec:
- re-work perl options to fix problem w/configure argument quoting
- 2003-12-23 02:00 dts12
- * README.win32:
- Note that Cygwin no longer needs a separate regex library
- Reported by John McCash
- 2003-12-22 16:56 rstory
- * local/mib2c:
- add push/pop; re-work index/internalindex/externalindex/nonindex setup
- 2003-12-19 20:38 hardaker
- * local/: Makefile.in, mib2c.access_functions.conf,
- mib2c.array-user.conf, mib2c.check_values.conf,
- mib2c.conf:
- Patch from Brian Buesker to fix misc problems (variable {}ing, ...)
- 2003-12-18 01:58 dts12
- * man/snmpnetstat.1:
- Fix more markup errors, reported by Eric Raymond.
- 2003-12-16 02:00 dts12
- * include/net-snmp/agent/table_mfd.h:
- Be consistent in use of forward definitions (explicit vs implicit struct)
- Reported by Magnus Fromreide
- 2003-12-11 18:56 rstory
- * dist/RELEASE-INSTRUCTIONS:
- update rpm build instructions
- 2003-12-11 18:52 rstory
- * dist/Makefile:
- fix updated perl options for new rpm method
- 2003-12-11 18:41 rstory
- * dist/Makefile:
- remove VER/REL, use VERSION/RELEASE; update perl options for new rpm method;
- add target to build rpm tree; don't hardcode architecture
- 2003-12-11 18:38 rstory
- * local/Version-Munge.pl:
- document -D option; add Makefile type
- 2003-12-11 18:22 rstory
- * dist/net-snmp.spec:
- don't require perl; add note on vendor releases
- 2003-12-11 08:10 rstory
- * agent/helpers/cache_handler.c:
- run indent
- 2003-12-11 08:00 rstory
- * agent/helpers/cache_handler.c:
- move logic to skip when caching disable, no cache found or cache disabled
- 2003-12-10 06:44 rstory
- * dist/nsb-nightly:
- delay sourcing of nsb-functions; mv rc file into ~/.snmp; remove build dir
- on success
- 2003-12-10 06:43 rstory
- * dist/nsb-package:
- delay sourcing of nsb-functions; mv rc file into ~/.snmp
- 2003-12-10 06:17 rstory
- * dist/nsb-functions:
- new vars: NSB_VERSION NSB_BUILD_SUFFIX; don't use hostname -s, since sun
- doesn't support it; tweak default paths
- 2003-12-10 02:41 dts12
- * man/: mib_api.3.def, snmp.conf.5.def,
- snmp_config.5.def:
- Fix assorted markup errors, reported by Eric Raymond.
- 2003-11-30 14:25 rstory
- * include/net-snmp/library/system.h:
- fix scope of have_dirent ifdef
- 2003-11-30 14:23 rstory
- * agent/helpers/table_mfd.c:
- add comments; remove assert on valid condition
- 2003-11-30 14:21 rstory
- * agent/helpers/table.c:
- debug msg when skipping vb with bogus index
- 2003-11-30 14:19 rstory
- * agent/helpers/baby_steps.c:
- readability fix - use macro instead of hardcoded value
- 2003-11-28 05:41 dts12
- * agent/helpers/table_data.c,
- include/net-snmp/agent/table_data.h:
- If a row is created via a SET request, then it needs to be made available
- to the other columns and passes. Provide a mechanism for inserting this
- into the request list.
- (This looks suspiciously similar to another recent patch:-) Does
- this functionality perhaps belong within the top-level 'table' handler?)
- 2003-11-25 15:48 hardaker
- * local/mib2c:
- - support $node.description
- - support @printf ...@
- 2003-11-25 12:47 rstory
- * dist/nsb-functions:
- tweak default build dirs; default to host/version instead of platform/version
- (since sf build hosts keep changing platforms)
- 2003-11-25 12:44 rstory
- * dist/nsb-package:
- move dir munging in nsb-functions
- 2003-11-24 09:54 hardaker
- * local/Version-Munge.pl:
- version stamp the .spec file
- 2003-11-24 09:53 hardaker
- * dist/net-snmp.spec:
- version number change
- 2003-11-24 09:38 hardaker
- * FAQ:
- add a greece mirror
- 2003-11-24 06:37 dts12
- * snmplib/snmpusm.c:
- Handle invalid (64-bit) values for engine boots & time
- Patch #827044 by Bob Rowlands, fixing bug #809250
- 2003-11-24 06:23 dts12
- * apps/snmpusm.c:
- Correct usage information for -Cx options
- Patch #818766 by Bob Rowlands, fixing bug #818634
- 2003-11-24 04:00 dts12
- * agent/mibgroup/host/hr_device.c:
- Handle GETNEXT requests on the hrDeviceTable with a "too large" index.
- Patch #811717 by Bob Rowlands, fixing bug #807315
- 2003-11-21 09:13 dts12
- * agent/mibgroup/ucd-snmp/diskio.c:
- Correct handling of UCD diskio values on 64-bit Solaris.
- Patch #809255 by Bob Rowlands, to fix bug #808975
- 2003-11-21 09:08 dts12
- * agent/mibgroup/kernel_sunos5.c:
- Fix Solaris implementation of ifInNUcastPkts & ifOutNUcastPkts
- Patch #808807 by Bob Rowlands, to fix bugs #808399 & #808417
- 2003-11-21 08:10 dts12
- * agent/mibgroup/mibII/interfaces.c:
- Implement ifSpecific object on Solaris.
- Patch #808746 by Bob Rowlands, fixing bug #808430
- 2003-11-21 07:23 dts12
- * snmplib/system.c:
- Ensure 32-bit timeticks value returned on Solaris kit.
- Patch #808074 by Bob Rowlands, to fix bug #807796
- 2003-11-21 07:18 dts12
- * agent/mibgroup/utilities/override.c:
- Return an error on failed overrride write.
- Patch #808054 by Bob Rowlands, fixing bug #805254
- 2003-11-21 06:30 dts12
- * man/: snmp.conf.5.def, snmpd.conf.5.def,
- snmpusm.1.def:
- Minor clarifications to a few man pages.
- Patch #807937 from Bob Rowlands
- 2003-11-21 06:25 dts12
- * apps/snmpdf.c:
- Handle storage units <1024 bytes
- (Patch #801341 by Bob Rowlands, fixing bug #757448)
- 2003-11-21 05:21 dts12
- * agent/helpers/table_iterator.c:
- When we reach the end of the last table, make sure that the higher level
- handlers will realise this, and move on to the next registered module.
- Also catch missing columns when processing GETNEXT requests.
- 2003-11-21 04:19 dts12
- * agent/agent_trap.c:
- Support acknowledged notifications (Inform and AgentX Notify) as
- well as unacknowledged ones. First reported by david@grancanaria
- Probably doesn't resend if no response is received.
- 2003-11-20 07:09 dts12
- * agent/mibgroup/examples/netSnmpHostsTable.c:
- Move suffix processing within the request loop, since v5.1 iterator
- handlers may receive multiple request varbinds. Fix provided by Barb Roesch
- 2003-11-20 06:36 dts12
- * agent/agent_registry.c:
- Protect 'unregister_mibs_by_session' from being called with a NULL
- session pointer. (Used when unregistering "internal" MIB modules)
- 2003-11-20 01:39 dts12
- * agent/mibgroup/mibII/udp.c:
- Be consistent in use of return variable name for HP-UX 11
- (Fixed bug #845460)
- 2003-11-19 16:23 rstory
- * configure:
- configure to match new configure.in
- 2003-11-19 16:21 rstory
- * configure.in, snmplib/Makefile.in:
- don't use non-portable .c=.o type substitutions in makefile; thus put obj/lobj
- generation back in configure
- 2003-11-19 07:40 dts12
- * agent/helpers/table_iterator.c:
- Enable retries on GetNext noSuchInstance exceptions. Fixes bug #843842
- 2003-11-19 07:32 dts12
- * include/net-snmp/agent/watcher.h, agent/helpers/watcher.c
- :
- Fix watched timestamp registration. 'marker_t' is already a pointer,
- so doesn't need further dereferencing!
- 2003-11-17 09:17 dts12
- * agent/mibgroup/agent/nsLogging.c:
- Fix creation of new logging entries.
- 2003-11-17 09:12 dts12
- * agent/helpers/table_iterator.c,
- include/net-snmp/agent/table_iterator.h:
- If a row is created via a SET request, then it needs to be inserted into
- the iteration data structures, so that it's available to other columns & passes.
- 2003-11-17 09:06 dts12
- * snmplib/snmp_logging.c:
- Release the data structure once it's no longer needed.
- 2003-11-17 02:58 dts12
- * agent/mibgroup/: mibII/tcp.c, ucd-snmp/vmstat.c:
- Avoid using the variable name 'hz' (which gets corrupted on AIX and HPUX
- by system redefinitions). See bug #842475 & #842483
- -------------------------------------------------------------------------------
- Changes: V5.0.9 -> V5.1
- 2003-11-13 18:46 hardaker
- * dist/RELEASE-INSTRUCTIONS:
- reverse 5.x and 4.x listing since, um, this is 5.x (again)
-
- 2003-11-13 18:44 hardaker
- * dist/RELEASE-INSTRUCTIONS:
- reverse 5.x and 4.x listing since, um, this is 5.x
-
- 2003-11-13 18:42 hardaker
- * man/: netsnmp_Container_iterator.3, netsnmp_agent.3,
- netsnmp_baby_steps.3, netsnmp_bulk_to_next.3,
- netsnmp_cache_handler.3, netsnmp_container.3,
- netsnmp_data_list.3, netsnmp_debug.3,
- netsnmp_deprecated.3, netsnmp_handler.3,
- netsnmp_instance.3, netsnmp_iterator_info_s.3,
- netsnmp_leaf.3, netsnmp_library.3,
- netsnmp_mfd_pdu_context_s.3, netsnmp_mib_utilities.3,
- netsnmp_mode_end_call.3, netsnmp_multiplexer.3,
- netsnmp_netsnmp_iterator_info_s.3,
- netsnmp_netsnmp_mib_handler_methods.3, netsnmp_oid_stash.3
- , netsnmp_old_api.3, netsnmp_read_only.3,
- netsnmp_row_merge.3, netsnmp_scalar.3,
- netsnmp_scalar_group_group.3, netsnmp_serialize.3,
- netsnmp_stash_cache.3, netsnmp_table.3,
- netsnmp_table_array.3, netsnmp_table_data.3,
- netsnmp_table_dataset.3, netsnmp_table_iterator.3,
- netsnmp_todo.3, netsnmp_util.3, netsnmp_utilities.3
- , netsnmp_watcher.3:
- update for 5.1
-
- 2003-11-13 18:21 hardaker
- * NEWS:
- update for 5.1
-
- 2003-11-13 18:14 hardaker
- * perl/: ASN/Makefile.PL, OID/Makefile.PL,
- SNMP/Makefile.PL, agent/Makefile.PL,
- agent/default_store/Makefile.PL, default_store/Makefile.PL
- :
- patch #838112 to fix windows perl building
-
- 2003-11-13 17:28 rstory
- * local/mib2c:
- fix regexp for duplicate index exclusion to only match whole words
-
- 2003-11-13 15:03 hardaker
- * man/snmpd.conf.5.def:
- document stash_cache
-
- 2003-11-13 14:47 hardaker
- * agent/mibgroup/agent/: nsCache.c, nsDebug.c,
- nsLogging.c:
- - properly check for the ->processed flag.
- - (fixes a bug pointed out by Bruce where a getnext returned noSuchInstance)
-
- 2003-11-13 12:11 rstory
- * agent/helpers/table.c:
- don't call handlers for error recovery if they hadn't been called for at least
- reserve1 (e.g. set w/invalid indexes)
-
- 2003-11-13 11:34 rstory
- * include/net-snmp/library/snmp_assert.h:
- fix void definition for netsnmp_assert when debugging disabled, noted on coders
-
- 2003-11-13 11:32 rstory
- * README.win32:
- apply patch [ 841463 ] 5.1rc1 README.win32 changes
-
- 2003-11-12 09:25 dts12
- * agent/mibgroup/mibII/var_route.c:
- Providee missing declaration for Route_Scan_Reload
- HP-UX 11 only. Latest in the saga of bug # 840615
-
- 2003-11-12 04:55 dts12
- * agent/mibgroup/mibII/: icmp.c, ip.c, tcpTable.c
- :
- Fix more HP-UX 11 specific bogus code.
- Tracking Bug #840615
-
- 2003-11-12 02:38 dts12
- * agent/mibgroup/mibII/tcp.c:
- Use correct variable for detecting which object is being processed.
- (HPUX-11 only - fixes bug #840615)
-
- 2003-11-10 14:39 hardaker
- * perl/AnyData_SNMP/Storage.pm:
- - (perl/AnyData_SNMP/Storage.pm): version tag ( 5.1.rc1 )
-
- 2003-11-10 14:39 hardaker
- * perl/ASN/ASN.pm:
- - (perl/ASN/ASN.pm): version tag ( 5.1.rc1 )
-
- 2003-11-10 14:39 hardaker
- * perl/OID/OID.pm:
- - (perl/OID/OID.pm): version tag ( 5.1.rc1 )
-
- 2003-11-10 14:39 hardaker
- * perl/default_store/default_store.pm:
- - (perl/default_store/default_store.pm): version tag ( 5.1.rc1 )
-
- 2003-11-10 14:38 hardaker
- * perl/agent/default_store/default_store.pm:
- - (perl/agent/default_store/default_store.pm): version tag ( 5.1.rc1 )
-
- 2003-11-10 14:38 hardaker
- * perl/agent/agent.pm:
- - (perl/agent/agent.pm): version tag ( 5.1.rc1 )
-
- 2003-11-10 14:38 hardaker
- * perl/SNMP/SNMP.pm:
- - (perl/SNMP/SNMP.pm): version tag ( 5.1.rc1 )
-
- 2003-11-10 14:38 hardaker
- * FAQ:
- - (FAQ): version tag ( 5.1.rc1 )
-
- 2003-11-10 14:38 hardaker
- * README:
- - (README): version tag ( 5.1.rc1 )
-
- 2003-11-10 14:38 hardaker
- * snmplib/snmp_version.c:
- - (snmplib/snmp_version.c): version tag ( 5.1.rc1 )
-
- 2003-11-10 14:28 hardaker
- * agent/Makefile.depend, agent/mibgroup/Makefile.depend
- , apps/Makefile.depend,
- apps/snmpnetstat/Makefile.depend, snmplib/Makefile.depend
- :
- make depend
-
- 2003-11-10 08:47 rstory
- * snmplib/system.c:
- don't double create temp directory
-
- 2003-11-10 08:46 rstory
- * win32/net-snmp/net-snmp-config.h:
- always use inline, now that it works (needed extern)
-
- 2003-11-07 16:34 rstory
- * local/mib2c-conf.d/: generic-data-allocate.m2i,
- generic-table-indexes-from-oid.m2i,
- generic-table-indexes-to-oid.m2i,
- mfd-access-unsorted-external-body.m2i,
- mfd-access-unsorted-external-interface.m2i, mfd-interface.m2c
- , mfd-top.m2c, node-set.m2i, parent-set.m2i
- :
- use DEBUGTRACE instead of hardcoded __FUNCTION__
-
- 2003-11-07 10:34 hardaker
- * local/mib2c:
- much better error message when a MIB node can't be found in the
- command line arguments
-
- 2003-11-07 10:27 hardaker
- * local/Version-Munge.pl:
- - fix sed script regexp for odd versions (pre2b, eg).
- - make -h actually print help.
-
- 2003-11-07 09:03 rstory
- * local/mib2c.array-user.conf:
- braces around var name
-
- 2003-11-06 20:46 rstory
- * win32/net-snmp/net-snmp-config.h:
- use inline to __inline from main net-snmp-config file; add extern to basic
- NETSNMP_INLINE def, per MS tech note 123768
-
- 2003-11-06 20:42 rstory
- * include/net-snmp/library/system.h,
- include/net-snmp/system/mingw32.h, snmplib/system.c:
- apply patch [ 828362 ] First pass at MinGW32
-
- 2003-11-06 20:29 rstory
- * snmplib/: system.c (V5-0-patches.2), system.c:
- apply patch [ 836162 ] 5.1pre3 win32 mkdirhier()
-
- 2003-11-06 20:00 rstory
- * win32/: encode_keychange/encode_keychange.dsp,
- libsnmp/libsnmp.dsp, libsnmp_dll/libsnmp.def,
- libsnmp_dll/libsnmp_dll.dsp, snmpbulkget/snmpbulkget.dsp
- , snmpbulkwalk/snmpbulkwalk.dsp, snmpd/snmpd.dsp,
- snmpdelta/snmpdelta.dsp, snmpdf/snmpdf.dsp,
- snmpdsdk/snmpd.dsp, snmpget/snmpget.dsp,
- snmpgetnext/snmpgetnext.dsp, snmpnetstat/snmpnetstat.dsp
- , snmpset/snmpset.dsp, snmpstatus/snmpstatus.dsp,
- snmptable/snmptable.dsp, snmptest/snmptest.dsp,
- snmptranslate/snmptranslate.dsp, snmptrap/snmptrap.dsp,
- snmptrapd/snmptrapd.dsp, snmpusm/snmpusm.dsp,
- snmpvacm/snmpvacm.dsp, snmpwalk/snmpwalk.dsp:
- apply patch [ 837633 ] 5.1pre3 win32 lib rename
-
- 2003-11-06 16:05 rstory
- * include/net-snmp/library/snmp_debug.h:
- restore accidentally deleted n in trace macro
-
- 2003-11-05 19:13 rstory
- * snmplib/snmp_client.c:
- comment for possible future optimization
-
- 2003-11-05 19:13 rstory
- * agent/mibgroup/util_funcs.c:
- apply spirit of patch 836721: use new tmp file pattern macro; use _open on
- windows; add err log & debug msg; include sys/stat.h iff exists
-
- 2003-11-05 19:05 rstory
- * win32/net-snmp/net-snmp-config.h:
- apply spirit of patch 836721: define HAVE_SYSTEM; add new tmp file pattern macro
-
- 2003-11-05 19:02 rstory
- * agent/mibgroup/utilities/execute.c:
- apply spirit of patch 836721 for run_shell_command: test for bad return codes
- from functions; don't touch out_len if output not set or out_len is null
-
- 2003-11-05 18:55 rstory
- * include/net-snmp/net-snmp-config.h.in:
- regenerate from aclocal.h, which reveals that we can't do an ifdef test
- to prevent redefining PACKAGE_* unless it is manually re-added each time
- this file is regenerated from acconfig.h. Blech.
-
- 2003-11-05 18:50 rstory
- * acconfig.h:
- add macro for temp file name (configure option tbd)
-
- 2003-11-05 18:14 rstory
- * README.win32:
- apply patch [ 833216 ] 5.1.pre3 Win32 compile patch
-
- 2003-11-05 18:13 rstory
- * configure:
- configure to match new config.in
-
- 2003-11-05 18:11 rstory
- * configure.in:
- include mibgroup utilities for mini-agent (run_shell_command for snmptrapd)
-
- 2003-11-05 09:36 rstory
- * local/mib2c-conf.d/: generic-ctx-copy.m2i,
- generic-ctx-get.m2i, generic-ctx-set.m2i,
- generic-data-context.m2i, generic-table-indexes-from-oid.m2i
- , generic-table-indexes-to-oid.m2i, mfd-interface.m2c