ChangeLog
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2891k
- 2002-08-01 01:11 dts12
- * README.win32:
- Minor typos, plus emphasise the need for the IpHlpAPI library.
-
- 2002-07-30 08:26 dts12
- * local/snmpconf.dir/snmp-data/output:
- Recognise '0' as a valid setting for suffixPrinting, and update the
- prompts to match the v5 output formats defaults. See Bug #567451
-
- 2002-07-30 07:59 dts12
- * apps/snmptable.c:
- First attempt at tackling Bug #574434
- Recognise that default output format is equivalent to -OS.
- Snmptable still crashes with -Of or -Ou, but at least the
- default invocation works.
-
- 2002-07-30 05:41 dts12
- * win32/libsnmp_dll/libsnmp.def:
- Export newly-defined public names, and re-export some routines that
- have changed name. This should now compile under Visual C++ again.
-
- 2002-07-30 02:27 dts12
- * agent/helpers/table_dataset.c:
- Don't remove a Row-Status auto-deleted row until the last minute,
- in case other (lower) handlers try to access it.
-
- 2002-07-30 01:38 dts12
- * FAQ (V4-2-patches.1), FAQ:
- Mention the need to escape quotes when querying string-indexed tables.
-
- 2002-07-29 23:56 rstory
- * include/net-snmp/agent/table_array.h:
- update register function name
-
- 2002-07-29 23:55 rstory
- * local/mib2c.array-user.conf:
- autogen example code for index checking in extract_index; update register
- function name; use container in *_get_by_idx()
-
- 2002-07-29 16:23 rstory
- * local/mib2c.array-user.conf:
- update for new struct name; add example code as comments instead of var_XXX
- and such; in a few important places add code which will allow a newly
- generated module to be compiled if -DTABLE_CONTAINER_TODO is specified;
- probably a few other tweaks I forgot
-
- 2002-07-29 03:06 dts12
- * agent/helpers/: table_array.c, table.c, table_data.c
- , table_dataset.c, table_iterator.c:
- Protect against deferencing NULL pointers.
- (Most of these Should Never Happen but You Can't Be Too Careful!)
-
- 2002-07-29 03:03 jbpn
- * agent/mibgroup/kernel_sunos5.c:
- - detect `dmfe' ethernet cards as found on Netra X1 machines.
- Thanks to John Olson for verifying this fix.
-
- Also note that `indent' has ----ed the formatting of this file
- beyond legibility in several places. I don't think we want to
- do *that* again.
-
- 2002-07-29 02:40 dts12
- * agent/helpers/table_dataset.c:
- Fuller validation of RowStatus values wrt row creation/existing rows.
-
- 2002-07-29 01:25 dts12
- * win32/: libsnmp/libsnmp.dsp, libsnmp_dll/libsnmp_dll.dsp
- , netsnmpmibs/netsnmpmibs.dsp:
- Take account of recent changes in library files.
- 'Release' applications still don't link properly, but at least
- the libraries compile, and the 'Debug' side seems to work.
-
- 2002-07-29 01:23 dts12
- * include/net-snmp/system/aix.h:
- Tweak inline handling for AIX - suggested by Andy Hood.
-
- 2002-07-26 10:52 rstory
- * snmplib/Makefile.in:
- remove autodependencies until portable solution can be found
-
- 2002-07-26 08:41 dts12
- * win32/: mib_module_config.h, mib_module_includes.h,
- mib_module_inits.h:
- Remove mention of the (obsolete) ucd-snmp/registry module.
-
- 2002-07-26 07:32 dts12
- * win32/net-snmp/net-snmp-config.h:
- Protect the Win32 version of the config file, so that the other header
- files recognise that it has indeed been included.
-
- 2002-07-26 07:24 dts12
- * FAQ (V4-2-patches.0), FAQ:
- A bit more detail on mib2c, plus the non-writeability of sys{Location,Contact}
-
- 2002-07-26 05:22 dts12
- * FAQ (V4-2-patches.9), FAQ:
- Another entry about invalid use of mib2c.
-
- 2002-07-26 05:16 dts12
- * snmplib/Makefile.in:
- Suppress the "non-standard" conditional construct,
- since it's not recognised by some versions of 'make'.
-
- 2002-07-25 05:00 dts12
- * agent/helpers/Makefile.in:
- Add the 'scalar' and 'watcher' helpers to the helper library.
-
- 2002-07-25 03:28 dts12
- * agent/helpers/watcher.c, include/net-snmp/agent/watcher.h
- :
- Support for watching a sysUpTime marker.
-
- 2002-07-25 03:24 dts12
- * agent/helpers/table_dataset.c,
- include/net-snmp/agent/table_dataset.h:
- New routine for retrieving a column value directly from a request structure.
-
- 2002-07-24 13:17 rstory
- * snmplib/default_store.c:
- check for setting same value in ds_set_string, since it frees the old
- value before duping the new one
-
- 2002-07-24 11:58 rstory
- * dist/snmpd-init.d:
- first stab at init.d startup script for snmpd
-
- 2002-07-24 06:48 dts12
- * agent/helpers/table_dataset.c:
- When running off the end of one column, and moving on to the next
- (in a GetNext), we need to start again with the first row.
- This is probably the intention of the conditional block at the start
- of this loop, but I can't see how this test could ever possibly match.
-
- Note that there is also a reference to the row data accessible via
- the 'request->parent_data' data list. This will also need to be
- rewound. Suggestions as to how best to do so gratefully received.
-
- 2002-07-24 06:39 dts12
- * agent/helpers/table_dataset.c:
- Use SNMPv2-style exceptions rather than the uninformative SNMPv1
- 'noSuchName' error for missing table objects.
-
- 2002-07-24 06:37 dts12
- * agent/helpers/table_data.c:
- Protect against the possibility of failing to extract a row structure.
-
- 2002-07-24 06:35 dts12
- * agent/helpers/table_data.c:
- Use SNMPv2-style exceptions rather than the uninformative SNMPv1
- 'noSuchName' error for missing table objects.
-
- 2002-07-24 06:32 dts12
- * agent/helpers/table.c:
- Use SNMPv2-style exceptions rather than the uninformative SNMPv1
- 'noSuchName' error for invalid table objects.
-
- 2002-07-23 14:59 rstory
- * include/net-snmp/library/snmp_assert.h:
- missing comment terminator.:-(
-
- 2002-07-23 12:02 rstory
- * agent/object_monitor.c, agent/snmp_agent.c,
- agent/helpers/table.c, agent/helpers/table_array.c,
- snmplib/container_binary_array.c:
- use new netsnmp_assert instead of assert
-
- 2002-07-23 12:00 rstory
- * include/net-snmp/library/snmp_assert.h, snmplib/Makefile.in
- :
- add new netsnmp_assert, which defaults to logging a message
-
- 2002-07-23 07:43 dts12
- * man/: mib_api.3 (V4-2-patches.3), mib_api.3.def:
- Fix the descriptions of the 'sprint_realloc' calls, to include the 'allow_realloc' parameter.
-
- 2002-07-22 10:58 rstory
- * dist/: net-snmp.spec, nsb-functions:
- new (almost empty) spec file; start creating functions for automated builds
-
- 2002-07-22 01:46 dts12
- * agent/helpers/watcher.c, include/net-snmp/agent/watcher.h
- :
- A more generalised form of the 'ns_register_{type}_instance' routines,
- implemented as a separate helper module, and useable with both the
- instance and scalar helpers.
- This also supports arbitrary ASN types (including strings and OIDs).
-
- 2002-07-22 01:43 dts12
- * agent/helpers/scalar1.c, agent/helpers/scalar2.c,
- include/net-snmp/agent/scalar.h:
- Agent helper module for support of scalar objects.
- Very similar to the "instance" helper, except that this deals with
- invalid instance subidentifiers as well (reporting noSuchInstance
- rather that noSuchObject).
-
- There are two parallel implementations as the moment:
- - scalar1 is essentially an enhanced copy of the instance helper,
- but is completely independent of it.
- - scalar2 sits above the instance helper, and uses that to do most
- of the real processing.
- Scalar1 is probably slightly more efficient, while scalar2 feels more
- in keeping with the general ethos of the handler mechanism.
- We probably need to decide which to adopt, and junk the other.
-
- 2002-07-19 14:24 rstory
- * agent/mibgroup/agentx/master.c:
- use net agentx retires/timeout ds values
-
- 2002-07-19 14:22 rstory
- * agent/mibgroup/agentx/agentx_config.c:
- register parser for agentxTimeout and agentxRetries tokens
-
- 2002-07-19 14:15 rstory
- * agent/mibgroup/Makefile.depend:
- remove refs to non-existent nstAgent* files
-
- 2002-07-19 14:14 rstory
- * agent/snmpd.c:
- move ONE_SEC to definitions.h; add AGENTX_TIMEOUT and AGENTX_RETRIES defaults
-
- 2002-07-19 14:10 rstory
- * include/net-snmp/agent/ds_agent.h:
- add AGENTX_TIMEOUT and AGENTX_RETRIES
-
- 2002-07-19 14:10 rstory
- * include/net-snmp/definitions.h:
- move definition of ONE_SEC here from snmpd.c
-
- 2002-07-19 11:23 rstory
- * snmplib/container.c:
- pass local obj, not random unitialized pointer.:-(
-
- 2002-07-19 04:04 dts12
- * include/net-snmp/library/tools.h:
- Handle systems where MAXPATHLEN isn't defined.
-
- 2002-07-19 03:31 dts12
- * agent/mibgroup/host/hr_filesys.c:
- Use the "system-independent" SNMP_MAXPATH length definition instead of MAXPATHLEN
-
- 2002-07-18 22:00 rstory
- * agent/Makefile.depend:
- remove refs to nonexistent mibgroup/nstAgentModuleObject.h
-
- 2002-07-18 19:44 hardaker
- * FAQ, README, sedscript.in, perl/SNMP/SNMP.pm
- , snmplib/snmp_version.c:
- - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.2 )
-
- 2002-07-18 19:43 hardaker
- * ChangeLog:
- update for 5.0.2
-
- 2002-07-18 19:41 hardaker
- * testing/eval_tools.sh:
- minor patch for non-existent (died) log files.
-
- 2002-07-18 19:41 hardaker
- * agent/Makefile.depend, agent/helpers/Makefile.depend,
- agent/mibgroup/Makefile.depend, apps/Makefile.depend,
- apps/snmpnetstat/Makefile.depend, snmplib/Makefile.depend
- :
- make depend
-
- 2002-07-18 19:40 hardaker
- * NEWS:
- update for 5.0.2
-
- 2002-07-18 19:40 hardaker
- * Makefile.rules:
- make depend fixes.
-
- 2002-07-18 18:57 hardaker
- * agent/mibgroup/Rmon/: alarm.c, event.c:
- make the rmon code compile.
- - new subtree pointer structure.
- - sprint_objid -> snprint_objid
-
- 2002-07-18 18:32 hardaker
- * Makefile.in:
- silence perl subdirectory build commands.
-
- 2002-07-18 18:31 hardaker
- * perl/AnyData_SNMP/netsh:
- - Use netsh -t -d xml to get xml output from netsh.
- (Ok, I'm sitting here at an IETF conference having an argument about
- xml vs BER and needed a XML(-like) example of a huge data set, so I
- made netsh do it.)
-
- 2002-07-18 17:54 hardaker
- * perl/AnyData_SNMP/Storage.pm:
- - initial support for doing requests from multiple hosts (retrieval, not sets)
-
- 2002-07-18 17:50 hardaker
- * perl/AnyData_SNMP/netsh:
- more fixes to still ugly colorized text (well, the text is pretty but
- the support is ugly).
-
- 2002-07-18 17:42 hardaker
- * include/net-snmp/library/container.h:
- change text string error to match function name called.
-
- 2002-07-18 15:31 rstory
- * include/net-snmp/library/container.h, snmplib/container.c
- , snmplib/container_binary_array.c:
- rename free -> cfree to avoid some problem wes had... ;-)
-
- 2002-07-18 14:41 rstory
- * snmplib/mib.c:
- two people fixing memory leak in different places = segfault
-
- 2002-07-18 11:02 rstory
- * local/mib2c.array-user.conf:
- $name -> $i
-
- 2002-07-18 10:56 rstory
- * agent/object_monitor.c,
- include/net-snmp/agent/object_monitor.h:
- update to use containers
-
- 2002-07-18 09:40 rstory
- * net-snmp-config.in:
- add --debug-tokens, --indent-options
-
- 2002-07-18 09:18 dts12
- * include/net-snmp/agent/auto_nlist.h, snmplib/snmp-tc.c
- , include/net-snmp/system/irix.h:
- Apply patch from Bug #582347, for Irix 6.5 support.
- Submitted by Jan Yenya Kasprzak
-
- 2002-07-18 09:12 dts12
- * man/: snmptrapd.8 (V4-2-patches.5), snmptrapd.8.def:
- Fix markup problem on snmptrapd man page (Bug #583329)
-
- 2002-07-18 09:10 dts12
- * snmplib/snmp-tc.c:
- The fix for the tm_gmtoff problem on AIX (Bug #565769) also applies to AIX 5
-
- 2002-07-18 09:06 dts12
- * apps/: encode_keychange.c (V4-2-patches.1), encode_keychange.c
- :
- Fix off-by-one buffer overflow (patch #577261)
-
- 2002-07-18 08:51 dts12
- * local/mib2c.array-user.conf:
- Generate one code-file per table (to match the header structure).
- My apologies if this isn't correct, Robert - but the previous behaviour
- seemed to be broken.
-
- 2002-07-18 08:37 dts12
- * local/mib2c.old-api.conf:
- Tackle some of the immediate deficiencies in the first draft old-api config.
- (Now that Wes has pointed me in the direction of the documentation!)
-
- 2002-07-18 08:22 dts12
- * local/mib2c:
- Fix the 'decl' substitution handling (so it doesn't include the internal token as well).
-
- 2002-07-18 07:18 dts12
- * local/mib2c.scalar.conf:
- Provide the missing parameter in a read_only instance registration.
-
- 2002-07-18 07:09 dts12
- * agent/helpers/instance.c, include/net-snmp/agent/instance.h
- :
- Bring the 'read_only_int' instance handler in line with the rest of
- the convenience instance handlers.
- (and even break the habit of a lifetime and declare the thing....)
-
- 2002-07-18 05:48 hardaker
- * agent/helpers/table_iterator.c:
- fix another memory leak due to an improper ifdefed out section of code
-
- 2002-07-18 04:45 hardaker
- * snmplib/scapi.c:
- I'm beginning to regret ever running indent on the code base...
-
- 2002-07-17 15:43 hardaker
- * local/: Makefile.in, mib2c.conf:
- document and install mib2c.old-api.conf
-
- 2002-07-17 13:07 rstory
- * agent/mibgroup/disman/mteTriggerTable.c:
- fix segfault (possibly creating memory leak); author needs to examine code
-
- 2002-07-17 07:41 dts12
- * local/: mib2c.array-user.conf, mib2c.conf,
- mib2c.create-dataset.conf, mib2c.int_watch.conf,
- mib2c.iterate.conf, mib2c.scalar.conf:
- Dave's being unreasonably picky about grammar & spelling again.
- Just ignore him, and he'll go away.....
-
- 2002-07-17 07:20 dts12
- * local/mib2c.old-api.conf:
- Initial support for the old 4x-style agent API using the new version of mib2c.
- It doesn't handle types properly, and I'm sure I'll have buggered up some of
- the control structure handling, but it seems to generate something that's
- pretty close to the old output. It's better than nothing.....
-
- 2002-07-16 22:40 rstory
- * include/net-snmp/library/container.h, snmplib/container.c
- :
- restore inline functions (sigh. I feel like I'm playing ring-around-the-rosie)
-
- 2002-07-16 21:58 rstory
- * agent/helpers/table_array.c,
- include/net-snmp/agent/table_array.h,
- local/mib2c.array-user.conf:
- rename some struct members to make code easier to read; a bit of re-ordering
- in the set code; new flags for new and deleted rows; row deletes now
- actualy work!
-
- 2002-07-16 19:32 rstory
- * include/net-snmp/library/container.h, snmplib/container.c
- :
- change complex macros into functions. would be nice if C had inline.
-
- 2002-07-16 18:07 rstory
- * include/net-snmp/types.h:
- umm, try using correct define.:-/
-
- 2002-07-16 18:05 rstory
- * include/net-snmp/types.h:
- test that net-snmp-config.h has been included, instead of actually including it..
- (shouldn't this really be in all the header files?)
-
- 2002-07-16 12:14 rstory
- * local/mib2c.array-user.conf:
- update for containers
-
- 2002-07-16 11:20 rstory
- * snmplib/snmpTCPIPv6Domain.c:
- fix compiler warning
-
- 2002-07-16 11:16 rstory
- * apps/snmpnetstat/Makefile.depend:
- remove oid_array related dependencies (grumble grumble)
-
- 2002-07-16 11:14 rstory
- * apps/Makefile.depend:
- remove oid_array related dependencies
-
- 2002-07-16 11:02 rstory
- * agent/: Makefile.depend, mibgroup/Makefile.depend:
- remove oid_array related dependencies
-
- 2002-07-16 10:52 rstory
- * snmplib/Makefile.depend, agent/helpers/Makefile.depend
- :
- remove oid_array related dependencies
-
- 2002-07-16 10:50 rstory
- * snmplib/Makefile.in:
- remove factory.c
-
- 2002-07-16 10:29 rstory
- * snmplib/snmp_api.c:
- add netsnmp_container_init_list() in startup inits
-
- 2002-07-16 10:21 rstory
- * include/net-snmp/library/oid_array.h, snmplib/oid_array.c
- :
- remove unused files
-
- 2002-07-16 10:21 rstory
- * include/net-snmp/library/container.h, snmplib/container.c
- :
- chg param type from void* to struct *
-
- 2002-07-16 10:03 rstory
- * snmplib/Makefile.in:
- remove recently deleted oid_array.h; add factory, binary array .[ch]; derive
- OBJS and LOBJS from CSRCS; add (optional) auto dependency generation
-
- 2002-07-16 09:53 rstory
- * include/net-snmp/mib_api.h:
- remove recently deleted oid_array.h
-
- 2002-07-16 09:52 rstory
- * agent/mibgroup/ucd-snmp/extensible.h:
- struct subtree -> netsnmp_subtree
-
- 2002-07-16 09:46 rstory
- * agent/helpers/table_array.c,
- include/net-snmp/agent/table_array.h:
- remove last remaining refs to now defunct oid_array
-
- 2002-07-16 09:40 rstory
- * include/net-snmp/library/container_binary_array.h,
- snmplib/container_binary_array.c:
- generic binary array container extracted from oid_array
-
- 2002-07-16 09:40 rstory
- * include/net-snmp/types.h:
- include net-snmp-config.h; new typedef struct netsnmp_index (oid ptr + len)
-
- 2002-07-16 09:38 rstory
- * agent/helpers/table_array.c,
- include/net-snmp/agent/table_array.h:
- use generic container interface; use new netsnmp_index instead of
- oid_array_header; rename array_group -> request_group
-
- 2002-07-16 09:34 rstory
- * include/net-snmp/library/container.h, snmplib/container.c
- :
- add iterators; more function typedefs; rename some func ptrs, add find_next,
- get_subset, get_iterator, for_each, ncompare; add ability to have nested
- containers; more utility routines; convenience marcros; start adding comments
-
- 2002-07-16 09:29 rstory
- * include/net-snmp/library/factory.h:
- declarations for a generic factory
-
- 2002-07-16 08:48 dts12
- * agent/mibgroup/ucd-snmp/: memory_dynix.c, memory_hpux.c
- , vmstat_dynix.c, vmstat_hpux.c:
- Apply patch from bug report 581618 (also applicable to dynix)
- Provided by Nicholas L. Nigay
-
- 2002-07-16 06:54 hardaker
- * perl/: ASN/ASN.pm, OID/OID.pm, agent/agent.pm,
- agent/default_store/default_store.pm,
- default_store/default_store.pm:
- remove "our" problem and use older "use vars" instead for older perl.
- (this should make it work with perl 5.005. Could some one test this
- for me?)
-
- 2002-07-15 06:45 jbpn
- * agent/mibgroup/agentx/master.c:
- - names of netsnmp_subtree elements changed
-
- 2002-07-15 06:42 jbpn
- * agent/mibgroup/ucd-snmp/extensible.c:
- - struct subtree renamed to netsnmp_subtree
-
- 2002-07-15 05:25 hardaker
- * perl/AnyData_SNMP/netsh:
- Some really nasty hacks to get colorized tables to work.
-
- 2002-07-14 20:51 hardaker
- * perl/SNMP/t/: bulkwalk.t, mib.t:
- comment out broken tests for now (XXX marked)
-
- 2002-07-14 20:50 hardaker
- * perl/SNMP/SNMP.xs:
- fix getbulk.
-
- 2002-07-14 20:20 hardaker
- * agent/agent_handler.c,
- include/net-snmp/agent/agent_handler.h:
- A new function to call a sub-handler but passing it only one request to handle.
-
- 2002-07-10 21:21 rstory
- * win32/: config.h, net-snmp/net-snmp-config.h:
- define LOG_DAEMON, since windows doesn't have it
-
- 2002-07-10 21:07 rstory
- * win32/: config.h, net-snmp/net-snmp-config.h:
- remove define of in_addr_t, which can be found in net-snmp/types.h
-
- 2002-07-10 02:36 jbpn
- * agent/agent_handler.c:
- - struct subtree renamed to netsnmp_subtree
-
- 2002-07-10 02:35 jbpn
- * agent/agent_index.c:
- - don't use 0 in %p format specifiers
-
- 2002-07-10 02:34 jbpn
- * agent/snmp_agent.c:
- - struct subtree renamed to netsnmp_subtree
- - fix some horrible indent broken formatting
-
- 2002-07-10 02:33 jbpn
- * agent/snmp_vars.c:
- - struct subtree renamed to netsnmp_subtree
- - remove some obsolete variables
-
- 2002-07-10 02:33 jbpn
- * agent/mibgroup/mibII/vacm_vars.c:
- - reflect changed function names from agent_registry
-
- 2002-07-10 02:32 jbpn
- * agent/mibgroup/agent/nsModuleTable.c:
- - changes due to renaming of struct subtree to netsnmp_subtree
- - NOTE MEMORY LEAK (which I can't see how to fix -- new agent API
- experts please examine)
-
- 2002-07-10 02:29 jbpn
- * agent/agent_registry.c:
- - struct subtree renamed to netsnmp_subtree
- - name, start, end members are now dynamically allocated to reduce
- wasted memory (by a factor of 5 or so)
- - functions are renamed consistently
-
- 2002-07-10 02:20 jbpn
- * include/net-snmp/agent/: agent_registry.h,
- net-snmp-agent-includes.h, snmp_agent.h, snmp_vars.h
- , var_struct.h:
- - struct subtree renamed to netsnmp_subtree
-
- 2002-07-09 06:02 jbpn
- * agent/mibgroup/agentx/master_admin.c:
- - free cache_id storage when closing session
-
- 2002-07-09 05:56 jbpn
- * snmplib/snmp_api.c:
- - just call netsnmp_ds_shutdown() once in snmp_shutdown()
-
- 2002-07-09 04:15 jbpn
- * snmplib/mib.c:
- - fix memory leak in netsnmp_fixup_mib_directory()
-
- 2002-07-09 03:14 jbpn
- * agent/snmpd.c:
- - add a cast to quell compiler warning
-
- 2002-07-08 22:09 rstory
- * agent/mibgroup/util_funcs.h:
- extern C for C++ compiles
-
- 2002-07-08 07:21 jbpn
- * include/net-snmp/agent/snmp_vars.h:
- - remove obsolete function prototypes
-
- 2002-07-07 19:45 rstory
- * local/mib2c.array-user.conf:
- update to use containers
-
- 2002-07-07 19:38 rstory
- * include/net-snmp/library/oid_array.h:
- fix typo
-
- 2002-07-07 19:37 rstory
- * agent/mibgroup/ucd-snmp/: disk.c, proc.c:
- fix compiler warning
-
- 2002-07-07 19:33 rstory
- * agent/mibgroup/: agent/nsModuleTable.c,
- agent/nsTransactionTable.c, host/hr_swinst.c:
- fix compiler warning
-
- 2002-07-07 19:03 rstory
- * snmplib/snmpUDPIPv6Domain.c:
- remove unused vars
-
- 2002-07-07 19:00 rstory
- * snmplib/oid_stash.c:
- fix compiler warnings
-
- 2002-07-07 18:53 rstory
- * snmplib/asn1.c:
- fix compiler warnings
-
- 2002-07-07 18:50 rstory
- * include/net-snmp/library/snmp_api.h, snmplib/snmp_api.c
- :
- make param const; fix compile const warning
-
- 2002-07-07 18:27 rstory
- * snmplib/mib.c:
- fix compiler warning; fix memory leak; prep a few comments for indent
-
- 2002-07-06 14:11 hardaker
- * README, sedscript.in, snmplib/snmp_version.c,
- FAQ, perl/SNMP/SNMP.pm:
- - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.2.pre1 )
-
- 2002-07-06 14:10 hardaker
- * doxygen.conf:
- change project version to 5.0.2
-
- 2002-07-06 14:09 hardaker
- * perl/SNMP/Makefile.PL:
- snmptrapd is actually built in the apps directory, not the agent directory.
-
- 2002-07-05 11:55 rstory
- * local/mib2c:
- clarify directions for obtaining perl/SNMP module.
-
- 2002-07-05 05:18 jbpn
- * agent/mibgroup/agentx/client.c:
- - I must not check in code without compiling it
- - I must not check in code without compiling it
- - I must not check in code without compiling it
- - I must not check in code without compiling it
- - ...
-
- 2002-07-05 03:23 jbpn
- * agent/mibgroup/: agentx/client.c, mibII/system_mib.c:
- - sysObjectID was being returned minus its last sub-identifier because
- the length variable had not been updated to reflect the fact that it
- is now longer. Code changed to use sizeof() instead, so this won't
- happen again. Reported by Stian Soiland (bug #577439).
-
- 2002-07-04 10:13 rstory
- * snmplib/read_config.c:
- ucd-snmp -> net-snmp
-
- 2002-07-04 07:06 jbpn
- * snmplib/snmp_api.c:
- - modified handling of opaque pointer for stream-based transports to
- avoid both multiple free() problem and unnecessary copying.
-
- 2002-07-04 06:00 dts12
- * man/snmpd.conf.5.def, agent/mibgroup/host/hr_storage.c
- (V4-2-patches.[5,9]), man/snmpd.conf.5.def,
- agent/mibgroup/host/hr_storage.c:
- Apply Johannes Schmidt-Fischer's NetworkDisk patch #554554
-
- 2002-07-04 05:56 dts12
- * agent/mibgroup/host/: hr_filesys.c, hr_filesys.h
- (V4-2-patches.[5,1]), hr_filesys.c, hr_filesys.h:
- Apply Johannes Schmidt-Fischer's NFS filesystem patch #554553
- (simplified to avoid the re-indentation - which makes it easier to see
- what's changed. The whole HostRes group needs cleaning up anyway!)
-
- 2002-07-04 05:52 dts12
- * snmplib/snmp_api.c:
- Ensure transport opaque data isn't multiply assigned
- (and hence multiply freed) for stream-based transports.
- Datagram-based transports don't suffer from this problem.
- Based on Patch 573771
-
- 2002-07-03 16:28 rstory
- * agent/mibgroup/mibII/vacm_vars.c:
- be precise about what file needs to be configured for access control
-
- 2002-07-03 14:13 rstory
- * local/mib2c.conf:
- fix minor grammar errors; add descr for mib2c.array-user; add section header
- for generating header definition files
-
- 2002-07-03 13:11 rstory
- * include/net-snmp/: types.h, library/system.h:
- move include for in_addr_t to net-snmp/types.h, where in_addr_t is defined
- for systems w/out netinet/in.h
-
- 2002-07-03 12:51 rstory
- * local/mib2c.scalar.conf:
- more tweaks noticed on the mailing list
-
- 2002-07-03 08:23 hardaker
- * perl/agent/test.pl:
- make test cleanups test.pl
-
- 2002-07-03 03:42 dts12
- * agent/mibgroup/: util_funcs.c (V4-2-patches.1), util_funcs.c
- :
- Shut the agent down cleanly before restarting.
- This closes any SNMP/AgentX ports as well.
-
- 2002-07-03 03:26 dts12
- * agent/mibgroup/util_funcs.c:
- OID sub-identifiers are unsigned, so treating them as signed can
- give the wrong results with large values.
-
- 2002-07-03 03:20 dts12
- * snmplib/system.h (V4-2-patches.5),
- include/net-snmp/library/system.h:
- Ensure in_addr_t is defined.
-
- 2002-07-03 02:34 dts12
- * acconfig.h, configure, configure.in,
- include/net-snmp/net-snmp-config.h.in:
- Testing for <sys/disklabel.h> requires <machine/types.h> on NetBSD 1.5.
- Reported by Felicia Neff.
- (Apparently from the NetBSD bug database - why they didn't tell us about
- it is a mystery to me....)
-
- 2002-07-03 02:19 dts12
- * configure.in:
- Fix the default value for sysObjectID as reported in the configure --help output.
- (The actual value used is correct - it's just the help output that's wrong).
- Spotted by Sandhya Satyanarayan.
-
- 2002-07-02 23:15 hardaker
- * local/mib2c.conf:
- update text for various .conf files
-
- 2002-07-02 13:46 rstory
- * local/mib2c.scalar.conf:
- fixes noted on the mailing list by Patrice Kadionik <kadionik@enseirb.fr>
-
- 2002-07-02 02:39 dts12
- * perl/SNMP/Makefile.PL:
- Add the 'snmpd' and 'snmptrapd' binary names to the appropriate paths
- when setting up the testing framework.
-
- 2002-07-01 07:53 dts12
- * snmplib/: asn1.c (V4-2-patches.8), asn1.c:
- Encode/Decode OIDs of the form 2.X (X > 40) correctly.
-
- 2002-07-01 02:40 jbpn
- * configure, configure.in:
- - fix horrible formatting in help for transports
-
- 2002-07-01 02:23 dts12
- * sedscript.in:
- Pick up the changed definition for the root of the UCD extensible agent tables
- (so that the EXAMPLE.conf file gets set up with the correct numeric OIDs)
-
- 2002-06-28 06:46 jbpn
- * snmplib/snmpTCPDomain.c:
- - remove transport specifier and port number from strings returned
- from snmp_tcp_fmtaddr() which break tcp_wrappers (and perhaps
- other things).
-
- 2002-06-28 04:41 dts12
- * perl/agent/test.pl:
- Update default store retrieval functions to use the correct name.
-
- Note that this test script appears to include two infinite loops.
- I'm not clear how this is expected to run successfully ?
-
- 2002-06-28 04:39 dts12
- * perl/agent/agent.xs:
- Remove reference to non-existent degugging function.
-
- 2002-06-28 04:37 dts12
- * perl/manager/: Makefile.PL, displaytable.pm,
- getValues.pm, manager.pm, snmptosql:
- Bring perl 'manager' module under the NetSNMP banner
- (both in terms of module group name, and references to 'ucd-snmp').
- Remove some UCD-specific settings.
-
- Note that snmptosql still refers explicitly to Wes' UCD email address,
- and manager.pm to Wes' UCD filestore path. The relevant lines have
- been highlighted, to encourage anyone wishing to use this to change them.
-
- 2002-06-28 04:12 dts12
- * perl/: AnyData_SNMP/Makefile.PL, OID/Makefile.PL,
- SNMP/Makefile.PL, agent/Makefile.PL,
- manager/Makefile.PL:
- Remove checking for "internal" prerequisites, so that "perl Makefile.PL"
- at the top level will work - even on a pristine system.
-
- Qn:
- Is it necessary/desirable to separate the NetSNMP modules to this extent?
- Would it not be simpler to have all of the main .pm/.xs files in a single
- NetSNMP directory, and compile/install them all from there?
-
- 2002-06-28 01:45 dts12
- * configure, configure.in:
- Check for --with-enterprise (et al) being invoked without a value, and bomb out.
-
- 2002-06-27 21:43 rstory
- * README.solaris:
- new README detainling the use of SFIO to circumvent the 255 fd limit on
- solaris.
-
- 2002-06-27 11:09 rstory
- * agent/helpers/table_array.c,
- include/net-snmp/agent/table_array.h:
- remove changing array; add netsnmp_table_array_remove_row()
-
- 2002-06-27 04:15 dts12
- * Makefile.rules:
- Some versions of 'makedepend' (e.g. RedHat 7.1), can't handle "-osuffix"
- as a single option. All versions seem happy with "-o suffix" so use that.
-
- 2002-06-27 03:31 dts12
- * snmplib/mib.c:
- Use ENV_SEPARATOR_CHAR rather than hardwiring ':' in netsnmp_set_mib_directory
- (as suggested by Robert)
-
- 2002-06-27 03:22 jbpn
- * snmplib/snmpUDPDomain.c:
- - remove transport specifier and port number from strings returned
- from snmp_udp_fmtaddr() which break tcp_wrappers (and perhaps
- other things).
-
- 2002-06-27 03:09 dts12
- * agent/mibgroup/mibII/: snmp_mib.c (V4-2-patches.2), snmp_mib.c
- :
- Validate new snmpEnableAuthenTraps value before trying to use it.
- Spotted & fixed by Shantha Kumara
-
- 2002-06-25 14:09 rstory
- * apps/snmpset.c:
- add APPTOPS (-Cq) for suppressing output of set results on success
-
- 2002-06-25 09:28 dts12
- * agent/mibgroup/ucd-snmp/proc.c:
- Apply patch #559848 to use the /proc pseudo-filesystem under Linux
- (rather than parsing the output of ps)
-
- 2002-06-25 08:59 dts12
- * snmplib/snmp-tc.c:
- Check for 'aix4' (which is the token defined in the system header file)
- rather than 'aix'. See bug #565769
-
- 2002-06-25 08:31 dts12
- * agent/mibgroup/util_funcs.c:
- Treat '0' as an invalid index for a "simple table".
-
- 2002-06-25 07:36 hardaker
- * local/snmpconf.dir/snmpd-data/system:
- document read-only nature of sysContact.0 and sysLocation.0
- configuration tokens.
-
- 2002-06-25 06:40 jbpn
- * man/: Makefile.in, default_store.3.bot,
- default_store.3.top:
- - add netsnmp_ prefix to default_store functions
-
- - clean up manpage a bit
-
- - fix breakage in generation of default_store.3.h due to auto-indentation
- of default_store.h
-
- 2002-06-25 02:55 jbpn
- * EXAMPLE.conf.def (V4-2-patches.3), EXAMPLE.conf.def:
- - mention that setting sysLocation et al. in snmpd.conf makes them
- read-only
-
- - also change syntax of all example command line tools to use newer
- -c COMMUNITY syntax not positional parameter
-
- 2002-06-24 08:03 hardaker
- * agent/mibgroup/ucd-snmp/vmstat.c:
- make buffer size increase note a debug statement rather than a generic
- log statement.
-
- 2002-06-23 18:40 driehuis
- * perl/SNMP/SNMP.xs:
- Handle COUNTER64 in __translate_asn_type.
-
- 2002-06-23 16:03 hardaker
- * perl/AnyData_SNMP/netsh:
- documentation for the script and the language it houses.
- (man page auto-generated from the contained pod documentation)
-
- 2002-06-23 15:03 hardaker
- * perl/SNMP/README:
- update to reference top level Makefile.PL
-
- 2002-06-23 14:51 hardaker
- * perl/SNMP/: SNMP.xs (V4-2-patches.1), SNMP.xs:
- fix reported by Willem Dekker for Windows. Bug #543194 fixed.
-
- 2002-06-22 08:37 hardaker
- * README.snmpv3:
- update for recent methodologies
-
- 2002-06-21 16:07 rstory
- * snmplib/mib.c:
- final (hopefully!) fix for parsing ip addresses from
- "Fco. Javier Ridruejo" <acbripef@si.ehu.es>
-
- 2002-06-19 14:38 hardaker
- * man/: netsnmp_agent.3, netsnmp_bulk_to_next.3,
- netsnmp_debug.3, netsnmp_handler.3, netsnmp_instance.3
- , netsnmp_multiplexer.3, netsnmp_old_api.3,
- netsnmp_read_only.3, netsnmp_serialize.3,
- netsnmp_table.3, netsnmp_table_array.3,
- netsnmp_table_data.3, netsnmp_table_dataset.3,
- netsnmp_table_iterator.3, netsnmp_todo.3:
- update from doxygen
-
- 2002-06-19 11:50 hardaker
- * local/: mib2c.int_watch.conf, mib2c.scalar.conf:
- scalar mib2c configuration files for generating scalar code.
-
- 2002-06-19 11:43 hardaker
- * agent/mibgroup/examples/scalar_int.c:
- clean up multi-line commend which was messed up by indent.
-
- 2002-06-19 11:42 hardaker
- * perl/AnyData_SNMP/netsh:
- - add support for prompting of unknown parameters to aliases.
- - misc other improvements (like "rehash")
-
- 2002-06-19 11:38 hardaker
- * net-snmp-config.in:
- fix for new default store API
-
- 2002-06-19 11:29 hardaker
- * perl/: Makefile.PL, Makefile.makefiles,
- Makefile.subs.pl, make-perl-makefiles, ASN/Makefile.PL
- , OID/Makefile.PL, SNMP/Makefile.PL,
- agent/Makefile.PL, agent/default_store/Makefile.PL,
- default_store/Makefile.PL:
- ARGGGGGG
- I love perl.
- I hate perl's make system.
- I hate the fact that perl segfaults if GetOptions() is called more
- than once.
- sigh.
- This hopefully will fix the perl module build routines so it at least
- works (but it's still ugly and could use more cleaning).
-
- 2002-06-19 07:45 rstory
- * agent/snmp_agent.c:
- fix infinte loop and add debug in remove_delegated
-
- 2002-06-18 07:37 hardaker
- * agent/mibgroup/agentx/master_admin.c:
- NULL the priv pointer on session duplication. thanks to rezitoz
-
- 2002-06-17 06:23 hardaker
- * README:
- Changed Katsuhisa's email address, on request
-
- 2002-06-14 07:44 hardaker
- * agent/helpers/table_iterator.c:
- Patch #569021: from Lauri Myllari
- - fix memory leak in the table iterator support.
-
- 2002-06-14 07:02 hardaker
- * snmplib/snmp_api.c:
- Applied patch #569020 from rezitoz on IRC to fix non-initialized variable
-
- 2002-06-14 03:57 dts12
- * agent/mibgroup/Rmon/alarm.c:
- Add (null) context, to bring into line with the v5 registry APIs.
- Fixes bug 568580.
-
- 2002-06-14 02:27 dts12
- * aclocal.m4, configure:
- Use matching ' and " quotes for AIX configure test.
- Mentioned in passing in bug 565769.
-
- 2002-06-13 14:32 hardaker
- * perl/SNMP/t/conf.t:
- fix default_store routines
-
- 2002-06-12 06:43 dts12
- * win32/net-snmp/net-snmp-config.h:
- Bring Windows OID usage into line with the main config file settings.
-
- 2002-06-12 06:37 dts12
- * acconfig.h, include/net-snmp/net-snmp-config.h.in:
- Correct the default Enterprise OID used in traps, to avoid a repeated 0
- subidentifier. (Fixes bug #566917)
-
- 2002-06-12 05:14 dts12
- * snmplib/snmp_api.c:
- Define 'length' as a signed variable, so it can handle an error value of -1.
- Reported by Joakim Althini.
-
- 2002-06-12 03:11 dts12
- * snmplib/read_config.c:
- Make sure the address of the next link is properly saved, before freeing memory.
- Problem discovered by Hugo Cacote.
-
- 2002-06-12 02:15 dts12
- * include/net-snmp/: agent/agent_index.h, agent/agent_trap.h
- , agent/all_helpers.h, agent/auto_nlist.h,
- agent/bulk_to_next.h, agent/debug_handler.h,
- agent/mib_modules.h, agent/multiplexer.h, agent/null.h
- , agent/old_api.h, agent/read_only.h,
- agent/serialize.h, agent/set_helper.h,
- library/cmu_compat.h, library/snmpAAL5PVCDomain.h,
- library/snmpCallbackDomain.h, library/snmpIPXDomain.h,
- library/snmpTCPDomain.h, library/snmpTCPIPv6Domain.h,
- library/snmpUDPDomain.h, library/snmpUDPIPv6Domain.h,
- library/snmpUnixDomain.h, library/snmp_parse_args.h,
- library/snmp_secmod.h, library/transform_oids.h,
- library/ucd_compat.h:
- Supply missing #ifndef/#define/#endif and extern "C" {} wrappers
-
- 2002-06-11 17:56 rstory
- * snmplib/mib.c:
- remove spurious printf to stderr
-
- 2002-06-11 14:21 rstory
- * include/net-snmp/types.h:
- add extern "C"; add void_array struct
-
- 2002-06-11 14:20 rstory
- * agent/helpers/table_array.c:
- remove tsearch; use new container instead
-
- 2002-06-11 14:19 rstory
- * include/net-snmp/agent/table_array.h:
- use container for secondary index
-
- 2002-06-11 14:17 rstory
- * snmplib/Makefile.in:
- add container to headers; add container.c
-
- 2002-06-11 14:17 rstory
- * snmplib/container.c:
- init functions for basic/sorted container
-
- 2002-06-11 14:15 rstory
- * include/net-snmp/library/container.h:
- more methods for basic container; add sorted (will probably rename) conatiner
-
- 2002-06-11 12:22 rstory
- * include/net-snmp/agent/instance.h:
- protect against multiple includes; add extern "C" for __cplusplus
-
- 2002-06-11 11:11 hardaker
- * perl/AnyData_SNMP/: INSTALL, Makefile.PL, README
- , netsh, snmpsh:
- renamed snmpsh to netsh, as I like the name better and it appeals to a
- wider number of people.
-
- 2002-06-10 09:53 rstory
- * agent/snmp_agent.c:
- when deleting an asp pointer, make sure it isn't in the delegated list
-
- 2002-06-10 08:46 rstory
- * snmplib/mib.c:
- fix parse_one_oid_index to allow too short IP address when complete is
- specified; add netsnmp_oid2chars & netsnmp_oid2str
-
- 2002-06-10 07:42 hardaker
- * perl/default_store/: default_store.pm, default_store.xs
- , test.pl:
- update to latest default_store defines
-
- 2002-06-10 07:39 hardaker
- * Makefile.in, perl/.cvsignore, perl/Makefile.PL:
- Top level perl Makefile.PL to install the whole bunch underneath.
- This should now be used instead of the lower level makefiles for
- simplicity.
-
- 2002-06-10 07:27 dts12
- * perl/SNMP/t/mib.t:
- Acknowledge known failing tests.
- This message can be removed once the problem has been isolated and fixed.
-
- 2002-06-10 07:17 hardaker
- * snmplib/mib.c:
- support for ipaddress building/parsing of OID indexes.
-
- 2002-06-10 02:07 dts12
- * FAQ (V4-2-patches.8), FAQ:
- Mention the other perl modules, introduced with v5 (particularly 'default_store')
-
- 2002-06-10 01:28 dts12
- * FAQ (V4-2-patches.7), FAQ:
- New entry describing possible problems with trap handlers.
-
- 2002-06-08 21:39 hardaker
- * perl/agent/agent.pm:
- default_store fixes
-
- 2002-06-08 20:54 rstory
- * Makefile.in:
- break perl makefile creation into seperate step; only clean perl directory
- if there is a makefile
-
- 2002-06-08 20:15 rstory
- * Makefile.in:
- add perltest target to make test in all perl directories
-
- 2002-06-08 09:47 hardaker
- * perl/AnyData_SNMP/Storage.pm:
- fix to deal with updated SQL::Statement module.
-
- 2002-06-08 07:08 hardaker
- * perl/AnyData_SNMP/INSTALL:
- update to SQL-Statement requirement of 1.004
-
- 2002-06-08 06:45 hardaker
- * perl/SNMP/SNMP.xs:
- remove mib init code from C snmp_translate_obj call
-
- 2002-06-08 06:44 hardaker
- * perl/SNMP/SNMP.pm:
- init_snmp inside translateObj
-
- 2002-06-08 06:44 hardaker
- * perl/OID/OID.pm:
- change version to 0.1
-
- 2002-06-08 06:43 hardaker
- * perl/AnyData_SNMP/configs/unix:
- A few cleanups to ifconfig and netstat commands
-
- 2002-06-08 06:35 hardaker
- * perl/AnyData_SNMP/snmpsh:
- - beginning support for import/export of data (currently to/from CSV).
- - support for "diff" which compares old (possibly imported data) to current.
-
- 2002-06-08 06:34 hardaker
- * perl/AnyData_SNMP/Makefile.PL:
- change required SNMP module version from 4 to 5
-
- 2002-06-08 06:34 hardaker
- * mibs/NET-SNMP-EXAMPLES-MIB.txt:
- Add a tutorial place holder comment OID.
-
- 2002-06-08 06:33 hardaker
- * local/tkmib:
- fix tkmib for newer perl modules.
-
- 2002-06-08 06:33 hardaker
- * local/snmpconf:
- turn off extra bold/underline formatting by default.
-
- 2002-06-07 15:04 rstory
- * include/net-snmp/library/container.h:
- generic container structure for storing data
-
- 2002-06-07 13:01 rstory
- * perl/ASN/ASN.xs:
- include net-snmp-config.h
-
- 2002-06-07 10:37 rstory
- * configure:
- update configure to keep in line with configure.in (why? shouldn't
- configure not be in CVS and be autogenerated? One of these days I'm going
- to have to learn autoconf....)
-
- 2002-06-07 10:35 rstory
- * Makefile.in, Makefile.rules:
- always check return status of make when inside a loop, and exit on errors
-
- 2002-06-07 08:17 dts12
- * agent/mibgroup/mibII/: interfaces.c (V4-2-patches.3),
- interfaces.c:
- Only null-terminate the interface name while it's actually being copied.
- Restore the data line afterwards, so the debugging output is meaningful.
-
- 2002-06-07 01:16 dts12
- * agent/snmp_agent.c:
- Fix for indexing error, that causes a crash if more than 16 varbinds
- are added to the cache in one go. Spotted by Shanth Kumara
-
- 2002-06-06 01:12 dts12
- * aclocal.m4, configure (V4-2-patches.[7,5]), aclocal.m4,
- configure:
- Don't differenciate between elf- and a.out-based NetBSD systems.
- (Problem highlighted by Felicia Neff)
-
- 2002-06-05 18:50 rstory
- * acconfig.h, configure, configure.in,
- include/net-snmp/net-snmp-config.h.in,
- include/net-snmp/types.h:
- put defines for socklen_t and in_addr_t in net-snmp/types.h instead of having
- configure generate them; configure instead generates HAVE_SOCKLEN_T and
- HAVE_IN_ADDR_T for systems which don't need the defines; this is primarily
- for the benefit of the Win32 platform, which doesn't have configure.
-
- 2002-06-05 09:20 rstory
- * local/mib2c.iterate.conf:
- don't advance request pointer inside for loop, since for loop does it for
- us; otherwise for loop may end up dereferencing NULL pointer.
-
- 2002-06-05 06:41 hardaker
- * perl/AnyData_SNMP/configs/unix:
- example configuration file to duplicate various unix utilities:
- - currently: netstat, ps, df, ifconfig
-
- 2002-06-05 06:40 hardaker
- * perl/AnyData_SNMP/configs/scli:
- example configuration file to duplicate functionality in Juergen's
- scli command.
-
- 2002-06-05 06:39 hardaker
- * perl/AnyData_SNMP/snmpsh:
- new commands:
- source file -- sources an rc file
- watch expression -- repeatedly runs a command and colorizes
- differences in data
- eval expression -- evaluates an expression directly in perl
- - beginnings of overloads in perl so that calling sysContact()
- will return the sysContact value. tables not returned yet.
- fixes:
- turns of ornamental prompt support (ick) by default
-
- 2002-06-05 04:43 dts12
- * man/: snmpcmd.1 (V4-2-patches.8), snmpcmd.1.def:
- Brief mention of the need to quote OIDs containing string indexes,
- to protect the double quotes from the shell.
-
- 2002-06-04 10:38 rstory
- * agent/snmp_agent.c:
- test for a null treecache before dereferencing it; noted on the coders
- list by joakim.althini@reddo.net
-
- 2002-06-04 10:33 rstory
- * agent/snmp_agent.c:
- test for asp->pdu == NULL before dereferencing it; noted on the coders
- list by joakim.althini@reddo.net.
-
- 2002-06-04 05:54 hardaker
- * perl/AnyData_SNMP/snmpsh:
- support for printf, single query/sets of scalars, multi-line aliases.
-
- 2002-05-30 15:23 hardaker
- * perl/SNMP/SNMP.pm:
- default_store fixes
-
- 2002-05-30 15:23 hardaker
- * perl/OID/OID.pm:
- make new() operator a bit smarter
-
- 2002-05-29 19:57 hardaker
- * snmplib/: snmp_alarm.c (V4-2-patches.2), snmp_alarm.c:
- set the storage pointer to NULL, as pointed out by Mark Hoy.
-
- 2002-05-29 09:22 hardaker
- * include/net-snmp/library/default_store.h,
- include/net-snmp/library/mib.h, snmplib/mib.c,
- snmplib/snmp_parse_args.c:
- Patch from Harrie Hazewinkel to APIify MIBDIRS support
-
- 2002-05-29 07:43 dts12
- * FAQ (V4-2-patches.6), FAQ:
- Expand on when OpenSSL is necessary, and how to compile using it.
-
- 2002-05-29 06:52 dts12
- * snmplib/snmpUDPDomain.c:
- Set REUSEADDR so that specifying the same port twice doesn't kill the agent.
- (Suggested by Robert Hastings)
-
- 2002-05-29 02:41 dts12
- * FAQ (V4-2-patches.5), FAQ:
- Reference both versions of the tutorial (since this document is used
- for building the on-line version of the FAQ)
-
- 2002-05-29 02:16 dts12
- * FAQ (V4-2-patches.4), FAQ:
- Clarify that trap filtering is not yet operational.
-
- 2002-05-28 14:53 rstory
- * snmplib/oid_array.c:
- remove ^M chars
-
- 2002-05-28 14:52 rstory
- * local/mib2c.array-user.conf:
- fix logic in can_delete; consolidate use of netsnmp_set_mode_request by setting
- rc for use at end of loop; don't use removed macros for rowstatus/storagetype,
- using new netsnmp_check_vb* routines instead; add asserts for error cases that
- should be caught by earlier routines
-
- 2002-05-28 14:47 rstory
- * include/net-snmp/agent/table_array.h:
- add callbacks for row (de)activation
-
- 2002-05-28 06:23 dts12
- * agent/helpers/table_array.c:
- Protect "#include <search.h>" with the HAVE_SEARCH_H token. (Suggested by Harrie)
-
- 2002-05-28 06:20 dts12
- * include/net-snmp/library/snmp_logging.h:
- Fix the declaration of snmp_enable_syslog_ident. (Spotted by Harrie)
-
- 2002-05-27 01:53 dts12
- * apps/snmptrapd.c, include/net-snmp/library/snmp_logging.h
- , snmplib/snmp_logging.c:
- Don't hardwire syslog facility to LOG_DAEMON.
- Fix provided by Joakim Fallsjo.
-
- 2002-05-27 01:32 dts12
- * agent/mibgroup/snmpv3/usmUser.c, apps/snmptrapd.c
- (V4-2-patches.[2,8]), agent/mibgroup/snmpv3/usmUser.c,
- apps/snmptrapd.c:
- Tweak 'usmUser' help string to accurately reflect which bits are optional.
- Reported by Ali Chanaui.
-
- 2002-05-27 01:22 dts12
- * man/: snmpd.conf.5.def (V4-2-patches.4), snmpd.conf.5.def:
- Document the limit on the number of "file" directives.
-
- 2002-05-27 01:17 dts12
- * local/Makefile.in:
- Remove an extraneous trailing backslash, that confuses some 'make's
-
- 2002-05-24 09:54 hardaker
- * perl/agent/netsnmp_request_info.pm:
- Proper creation of returned NetSNMP::OID object.
-
- 2002-05-24 09:54 hardaker
- * perl/agent/agent.xs:
- increase reference counts on returned mib registration objects so
- they're not auto-cleaned by perl (the agent now has a copy of the pointer)
-
- 2002-05-24 09:53 hardaker
- * perl/SNMP/SNMP.xs:
- new default_store netsnmp_ prefixes.
-
- 2002-05-24 09:53 hardaker
- * local/mib2c:
- support for scalars (mib2c.scalar.conf file coming shortly)
-
- 2002-05-24 09:52 hardaker
- * Makefile.in:
- A new rule called "commentcheck" to grep all sources for // comments.
-
- 2002-05-24 08:09 dts12
- * agent/agent_registry.c:
- Declare 'register_mib_detach_node' before it's used for the first time.
- (Spotted by Xiang Zhang)
-
- 2002-05-24 07:44 dts12
- * apps/Makefile.in:
- Remove extraneous trailing backslash.
- (That *might* be confusing Sun's make, but is wrong anyway)
-
- 2002-05-23 01:39 dts12
- * agent/mibgroup/ucd-snmp/: vmstat.c, vmstat_bsdi4.c,
- vmstat_dynix.c, vmstat_freebsd2.c, vmstat_hpux.c,
- vmstat_netbsd1.c, vmstat_solaris2.c:
- Bring the various 'var_extensible_vmstat' definitions into line
- with the declaration in the header file - i.e. non-static.
-
- 2002-05-21 15:25 rstory
- * Makefile.in:
- add -I$(srcdir)/include to CPP path for people building outside of src tree
-
- 2002-05-21 08:14 rstory
- * agent/mibgroup/tunnel/tunnel.c:
- apply patch [ 558129 ] Make the tunnel mib compile in 5.0.1, submitted
- by Lorenzo Colitti (lcolitti), which adds missing net-snmp-config.h
-
- 2002-05-21 05:32 jbpn
- * agent/snmpd.c:
- - fix core dump in -u option processing, noted by Andreas Maus
-
- 2002-05-21 05:20 dts12
- * agent/mibgroup/ucd-snmp/: memory.c (V4-2-patches.9), memory.c
- :
- Latch memory reporting at 2^31-1, rather than 2^32-1 since these
- objects are defined as (signed) Integer32.
- Only latch if the value is *greater* than this threshold, not less!
-
- 2002-05-21 01:20 jbpn
- * include/ucd-snmp/default_store.h, snmplib/ucd_compat.c
- :
- - add compatibility definitions and functions for newly-renamed
- default store manipulation functions and constants (defined iff
- --enable-ucd-compatibility is given to at configuration time)
-
- 2002-05-21 00:51 jbpn
- * include/net-snmp/library/default_store.h,
- snmplib/default_store.c:
- - move definition of netsnmp_ds_read_config type from default_store.h
- into default_store.c (since it is not, and should not, be used
- elsewhere).
-
- 2002-05-20 03:42 rstory
- * agent/mibgroup/mibII/vacm_vars.c:
- registers tokens for ipv6 ro/rw community, and make sure to parse them
- as ipv6, not v4.
-
- 2002-05-19 11:38 driehuis
- * agent/mibgroup/ucd-snmp/diskio.c:
- Bugfix for FreeBSD support of the diskIO mib. The original code neglected
- the device number, which made distinguishing between, say, ad0 and ad1
- impossible.
-
- 2002-05-17 09:05 hardaker
- * agent/mibgroup/mibII/at.c, agent/mibgroup/mibII/icmp.c
- , agent/mibgroup/mibII/interfaces.c,
- agent/mibgroup/mibII/ip.c, agent/mibgroup/mibII/ipv6.c,
- agent/mibgroup/mibII/mta_sendmail.c,
- agent/mibgroup/mibII/snmp_mib.c,
- agent/mibgroup/mibII/sysORTable.c,
- agent/mibgroup/mibII/system_mib.c, agent/mibgroup/mibII/tcp.c
- , agent/mibgroup/mibII/udp.c,
- agent/mibgroup/mibII/vacm_vars.c,
- include/net-snmp/agent/var_struct.h:
- Patch from Harrie Hazewinkel to slightly reduce memory costs of registartions
-
- 2002-05-16 17:06 hardaker
- * perl/SNMP/SNMP.xs:
- fix default store tag names.
- fix init_snmp() definition to match normal perl non-ansi mode.
-
- 2002-05-16 16:39 driehuis
- * net-snmp-config.in:
- Make sure --cflags spits out the required include path when installing
- in a non-default location, as documented in the usage info in the script.
-
- 2002-05-16 15:36 hardaker
- * local/snmpconf.dir/snmpd-data/system:
- add a line to the sysServices prompt saying if you don't know, say no.
-
- 2002-05-16 12:55 hardaker
- * perl/agent/default_store/: default_store.pm,
- default_store.xs:
- update to new define list
-
- 2002-05-16 12:55 hardaker
- * perl/agent/default_store/test.pl:
- test script
-
- 2002-05-16 12:49 hardaker
- * perl/agent/default_store/gen:
- autogeneration script
-
- 2002-05-16 10:58 hardaker
- * perl/default_store/: default_store.pm, default_store.xs
- , test.pl:
- updates to new .h tokens
-
- 2002-05-16 10:58 hardaker
- * perl/default_store/gen:
- .h -> perlmodule regeneration script
-
- 2002-05-16 07:09 dts12
- * include/net-snmp/library/default_store.h,
- include/net-snmp/library/mib.h, snmplib/mib.c,
- snmplib/snmp_api.c, snmplib/ucd_compat.c:
- Consolidate the various OID output configuration mechanisms into one.
- This does not affect the command-line options (yet!) - just the internals.
-
- 2002-05-15 17:44 hardaker
- * snmplib/default_store.c,
- include/net-snmp/library/default_store.h,
- include/net-snmp/agent/ds_agent.h:
- fix default_store
-
- 2002-05-15 17:20 hardaker
- * configure:
- run autoconf
-
- 2002-05-15 17:20 hardaker
- * acconfig.h, include/net-snmp/net-snmp-config.h.in:
- create a define location for HAVE_GETDEVS
-
- 2002-05-15 17:16 hardaker
- * agent/Makefile.depend, agent/helpers/Makefile.depend,
- agent/mibgroup/Makefile.depend, apps/Makefile.depend,
- apps/snmpnetstat/Makefile.depend, snmplib/Makefile.depend
- :
- depend update, which I meant to check in before the 5.0.1 release
-
- 2002-05-15 05:53 jbpn
- * agent/: agent_index.c, agent_read_config.c,
- agent_registry.c, auto_nlist.c, kernel.c,
- snmp_agent.c, snmp_perl.c, snmp_vars.c, snmpd.c
- :
- - use new netsnmp_ds_blah functions and constants
-
- 2002-05-15 05:39 jbpn
- * apps/notification_log.c, apps/notification_log.h,
- apps/snmpbulkwalk.c, apps/snmpdelta.c, apps/snmpget.c
- , apps/snmpgetnext.c, apps/snmpstatus.c,
- apps/snmptable.c, apps/snmptranslate.c, apps/snmptrap.c
- , apps/snmptrapd.c, apps/snmpusm.c,
- apps/snmpwalk.c, apps/snmpnetstat/main.c,
- agent/mibgroup/agentx/agentx_config.c,
- agent/mibgroup/agentx/master.c,
- agent/mibgroup/agentx/subagent.c,
- agent/mibgroup/disman/mteTriggerTable.c,
- agent/mibgroup/mibII/snmp_mib.c,
- agent/mibgroup/mibII/sysORTable.c,
- agent/mibgroup/mibII/system_mib.c, agent/mibgroup/smux/smux.c
- , agent/mibgroup/tunnel/tunnel.c:
- - use new netsnmp_ds_blah functions and constants
-
- 2002-05-15 05:37 jbpn
- * snmplib/: default_store.c, mib.c, parse.c,
- read_config.c, snmpUDPDomain.c, snmpUDPIPv6Domain.c
- , snmp_alarm.c, snmp_api.c, snmp_logging.c,
- snmp_parse_args.c, snmp_secmod.c, snmpusm.c,
- snmpv3.c, ucd_compat.c, vacm.c:
- - rename functions and constants from default_store from ds_blah
- to netsnmp_ds_blah
-
- 2002-05-15 02:02 jbpn
- * agent/mibgroup/smux/: smux.c (V4-2-patches.0), smux.c:
- - initialise smux_listen_sd to avoid problems noted in bug #545448
- (a bit unreasonable in my view but it can't do any harm).
-
- 2002-05-14 12:40 rstory
- * agent/helpers/table_array.c:
- precision extraction of tumor instead of amputation, or, ifdef search.h
- functions that aren't essential to table_array operation and will probably
- vanish in the near future anyway.
-
- 2002-05-13 20:16 rstory
- * agent/object_monitor.c:
- fix type in sizeof
-
- 2002-05-13 13:04 hardaker
- * configure, configure.in, agent/helpers/table_array.c
- , include/net-snmp/net-snmp-config.h.in:
- Check for search.h before compiling the table_array helper
-
- 2002-05-13 08:00 hardaker
- * agent/helpers/old_api.c:
- remove C++ comments
-
- 2002-05-13 00:39 driehuis
- * ChangeLog:
- Note changes to configure.in.
-
- 2002-05-12 10:30 driehuis
- * configure.in:
- Make sure the checks for kvm related stuff happens when -lkvm is in scope.
- Add detection of the -ldevstat requirement when building with ucd-snmp/diskio.
-
- 2002-05-10 23:33 hardaker
- * FAQ, README, sedscript.in,
- snmplib/snmp_version.c, perl/SNMP/SNMP.pm:
- - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.1 )
-
- 2002-05-10 23:05 hardaker
- * Makefile.top:
- libtool version inc
-
- 2002-05-10 22:32 hardaker
- * NEWS, ChangeLog:
- update for 5.0.1
-
- 2002-05-10 17:09 hardaker
- * FAQ, NEWS, README, README.agentx:
- mention tutorial-5 instead of tutorial
-
- 2002-05-10 17:04 hardaker
- * perl/agent/: Makefile.PL, agent.pm,
- netsnmp_request_info.pm:
- request info perl code moved to separate file.
-
- 2002-05-10 17:01 hardaker
- * perl/OID/OID.pm:
- documentation for the OID building overloads.
-
- 2002-05-10 16:55 hardaker
- * apps/snmpvacm.c:
- Add proper length segment to the build view OID.
-
- 2002-05-10 14:41 hardaker
- * snmplib/mib.c:
- new doc patch from Axel Kittenberg
-
- 2002-05-10 14:04 hardaker
- * agent/mibgroup/mibII/: vacm_vars.c (V4-2-patches.0), vacm_vars.c
- :
- fix vacm problem on sets with OIDs containing large numbers as noted
- by Vinay Gaonkar on the -coders mailing list.
-
- 2002-05-10 13:46 hardaker
- * local/mib2c:
- fix calling on multiple tables
-
- 2002-05-10 03:23 dts12
- * snmplib/mib.c:
- Merge "STRING: Hex:" type tokens into a single token "Hex-STRING:"
-
- 2002-05-10 03:12 dts12
- * agent/helpers/instance.c:
- Report non-exitent subinstances as 'noSuchInstance' rather than 'noSuchObject'.
- "snmpget .... .1.3.6.1.6.3.12.1.5.0.99" now responds correctly.
- (though "snmpget .... .1.3.6.1.6.3.12.1.5.1" still returns 'noSuchObject')
-
- Also guess that failed SET requests are 'noCreation' errors (which is
- probably the most likely option).
-
- 2002-05-09 15:54 hardaker
- * Makefile.rules:
- exit properly when a subdir fails to make properly
-
- 2002-05-09 15:30 hardaker
- * snmplib/mib.c:
- create a token for the -Ov equivelant
-
- 2002-05-09 09:12 hardaker
- * agent/mibgroup/ucd-snmp/: memory_solaris2.c (V4-2-patches.5),
- memory_solaris2.c:
- patch from Takumi Kadode to fix memory usage on solaris
-
- 2002-05-09 08:54 hardaker
- * agent/mibgroup/ucd-snmp/vmstat.c:
- updates from malloced vmstat fixes from patches branch
-
- 2002-05-08 16:34 hardaker
- * net-snmp-config.in:
- new --compile-subagent features:
- --cflags
- --norm
- --ldflags
- includes header files
- misc other bug fixes.
-
- 2002-05-08 13:13 hardaker
- * agent/mibgroup/agentx/subagent.c:
- make the subagent properly call the reserve2 state again.
-
- 2002-05-08 10:02 hardaker
- * agent/mibgroup/examples/notification.c:
- run indent
-
- 2002-05-08 09:01 hardaker
- * agent/mibgroup/examples/notification.c:
- um, use 30 seconds like advertised.
-
- 2002-05-08 08:59 hardaker
- * agent/mibgroup/examples/notification.c,
- agent/mibgroup/examples/notification.h,
- mibs/NET-SNMP-EXAMPLES-MIB.txt:
- define a better notification example (no requests. just alarm -> send)
-
- 2002-05-07 22:45 hardaker
- * local/mib2c:
- update to current indent command
-
- 2002-05-07 22:44 hardaker
- * local/mib2c.create-dataset.conf:
- move text in comment left slight (was too long).
-
- 2002-05-07 22:43 hardaker
- * local/mib2c:
- enum fixes.
-
- 2002-05-07 22:42 hardaker
- * local/: Makefile.in, mib2c.column_defines.conf,
- mib2c.column_enums.conf, mib2c.conf:
- New mib2c files for generating headers full of column number defines
- and enum defines.
-
- 2002-05-07 22:40 hardaker
- * net-snmp-config.in:
- - --compile-subagent agent library reordering so it actually works.
- - --compile-subagent now supports .o files (precompiled code).
-
- 2002-05-07 22:31 hardaker
- * acconfig.h, configure:
- hmm. missed some checkin files.
-
- 2002-05-07 11:15 hardaker
- * perl/SNMP/t/: conftest.conf, startagent.pl, conf.t
- :
- test for configuration file/default_store support
-
- 2002-05-07 11:14 hardaker
- * perl/SNMP/: SNMP.pm, SNMP.xs:
- make init_snmp() take a char * argument like the real API
-
- 2002-05-07 11:00 hardaker
- * agent/helpers/instance.c:
- typos.
-
- 2002-05-07 09:41 hardaker
- * local/snmpconf:
- fix the -g flag.
-
- 2002-05-07 09:16 hardaker
- * agent/helpers/instance.c:
- call netsnmp_set_request_error like a good boy.
-
- 2002-05-06 20:43 rstory
- * mibs/Makefile.mib:
- fix missing $ noted by John Mills on the coders list
-
- 2002-05-06 16:12 hardaker
- * configure, config.h.in, configure.in, snmplib/snmp_api.c
- (V4-2-patches.[4,2,3,3]), configure, configure.in,
- include/net-snmp/net-snmp-config.h.in,
- snmplib/snmpTCPDomain.c, snmplib/snmpTCPIPv6Domain.c,
- snmplib/snmpUDPDomain.c, snmplib/snmpUDPIPv6Domain.c,
- snmplib/snmpUnixDomain.c:
- use size_t when socklen_t is not available (correctly done this time)
-
- 2002-05-06 15:59 hardaker
- * snmplib/: snmpTCPDomain.c, snmpTCPIPv6Domain.c,
- snmpUDPDomain.c, snmpUDPIPv6Domain.c, snmpUnixDomain.c
- :
- use size_t when socklen_t is not available
-
- 2002-05-06 15:49 hardaker
- * configure, acconfig.h, config.h.in, configure.in
- (V4-2-patches.[3,7,1,2]), acconfig.h, configure,
- configure.in, include/net-snmp/net-snmp-config.h.in:
- use size_t when socklen_t is not available
-
- 2002-05-06 15:11 hardaker
- * agent/mibgroup/ucd-snmp/: memory_hpux.c, memory_hpux.h
- , vmstat_hpux.c, vmstat_hpux.h:
- run indent
-
- 2002-05-06 15:10 hardaker
- * agent/mibgroup/ucd-snmp/: memory_hpux.c, memory_hpux.h
- , vmstat_hpux.c, vmstat_hpux.h:
- Patches #551914+ from Gary Edwards to support hpux11 for memory and vmstat modules
-
- 2002-05-06 15:07 hardaker
- * agent/mibgroup/ucd_snmp.h:
- add new hpux modules
-
- 2002-05-06 14:34 hardaker
- * README:
- new contributors.
-
- 2002-05-06 14:32 hardaker
- * include/net-snmp/library/default_store.h, man/snmpcmd.1.def
- , snmplib/mib.c:
- Patch #551489: From Jeffrey Watson to add a -Q option for quick but w/ an '='
-
- 2002-05-06 14:28 hardaker
- * man/snmpd.1.def:
- change -D documentation to reflect current code.
-
- 2002-05-06 14:27 hardaker
- * agent/agent_handler.c:
- misc small bugs and error message wording fixes.
-
- 2002-05-06 09:37 hardaker
- * agent/mibgroup/smux/: smux.c (V4-2-patches.9), smux.c:
- bug #547010: fix smux auth bug as reported and fixed by Stefan Radman
-
- 2002-05-01 23:01 rstory
- * local/mib2c.array-user.conf:
- tweaks for update to table_array
-
- 2002-05-01 23:00 rstory
- * agent/Makefile.in:
- add object_monitor stuff
-
- 2002-05-01 22:46 rstory
- * snmplib/Makefile.in:
- add check_varbind stuff
-
- 2002-05-01 22:45 rstory
- * include/net-snmp/library/check_varbind.h,
- snmplib/check_varbind.c:
- convenience functions for validation vabrind info
-
- 2002-05-01 22:43 rstory
- * agent/helpers/table_array.c,
- include/net-snmp/agent/table_array.h:
- do I really have to do this? sigh. Ok, rename debug token; revamp logic to
- modify rows in place, keeping undo info (vs always changing a copy of a row
- and swapping rows when set completed successfully) to allow external code
- to keep pointers that don't disappear on them; add a few callbacks, including
- row_compare, so table_array can maintain the secondary index tree; don't call
- can_activate/can_delete unless we are actually trying to activate/delete row;
- add skeleton (ifdef'd out) code for cooperative notifications of row events;
- update changing array in commit & undo cases, not just commit; change typdefs
- for a few callback pointers; ummmm... I *think* that's it....:-)
-
- 2002-05-01 17:30 hardaker
- * perl/OID/: OID.pm, OID.xs, test.pl:
- Add index building to the + operator.
-
- 2002-05-01 09:52 hardaker
- * perl/: OID/OID.pm, OID/OID.xs, agent/Makefile.PL
- , agent/agent.pm, agent/agent.xs, agent/test.pl
- , agent/typemap:
- Make getOID for requests returned a NetSNMP::OID blessed reference.
- I'm not happy about how this is done, but all attempts to do it
- correctly only left me in confusion.
-
- 2002-05-01 09:31 hardaker
- * agent/mibgroup/mibII/vacm_vars.c,
- include/net-snmp/library/snmpAAL5PVCDomain.h,
- include/net-snmp/library/snmpTCPIPv6Domain.h,
- include/net-snmp/library/snmpUDPIPv6Domain.h,
- include/net-snmp/library/snmpUnixDomain.h,
- snmplib/snmpAAL5PVCDomain.c, snmplib/snmpTCPIPv6Domain.c
- , snmplib/snmpUDPIPv6Domain.c, snmplib/snmpUnixDomain.c
- :
- Change the domain OIDs to point to the net-snmp domains created by Dave.
- This fixes bug #544245 as well.
-
- 2002-05-01 09:30 hardaker
- * Makefile.in:
- Add the OID perl module to the list of modules.
-
- 2002-05-01 07:45 hardaker
- * mibs/: UCD-SNMP-MIB.txt (V4-2-patches.0), UCD-SNMP-MIB.txt:
- remove old (and conflicting with traps) transport domain OIDs
-
- 2002-05-01 06:19 dts12
- * man/: snmpbulkget.1.def, snmpbulkwalk.1.def,
- snmpcmd.1.def, snmpdelta.1, snmpget.1.def,
- snmpset.1.def, snmpstatus.1.def, snmptest.1.def,
- snmpwalk.1.def:
- Add type tags "STRING: " and "INTEGER: " to example output.
- Add explicit setting of protocol version to example commands.
-
- 2002-05-01 03:34 jbpn
- * agent/mibgroup/Rmon/: agutil.c, agutil.h,
- agutil_api.h, alarm.c, alarm.h, event.c,
- event.h, history.c, history.h, row_api.h,
- rows.c, rows.h, statistics.c, statistics.h:
- - remove CVS Log: entries which are causing problems since they are
- embedded in a comment, but some of the log entries contain comment
- delimiters.
-
- 2002-04-30 22:15 rstory
- * agent/snmpd.c:
- remove netsnmp_processing_set, it lives in snmp_agent.c
-
- 2002-04-30 22:13 rstory
- * include/net-snmp/library/snmp-tc.h, snmplib/snmp-tc.c
- :
- remove unused parameter; allow NONE as old value for storage type transtions
-
- 2002-04-30 22:12 rstory
- * include/net-snmp/agent/table.h:
- remove overly complex macro stuff for rowstatus/storagetype
-
- 2002-04-30 09:28 hardaker
- * perl/OID/: Makefile.PL, OID.pm, OID.xs, README
- , test.pl:
- - allow conversions to an array (needs to be tied still).
- - documentation.
-
- 2002-04-30 08:15 jbpn
- * agent/: snmpd.c (V4-2-patches.3), snmpd.c:
- - fix bug #545775, reported by Dave Denson, whereby the PID of an
- already-running snmpd would be overwritten by starting a new snmpd
- (which would then exit, leaving the original snmpd running and the
- wrong PID in the file). Solution is not to write the PID until we
- have successfully opened all our sockets.
-
- 2002-04-30 07:23 hardaker
- * perl/OID/: .cvsignore, Changes, MANIFEST,
- Makefile.PL, OID.pm, OID.xs, README,
- test.pl, typemap:
- OID perl module so you can do simple OID manipulations within perl easily:
- - Example: new NetSNMP::OID('interfaces') > new NetSNMP::OID('system')
-
- 2002-04-29 16:52 hardaker
- * agent/mibgroup/versiontag:
- regexp fix for white space checks in indent formatted code
-
- 2002-04-29 16:47 hardaker
- * Makefile.in:
- reorder perl module names to reflect (new) dependencies.
-
- 2002-04-29 09:42 hardaker
- * perl/SNMP/t/mib.t:
- fix a few warnings on failed tests (just screen cleanups)
-
- 2002-04-29 09:41 hardaker
- * perl/SNMP/: Makefile.PL, SNMP.pm:
- Make the perl module respect snmp.conf settings (finally).
- - Now requires a dependency on the NetSNMP::default_store module though.
-
- 2002-04-27 08:19 rstory
- * agent/snmp_agent.c:
- don't process set request till delegated requests are complete, and queue
- any other received packets until a set has completed processing.
-
- 2002-04-27 08:10 rstory
- * snmplib/snmp_api.c:
- clean up comments munged by indent
-
- 2002-04-27 08:08 rstory
- * agent/mibgroup/agentx/subagent.h:
- add missing prototype to fix compiler warning
-
- 2002-04-27 08:07 rstory
- * agent/: object_monitor.c, helpers/table.c,
- helpers/table_array.c:
- ifdef gymnastics to make sure asserts are only compiled in only if explicity
- requested
-
- 2002-04-26 21:26 rstory
- * agent/mibgroup/host/hr_storage.c:
- fix unbalanced endif on linux. hope I didn't break anything else.
-
- 2002-04-26 19:14 rstory
- * agent/snmpd.c:
- fix unused var warning for !windows
-
- 2002-04-26 14:33 hardaker
- * agent/mibgroup/Rmon/event.c,
- include/net-snmp/library/asn1.h:
- fix OID_LENGTH definitions
-
- 2002-04-26 10:53 hardaker
- * Makefile.in, perl/ASN/Makefile.PL,
- perl/agent/Makefile.PL, perl/agent/default_store/Makefile.PL
- :
- fix --with-perl-modules in makefiles. Make everything use
- net-snmp-config, ...
-
- 2002-04-26 10:27 hardaker
- * perl/SNMP/: Makefile.PL, README, SNMP.pm:
- - Cleanup.
- - Make buildable from within the source.
- - Change documentation references for ucd-snmp
- - Change contact location to net-snmp-users (per Joe's agreement)
-
- 2002-04-26 10:19 hardaker
- * perl/default_store/: MANIFEST, Makefile.PL, README
- , default_store.pm, test.pl:
- - cleanup.
- - Use net-snmp-config to find library, etc.
- - Make buildable from within the source.
- - a few more tests added
- - use correct libraries
- - add documentation
-
- 2002-04-26 04:22 dts12
- * configure, configure.in:
- Extracting the version from 'snmplib/snmp_version.c' needs to take account
- of blank space. Reported by Stefan Radman (Bug #547379)
-
- 2002-04-26 04:11 dts12
- * agent/mibgroup/ucd-snmp/: memory.c (V4-2-patches.8), memory.c
- :
- Handle memory values > 32bit (latching at 2^32-1)
- Patch #548663 from Rob Myers
-
- 2002-04-26 03:55 dts12
- * agent/snmpd.c:
- Remove redundant 'Invalid option' message, since this is typically
- reported by getopt(). (Suggested by Andrew Rucker Jones - patch #548748 )
-
- 2002-04-26 03:51 dts12
- * agent/snmpd.c:
- Add 'v' to the list of valid options (patch #548748)
- Thanks to Andrew Rucker Jones.
-
- 2002-04-26 03:36 dts12
- * README.hpux11, agent/mibgroup/host/hr_storage.c,
- agent/mibgroup/host/hr_system.c,
- agent/mibgroup/mibII/var_route.c,
- include/net-snmp/system/hpux.h,
- agent/mibgroup/ucd-snmp/loadave.c,
- agent/mibgroup/ucd-snmp/memory.c,
- agent/mibgroup/ucd-snmp/memory.h:
- Apply Johannes Schmidt-Fischer's improved HP-UX 11 patch
- (#530724) to the main v5 line, as well as the v4-2 branch.
- The code now compiles cleanly under HP-UX 11 using gcc.
-
- 2002-04-25 07:19 hardaker
- * README, include/net-snmp/library/vacm.h,
- snmplib/vacm.c:
- Patch from Axel Kittenberg to fix possible variable name clash
-
- 2002-04-24 22:39 rstory
- * agent/object_monitor.c:
- handle callbacks sending new notifications (while processing notifications)
-
- 2002-04-24 21:35 rstory
- * include/net-snmp/agent/object_monitor.h:
- header for new fucntions for monitoring objects
-
- 2002-04-24 21:34 rstory
- * agent/object_monitor.c:
- new functions for monitoring object values
-
- 2002-04-24 15:02 hardaker
- * agent/mibgroup/ucd-snmp/vmstat.c:
- /proc/stat can be larger than 1024
-
- 2002-04-24 06:19 dts12
- * snmplib/Makefile.in:
- Install the missing 'md5.h' header file.
-
- 2002-04-23 09:43 rstory
- * agent/helpers/: table.c, table_array.c:
- remove last of the #warnings, add xxx-rks if necessary
-
- 2002-04-23 07:53 hardaker
- * agent/helpers/table_array.c:
- remove warnings
-
- 2002-04-22 19:11 rstory
- * agent/mibgroup/ipfwchains/README:
- update URL to use freenmp.com mirror (unless someone knows a better place?)
-
- 2002-04-22 14:10 rstory
- * snmplib/mib.c:
- apply documentatin patch from Axel Kittenberger <Axel.Kittenberger@maxxio.com>
-
- 2002-04-22 13:50 rstory
- * local/mib2c.array-user.conf:
- remove extra @end@ (sure would be nice if mib2c would check for unbalanced
- @end@s)
-
- 2002-04-22 09:48 rstory
- * snmplib/oid_array.c:
- update function names to match header (no mixed case)
-
- 2002-04-22 08:11 hardaker
- * include/net-snmp/library/snmp_debug.h:
- fix bug #547110: properly spell define
-
- 2002-04-21 16:44 hardaker
- * agent/mibgroup/mibII/sysORTable.c:
- add static to a returned variable
-
- 2002-04-21 16:42 hardaker
- * configure, configure.in:
- fix --with-perl-modules
-
- 2002-04-21 11:37 rstory
- * snmplib/snmp_version.c:
- 5.0.pre3 -> 5.0; (I'm sure there are other places this needs to change,
- but I wanted to get the first post 5.0 checkin...:-)
-
- 2002-04-20 00:37 hardaker
- * FAQ, sedscript.in, perl/SNMP/SNMP.pm:
- - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0 )
-
- 2002-04-20 00:32 hardaker
- * NEWS:
- change version to 5.0
-
- 2002-04-20 00:29 hardaker
- * .cvsignore, AGENT.txt, COPYING, ChangeLog
- , CodingStyle, EXAMPLE.conf.def, FAQ,
- INSTALL, Makefile.in, Makefile.rules,
- Makefile.top, NEWS, PORTING, README,
- README.agentx, README.cmu, README.hpux11,
- README.krb5, README.snmpv3, README.thread,
- README.win32, TODO, acconfig.h, aclocal.m4,
- config.guess, config.sub, configure, configure.in
- , dotgdbinit, doxygen.conf, install-sh,
- ltmain.sh, makedepend.in, makefileindepend.pl,
- makenosysdepend.pl, maketarget, mkinstalldirs,
- net-snmp-config.in, remove-files, sedscript.in,
- stamp-h, stamp-h.in, agent/.cvsignore,
- agent/Makefile.depend, agent/Makefile.in,
- agent/agent_handler.c, agent/agent_index.c,
- agent/agent_read_config.c, agent/agent_registry.c,
- agent/agent_trap.c, agent/auto_nlist.c,
- agent/autonlist.h, agent/kernel.c, agent/kernel.h
- , agent/m2m.h, agent/mib_modules.c,
- agent/snmp_agent.c, agent/snmp_perl.c,
- agent/snmp_perl.pl, agent/snmp_vars.c, agent/snmpd.c
- , agent/snmpd.h, agent/dlmods/.cvsignore,
- agent/helpers/.cvsignore, agent/helpers/Makefile.depend
- , agent/helpers/Makefile.in, agent/helpers/all_helpers.c
- , agent/helpers/bulk_to_next.c,
- agent/helpers/debug_handler.c, agent/helpers/instance.c
- , agent/helpers/multiplexer.c, agent/helpers/null.c
- , agent/helpers/old_api.c, agent/helpers/read_only.c
- , agent/helpers/serialize.c, agent/helpers/table.c
- , agent/helpers/table_array.c,
- agent/helpers/table_data.c, agent/helpers/table_dataset.c
- , agent/helpers/table_iterator.c,
- agent/mibgroup/.cvsignore, agent/mibgroup/Makefile.depend
- , agent/mibgroup/Makefile.in, agent/mibgroup/README
- , agent/mibgroup/README.smux, agent/mibgroup/Rmon.h
- , agent/mibgroup/agent_mibs.h, agent/mibgroup/agentx.h
- , agent/mibgroup/examples.h,
- agent/mibgroup/header_complex.c,
- agent/mibgroup/header_complex.h, agent/mibgroup/host.h,
- agent/mibgroup/host_res.h, agent/mibgroup/kernel_sunos5.c
- , agent/mibgroup/kernel_sunos5.h, agent/mibgroup/mibII.h
- , agent/mibgroup/mibdefs.h, agent/mibgroup/mibincl.h
- , agent/mibgroup/notification.h, agent/mibgroup/smux.h
- , agent/mibgroup/smux_gated.h,
- agent/mibgroup/snmpv3mibs.h, agent/mibgroup/struct.h,
- agent/mibgroup/target.h, agent/mibgroup/testhandler.c,
- agent/mibgroup/testhandler.h, agent/mibgroup/tunnel.h,
- agent/mibgroup/ucd_snmp.h, agent/mibgroup/util_funcs.c,
- agent/mibgroup/util_funcs.h, agent/mibgroup/utilities.h
- , agent/mibgroup/versiontag, agent/mibgroup/Rmon/README
- , agent/mibgroup/Rmon/agutil.c,
- agent/mibgroup/Rmon/agutil.h,
- agent/mibgroup/Rmon/agutil_api.h, agent/mibgroup/Rmon/alarm.c
- , agent/mibgroup/Rmon/alarm.h,
- agent/mibgroup/Rmon/event.c, agent/mibgroup/Rmon/event.h
- , agent/mibgroup/Rmon/history.c,
- agent/mibgroup/Rmon/history.h, agent/mibgroup/Rmon/row_api.h
- , agent/mibgroup/Rmon/rows.c, agent/mibgroup/Rmon/rows.h
- , agent/mibgroup/Rmon/statistics.c,
- agent/mibgroup/Rmon/statistics.h,
- agent/mibgroup/Rmon/test_alarm.sh,
- agent/mibgroup/Rmon/test_hist.sh,
- agent/mibgroup/agent/.cvsignore,
- agent/mibgroup/agent/nsModuleTable.c,
- agent/mibgroup/agent/nsModuleTable.h,
- agent/mibgroup/agent/nsTransactionTable.c,
- agent/mibgroup/agent/nsTransactionTable.h,
- agent/mibgroup/agentx/.cvsignore,
- agent/mibgroup/agentx/agentx_config.c,
- agent/mibgroup/agentx/agentx_config.h,
- agent/mibgroup/agentx/client.c,
- agent/mibgroup/agentx/client.h,
- agent/mibgroup/agentx/master.c,
- agent/mibgroup/agentx/master.h,
- agent/mibgroup/agentx/master_admin.c,
- agent/mibgroup/agentx/master_admin.h,
- agent/mibgroup/agentx/protocol.c,
- agent/mibgroup/agentx/protocol.h,
- agent/mibgroup/agentx/subagent.c,
- agent/mibgroup/agentx/subagent.h,
- agent/mibgroup/disman/.cvsignore,
- agent/mibgroup/disman/event-mib.h,
- agent/mibgroup/disman/mteObjectsTable.c,
- agent/mibgroup/disman/mteObjectsTable.h,
- agent/mibgroup/disman/mteTriggerBooleanTable.c,
- agent/mibgroup/disman/mteTriggerBooleanTable.h,
- agent/mibgroup/disman/mteTriggerDeltaTable.c,
- agent/mibgroup/disman/mteTriggerDeltaTable.h,
- agent/mibgroup/disman/mteTriggerExistenceTable.c,
- agent/mibgroup/disman/mteTriggerExistenceTable.h,
- agent/mibgroup/disman/mteTriggerTable.c,
- agent/mibgroup/disman/mteTriggerTable.h,
- agent/mibgroup/disman/mteTriggerThresholdTable.c,
- agent/mibgroup/disman/mteTriggerThresholdTable.h,
- agent/mibgroup/dummy/.cvsignore,
- agent/mibgroup/examples/.cvsignore,
- agent/mibgroup/examples/Makefile.dlmod,
- agent/mibgroup/examples/data_set.c,
- agent/mibgroup/examples/data_set.h,
- agent/mibgroup/examples/delayed_instance.c,
- agent/mibgroup/examples/delayed_instance.h,
- agent/mibgroup/examples/example.c,
- agent/mibgroup/examples/example.h,
- agent/mibgroup/examples/scalar_int.c,
- agent/mibgroup/examples/scalar_int.h,
- agent/mibgroup/examples/ucdDemoPublic.c,
- agent/mibgroup/examples/ucdDemoPublic.cmds,
- agent/mibgroup/examples/ucdDemoPublic.conf,
- agent/mibgroup/examples/ucdDemoPublic.h,
- agent/mibgroup/host/.cvsignore,
- agent/mibgroup/host/hr_device.c,
- agent/mibgroup/host/hr_device.h,
- agent/mibgroup/host/hr_disk.c, agent/mibgroup/host/hr_disk.h
- , agent/mibgroup/host/hr_filesys.c,
- agent/mibgroup/host/hr_filesys.h,
- agent/mibgroup/host/hr_network.c,
- agent/mibgroup/host/hr_network.h,
- agent/mibgroup/host/hr_other.c,
- agent/mibgroup/host/hr_other.h,
- agent/mibgroup/host/hr_partition.c,
- agent/mibgroup/host/hr_partition.h,
- agent/mibgroup/host/hr_print.c,
- agent/mibgroup/host/hr_print.h, agent/mibgroup/host/hr_proc.c
- , agent/mibgroup/host/hr_proc.h,
- agent/mibgroup/host/hr_storage.c,
- agent/mibgroup/host/hr_storage.h,
- agent/mibgroup/host/hr_swinst.c,
- agent/mibgroup/host/hr_swinst.h,
- agent/mibgroup/host/hr_swrun.c,
- agent/mibgroup/host/hr_swrun.h,
- agent/mibgroup/host/hr_system.c,
- agent/mibgroup/host/hr_system.h,
- agent/mibgroup/ipfwchains/.cvsignore,
- agent/mibgroup/ipfwchains/README,
- agent/mibgroup/mibII/.cvsignore, agent/mibgroup/mibII/at.c
- , agent/mibgroup/mibII/at.h, agent/mibgroup/mibII/icmp.c
- , agent/mibgroup/mibII/icmp.h,
- agent/mibgroup/mibII/interfaces.c,
- agent/mibgroup/mibII/interfaces.h, agent/mibgroup/mibII/ip.c
- , agent/mibgroup/mibII/ip.h,
- agent/mibgroup/mibII/ipAddr.c, agent/mibgroup/mibII/ipAddr.h
- , agent/mibgroup/mibII/ipv6.c,
- agent/mibgroup/mibII/ipv6.h,
- agent/mibgroup/mibII/kernel_linux.c,
- agent/mibgroup/mibII/kernel_linux.h,
- agent/mibgroup/mibII/mta_sendmail.c,
- agent/mibgroup/mibII/mta_sendmail.h,
- agent/mibgroup/mibII/route_write.c,
- agent/mibgroup/mibII/route_write.h,
- agent/mibgroup/mibII/setSerialNo.c,
- agent/mibgroup/mibII/setSerialNo.h,
- agent/mibgroup/mibII/snmp_mib.c,
- agent/mibgroup/mibII/snmp_mib.h,
- agent/mibgroup/mibII/sysORTable.c,
- agent/mibgroup/mibII/sysORTable.h,
- agent/mibgroup/mibII/system_mib.c,
- agent/mibgroup/mibII/system_mib.h, agent/mibgroup/mibII/tcp.c
- , agent/mibgroup/mibII/tcp.h,
- agent/mibgroup/mibII/tcpTable.c,
- agent/mibgroup/mibII/tcpTable.h, agent/mibgroup/mibII/udp.c
- , agent/mibgroup/mibII/udp.h,
- agent/mibgroup/mibII/udpTable.c,
- agent/mibgroup/mibII/udpTable.h,
- agent/mibgroup/mibII/vacm_context.c,
- agent/mibgroup/mibII/vacm_context.h,
- agent/mibgroup/mibII/vacm_vars.c,
- agent/mibgroup/mibII/vacm_vars.h,
- agent/mibgroup/mibII/var_route.c,
- agent/mibgroup/mibII/var_route.h,
- agent/mibgroup/misc/.cvsignore, agent/mibgroup/misc/dlmod.c
- , agent/mibgroup/misc/dlmod.h,
- agent/mibgroup/misc/ipfwacc.c, agent/mibgroup/misc/ipfwacc.h
- , agent/mibgroup/notification/.cvsignore,
- agent/mibgroup/notification/snmpNotifyFilterProfileTable.c,
- agent/mibgroup/notification/snmpNotifyFilterProfileTable.h,
- agent/mibgroup/notification/snmpNotifyFilterTable.c,
- agent/mibgroup/notification/snmpNotifyFilterTable.h,
- agent/mibgroup/notification/snmpNotifyTable.c,
- agent/mibgroup/notification/snmpNotifyTable.h,
- agent/mibgroup/smux/.cvsignore, agent/mibgroup/smux/smux.c
- , agent/mibgroup/smux/smux.h,
- agent/mibgroup/smux/snmp_bgp.c,
- agent/mibgroup/smux/snmp_bgp.h,
- agent/mibgroup/smux/snmp_ospf.c,
- agent/mibgroup/smux/snmp_ospf.h,
- agent/mibgroup/smux/snmp_rip2.c,
- agent/mibgroup/smux/snmp_rip2.h,
- agent/mibgroup/snmpv3/.cvsignore,
- agent/mibgroup/snmpv3/snmpEngine.c,
- agent/mibgroup/snmpv3/snmpEngine.h,
- agent/mibgroup/snmpv3/snmpMPDStats.c,
- agent/mibgroup/snmpv3/snmpMPDStats.h,
- agent/mibgroup/snmpv3/usmStats.c,
- agent/mibgroup/snmpv3/usmStats.h,
- agent/mibgroup/snmpv3/usmUser.c,
- agent/mibgroup/snmpv3/usmUser.h,
- agent/mibgroup/target/.cvsignore,
- agent/mibgroup/target/snmpTargetAddrEntry.c,
- agent/mibgroup/target/snmpTargetAddrEntry.h,
- agent/mibgroup/target/snmpTargetParamsEntry.c,
- agent/mibgroup/target/snmpTargetParamsEntry.h,
- agent/mibgroup/target/target.c,
- agent/mibgroup/target/target.h,
- agent/mibgroup/target/target_counters.c,
- agent/mibgroup/target/target_counters.h,
- agent/mibgroup/tunnel/tunnel.c,
- agent/mibgroup/tunnel/tunnel.h,
- agent/mibgroup/ucd-snmp/.cvsignore,
- agent/mibgroup/ucd-snmp/disk.c,
- agent/mibgroup/ucd-snmp/disk.h,
- agent/mibgroup/ucd-snmp/diskio.c,
- agent/mibgroup/ucd-snmp/diskio.h,
- agent/mibgroup/ucd-snmp/dlmod.c,
- agent/mibgroup/ucd-snmp/dlmod.h,
- agent/mibgroup/ucd-snmp/errormib.c,
- agent/mibgroup/ucd-snmp/errormib.h,
- agent/mibgroup/ucd-snmp/extensible.c,
- agent/mibgroup/ucd-snmp/extensible.h,
- agent/mibgroup/ucd-snmp/file.c,
- agent/mibgroup/ucd-snmp/file.h,
- agent/mibgroup/ucd-snmp/hpux.c,
- agent/mibgroup/ucd-snmp/hpux.h,
- agent/mibgroup/ucd-snmp/lmSensors.c,
- agent/mibgroup/ucd-snmp/lmSensors.h,
- agent/mibgroup/ucd-snmp/loadave.c,
- agent/mibgroup/ucd-snmp/loadave.h,
- agent/mibgroup/ucd-snmp/logmatch.c,
- agent/mibgroup/ucd-snmp/logmatch.h,
- agent/mibgroup/ucd-snmp/memory.c,
- agent/mibgroup/ucd-snmp/memory.h,
- agent/mibgroup/ucd-snmp/memory_dynix.c,
- agent/mibgroup/ucd-snmp/memory_dynix.h,
- agent/mibgroup/ucd-snmp/memory_freebsd2.c,
- agent/mibgroup/ucd-snmp/memory_freebsd2.h,
- agent/mibgroup/ucd-snmp/memory_netbsd1.c,
- agent/mibgroup/ucd-snmp/memory_netbsd1.h,
- agent/mibgroup/ucd-snmp/memory_solaris2.c,
- agent/mibgroup/ucd-snmp/memory_solaris2.h,
- agent/mibgroup/ucd-snmp/pass.c,
- agent/mibgroup/ucd-snmp/pass.h,
- agent/mibgroup/ucd-snmp/pass_persist.c,
- agent/mibgroup/ucd-snmp/pass_persist.h,
- agent/mibgroup/ucd-snmp/proc.c,
- agent/mibgroup/ucd-snmp/proc.h,
- agent/mibgroup/ucd-snmp/proxy.c,
- agent/mibgroup/ucd-snmp/proxy.h,
- agent/mibgroup/ucd-snmp/versioninfo.c,
- agent/mibgroup/ucd-snmp/versioninfo.h,
- agent/mibgroup/ucd-snmp/vmstat.c,
- agent/mibgroup/ucd-snmp/vmstat.h,
- agent/mibgroup/ucd-snmp/vmstat_bsdi4.c,
- agent/mibgroup/ucd-snmp/vmstat_bsdi4.h,
- agent/mibgroup/ucd-snmp/vmstat_dynix.c,
- agent/mibgroup/ucd-snmp/vmstat_dynix.h,
- agent/mibgroup/ucd-snmp/vmstat_freebsd2.c,
- agent/mibgroup/ucd-snmp/vmstat_freebsd2.h,
- agent/mibgroup/ucd-snmp/vmstat_netbsd1.c,
- agent/mibgroup/ucd-snmp/vmstat_netbsd1.h,
- agent/mibgroup/ucd-snmp/vmstat_solaris2.c,
- agent/mibgroup/ucd-snmp/vmstat_solaris2.h,
- agent/mibgroup/utilities/.cvsignore,
- agent/mibgroup/utilities/override.c,
- agent/mibgroup/utilities/override.h,
- agent/mibgroup/v2party/.cvsignore,
- agent/mibgroup/vestinternett/.cvsignore, apps/.cvsignore
- , apps/Makefile.depend, apps/Makefile.in,
- apps/encode_keychange.c, apps/notification_log.c,
- apps/notification_log.h, apps/snmpbulkget.c,
- apps/snmpbulkwalk.c, apps/snmpdelta.c, apps/snmpdf.c
- , apps/snmpget.c, apps/snmpgetnext.c,
- apps/snmpset.c, apps/snmpstatus.c, apps/snmptable.c
- , apps/snmptest.c, apps/snmptranslate.c,
- apps/snmptrap.c, apps/snmptrapd.c,
- apps/snmptrapd_handlers.c, apps/snmptrapd_handlers.h,
- apps/snmptrapd_log.c, apps/snmptrapd_log.h,
- apps/snmpusm.c, apps/snmpvacm.c, apps/snmpwalk.c,
- apps/snmpnetstat/.cvsignore, apps/snmpnetstat/Makefile.depend
- , apps/snmpnetstat/Makefile.in, apps/snmpnetstat/if.c
- , apps/snmpnetstat/inet.c, apps/snmpnetstat/inet6.c
- , apps/snmpnetstat/main.c, apps/snmpnetstat/main.h
- , apps/snmpnetstat/netstat.h, apps/snmpnetstat/route.c
- , apps/snmpnetstat/winstub.c, apps/snmpnetstat/winstub.h
- , include/net-snmp/.cvsignore,
- include/net-snmp/config_api.h, include/net-snmp/definitions.h
- , include/net-snmp/mib_api.h,
- include/net-snmp/net-snmp-config.h.in,
- include/net-snmp/net-snmp-includes.h,
- include/net-snmp/output_api.h, include/net-snmp/pdu_api.h
- , include/net-snmp/session_api.h,
- include/net-snmp/snmpv3_api.h, include/net-snmp/types.h
- , include/net-snmp/utilities.h,
- include/net-snmp/varbind_api.h, include/net-snmp/version.h
- , include/net-snmp/agent/.cvsignore,
- include/net-snmp/agent/agent_callbacks.h,
- include/net-snmp/agent/agent_handler.h,
- include/net-snmp/agent/agent_index.h,
- include/net-snmp/agent/agent_read_config.h,
- include/net-snmp/agent/agent_registry.h,
- include/net-snmp/agent/agent_trap.h,
- include/net-snmp/agent/all_helpers.h,
- include/net-snmp/agent/auto_nlist.h,
- include/net-snmp/agent/bulk_to_next.h,
- include/net-snmp/agent/debug_handler.h,
- include/net-snmp/agent/ds_agent.h,
- include/net-snmp/agent/instance.h,
- include/net-snmp/agent/mib_modules.h,
- include/net-snmp/agent/multiplexer.h,
- include/net-snmp/agent/net-snmp-agent-includes.h,
- include/net-snmp/agent/null.h,
- include/net-snmp/agent/old_api.h,
- include/net-snmp/agent/read_only.h,
- include/net-snmp/agent/serialize.h,
- include/net-snmp/agent/set_helper.h,
- include/net-snmp/agent/snmp_agent.h,
- include/net-snmp/agent/snmp_vars.h,
- include/net-snmp/agent/table.h,
- include/net-snmp/agent/table_array.h,
- include/net-snmp/agent/table_data.h,
- include/net-snmp/agent/table_dataset.h,
- include/net-snmp/agent/table_iterator.h,
- include/net-snmp/agent/var_struct.h,
- include/net-snmp/library/.cvsignore,
- include/net-snmp/library/README,
- include/net-snmp/library/asn1.h,
- include/net-snmp/library/callback.h,
- include/net-snmp/library/cmu_compat.h,
- include/net-snmp/library/data_list.h,
- include/net-snmp/library/default_store.h,
- include/net-snmp/library/getopt.h,
- include/net-snmp/library/int64.h,
- include/net-snmp/library/keytools.h,
- include/net-snmp/library/lcd_time.h,
- include/net-snmp/library/libsnmp.h,
- include/net-snmp/library/md5.h,
- include/net-snmp/library/mib.h,
- include/net-snmp/library/mt_support.h,
- include/net-snmp/library/oid_array.h,
- include/net-snmp/library/oid_stash.h,
- include/net-snmp/library/parse.h,
- include/net-snmp/library/read_config.h,
- include/net-snmp/library/scapi.h,
- include/net-snmp/library/snmp-tc.h,
- include/net-snmp/library/snmp.h,
- include/net-snmp/library/snmpAAL5PVCDomain.h,
- include/net-snmp/library/snmpCallbackDomain.h,
- include/net-snmp/library/snmpIPXDomain.h,
- include/net-snmp/library/snmpTCPDomain.h,
- include/net-snmp/library/snmpTCPIPv6Domain.h,
- include/net-snmp/library/snmpUDPDomain.h,
- include/net-snmp/library/snmpUDPIPv6Domain.h,
- include/net-snmp/library/snmpUnixDomain.h,
- include/net-snmp/library/snmp_alarm.h,
- include/net-snmp/library/snmp_api.h,
- include/net-snmp/library/snmp_client.h,
- include/net-snmp/library/snmp_debug.h,
- include/net-snmp/library/snmp_enum.h,
- include/net-snmp/library/snmp_impl.h,
- include/net-snmp/library/snmp_locking.h,
- include/net-snmp/library/snmp_logging.h,
- include/net-snmp/library/snmp_parse_args.h,
- include/net-snmp/library/snmp_secmod.h,
- include/net-snmp/library/snmp_transport.h,
- include/net-snmp/library/snmpksm.h,
- include/net-snmp/library/snmpusm.h,
- include/net-snmp/library/snmpv3.h,
- include/net-snmp/library/system.h,
- include/net-snmp/library/tools.h,
- include/net-snmp/library/transform_oids.h,
- include/net-snmp/library/ucd_compat.h,
- include/net-snmp/library/vacm.h,
- include/net-snmp/library/winservice.h,
- include/net-snmp/machine/generic.h,
- include/net-snmp/system/aix.h, include/net-snmp/system/bsd.h
- , include/net-snmp/system/bsdi.h,
- include/net-snmp/system/bsdi3.h,
- include/net-snmp/system/bsdi4.h,
- include/net-snmp/system/cygwin.h,
- include/net-snmp/system/darwin.h,
- include/net-snmp/system/dynix.h,
- include/net-snmp/system/freebsd.h,
- include/net-snmp/system/freebsd2.h,
- include/net-snmp/system/freebsd3.h,
- include/net-snmp/system/freebsd4.h,
- include/net-snmp/system/generic.h,
- include/net-snmp/system/hpux.h,
- include/net-snmp/system/irix.h,
- include/net-snmp/system/linux.h,
- include/net-snmp/system/mips.h,
- include/net-snmp/system/netbsd.h,
- include/net-snmp/system/openbsd.h,
- include/net-snmp/system/solaris.h,
- include/net-snmp/system/solaris2.6.h,
- include/net-snmp/system/solaris2.7.h,
- include/net-snmp/system/solaris2.8.h,
- include/net-snmp/system/sunos.h,
- include/net-snmp/system/svr5.h,
- include/net-snmp/system/sysv.h,
- include/net-snmp/system/ultrix4.h,
- include/ucd-snmp/.cvsignore, include/ucd-snmp/README,
- include/ucd-snmp/agent_index.h,
- include/ucd-snmp/agent_read_config.h,
- include/ucd-snmp/agent_registry.h,
- include/ucd-snmp/agent_trap.h, include/ucd-snmp/asn1.h,
- include/ucd-snmp/auto_nlist.h, include/ucd-snmp/callback.h
- , include/ucd-snmp/default_store.h,
- include/ucd-snmp/ds_agent.h,
- include/ucd-snmp/header_complex.h, include/ucd-snmp/int64.h
- , include/ucd-snmp/keytools.h, include/ucd-snmp/mib.h
- , include/ucd-snmp/mib_module_config.h,
- include/ucd-snmp/mibincl.h, include/ucd-snmp/parse.h,
- include/ucd-snmp/read_config.h, include/ucd-snmp/scapi.h
- , include/ucd-snmp/snmp-tc.h, include/ucd-snmp/snmp.h
- , include/ucd-snmp/snmp_agent.h,
- include/ucd-snmp/snmp_alarm.h, include/ucd-snmp/snmp_api.h
- , include/ucd-snmp/snmp_client.h,
- include/ucd-snmp/snmp_debug.h, include/ucd-snmp/snmp_impl.h
- , include/ucd-snmp/snmp_logging.h,
- include/ucd-snmp/snmp_parse_args.h,
- include/ucd-snmp/snmp_vars.h, include/ucd-snmp/snmpusm.h
- , include/ucd-snmp/snmpv3.h, include/ucd-snmp/struct.h
- , include/ucd-snmp/system.h, include/ucd-snmp/tools.h
- , include/ucd-snmp/transform_oids.h,
- include/ucd-snmp/ucd-snmp-agent-includes.h,
- include/ucd-snmp/ucd-snmp-config.h,
- include/ucd-snmp/ucd-snmp-includes.h,
- include/ucd-snmp/util_funcs.h, include/ucd-snmp/var_struct.h
- , include/ucd-snmp/version.h, local/.cvsignore,
- local/FAQ2HTML, local/Makefile.in, local/README.mib2c
- , local/convertcode, local/fixproc,
- local/ipf-mod.pl, local/mib2c,
- local/mib2c.array-user.conf, local/mib2c.conf,
- local/mib2c.create-dataset.conf, local/mib2c.iterate.conf
- , local/mib2c.vartypes.conf, local/pass_persisttest
- , local/passtest, local/snmp-ucd.sh,
- local/snmpcheck.def, local/snmpconf, local/tkmib,
- local/traptoemail, local/snmpconf.dir/snmp-data/authopts
- , local/snmpconf.dir/snmp-data/debugging,
- local/snmpconf.dir/snmp-data/mibs,
- local/snmpconf.dir/snmp-data/output,
- local/snmpconf.dir/snmp-data/snmpconf-config,
- local/snmpconf.dir/snmpd-data/acl,
- local/snmpconf.dir/snmpd-data/basic_setup,
- local/snmpconf.dir/snmpd-data/extending,
- local/snmpconf.dir/snmpd-data/monitor,
- local/snmpconf.dir/snmpd-data/operation,
- local/snmpconf.dir/snmpd-data/snmpconf-config,
- local/snmpconf.dir/snmpd-data/system,
- local/snmpconf.dir/snmpd-data/trapsinks,
- local/snmpconf.dir/snmptrapd-data/formatting,
- local/snmpconf.dir/snmptrapd-data/snmpconf-config,
- local/snmpconf.dir/snmptrapd-data/traphandle, man/.cvsignore
- , man/Makefile.in, man/add_mibdir.3,
- man/add_module_replacement.3, man/default_store.3.bot,
- man/default_store.3.top, man/get_module_node.3,
- man/init_mib.3, man/init_mib_internals.3,
- man/mib2c.1.def, man/mib_api.3.def, man/netsnmp_agent.3
- , man/netsnmp_bulk_to_next.3, man/netsnmp_debug.3,
- man/netsnmp_example_scalar_int.3, man/netsnmp_handler.3
- , man/netsnmp_instance.3,
- man/netsnmp_mib_handler_methods.3, man/netsnmp_multiplexer.3
- , man/netsnmp_old_api.3, man/netsnmp_read_only.3,
- man/netsnmp_serialize.3, man/netsnmp_table.3,
- man/netsnmp_table_array.3, man/netsnmp_table_data.3,
- man/netsnmp_table_dataset.3, man/netsnmp_table_iterator.3
- , man/netsnmp_todo.3, man/print_description.3,
- man/print_mib.3, man/print_objid.3, man/print_value.3
- , man/print_variable.3, man/read_all_mibs.3,
- man/read_config.3.def, man/read_mib.3,
- man/read_module.3, man/read_module_node.3,
- man/read_objid.3, man/shutdown_mib.3,
- man/snmp.conf.5.def, man/snmp_agent_api.3.def,
- man/snmp_alarm.3.def, man/snmp_api.3.def,
- man/snmp_api_errstring.3, man/snmp_close.3,
- man/snmp_config.5.def, man/snmp_error.3,
- man/snmp_free_pdu.3, man/snmp_open.3, man/snmp_perror.3
- , man/snmp_read.3, man/snmp_select_info.3,
- man/snmp_send.3, man/snmp_sess_api.3.def,
- man/snmp_sess_async_send.3, man/snmp_sess_close.3,
- man/snmp_sess_error.3, man/snmp_sess_init.3,
- man/snmp_sess_open.3, man/snmp_sess_perror.3,
- man/snmp_sess_read.3, man/snmp_sess_select_info.3,
- man/snmp_sess_send.3, man/snmp_sess_session.3,
- man/snmp_sess_timeout.3, man/snmp_set_mib_warnings.3,
- man/snmp_set_save_descriptions.3, man/snmp_timeout.3,
- man/snmp_trap_api.3.def, man/snmpbulkget.1.def,
- man/snmpbulkwalk.1.def, man/snmpcmd.1.def,
- man/snmpconf.1.def, man/snmpd.1.def,
- man/snmpd.conf.5.def, man/snmpdelta.1, man/snmpdf.1
- , man/snmpget.1.def, man/snmpgetnext.1.def,
- man/snmpinform.1, man/snmpnetstat.1, man/snmpset.1.def
- , man/snmpstatus.1.def, man/snmptable.1.def,
- man/snmptest.1.def, man/snmptranslate.1.def,
- man/snmptrap.1.def, man/snmptrapd.8.def,
- man/snmptrapd.conf.5.def, man/snmpusm.1.def,
- man/snmpwalk.1.def, man/variables.5.def,
- mibs/.cvsignore, mibs/AGENTX-MIB.txt,
- mibs/DISMAN-EVENT-MIB.txt, mibs/DISMAN-SCHEDULE-MIB.txt
- , mibs/DISMAN-SCRIPT-MIB.txt, mibs/EtherLike-MIB.txt
- , mibs/HCNUM-TC.txt, mibs/HOST-RESOURCES-MIB.txt,
- mibs/HOST-RESOURCES-TYPES.txt,
- mibs/IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt,
- mibs/IANA-LANGUAGE-MIB.txt, mibs/IANAifType-MIB.txt,
- mibs/IF-INVERTED-STACK-MIB.txt, mibs/IF-MIB.txt,
- mibs/INET-ADDRESS-MIB.txt, mibs/IP-FORWARD-MIB.txt,
- mibs/IP-MIB.txt, mibs/IPV6-ICMP-MIB.txt,
- mibs/IPV6-MIB.txt, mibs/IPV6-TC.txt,
- mibs/IPV6-TCP-MIB.txt, mibs/IPV6-UDP-MIB.txt,
- mibs/LM-SENSORS-MIB.txt, mibs/MTA-MIB.txt,
- mibs/Makefile.in, mibs/Makefile.mib,
- mibs/NET-SNMP-AGENT-MIB.txt, mibs/NET-SNMP-EXAMPLES-MIB.txt
- , mibs/NET-SNMP-MIB.txt, mibs/NET-SNMP-MONITOR-MIB.txt
- , mibs/NET-SNMP-SYSTEM-MIB.txt, mibs/NET-SNMP-TC.txt
- , mibs/NETWORK-SERVICES-MIB.txt,
- mibs/NOTIFICATION-LOG-MIB.txt, mibs/README.mibs,
- mibs/RFC-1215.txt, mibs/RFC1155-SMI.txt,
- mibs/RFC1213-MIB.txt, mibs/RMON-MIB.txt,
- mibs/SMUX-MIB.txt, mibs/SNMP-COMMUNITY-MIB.txt,
- mibs/SNMP-FRAMEWORK-MIB.txt, mibs/SNMP-MPD-MIB.txt,
- mibs/SNMP-NOTIFICATION-MIB.txt, mibs/SNMP-PROXY-MIB.txt
- , mibs/SNMP-TARGET-MIB.txt,
- mibs/SNMP-USER-BASED-SM-MIB.txt,
- mibs/SNMP-VIEW-BASED-ACM-MIB.txt, mibs/SNMPv2-CONF.txt,
- mibs/SNMPv2-MIB.txt, mibs/SNMPv2-SMI.txt,
- mibs/SNMPv2-TC.txt, mibs/SNMPv2-TM.txt,
- mibs/TCP-MIB.txt, mibs/TUNNEL-MIB.txt,
- mibs/UCD-DEMO-MIB.inc, mibs/UCD-DEMO-MIB.txt,
- mibs/UCD-DISKIO-MIB.inc, mibs/UCD-DISKIO-MIB.txt,
- mibs/UCD-DLMOD-MIB.inc, mibs/UCD-DLMOD-MIB.txt,
- mibs/UCD-IPFILTER-MIB.inc, mibs/UCD-IPFILTER-MIB.txt,
- mibs/UCD-IPFWACC-MIB.inc, mibs/UCD-IPFWACC-MIB.txt,
- mibs/UCD-SNMP-MIB-OLD.txt, mibs/UCD-SNMP-MIB.inc,
- mibs/UCD-SNMP-MIB.txt, mibs/UDP-MIB.txt, mibs/ianalist
- , mibs/mibfetch, mibs/rfclist, mibs/rfcmibs.diff
- , mibs/smistrip, ov/.cvsignore, ov/Makefile.in
- , ov/README, ov/UCD-Computer, ov/UCD-fields,
- ov/oid_to_sym.in, ov/oid_to_type.in,
- ov/bitmaps/UCD.20.m, ov/bitmaps/UCD.20.p,
- ov/bitmaps/UCD.26.m, ov/bitmaps/UCD.26.p,
- ov/bitmaps/UCD.32.m, ov/bitmaps/UCD.32.p,
- ov/bitmaps/UCD.38.m, ov/bitmaps/UCD.38.p,
- ov/bitmaps/UCD.44.m, ov/bitmaps/UCD.44.p,
- ov/bitmaps/UCD.50.m, ov/bitmaps/UCD.50.p,
- ov/bitmaps/UCD.fields, perl/.cvsignore,
- perl/ASN/.cvsignore, perl/ASN/ASN.pm, perl/ASN/ASN.xs
- , perl/ASN/Changes, perl/ASN/MANIFEST,
- perl/ASN/Makefile.PL, perl/ASN/test.pl,
- perl/AnyData_SNMP/.cvsignore, perl/AnyData_SNMP/Changes
- , perl/AnyData_SNMP/DBD_AnyData.patch,
- perl/AnyData_SNMP/Format.pm, perl/AnyData_SNMP/INSTALL,
- perl/AnyData_SNMP/MANIFEST, perl/AnyData_SNMP/Makefile.PL
- , perl/AnyData_SNMP/README, perl/AnyData_SNMP/Storage.pm
- , perl/AnyData_SNMP/snmpsh, perl/SNMP/.cvsignore,
- perl/SNMP/BUG, perl/SNMP/MANIFEST,
- perl/SNMP/MANIFEST.SKIP, perl/SNMP/Makefile.PL,
- perl/SNMP/README, perl/SNMP/SNMP.pm, perl/SNMP/SNMP.xs
- , perl/SNMP/TODO, perl/SNMP/perlsnmp.h,
- perl/SNMP/typemap, perl/SNMP/examples/async1.pl,
- perl/SNMP/examples/async2.pl, perl/SNMP/examples/bulkwalk.pl
- , perl/SNMP/examples/ipforward.pl,
- perl/SNMP/examples/mibtree.pl, perl/SNMP/examples/mibwalk.pl
- , perl/SNMP/examples/pingmib.pl,
- perl/SNMP/examples/tablewalk.pl,
- perl/SNMP/examples/testleak.pl,
- perl/SNMP/examples/trap-example.pl, perl/SNMP/hints/irix.pl
- , perl/SNMP/hints/solaris.pl, perl/SNMP/t/.cvsignore
- , perl/SNMP/t/README, perl/SNMP/t/async.t,
- perl/SNMP/t/bulkwalk.t, perl/SNMP/t/get.t,
- perl/SNMP/t/getnext.t, perl/SNMP/t/mib.t,
- perl/SNMP/t/mib.txt, perl/SNMP/t/mibload.t,
- perl/SNMP/t/notify.t, perl/SNMP/t/session.t,
- perl/SNMP/t/set.t, perl/SNMP/t/snmptest.conf,
- perl/SNMP/t/startagent.pl, perl/agent/.cvsignore,
- perl/agent/Changes, perl/agent/MANIFEST,
- perl/agent/Makefile.PL, perl/agent/agent.pm,
- perl/agent/agent.xs, perl/agent/test.pl,
- perl/agent/typemap, perl/agent/default_store/.cvsignore
- , perl/agent/default_store/Makefile.PL,
- perl/agent/default_store/default_store.pm,
- perl/agent/default_store/default_store.xs,
- perl/default_store/.cvsignore, perl/default_store/Changes
- , perl/default_store/MANIFEST,
- perl/default_store/Makefile.PL,
- perl/default_store/default_store.pm,
- perl/default_store/default_store.xs,
- perl/default_store/test.pl, perl/default_store/typemap,
- perl/manager/.cvsignore, perl/manager/INSTALL,
- perl/manager/Makefile.PL, perl/manager/displaytable.pm,
- perl/manager/getValues.pm, perl/manager/green.gif,
- perl/manager/manager.pm, perl/manager/red.gif,
- perl/manager/setupauth, perl/manager/setupdb,
- perl/manager/setupuser, perl/manager/snmptosql,
- snmplib/.cvsignore, snmplib/MSG00001.bin,
- snmplib/Makefile.depend, snmplib/Makefile.in,
- snmplib/asn1.c, snmplib/callback.c,
- snmplib/cmu_compat.c, snmplib/data_list.c,
- snmplib/default_store.c, snmplib/getopt.c,
- snmplib/int64.c, snmplib/keytools.c, snmplib/lcd_time.c
- , snmplib/md5.c, snmplib/mib.c,
- snmplib/mt_support.c, snmplib/oid_array.c,
- snmplib/oid_stash.c, snmplib/parse.c,
- snmplib/read_config.c, snmplib/scapi.c,
- snmplib/snmp-tc.c, snmplib/snmp.c,
- snmplib/snmpAAL5PVCDomain.c, snmplib/snmpCallbackDomain.c
- , snmplib/snmpIPXDomain.c, snmplib/snmpTCPDomain.c
- , snmplib/snmpTCPIPv6Domain.c, snmplib/snmpUDPDomain.c
- , snmplib/snmpUDPIPv6Domain.c, snmplib/snmpUnixDomain.c
- , snmplib/snmp_alarm.c, snmplib/snmp_api.c,
- snmplib/snmp_auth.c, snmplib/snmp_client.c,
- snmplib/snmp_debug.c, snmplib/snmp_enum.c,
- snmplib/snmp_logging.c, snmplib/snmp_parse_args.c,
- snmplib/snmp_secmod.c, snmplib/snmp_transport.c,
- snmplib/snmp_version.c, snmplib/snmpksm.c,
- snmplib/snmpusm.c, snmplib/snmpv3.c, snmplib/snprintf.c
- , snmplib/strtol.c, snmplib/strtoul.c,
- snmplib/system.c, snmplib/tools.c,
- snmplib/ucd-snmp-includes.h, snmplib/ucd_compat.c,
- snmplib/vacm.c, snmplib/winservice.c,
- snmplib/winservice.mc, snmplib/winservice.rc,
- testing/.cvsignore, testing/Makefile.in, testing/README
- , testing/RUNTESTS, testing/T.c, testing/T2.sh
- , testing/TESTCONF.sh, testing/data.keychange-md5,
- testing/data.keychange-sha1, testing/data.keychange-sha1-des
- , testing/data.kul-md5, testing/data.kul-sha1,
- testing/etimetest.c, testing/eval_oneprogram.sh,
- testing/eval_onescript.sh, testing/eval_suite.sh,
- testing/eval_testlist, testing/eval_tools.sh,
- testing/keymanagetest.c, testing/misctest.c,
- testing/scapitest.c, testing/test_keychange.sh,
- testing/test_kul.sh, testing/tests/Sv1config,
- testing/tests/Sv2cconfig, testing/tests/Sv3DESconfig,
- testing/tests/Sv3SHADESconfig, testing/tests/Sv3config,
- testing/tests/Sv3configsha, testing/tests/Svanyconfig,
- testing/tests/T001snmpv1get, testing/tests/T002snmpv1getnext
- , testing/tests/T003snmpv1getfail,
- testing/tests/T004snmpv1nosuch, testing/tests/T014snmpv2cget
- , testing/tests/T015snmpv2cgetnext,
- testing/tests/T016snmpv2cgetfail,
- testing/tests/T017snmpv2ctov1getfail,
- testing/tests/T018snmpv1tov2cgetfail,
- testing/tests/T019snmpv2cnosuch, testing/tests/T020snmpv3get
- , testing/tests/T021snmpv3getnext,
- testing/tests/T022snmpv3getMD5,
- testing/tests/T023snmpv3getMD5DES,
- testing/tests/T024snmpv3getSHA1,
- testing/tests/T025snmpv3getSHADES,
- testing/tests/T028snmpv3getfail,
- testing/tests/T030snmpv3usercreation,
- testing/tests/T049snmpv3inform, testing/tests/T050snmpv3trap
- , testing/tests/T051snmpv2ctrap,
- testing/tests/T052snmpv2cinform,
- testing/tests/T053agentv1trap, testing/tests/T054agentv2ctrap
- , testing/tests/T055agentv1mintrap,
- testing/tests/T056agentv2cmintrap,
- testing/tests/T058agentauthtrap, testing/tests/T100agenthup
- , testing/tests/T110agentxget,
- testing/tests/T111agentxset, testing/tests/T112agentxsetfail
- , testing/tests/T113agentxtrap,
- testing/tests/T120proxyget, testing/tests/T121proxyset,
- testing/tests/T122proxysetfail, win32/.cvsignore,
- win32/config.h, win32/config.h.borland,
- win32/mib_module_config.h, win32/mib_module_dot_conf.h,
- win32/mib_module_includes.h, win32/mib_module_inits.h,
- win32/mib_module_shutdown.h, win32/snmpsm_init.h,
- win32/win32.dsw, win32/win32.opt, win32/bin/.cvsignore
- , win32/encode_keychange/.cvsignore,
- win32/encode_keychange/encode_keychange.dsp,
- win32/lib/.cvsignore, win32/libagent/.cvsignore,
- win32/libagent/libagent.def, win32/libagent/libagent.dsp
- , win32/libhelpers/libhelpers.dsp,
- win32/libsnmp/.cvsignore, win32/libsnmp/libsnmp.dsp,
- win32/libsnmp_dll/.cvsignore, win32/libsnmp_dll/libsnmp.def
- , win32/libsnmp_dll/libsnmp_dll.dsp,
- win32/libucdmibs/.cvsignore, win32/libucdmibs/libucdmibs.def
- , win32/net-snmp/net-snmp-config.h,
- win32/net-snmp/agent/mib_module_config.h,
- win32/net-snmp/library/snmpv3-security-includes.h,
- win32/netsnmpmibs/netsnmpmibs.dsp,
- win32/snmpbulkget/.cvsignore,
- win32/snmpbulkget/snmpbulkget.dsp,
- win32/snmpbulkwalk/.cvsignore,
- win32/snmpbulkwalk/snmpbulkwalk.dsp, win32/snmpd/.cvsignore
- , win32/snmpd/snmpd.dsp, win32/snmpdelta/.cvsignore
- , win32/snmpdelta/snmpdelta.dsp, win32/snmpdf/.cvsignore
- , win32/snmpdf/snmpdf.dsp, win32/snmpget/.cvsignore
- , win32/snmpget/snmpget.dsp,
- win32/snmpgetnext/.cvsignore,
- win32/snmpgetnext/snmpgetnext.dsp,
- win32/snmpnetstat/.cvsignore,
- win32/snmpnetstat/snmpnetstat.dsp, win32/snmpset/.cvsignore
- , win32/snmpset/snmpset.dsp, win32/snmpstatus/.cvsignore
- , win32/snmpstatus/snmpstatus.dsp,
- win32/snmptable/.cvsignore, win32/snmptable/snmptable.dsp
- , win32/snmptest/.cvsignore, win32/snmptest/snmptest.dsp
- , win32/snmptranslate/.cvsignore,
- win32/snmptranslate/snmptranslate.dsp,
- win32/snmptrap/.cvsignore, win32/snmptrap/snmptrap.dsp,
- win32/snmptrapd/.cvsignore, win32/snmptrapd/snmptrapd.dsp
- , win32/snmpusm/.cvsignore, win32/snmpusm/snmpusm.dsp
- , win32/snmpvacm/.cvsignore, win32/snmpvacm/snmpvacm.dsp
- , win32/snmpwalk/.cvsignore, win32/snmpwalk/snmpwalk.dsp
- :
- cvs file version number change
-
- 2002-04-20 00:20 hardaker
- * ChangeLog:
- changelog
-
- 2002-04-20 00:07 hardaker
- * agent/agent_handler.c, agent/agent_index.c,
- agent/agent_read_config.c, agent/agent_registry.c,
- agent/agent_trap.c, agent/auto_nlist.c,
- agent/autonlist.h, agent/kernel.c, agent/kernel.h
- , agent/m2m.h, agent/mib_modules.c,
- agent/snmp_agent.c, agent/snmp_perl.c,
- agent/snmp_vars.c, agent/snmpd.c, agent/snmpd.h
- , agent/helpers/all_helpers.c,
- agent/helpers/bulk_to_next.c, agent/helpers/debug_handler.c
- , agent/helpers/instance.c,
- agent/helpers/multiplexer.c, agent/helpers/null.c,
- agent/helpers/old_api.c, agent/helpers/read_only.c,
- agent/helpers/serialize.c, agent/helpers/table.c,
- agent/helpers/table_array.c, agent/helpers/table_data.c
- , agent/helpers/table_dataset.c,
- agent/helpers/table_iterator.c, agent/mibgroup/Rmon.h,
- agent/mibgroup/agentx.h, agent/mibgroup/header_complex.c
- , agent/mibgroup/header_complex.h,
- agent/mibgroup/host.h, agent/mibgroup/host_res.h,
- agent/mibgroup/kernel_sunos5.c,
- agent/mibgroup/kernel_sunos5.h, agent/mibgroup/mibII.h
- , agent/mibgroup/mibdefs.h, agent/mibgroup/mibincl.h
- , agent/mibgroup/smux_gated.h,
- agent/mibgroup/snmpv3mibs.h, agent/mibgroup/struct.h,
- agent/mibgroup/testhandler.c, agent/mibgroup/testhandler.h
- , agent/mibgroup/ucd_snmp.h,
- agent/mibgroup/util_funcs.c, agent/mibgroup/util_funcs.h
- , agent/mibgroup/Rmon/agutil.c,
- agent/mibgroup/Rmon/agutil.h,
- agent/mibgroup/Rmon/agutil_api.h, agent/mibgroup/Rmon/alarm.c
- , agent/mibgroup/Rmon/alarm.h,
- agent/mibgroup/Rmon/event.c, agent/mibgroup/Rmon/event.h
- , agent/mibgroup/Rmon/history.c,
- agent/mibgroup/Rmon/history.h, agent/mibgroup/Rmon/row_api.h
- , agent/mibgroup/Rmon/rows.c, agent/mibgroup/Rmon/rows.h
- , agent/mibgroup/Rmon/statistics.c,
- agent/mibgroup/Rmon/statistics.h,
- agent/mibgroup/agent/nsModuleTable.c,
- agent/mibgroup/agent/nsModuleTable.h,
- agent/mibgroup/agent/nsTransactionTable.c,
- agent/mibgroup/agent/nsTransactionTable.h,
- agent/mibgroup/agentx/agentx_config.c,
- agent/mibgroup/agentx/agentx_config.h,
- agent/mibgroup/agentx/client.c,
- agent/mibgroup/agentx/client.h,
- agent/mibgroup/agentx/master.c,
- agent/mibgroup/agentx/master.h,
- agent/mibgroup/agentx/master_admin.c,
- agent/mibgroup/agentx/master_admin.h,
- agent/mibgroup/agentx/protocol.c,
- agent/mibgroup/agentx/protocol.h,
- agent/mibgroup/agentx/subagent.c,
- agent/mibgroup/agentx/subagent.h,
- agent/mibgroup/disman/event-mib.h,
- agent/mibgroup/disman/mteObjectsTable.c,
- agent/mibgroup/disman/mteObjectsTable.h,
- agent/mibgroup/disman/mteTriggerBooleanTable.c,
- agent/mibgroup/disman/mteTriggerBooleanTable.h,
- agent/mibgroup/disman/mteTriggerDeltaTable.c,
- agent/mibgroup/disman/mteTriggerDeltaTable.h,
- agent/mibgroup/disman/mteTriggerExistenceTable.c,
- agent/mibgroup/disman/mteTriggerExistenceTable.h,
- agent/mibgroup/disman/mteTriggerTable.c,
- agent/mibgroup/disman/mteTriggerTable.h,
- agent/mibgroup/disman/mteTriggerThresholdTable.c,
- agent/mibgroup/disman/mteTriggerThresholdTable.h,
- agent/mibgroup/examples/data_set.c,
- agent/mibgroup/examples/data_set.h,
- agent/mibgroup/examples/delayed_instance.c,
- agent/mibgroup/examples/delayed_instance.h,
- agent/mibgroup/examples/example.c,
- agent/mibgroup/examples/example.h,
- agent/mibgroup/examples/scalar_int.c,
- agent/mibgroup/examples/scalar_int.h,
- agent/mibgroup/examples/ucdDemoPublic.c,
- agent/mibgroup/examples/ucdDemoPublic.h,
- agent/mibgroup/host/hr_device.c,
- agent/mibgroup/host/hr_device.h,
- agent/mibgroup/host/hr_disk.c, agent/mibgroup/host/hr_disk.h
- , agent/mibgroup/host/hr_filesys.c,
- agent/mibgroup/host/hr_filesys.h,
- agent/mibgroup/host/hr_network.c,
- agent/mibgroup/host/hr_network.h,
- agent/mibgroup/host/hr_other.c,
- agent/mibgroup/host/hr_other.h,
- agent/mibgroup/host/hr_partition.c,
- agent/mibgroup/host/hr_partition.h,
- agent/mibgroup/host/hr_print.c,
- agent/mibgroup/host/hr_print.h, agent/mibgroup/host/hr_proc.c
- , agent/mibgroup/host/hr_proc.h,
- agent/mibgroup/host/hr_storage.c,
- agent/mibgroup/host/hr_storage.h,
- agent/mibgroup/host/hr_swinst.c,
- agent/mibgroup/host/hr_swinst.h,
- agent/mibgroup/host/hr_swrun.c,
- agent/mibgroup/host/hr_swrun.h,
- agent/mibgroup/host/hr_system.c,
- agent/mibgroup/host/hr_system.h, agent/mibgroup/mibII/at.c
- , agent/mibgroup/mibII/at.h,
- agent/mibgroup/mibII/icmp.c, agent/mibgroup/mibII/icmp.h
- , agent/mibgroup/mibII/interfaces.c,
- agent/mibgroup/mibII/interfaces.h, agent/mibgroup/mibII/ip.c
- , agent/mibgroup/mibII/ip.h,
- agent/mibgroup/mibII/ipAddr.c, agent/mibgroup/mibII/ipAddr.h
- , agent/mibgroup/mibII/ipv6.c,
- agent/mibgroup/mibII/ipv6.h,
- agent/mibgroup/mibII/kernel_linux.c,
- agent/mibgroup/mibII/kernel_linux.h,
- agent/mibgroup/mibII/mta_sendmail.c,
- agent/mibgroup/mibII/mta_sendmail.h,
- agent/mibgroup/mibII/route_write.c,
- agent/mibgroup/mibII/route_write.h,
- agent/mibgroup/mibII/setSerialNo.c,
- agent/mibgroup/mibII/setSerialNo.h,
- agent/mibgroup/mibII/snmp_mib.c,
- agent/mibgroup/mibII/snmp_mib.h,
- agent/mibgroup/mibII/sysORTable.c,
- agent/mibgroup/mibII/sysORTable.h,
- agent/mibgroup/mibII/system_mib.c,
- agent/mibgroup/mibII/system_mib.h, agent/mibgroup/mibII/tcp.c
- , agent/mibgroup/mibII/tcp.h,
- agent/mibgroup/mibII/tcpTable.c,
- agent/mibgroup/mibII/tcpTable.h, agent/mibgroup/mibII/udp.c
- , agent/mibgroup/mibII/udp.h,
- agent/mibgroup/mibII/udpTable.c,
- agent/mibgroup/mibII/udpTable.h,
- agent/mibgroup/mibII/vacm_context.c,
- agent/mibgroup/mibII/vacm_context.h,
- agent/mibgroup/mibII/vacm_vars.c,
- agent/mibgroup/mibII/vacm_vars.h,
- agent/mibgroup/mibII/var_route.c,
- agent/mibgroup/mibII/var_route.h, agent/mibgroup/misc/dlmod.c
- , agent/mibgroup/misc/dlmod.h,
- agent/mibgroup/misc/ipfwacc.c, agent/mibgroup/misc/ipfwacc.h
- , agent/mibgroup/notification/snmpNotifyFilterProfileTable.c
- , agent/mibgroup/notification/snmpNotifyFilterProfileTable.h
- , agent/mibgroup/notification/snmpNotifyFilterTable.c,
- agent/mibgroup/notification/snmpNotifyFilterTable.h,
- agent/mibgroup/notification/snmpNotifyTable.c,
- agent/mibgroup/notification/snmpNotifyTable.h,
- agent/mibgroup/smux/smux.c, agent/mibgroup/smux/smux.h
- , agent/mibgroup/smux/snmp_bgp.c,
- agent/mibgroup/smux/snmp_bgp.h,
- agent/mibgroup/smux/snmp_ospf.c,
- agent/mibgroup/smux/snmp_ospf.h,
- agent/mibgroup/smux/snmp_rip2.c,
- agent/mibgroup/smux/snmp_rip2.h,
- agent/mibgroup/snmpv3/snmpEngine.c,
- agent/mibgroup/snmpv3/snmpEngine.h,
- agent/mibgroup/snmpv3/snmpMPDStats.c,
- agent/mibgroup/snmpv3/snmpMPDStats.h,
- agent/mibgroup/snmpv3/usmStats.c,
- agent/mibgroup/snmpv3/usmStats.h,
- agent/mibgroup/snmpv3/usmUser.c,
- agent/mibgroup/snmpv3/usmUser.h,
- agent/mibgroup/target/snmpTargetAddrEntry.c,
- agent/mibgroup/target/snmpTargetAddrEntry.h,
- agent/mibgroup/target/snmpTargetParamsEntry.c,
- agent/mibgroup/target/snmpTargetParamsEntry.h,
- agent/mibgroup/target/target.c,
- agent/mibgroup/target/target.h,
- agent/mibgroup/target/target_counters.c,
- agent/mibgroup/target/target_counters.h,
- agent/mibgroup/tunnel/tunnel.c,
- agent/mibgroup/tunnel/tunnel.h,
- agent/mibgroup/ucd-snmp/disk.c,
- agent/mibgroup/ucd-snmp/disk.h,
- agent/mibgroup/ucd-snmp/diskio.c,
- agent/mibgroup/ucd-snmp/diskio.h,
- agent/mibgroup/ucd-snmp/dlmod.c,
- agent/mibgroup/ucd-snmp/dlmod.h,
- agent/mibgroup/ucd-snmp/errormib.c,
- agent/mibgroup/ucd-snmp/errormib.h,
- agent/mibgroup/ucd-snmp/extensible.c,
- agent/mibgroup/ucd-snmp/extensible.h,
- agent/mibgroup/ucd-snmp/file.c,
- agent/mibgroup/ucd-snmp/file.h,
- agent/mibgroup/ucd-snmp/hpux.c,
- agent/mibgroup/ucd-snmp/hpux.h,
- agent/mibgroup/ucd-snmp/lmSensors.c,
- agent/mibgroup/ucd-snmp/lmSensors.h,
- agent/mibgroup/ucd-snmp/loadave.c,
- agent/mibgroup/ucd-snmp/loadave.h,
- agent/mibgroup/ucd-snmp/logmatch.c,
- agent/mibgroup/ucd-snmp/logmatch.h,
- agent/mibgroup/ucd-snmp/memory.c,
- agent/mibgroup/ucd-snmp/memory.h,
- agent/mibgroup/ucd-snmp/memory_dynix.c,
- agent/mibgroup/ucd-snmp/memory_dynix.h,
- agent/mibgroup/ucd-snmp/memory_freebsd2.c,
- agent/mibgroup/ucd-snmp/memory_freebsd2.h,
- agent/mibgroup/ucd-snmp/memory_netbsd1.c,
- agent/mibgroup/ucd-snmp/memory_netbsd1.h,
- agent/mibgroup/ucd-snmp/memory_solaris2.c,
- agent/mibgroup/ucd-snmp/memory_solaris2.h,
- agent/mibgroup/ucd-snmp/pass.c,
- agent/mibgroup/ucd-snmp/pass.h,
- agent/mibgroup/ucd-snmp/pass_persist.c,
- agent/mibgroup/ucd-snmp/pass_persist.h,
- agent/mibgroup/ucd-snmp/proc.c,
- agent/mibgroup/ucd-snmp/proc.h,
- agent/mibgroup/ucd-snmp/proxy.c,
- agent/mibgroup/ucd-snmp/proxy.h,
- agent/mibgroup/ucd-snmp/versioninfo.c,
- agent/mibgroup/ucd-snmp/versioninfo.h,
- agent/mibgroup/ucd-snmp/vmstat.c,
- agent/mibgroup/ucd-snmp/vmstat.h,
- agent/mibgroup/ucd-snmp/vmstat_bsdi4.c,
- agent/mibgroup/ucd-snmp/vmstat_bsdi4.h,
- agent/mibgroup/ucd-snmp/vmstat_dynix.c,
- agent/mibgroup/ucd-snmp/vmstat_dynix.h,
- agent/mibgroup/ucd-snmp/vmstat_freebsd2.c,
- agent/mibgroup/ucd-snmp/vmstat_freebsd2.h,
- agent/mibgroup/ucd-snmp/vmstat_netbsd1.c,
- agent/mibgroup/ucd-snmp/vmstat_netbsd1.h,
- agent/mibgroup/ucd-snmp/vmstat_solaris2.c,
- agent/mibgroup/ucd-snmp/vmstat_solaris2.h,
- agent/mibgroup/utilities/override.c,
- agent/mibgroup/utilities/override.h, apps/encode_keychange.c
- , apps/notification_log.c, apps/notification_log.h
- , apps/snmpbulkget.c, apps/snmpbulkwalk.c,
- apps/snmpdelta.c, apps/snmpdf.c, apps/snmpget.c
- , apps/snmpgetnext.c, apps/snmpset.c,
- apps/snmpstatus.c, apps/snmptable.c, apps/snmptest.c
- , apps/snmptranslate.c, apps/snmptrap.c,
- apps/snmptrapd.c, apps/snmptrapd_handlers.c,
- apps/snmptrapd_handlers.h, apps/snmptrapd_log.c,
- apps/snmptrapd_log.h, apps/snmpusm.c, apps/snmpvacm.c
- , apps/snmpwalk.c, apps/snmpnetstat/if.c,
- apps/snmpnetstat/inet.c, apps/snmpnetstat/inet6.c,
- apps/snmpnetstat/main.c, apps/snmpnetstat/main.h,
- apps/snmpnetstat/netstat.h, apps/snmpnetstat/route.c,
- apps/snmpnetstat/winstub.c, apps/snmpnetstat/winstub.h
- , include/net-snmp/config_api.h,
- include/net-snmp/definitions.h, include/net-snmp/mib_api.h
- , include/net-snmp/net-snmp-includes.h,
- include/net-snmp/output_api.h, include/net-snmp/pdu_api.h
- , include/net-snmp/session_api.h,
- include/net-snmp/snmpv3_api.h, include/net-snmp/types.h
- , include/net-snmp/utilities.h,
- include/net-snmp/varbind_api.h, include/net-snmp/version.h
- , include/net-snmp/agent/agent_callbacks.h,
- include/net-snmp/agent/agent_handler.h,
- include/net-snmp/agent/agent_index.h,
- include/net-snmp/agent/agent_read_config.h,
- include/net-snmp/agent/agent_registry.h,
- include/net-snmp/agent/agent_trap.h,
- include/net-snmp/agent/all_helpers.h,
- include/net-snmp/agent/auto_nlist.h,
- include/net-snmp/agent/bulk_to_next.h,
- include/net-snmp/agent/debug_handler.h,
- include/net-snmp/agent/ds_agent.h,
- include/net-snmp/agent/instance.h,
- include/net-snmp/agent/mib_modules.h,
- include/net-snmp/agent/multiplexer.h,
- include/net-snmp/agent/net-snmp-agent-includes.h,
- include/net-snmp/agent/null.h,
- include/net-snmp/agent/old_api.h,
- include/net-snmp/agent/read_only.h,
- include/net-snmp/agent/serialize.h,
- include/net-snmp/agent/set_helper.h,
- include/net-snmp/agent/snmp_agent.h,
- include/net-snmp/agent/snmp_vars.h,
- include/net-snmp/agent/table.h,
- include/net-snmp/agent/table_array.h,
- include/net-snmp/agent/table_data.h,
- include/net-snmp/agent/table_dataset.h,
- include/net-snmp/agent/table_iterator.h,
- include/net-snmp/agent/var_struct.h,
- include/net-snmp/library/asn1.h,
- include/net-snmp/library/callback.h,
- include/net-snmp/library/cmu_compat.h,
- include/net-snmp/library/data_list.h,
- include/net-snmp/library/default_store.h,
- include/net-snmp/library/getopt.h,
- include/net-snmp/library/int64.h,
- include/net-snmp/library/keytools.h,
- include/net-snmp/library/lcd_time.h,
- include/net-snmp/library/libsnmp.h,
- include/net-snmp/library/md5.h,
- include/net-snmp/library/mib.h,
- include/net-snmp/library/mt_support.h,
- include/net-snmp/library/oid_array.h,
- include/net-snmp/library/oid_stash.h,
- include/net-snmp/library/parse.h,
- include/net-snmp/library/read_config.h,
- include/net-snmp/library/scapi.h,
- include/net-snmp/library/snmp-tc.h,
- include/net-snmp/library/snmp.h,
- include/net-snmp/library/snmpAAL5PVCDomain.h,
- include/net-snmp/library/snmpCallbackDomain.h,
- include/net-snmp/library/snmpIPXDomain.h,
- include/net-snmp/library/snmpTCPDomain.h,
- include/net-snmp/library/snmpTCPIPv6Domain.h,
- include/net-snmp/library/snmpUDPDomain.h,
- include/net-snmp/library/snmpUDPIPv6Domain.h,
- include/net-snmp/library/snmpUnixDomain.h,
- include/net-snmp/library/snmp_alarm.h,
- include/net-snmp/library/snmp_api.h,
- include/net-snmp/library/snmp_client.h,
- include/net-snmp/library/snmp_debug.h,
- include/net-snmp/library/snmp_enum.h,
- include/net-snmp/library/snmp_impl.h,
- include/net-snmp/library/snmp_locking.h,
- include/net-snmp/library/snmp_logging.h,
- include/net-snmp/library/snmp_parse_args.h,
- include/net-snmp/library/snmp_secmod.h,
- include/net-snmp/library/snmp_transport.h,
- include/net-snmp/library/snmpksm.h,
- include/net-snmp/library/snmpusm.h,
- include/net-snmp/library/snmpv3.h,
- include/net-snmp/library/system.h,
- include/net-snmp/library/tools.h,
- include/net-snmp/library/transform_oids.h,
- include/net-snmp/library/ucd_compat.h,
- include/net-snmp/library/vacm.h,
- include/net-snmp/library/winservice.h,
- include/net-snmp/machine/generic.h,
- include/net-snmp/system/bsd.h,
- include/net-snmp/system/bsdi3.h,
- include/net-snmp/system/bsdi4.h,
- include/net-snmp/system/cygwin.h,
- include/net-snmp/system/darwin.h,
- include/net-snmp/system/dynix.h,
- include/net-snmp/system/freebsd.h,
- include/net-snmp/system/freebsd2.h,
- include/net-snmp/system/freebsd3.h,
- include/net-snmp/system/freebsd4.h,
- include/net-snmp/system/generic.h,
- include/net-snmp/system/hpux.h,
- include/net-snmp/system/irix.h,
- include/net-snmp/system/linux.h,
- include/net-snmp/system/mips.h,
- include/net-snmp/system/netbsd.h,
- include/net-snmp/system/openbsd.h,
- include/net-snmp/system/solaris2.6.h,
- include/net-snmp/system/sunos.h,
- include/net-snmp/system/svr5.h,
- include/net-snmp/system/ultrix4.h, include/ucd-snmp/version.h
- , snmplib/asn1.c, snmplib/callback.c,
- snmplib/cmu_compat.c, snmplib/data_list.c,
- snmplib/default_store.c, snmplib/getopt.c,
- snmplib/int64.c, snmplib/keytools.c,
- snmplib/lcd_time.c, snmplib/md5.c, snmplib/mib.c
- , snmplib/mt_support.c, snmplib/oid_array.c,
- snmplib/oid_stash.c, snmplib/parse.c,
- snmplib/read_config.c, snmplib/scapi.c,
- snmplib/snmp-tc.c, snmplib/snmp.c,
- snmplib/snmpAAL5PVCDomain.c, snmplib/snmpCallbackDomain.c
- , snmplib/snmpIPXDomain.c, snmplib/snmpTCPDomain.c
- , snmplib/snmpTCPIPv6Domain.c, snmplib/snmpUDPDomain.c
- , snmplib/snmpUDPIPv6Domain.c,
- snmplib/snmpUnixDomain.c, snmplib/snmp_alarm.c,
- snmplib/snmp_api.c, snmplib/snmp_auth.c,
- snmplib/snmp_client.c, snmplib/snmp_debug.c,
- snmplib/snmp_enum.c, snmplib/snmp_logging.c,
- snmplib/snmp_parse_args.c, snmplib/snmp_secmod.c,
- snmplib/snmp_transport.c, snmplib/snmp_version.c,
- snmplib/snmpksm.c, snmplib/snmpusm.c,
- snmplib/snmpv3.c, snmplib/snprintf.c, snmplib/strtol.c
- , snmplib/strtoul.c, snmplib/system.c,
- snmplib/tools.c, snmplib/ucd-snmp-includes.h,
- snmplib/ucd_compat.c, snmplib/vacm.c,
- snmplib/winservice.c, testing/T.c, testing/etimetest.c
- , testing/keymanagetest.c, testing/misctest.c,
- testing/scapitest.c:
- White space, oh glorious white space.
- How great our though?
- The code is fine.
- We agree on functionality easily.
- What really troubles us?
- Something we can't see.
- Something between the code.
- We bow down to your magnificence,
- For you are everywhere,
- Between everything.
- Pretty nothingness you are.
-
- 2002-04-20 00:01 hardaker
- * configure, configure.in:
- turn on ucd compat by default.
-
- 2002-04-20 00:00 hardaker
- * NEWS:
- last updates
-
- 2002-04-19 23:33 hardaker
- * agent/mibgroup/testdelayed.h:
- remove testdelayed
-
- 2002-04-19 23:18 hardaker
- * agent/mibgroup/utilities/: .cvsignore, .cvsignore:
- cvs ignore file
-
- 2002-04-19 23:17 hardaker
- * agent/snmp_perl.c:
- don't die if perl doesn't init.
-
- 2002-04-19 23:03 hardaker
- * perl/SNMP/: README, README, SNMP.pm:
- change warning.
-
- 2002-04-19 22:29 hardaker
- * agent/snmp_agent.c:
- double check that multiple inserts into the delegated chain don't
- happen (read: they shouldn't anyway, but.....).
-
- 2002-04-19 22:29 hardaker
- * CodingStyle:
- typedef update
-
- 2002-04-19 22:16 hardaker
- * snmplib/snmpCallbackDomain.c:
- Fix the callback build hook to turn off the expect response flag when
- not appropriate.
-
- 2002-04-19 19:09 rstory
- * include/net-snmp/library/oid_array.h:
- spelling misteak; remove capital letters in function names
-
- 2002-04-19 19:08 rstory
- * agent/helpers/table_array.c:
- update for function name changed in oid_array.h
-
- 2002-04-19 18:20 hardaker
- * agent/snmp_perl.c:
- make the perlInitFile and disablePerl tokens register as premib such
- that when passed as a --FLAG it'll actually do the right thing and
- disable the later "perl" token handlers.
-
- 2002-04-19 17:29 hardaker
- * Makefile.in, man/Makefile.in, man/netsnmp_agent.3
- , man/netsnmp_bulk_to_next.3, man/netsnmp_debug.3,
- man/netsnmp_example_scalar_int.3, man/netsnmp_handler.3
- , man/netsnmp_instance.3,
- man/netsnmp_mib_handler_methods.3, man/netsnmp_multiplexer.3
- , man/netsnmp_old_api.3, man/netsnmp_read_only.3,
- man/netsnmp_serialize.3, man/netsnmp_table.3,
- man/netsnmp_table_array.3, man/netsnmp_table_data.3,
- man/netsnmp_table_dataset.3, man/netsnmp_table_iterator.3
- , man/netsnmp_todo.3:
- documentation. Can't get enough.
- - make docs now installs man pages into the man dir, which are then installed.
-
- 2002-04-19 17:14 hardaker
- * testing/tests/: T111agentxset, T121proxyset:
- Correct for new STRING prefix.
-
- 2002-04-19 17:03 hardaker
- * README:
- Add Katsuhisa ABE
-
- 2002-04-19 17:03 hardaker
- * perl/: ASN/ASN.xs, default_store/default_store.xs:
- fix header files for new paths.
-
- 2002-04-19 17:00 hardaker
- * agent/snmp_vars.c, agent/mibgroup/mibII/vacm_vars.c
- , include/net-snmp/library/snmpUDPIPv6Domain.h,
- man/snmpd.conf.5.def, snmplib/snmpUDPIPv6Domain.c:
- Apply patch #532555: ipv6 com2sec support, thanks to Katsuhisa ABE.
-
- 2002-04-19 16:19 hardaker
- * agent/agent_trap.c, agent/snmp_agent.c,
- agent/mibgroup/mibII/sysORTable.c,
- agent/mibgroup/mibII/system_mib.c,
- include/net-snmp/agent/snmp_agent.h,
- include/net-snmp/library/tools.h, snmplib/tools.c:
- fix sysUpTime (and related functions) to handle much larger upTime
- values (ie, fix signed integer wrapping).
-
- 2002-04-19 11:37 hardaker
- * man/snmpd.conf.5.def:
- document embedded perl support.
-
- 2002-04-19 11:34 hardaker
- * configure, configure.in, agent/Makefile.in
- , agent/snmp_perl.c, agent/snmp_perl.pl,
- include/net-snmp/agent/ds_agent.h, perl/agent/Makefile.PL
- :
- Add some new snmpd.conf tokens for controlling perl better.
- Fix embedded perl support so it actually works.
-
- 2002-04-19 11:32 hardaker
- * perl/agent/default_store/: .cvsignore, Makefile.PL,
- default_store.pm, default_store.xs:
- Added missing agent default_store stuff. (they existed on my machine,
- I don't know why everyone else was having problems)
-
- 2002-04-19 10:30 hardaker
- * agent/helpers/table_iterator.c:
- Protect against things that should never ever happen
-
- 2002-04-19 03:10 dts12
- * Makefile.in:
- <Sigh> A little learning is a dangerous thing.
- Apply the rest of the patch from Axel - sorry.
-
- 2002-04-19 01:49 dts12
- * Makefile.in, doxygen.conf:
- Handle generating documenation when srcdir != configdir
- (Patch supplied by Axel Kittenberger)
-
- 2002-04-18 17:38 hardaker
- * snmplib/snmpIPXDomain.c:
- fix snmpIPXDomain (again)
-
- 2002-04-18 17:31 hardaker
- * agent/mibgroup/agentx/subagent.c:
- Patch from Vishal Verma: only open subagent connections once at startup
-
- 2002-04-18 17:28 hardaker
- * agent/agent_registry.c:
- Patch from Vishal Verma: for down subagent cases, mark registrations as detached
-
- 2002-04-18 17:17 hardaker
- * snmplib/snmp_api.c:
- define a maximum packet size we can accept to protect certain error
- conditions (-1 after conversion is now too large).
-
- 2002-04-18 16:28 hardaker
- * acconfig.h:
- change the enterprise OIDs in the proper place (net-snmp-config.h.in
- is generated from this file).
-
- 2002-04-18 13:51 hardaker
- * configure, configure.in, net-snmp-config.in
- :
- - Add two new options to net-snmp-config as requested on the IRC channel.
- --configure-options
- --snmpd-module-list
-
- 2002-04-18 11:43 rstory
- * mibs/NET-SNMP-AGENT-MIB.txt:
- add missing comma
-
- 2002-04-18 07:39 dts12
- * configure, configure.in:
- Calculate the length of supplied enterprise OIDs correctly
- (and use a more meaningful output message)
-
- Shame these settings aren't cached for later re-use....
-
- 2002-04-18 07:18 dts12
- * agent/snmpd.c:
- Notify on agent reconfiguration.
-
- 2002-04-18 07:16 dts12
- * include/net-snmp/net-snmp-config.h.in:
- Use the Net-SNMP notifications by default, rather than the ucdavis ones.
-
- 2002-04-18 07:08 dts12
- * mibs/NET-SNMP-AGENT-MIB.txt:
- Fix the table-of-contents sequence for the nsModuleTable, add notification
- definitions for the agent, and define groups for everything.
-
- 2002-04-18 02:52 dts12
- * snmplib/mib.c:
- Bring integer and string output formats into line with the other types
- by printing a type token before the value (unless supressed by 'quick print')
- Thanks to Erik for the patch
-
- 2002-04-18 01:46 dts12
- * FAQ:
- Replace the dlmod 'WHERE' with something more meaningful....
-
- 2002-04-17 12:12 hardaker
- * snmplib/snmpIPXDomain.c:
- define the ipxDomain variables
-
- 2002-04-17 12:12 hardaker
- * agent/mibgroup/disman/mteTriggerTable.c:
- Error condition tests
-
- 2002-04-17 10:10 hardaker
- * agent/agent_registry.c, agent/snmp_agent.c,
- agent/mibgroup/agentx/master_admin.c,
- include/net-snmp/agent/agent_handler.h,
- include/net-snmp/agent/snmp_agent.h,
- include/net-snmp/agent/var_struct.h:
- Oh, just a small patch to make it possible to make modules request
- that all queries to a set of registrations get passed all at once
- (which apparently is important for, oh, agentx)
-
- 2002-04-17 10:09 hardaker
- * agent/mibgroup/agentx/master.c:
- misc non-change clean ups
-
- 2002-04-17 10:03 hardaker
- * include/net-snmp/agent/table.h:
- rename structures beginning with _ to ending with _s
-
- 2002-04-17 10:02 hardaker
- * include/net-snmp/library/snmp_api.h:
- add a void * pointer for the session creator to use at will (different
- from the callback magic).
-
- 2002-04-17 09:00 dts12
- * configure, configure.in,
- include/net-snmp/net-snmp-config.h.in:
- Use the Net-SNMP sysOIDs by default, rather than the ucdavis ones.
-
- 2002-04-17 08:26 dts12
- * apps/snmpnetstat/Makefile.in:
- Blank continuation lines confuse HP's version of make.
-
- 2002-04-17 08:16 dts12
- * agent/Makefile.in:
- Blank continuation lines confuse HP's version of make
-
- 2002-04-17 06:56 hardaker
- * agent/mibgroup/agent/nsModuleTable.c,
- mibs/NET-SNMP-AGENT-MIB.txt:
- move nsModuleTable into Dave's structure.
-
- 2002-04-17 06:54 hardaker
- * include/net-snmp/library/: snmpAAL5PVCDomain.h,
- snmpTCPIPv6Domain.h, snmpUDPIPv6Domain.h:
- fix declarations of Domain objects (const -> extern)
-
- 2002-04-17 06:31 hardaker
- * local/snmpconf.dir/: snmp-data/snmpconf-config,
- snmpd-data/snmpconf-config, snmptrapd-data/snmpconf-config
- :
- snmpconf configuration data
-
- 2002-04-17 03:01 dts12
- * configure, configure.in:
- Bring the reported default settings for sysoid & notification OIDs
- back into line with what we actually use (i.e. the ucdavis OIDs).
-
- Qn: Do we want to switch to using the net-snmp equivalent sysOIDs?
- Qn: What about defining net-snmp notifications?
-
- 2002-04-17 02:55 dts12
- * configure, configure.in:
- Fix --with-enterprise-sysoid and --with-enterprise-notification-oid,
- and try to clarify that these are OIDs, while --with-enterprise-oid
- is actually just the enterprise *number*
-
- Qn: should we change the name of the configure option to reflect this?
-
- 2002-04-16 10:04 hardaker
- * sedscript.in, snmplib/snmp_version.c, FAQ,
- perl/SNMP/SNMP.pm:
- - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.pre3 )
-
- 2002-04-16 10:02 hardaker
- * README:
- delete top disclaimers
-
- 2002-04-16 10:02 hardaker
- * NEWS:
- misc updates
-
- 2002-04-16 10:01 hardaker
- * perl/SNMP/SNMP.xs:
- misc bug fixes
-
- 2002-04-16 08:19 dts12
- * FAQ:
- Add an entry concerning the 'libcrypto' RPM dependency.
-
- 2002-04-16 08:00 hardaker
- * agent/mibgroup/agent/nsModuleTable.c:
- fix memory leak
-
- 2002-04-16 07:13 hardaker
- * agent/snmp_agent.c:
- remove a no longer appropriate todo comment
-
- 2002-04-16 07:12 hardaker
- * configure:
- I guess I forgot to run autoconf
-
- 2002-04-15 08:58 hardaker
- * local/: snmpconf, Makefile.in:
- move snmpconf data directories to different names to avoid confusion
-
- 2002-04-15 08:36 hardaker
- * local/snmpconf.dir/: snmp-data/authopts,
- snmp-data/debugging, snmp-data/mibs, snmp-data/output
- , snmpd-data/acl, snmpd-data/basic_setup,
- snmpd-data/extending, snmpd-data/monitor,
- snmpd-data/operation, snmpd-data/system,
- snmpd-data/trapsinks, snmptrapd-data/formatting,
- snmptrapd-data/traphandle:
- data file moving
-
- 2002-04-12 14:38 hardaker
- * local/snmpconf:
- Massive cleanup effort. It should now respect ordering in the
- snmpconf configuration files as well.
-
- 2002-04-12 13:00 rstory
- * include/net-snmp/agent/agent_registry.h:
- fix for overzealous perl script
-
- 2002-04-12 09:47 hardaker
- * Makefile.in, configure, configure.in:
- copy ucd persisent directory to net-snmp (prompts, flags and other fun)
-
- 2002-04-12 07:57 hardaker
- * local/Makefile.in:
- install traptoemail
-
- 2002-04-12 07:55 hardaker
- * local/trapnotif:
- remove trapnotif
-
- 2002-04-12 07:51 hardaker
- * local/: Makefile.in, rsnmp:
- remove rsnmp, which is very very old and out of date
-
- 2002-04-12 07:47 hardaker
- * man/: .cvsignore, Makefile.in, mib2c.1.def:
- A manual page for mib2c (help, I'm turning into Dave)
-
- 2002-04-12 07:28 hardaker
- * dotgdbinit:
- a gdb initialization file with helpful functions
-
- 2002-04-12 02:42 dts12
- * local/Makefile.in:
- Add 'snmpconf' and 'mib2c' to the list of scripts to install.
-
- I've left 'traptoemail' off this list, since it says it's not intended
- as a directly user-invoked command, so probably ought not to be installed
- into a binary directory.
-
- 2002-04-12 02:41 dts12
- * local/rsnmp:
- Fix the path of snmpwalk to be something more plausible.
- (I'm not convinced about the validity of that initial 'rtopmib' OID mind!)
-
- 2002-04-12 02:36 dts12
- * local/mib2c.conf:
- Fix typo in reference to 'mib2c.iterate.conf'
-
- 2002-04-12 02:33 dts12
- * Makefile.rules, snmplib/Makefile.in:
- Install the main library as 'libsnmp' if configured using UCD compatibility.
- This should handle the requirements of application compatibility.
- Agent library compatibility is likely to prove a harder problem
- (since there are now three libraries, not just two...)
-
- 2002-04-11 22:29 hardaker
- * perl/SNMP/t/startagent.pl:
- set SNMPCONFPATH iff [sic] not set
-
- 2002-04-11 22:27 hardaker
- * perl/SNMP/SNMP.pm:
- return from initMib before doing anything.
-
- 2002-04-11 22:26 hardaker
- * perl/SNMP/Makefile.PL:
- turn off complier warnings
-
- 2002-04-11 22:26 hardaker
- * perl/AnyData_SNMP/snmpsh:
- support "show columns from TABLE"
-
- 2002-04-11 22:25 hardaker
- * mibs/NET-SNMP-EXAMPLES-MIB.txt:
- Add a new demo scalar: the sleeper. (dah dah dah dummmmm)
-
- 2002-04-11 22:25 hardaker
- * agent/mibgroup/examples/scalar_int.c:
- indent.
-
- 2002-04-11 22:25 hardaker
- * agent/mibgroup/: examples.h, examples/delayed_instance.c
- , examples/delayed_instance.h:
- Add a delayed instance example, showing how to return mib request
- results later rather than immediately.
-
- 2002-04-11 22:24 hardaker
- * agent/mibgroup/testdelayed.c:
- remove legacy example.
-
- 2002-04-11 22:23 hardaker
- * agent/snmp_agent.c:
- add comment about possibly fixing inclusive requests in the future.
-
- 2002-04-11 17:08 hardaker
- * README.win32:
- change modukes-> modules
-
- 2002-04-11 07:23 hardaker
- * snmplib/snmp_logging.c:
- turn off debugging when calling logging callbacks
-
- 2002-04-10 12:51 hardaker
- * perl/SNMP/: SNMP.pm, SNMP.xs:
- fix perl module in many many places. most tests now pass.
-
- 2002-04-10 12:50 hardaker
- * perl/SNMP/t/startagent.pl:
- force setting to a "bogus" SNMPCONFPATH.
-
- 2002-04-10 12:48 hardaker
- * include/net-snmp/library/mib.h, snmplib/mib.c:
- Exporting functions good. Internalizing bad.
-
- 2002-04-10 09:28 hardaker
- * perl/SNMP/SNMP.xs:
- opps. sigh.
-
- 2002-04-10 09:27 hardaker
- * perl/SNMP/SNMP.xs:
- opps. remove debugging statements.
-
- 2002-04-10 09:23 hardaker
- * perl/SNMP/SNMP.xs:
- - Make the perl module call init_snmp()
- - this is a fairly major change, is it now will read .conf files.
- - many people have asked for this.
- - misc clean ups.
-
- 2002-04-10 09:18 dts12
- * Makefile.rules:
- Don't recurse into subdirectories for the consituent subtargets of "make install"
-
- 2002-04-10 09:09 hardaker
- * NEWS:
- added a few things, separated perl stuff into it's own section.
-
- 2002-04-10 08:46 dts12
- * configure, configure.in:
- Bring the help message for the UCD compatability option into line with
- what's actually recognised.
-
- 2002-04-10 07:52 hardaker
- * Makefile.top:
- change libtool versioning to their recommended method of doing things
- (which I hate, but is still better than what we were doing, I guess)
-
- 2002-04-10 07:10 dts12
- * Makefile.rules:
- Bring use of BUILTSUBDIR within 'installlocalheaders' into line
- with the preceding comment, and actual usage.
- (i.e. INSTALLBUILTSUBDIR rather than INCLUDEBUILTSUBDIR)
-
- 2002-04-10 05:58 dts12
- * snmplib/Makefile.in:
- Typo in security-include header destination directory variable
-
- 2002-04-10 05:55 dts12
- * local/Makefile.in:
- Ensure the destination directory exists before installing mib2c conf files.
-
- 2002-04-10 01:55 dts12
- * testing/tests/: T004snmpv1nosuch, T019snmpv2cnosuch:
- Two new tests to check handling of GETing non-existant instances
-
- 2002-04-10 01:54 dts12
- * agent/snmp_agent.c:
- A fix for SNMPv1 errors that doesn't end up breaking AgentX error handling.
-
- 2002-04-09 10:38 hardaker
- * agent/snmp_agent.c:
- Patch from Dave to fix v1 error results.
-
- 2002-04-08 21:08 rstory
- * snmplib/oid_array.c:
- fix incorrect length return value
-
- 2002-04-08 18:00 hardaker
- * agent/mibgroup/mibII/: vacm_vars.c, vacm_vars.h:
- don't allow no-configuration access anymore.
-
- 2002-04-08 17:59 hardaker
- * include/net-snmp/library/transform_oids.h,
- snmplib/snmpAAL5PVCDomain.c, snmplib/snmpTCPIPv6Domain.c
- , snmplib/snmpUDPIPv6Domain.c, snmplib/snmpusm.c
- :
- more unconst correctness
-
- 2002-04-08 17:31 hardaker
- * include/net-snmp/library/snmp_transport.h:
- size_t externs for exported oids
-
- 2002-04-08 17:30 hardaker
- * snmplib/snmp_api.c:
- remove temporary debugging statements that accidentally became permanent.
-
- 2002-04-08 17:26 hardaker
- * snmplib/: snmpUDPDomain.c, snmp_transport.c:
- define length size_t's for oid variables.
-
- 2002-04-08 16:53 hardaker
- * agent/mibgroup/utilities/override.c:
- support "null" types.
-
- 2002-04-08 16:52 hardaker
- * apps/snmptrapd.c:
- initialize notification log mib support before -H usage.
-
- 2002-04-08 16:49 hardaker
- * agent/helpers/serialize.c:
- fix a few things and make subhandlers not able to tell there were more requests.
-
- 2002-04-08 16:43 hardaker
- * INSTALL:
- A co-worker pointed out that the INSTALL script still said to edit config.h
-
- 2002-04-08 15:13 hardaker
- * include/net-snmp/library/snmpTCPDomain.h,
- include/net-snmp/library/snmpUnixDomain.h,
- include/net-snmp/library/snmp_transport.h,
- snmplib/snmpTCPDomain.c, snmplib/snmpUnixDomain.c,
- snmplib/snmp_transport.c:
- unstatic-ize a few oids that should have been external
-
- 2002-04-08 14:23 hardaker
- * snmplib/: snmpAAL5PVCDomain.c, snmpTCPDomain.c,
- snmpTCPIPv6Domain.c, snmpUDPIPv6Domain.c,
- snmpUnixDomain.c, snmp_api.c, snmp_transport.c
- , snmpusm.c:
- Change const oid declarations into static ones since shared libraries
- have a problem with initializing them on linux systems at least.
-
- 2002-04-08 11:45 hardaker
- * man/snmpd.conf.5.def:
- minimal documentation for debugging and the injectHandler token
-
- 2002-04-05 14:32 hardaker
- * man/: snmptrapd.8.def, snmptrapd.conf.5.def:
- documentation for the NOTIFICATION-LOG-MIB support.
-
- 2002-04-05 14:09 hardaker
- * man/snmpd.conf.5.def:
- document context name support in proxy code.
-
- 2002-04-05 13:51 hardaker
- * man/snmpd.conf.5.def:
- document the disman event mib support for sending traps via monitored OIDs.
-
- 2002-04-05 10:12 hardaker
- * man/snmpd.conf.5.def:
- put trap config into its own section.
- document the "override" token.
-
- 2002-04-05 06:39 hardaker
- * README.snmpv3:
- change default context to an empty string
-
- 2002-04-04 15:14 hardaker
- * agent/: agent_registry.c (V4-2-patches.5), agent_registry.c
- :
- deal with fd unregistrations properly.
-
- 2002-04-03 09:12 hardaker
- * agent/helpers/table_dataset.c, agent/mibgroup/examples.h
- , agent/mibgroup/testhandler.c,
- agent/mibgroup/examples/data_set.c,
- agent/mibgroup/examples/data_set.h,
- agent/mibgroup/examples/scalar_int.c,
- include/net-snmp/agent/table_dataset.h,
- mibs/NET-SNMP-EXAMPLES-MIB.txt:
- Make an example dataset table to hold and store data in (admittedly
- useless data from a network management point of view, but it's an example).
-
- 2002-04-02 22:12 hardaker
- * man/Makefile.in:
- fix installation from subdir build case.
-
- 2002-04-02 21:45 hardaker
- * snmplib/Makefile.in:
- install snmpv3-security-includes from from build dir.
-
- 2002-04-02 21:45 hardaker
- * agent/Makefile.in:
- install mib_module_config.h and mib_module_includes.h from build dir.
-
- 2002-04-02 21:43 hardaker
- * Makefile.in:
- install net-snmp-config.h from the build dir.
-
- 2002-04-02 21:43 hardaker
- * Makefile.rules:
- create some install from built header rules.
-
- 2002-04-02 17:27 hardaker
- * local/: Makefile.in, mib2c.conf:
- remove deleted array-auto from .conf install/reference lists
-
- 2002-04-02 15:03 hardaker
- * agent/mibgroup/: ucd_snmp.h, ucd-snmp/registry.c,
- ucd-snmp/registry.h:
- remove the registry module, as it's obsolete due to contexts. Use the nsModuleTable instead
-
- 2002-04-02 14:57 hardaker
- * agent/mibgroup/ucd-snmp/disk.c (V4-2-patches.7),
- agent/mibgroup/ucd-snmp/disk.c,
- include/net-snmp/system/darwin.h:
- Apply patch #524424 for darwin fixes for ucd-snmp/disk.c
-
- 2002-04-02 14:47 hardaker