ChangeLog
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2891k
- 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.
-
-
- -------------------------------------------------------------------------------
- Changes: V5.0 -> V5.0.1
- 20020-05-12 17:30 driehuis
- * configure.in:
- detect -ldevstat when needed; fix -lkvm detection
- 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 )
-
- -------------------------------------------------------------------------------
- Changes: V4.2 -> V5.0
- 2002-04-20 00:27 hardaker
- * everything:
- set all CVS/RCS revision control numbers to 5.0
-
- 2002-04-20 00:07 hardaker
- * everything:
-
- 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
- * agent/mibgroup/: kernel_sunos5.c (V4-2-patches.8),
- kernel_sunos5.c:
- apply patch 527573 to fix 64 bit types on solaris
-
- 2002-04-02 07:04 hardaker
- * snmplib/snmp_transport.c:
- check char for NULL before setting to:
-
- 2002-04-01 22:28 hardaker
- * snmplib/: snmp_api.c (V4-2-patches.9), cmu_compat.c ,
- snmp_api.c:
- Let init_snmp protect itself.
-
- 2002-03-29 15:04 rstory
- * local/mib2c.array-user.conf:
- tweaks & updates
-
- 2002-03-29 10:40 rstory
- * snmplib/mib.c:
- add comment
-
- 2002-03-29 08:36 hardaker
- * local/mib2c.create-dataset.conf:
- add a allow_creation definition.
-
- 2002-03-29 08:22 hardaker
- * Makefile.in:
- make net-snmp-config executable after it's built
-
- 2002-03-29 08:13 hardaker
- * agent/mibgroup/mibII/: setSerialNo.c , setSerialNo.h:
- opps. forgot to check the setSerial code in
-
- 2002-03-28 23:48 hardaker
- * agent/mibgroup/ucd-snmp/: pass.c (V4-2-patches.4), pass.c:
- enable row creation for pass modules. Patch #482005
-
- 2002-03-28 23:44 hardaker
- * agent/mibgroup/mibII/: interfaces.c (V4-2-patches.2),
- interfaces.c:
- patch #517340: freebsd5 support
-
- 2002-03-28 23:38 hardaker
- * agent/mibgroup/host/: hr_filesys.c (V4-2-patches.4), hr_filesys.c:
- apply freebsd5 patch #517333
-
- 2002-03-28 23:32 hardaker
- * agent/mibgroup/: host/hr_system.c , mibII/interfaces.c
- , mibII/ipAddr.c:
- Apply netbsd fix patch #529733
-
- 2002-03-28 23:01 hardaker
- * snmplib/: snmp_api.c (V4-2-patches.8), snmp_api.c ,
- snmp_api.c:
- use a static variable for init checking. Bug #536386.
-
- 2002-03-28 15:25 dts12
- * man/: default_store.3.top , read_config.3.def ,
- snmp_api.3.def:
- Tweak to use the new include structure.
-
- 2002-03-28 15:23 dts12
- * FAQ (V4-2-patches.8), FAQ:
- Add a few new entries (mostly relating to traps)
-
- 2002-03-28 14:56 rstory
- * agent/helpers/table_array.c:
- rename/prefix functions; add doxygen documentation
-
- 2002-03-28 13:00 rstory
- * doxygen.conf:
- add define for excluding stuff (DOXYGEN_SHOULD_SKIP_THIS)
-
- 2002-03-28 12:50 hardaker
- * agent/mibgroup/mibII.h:
- add setSerialNo
-
- 2002-03-28 12:47 hardaker
- * snmplib/ucd_compat.c:
- fix a never-seen-but-very-old-bug using the wrong default_store token.
-
- 2002-03-28 12:46 hardaker
- * snmplib/snmp_api.c:
- only set the default output style if it's not already set to something.
-
- 2002-03-28 12:45 hardaker
- * agent/agent_read_config.c:
- wrapping.
-
- 2002-03-28 12:17 hardaker
- * doxygen.conf:
- change version number
-
- 2002-03-28 12:08 rstory
- * apps/snmptranslate.c:
- back out change from version 1.65 until better solution can be found;
- bug #535029
-
- 2002-03-28 12:03 rstory
- * agent/agent_registry.c:
- return specific result code for registration failure if available.
-
- 2002-03-28 11:57 hardaker
- * agent/: agent_registry.c , mibgroup/agentx/master_admin.c:
- perl typo
-
- 2002-03-27 15:48 rstory
- * local/mib2c.array-auto.conf:
- delete old, unused conf file
-
- 2002-03-27 08:27 hardaker
- * apps/: notification_log.c , notification_log.h ,
- snmptrapd.c:
- add "dontRetainLogs" token to snmptrapd.conf to not enable the
- notification log mib.
-
- 2002-03-27 01:54 dts12
- * configure.in, configure (V4-2-patches.[1,1]), configure ,
- configure.in:
- Use the correct name of the Windows IP Helper API library.
- (Computers can be soooo picky!)
-
- 2002-03-26 23:23 hardaker
- * agent/snmp_agent.c , agent/snmpd.c ,
- agent/helpers/all_helpers.c , agent/helpers/bulk_to_next.c
- , agent/helpers/debug_handler.c ,
- agent/helpers/read_only.c , agent/mibgroup/agentx/master.c
- , include/net-snmp/agent/bulk_to_next.h ,
- include/net-snmp/agent/debug_handler.h ,
- include/net-snmp/agent/read_only.h ,
- include/net-snmp/agent/snmp_agent.h ,
- include/net-snmp/agent/var_struct.h:
- - Really fix the "undo failed" problem. IE, not just any old error
- will cause an undo failed message to get sent back. Only varbinds
- with an undo failed error code will cause an undo failed result.
- undo failed results do still supersede all other error codes,
- however, which is what the original problem was all about. We still
- have to depend on the modules returning the right error code (but
- that's their fault if they don't).
- - misc cleanups and renames
-
- 2002-03-26 23:20 hardaker
- * README:
- add Craig Setera
-
- 2002-03-26 14:07 rstory
- * TODO:
- add creating src rpm spec file
-
- 2002-03-26 08:29 hardaker
- * agent/mibgroup/ucd-snmp/: diskio.c (V4-2-patches.2), diskio.c:
- enable diskio on freebsd5. Implements patch 517328 in a different way.
-
- 2002-03-26 07:58 hardaker
- * mibs/Makefile.in:
- fix for other-dir builds
-
- 2002-03-26 07:57 hardaker
- * agent/agent_registry.c:
- duplicate registration info in split_subtree
-
- 2002-03-26 07:43 dts12
- * configure, configure.in (V4-2-patches.[0,0]), configure ,
- configure.in:
- Add /etc/filesystems to list of mount table files (for AIX)
- Should fix bugs 232588 and (?)517113
-
- 2002-03-26 07:39 dts12
- * configure, configure.in (V4-2-patches.[9,9]), configure ,
- configure.in:
- Remove trailing ':' from list of MIB module names in configure output,
- to avoid confusion (see Bug #491129)
-
- 2002-03-26 06:41 dts12
- * configure , configure.in:
- Add '-lhlpapi' to the list of agent libraries, when running on Windows
- (using Cygwin). Should fix Bug #534409.
-
- 2002-03-25 22:33 rstory
- * snmplib/: parse.c (V4-2-patches.3), parse.c:
- fix bug#520478 showMibErrors token is inverted
-
- 2002-03-25 15:18 rstory
- * include/net-snmp/version.h:
- remove ^M characters
-
- 2002-03-25 14:53 hardaker
- * agent/snmp_agent.c , include/net-snmp/agent/snmp_agent.h:
- use emacs to fix perl search and replace errors, of course
-
- 2002-03-25 14:47 hardaker
- * agent/agent_registry.c , agent/snmp_agent.c ,
- agent/helpers/old_api.c , agent/helpers/table.c ,
- agent/helpers/table_data.c , agent/helpers/table_dataset.c
- , agent/mibgroup/testhandler.c ,
- agent/mibgroup/agentx/master_admin.c ,
- apps/notification_log.c ,
- include/net-snmp/agent/agent_registry.h ,
- include/net-snmp/agent/snmp_agent.h ,
- include/net-snmp/agent/table.h ,
- include/net-snmp/agent/table_data.h ,
- include/net-snmp/agent/table_dataset.h ,
- include/net-snmp/library/mib.h ,
- local/mib2c.create-dataset.conf , snmplib/mib.c ,
- snmplib/snmp_api.c:
- use perl to search and replace perl search and replace errors, of course
-
- 2002-03-25 14:23 hardaker
- * agent/mibgroup/smux/smux.c:
- api changes
-
- 2002-03-25 08:43 dts12
- * win32/: win32.opt , libsnmp_dll/libsnmp.def ,
- snmpbulkget/snmpbulkget.dsp , snmpbulkwalk/snmpbulkwalk.dsp
- , snmpd/snmpd.dsp , snmpdelta/snmpdelta.dsp ,
- snmpdf/snmpdf.dsp , snmpget/snmpget.dsp ,
- snmpgetnext/snmpgetnext.dsp , snmpnetstat/snmpnetstat.dsp
- , snmpset/snmpset.dsp , snmpstatus/snmpstatus.dsp
- , snmptable/snmptable.dsp , snmptest/snmptest.dsp
- , snmptranslate/snmptranslate.dsp ,
- snmptrap/snmptrap.dsp , snmptrapd/snmptrapd.dsp ,
- snmpusm/snmpusm.dsp , snmpvacm/snmpvacm.dsp ,
- snmpwalk/snmpwalk.dsp:
- Remove redundant declarations of 'getopt.c' and 'snmp_parse_args.c' in
- each individual application project. These routines are included within
- the libraries, so we might as well use those.
-
- 2002-03-25 05:53 dts12
- * win32/: mib_module_inits.h , win32.opt ,
- libsnmp_dll/libsnmp.def , libsnmp_dll/libsnmp_dll.dsp ,
- snmpd/snmpd.dsp:
- Gotcha! Everything now builds (more-or-less) cleanly under Visual C++.
- You still have to use the "Batch Build" mechanism (or else be careful which
- of libsnmp/libsnmp_dll you build in each of the Debug & Release modes),
- and you need to build twice in order to get encode_keychange linking.
- But things *do* finally build.
-
- 2002-03-24 05:21 nba
- * snmplib/mib.c:
- Oops - snprint_* cannot realloc
-
- 2002-03-23 09:40 hardaker
- * apps/Makefile.in:
- really fix snmpinform installs this time.
-
- 2002-03-22 22:32 hardaker
- * apps/notification_log.c:
- final cleanups of notification log support
-
- 2002-03-22 22:32 hardaker
- * apps/Makefile.in:
- fix installation of snmpinform
-
- 2002-03-22 22:32 hardaker
- * agent/helpers/table_data.c , agent/mibgroup/testhandler.c
- , include/net-snmp/agent/agent_registry.h ,
- include/net-snmp/agent/table_data.h ,
- include/net-snmp/agent/table_dataset.h:
- Rename stuff. Fix stuff. You know, normal routine.
-
- 2002-03-22 22:31 hardaker
- * configure , configure.in:
- fix version file location for non-sourcedir builds
-
- 2002-03-22 14:13 hardaker
- * include/net-snmp/library/snmp_api.h:
- forgot to commit a prototype.
-
- 2002-03-22 14:12 hardaker
- * agent/agent_handler.c , agent/agent_registry.c ,
- agent/mibgroup/agentx/master_admin.c ,
- include/net-snmp/agent/agent_registry.h:
- register_mib_context2 -> netsnmp_register_mib (and marked as internal)
-
- 2002-03-22 14:01 hardaker
- * agent/mibgroup/agentx/: master.c , subagent.c:
- use new error logging api when !root
-
- 2002-03-22 14:00 hardaker
- * snmplib/snmp_api.c:
- enable logging session errors to some log level other than ERR.
-
- 2002-03-22 13:55 hardaker
- * agent/mibgroup/agentx/: master.c , subagent.c:
- better agentx connection related error messages.
-
- 2002-03-22 09:35 dts12
- * win32/: win32.dsw , win32.opt ,
- libhelpers/libhelpers.dsp , libsnmp_dll/libsnmp.def ,
- netsnmpmibs/netsnmpmibs.dsp , snmpd/snmpd.dsp:
- Slowly making progress on 5.0 Windows build.
- Everything now compiles, though the Release version doesn't link.
- (complains about assorted unknown routines that are there,
- staring it in the face. Grrr!!!!)
-
- 2002-03-22 08:24 jbpn
- * agent/mibgroup/agentx/protocol.c:
- - do not "tweak" range_subid when dealing with compressed OIDs.
- Thanks to Craig Setera for pointing out this deviation from RFC
- 2741.
-
- 2002-03-22 07:50 dts12
- * include/net-snmp/library/snmpUDPDomain.h ,
- include/net-snmp/library/snmp_client.h , snmplib/oid_array.c
- , snmplib/snmpTCPDomain.c , snmplib/snmpUDPDomain.c
- , snmplib/snmp_api.c , snmplib/snmp_client.c:
- Various minor inconsistencies (mostly to do with subtle variations in types)
-
- 2002-03-22 07:31 rstory
- * snmplib/snmp_parse_args.c:
- fix typo
-
- 2002-03-22 07:29 dts12
- * win32/: mib_module_includes.h , mib_module_inits.h ,
- net-snmp/net-snmp-config.h ,
- net-snmp/library/snmpv3-security-includes.h:
- Bring Windows versions of "automatically-generated" header files up to date.
-
- 2002-03-22 02:23 jbpn
- * agent/mibgroup/kernel_sunos5.c:
- - don't use "reg" as a parameter name in kernel_sunos5_cache_age()
- as /usr/include/inet/common.h says:
- #define reg register
- (!) which the compiler then barfs on. Reported as bug #533336 by
- Anonymous.
-
- 2002-03-21 09:24 hardaker
- * include/net-snmp/library/read_config.h ,
- include/net-snmp/library/snmp_api.h , snmplib/read_config.c
- , snmplib/snmp_api.c , snmplib/snmp_parse_args.c:
- - snmp_config* -> netsnmp_config (for new functions only)
- - fix bug where snmp_config() strings were getting parsed twice.
-
- 2002-03-21 09:23 hardaker
- * apps/snmptrapd.c:
- wrap agentx stuff in a still unused variable (at this point).
-
- 2002-03-21 09:23 hardaker
- * apps/snmptranslate.c:
- remove unused variable.
-
- 2002-03-21 09:23 hardaker
- * agent/mibgroup/utilities/override.c:
- fix oid parsing.
-
- 2002-03-21 09:22 hardaker
- * agent/mibgroup/: Rmon/alarm.c , Rmon/statistics.c ,
- mibII/at.c:
- change // coments to /* */ comments (bad bad bad)
-
- 2002-03-21 06:40 hardaker
- * snmplib/snmp-tc.c:
- change // coments to /* */ comments (bad bad bad)
-
- 2002-03-20 20:12 hardaker
- * snmplib/snmp_api.c:
- add a list of registered text enums to ASN_* values.
- (In probably the wrong place.)
-
- 2002-03-20 20:11 hardaker
- * configure , configure.in ,
- agent/mibgroup/utilities.h ,
- agent/mibgroup/utilities/override.c ,
- agent/mibgroup/utilities/override.h:
- create a new "override" directive to force an OID to a particular value
- - not finished. It's designed to do read-write as well, but doesn't.
-
- 2002-03-20 20:08 hardaker
- * agent/helpers/instance.c:
- check for inclusive
-
- 2002-03-20 11:37 hardaker
- * include/net-snmp/agent/table_dataset.h:
- include new delete/remove breakdown APIs
-
- 2002-03-20 11:36 hardaker
- * apps/notification_log.c:
- API change.
-
- 2002-03-20 11:36 hardaker
- * agent/helpers/table_dataset.c:
- some "this will change" early row status implementation.
- - (this will move to a separate handler)
-
- 2002-03-20 11:35 hardaker
- * agent/helpers/table_data.c:
- pointer checking against illegal adds (ie, shouldn't happen but check anyway)
-
- 2002-03-20 08:42 hardaker
- * local/mib2c.create-dataset.conf:
- Ok, I make mistakes. I admit it. It really should have been a NULL.
-
- 2002-03-20 08:37 hardaker
- * local/mib2c.create-dataset.conf:
- add missing comma
-
- 2002-03-20 08:36 hardaker
- * agent/helpers/table_data.c ,
- include/net-snmp/agent/table_data.h:
- separate out delete/remove row functionality
-
- 2002-03-20 07:47 hardaker
- * agent/mibgroup/mibII/: system_mib.c (V4-2-patches.6),
- system_mib.c:
- remove illegal SET support for sysDescr.
-
- 2002-03-20 06:27 hardaker
- * CodingStyle , local/mib2c:
- - add many many -T flags for defining types.
-
- 2002-03-19 21:13 hardaker
- * apps/snmptrapd.c:
- force setting of '!root' flag so that it will run for non-privileged
- users or when an agentx master simply has never existed.
-
- 2002-03-19 16:02 hardaker
- * agent/helpers/table_dataset.c ,
- include/net-snmp/agent/table_dataset.h:
- - allow tables to be marked whether they should support creation or not.
- - bug fixes
-
- 2002-03-19 07:32 hardaker
- * agent/helpers/: table_data.c , table_dataset.c:
- documentation clean up
-
- 2002-03-19 07:28 hardaker
- * agent/: agent_handler.c , helpers/table_data.c:
- documentation clean up
-
- 2002-03-19 07:17 hardaker
- * agent/: agent_handler.c , helpers/bulk_to_next.c ,
- helpers/table_dataset.c , mibgroup/examples/scalar_int.c:
- documentation clean up
-
- 2002-03-19 06:43 hardaker
- * agent/agent_handler.c , agent/agent_registry.c ,
- agent/snmp_agent.c , agent/helpers/instance.c ,
- agent/helpers/old_api.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/testdelayed.c
- , agent/mibgroup/testhandler.c ,
- agent/mibgroup/agentx/master_admin.c ,
- apps/notification_log.c , include/net-snmp/utilities.h ,
- include/net-snmp/agent/agent_handler.h ,
- include/net-snmp/agent/snmp_agent.h ,
- include/net-snmp/agent/table.h ,
- include/net-snmp/agent/table_data.h ,
- include/net-snmp/agent/table_dataset.h ,
- include/net-snmp/library/data_list.h ,
- local/mib2c.create-dataset.conf , perl/agent/agent.xs ,
- snmplib/data_list.c:
- - renamed a few badly named functions (netsnmp_ appeared twice).
- - implemented the beginning of creation support for datasets.
-
- 2002-03-19 06:35 hardaker
- * configure:
- Apparently I ran autoconf earlier and missed checking in the results.
-
- 2002-03-19 06:35 hardaker
- * CodingStyle:
- add -nfca
-
- 2002-03-17 16:25 hardaker
- * apps/snmptrap.c:
- Set default port to 162.
-
- 2002-03-17 15:51 hardaker
- * snmplib/: snmpTCPDomain.c , snmpUDPDomain.c:
- improved formatting strings showing both transport type and port number.
-
- 2002-03-13 23:30 hardaker
- * Makefile.rules:
- add missing "installsubdirs" target missing (thanks to Katsuhisa ABE)
-
- 2002-03-13 23:27 hardaker
- * configure.in , net-snmp-config.in:
- add --create-snmpv3-user to automate adding a v3 user to both the usm
- and vacm tables (by adding lines to both the persistent and normal
- conf files).
-
- 2002-03-13 16:30 hardaker
- * agent/mibgroup/agent/nsModuleTable.c:
- bug fix for pre-processed requests.
-
- 2002-03-13 16:30 hardaker
- * Makefile.rules , configure , configure.in ,
- agent/Makefile.in , agent/mibgroup/agent_mibs.h ,
- 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-includes.h ,
- include/ucd-snmp/util_funcs.h , include/ucd-snmp/var_struct.h
- , include/ucd-snmp/version.h:
- - --enable-ucd-snmp-compatibility actually installs headers (as opposed
- to always, which is what it used to do).
- - add agent_mibs to configure default mib modules and document.
- - change help documentation a bit for the mib modules.
- - add a forced dependency for mib_modules.lo
-
- 2002-03-13 16:13 hardaker
- * agent/mibgroup/agent.h:
- opps. duplicates existing agent_mibs.h
-
- 2002-03-13 15:50 hardaker
- * mibs/: UCD-DEMO-MIB.txt, UCD-DISKIO-MIB.txt, UCD-DLMOD-MIB.txt,
- UCD-IPFILTER-MIB.txt, UCD-IPFWACC-MIB.txt, UCD-SNMP-MIB.txt
- (V4-2-patches.[1,1,1,1,1,9]), UCD-DEMO-MIB.txt ,
- UCD-DISKIO-MIB.txt , UCD-DLMOD-MIB.txt ,
- UCD-IPFILTER-MIB.txt , UCD-IPFWACC-MIB.txt ,
- UCD-SNMP-MIB.txt:
- address changes for ucd-snmp -> net-snmp note saying these mibs are no
- longer supported by UCD.
-
- 2002-03-13 15:39 hardaker
- * agent/mibgroup/agent.h ,
- agent/mibgroup/agent/nsModuleTable.c ,
- agent/mibgroup/agent/nsModuleTable.h ,
- mibs/NET-SNMP-AGENT-MIB.txt:
- Added a nsModuleTable table which replaces the older mrTable.
- Functionally, this is a list of all registered items within the MIB
- tree just like the mrTable was, but with support for contexts and for
- duplicate registrations with different priorities.
-
- 2002-03-13 15:21 hardaker
- * snmplib/: tools.c (V4-2-patches.4), tools.c:
- malloc at least one byte in hex_to_binary2
-
- 2002-03-13 15:11 hardaker
- * agent/helpers/table_iterator.c:
- remove unneeded debug statement
-
- 2002-03-13 14:10 hardaker
- * snmplib/mib.c:
- Use local variable name buffers by default when building oid segments.
-
- 2002-03-13 14:09 hardaker
- * agent/helpers/table_iterator.c:
- /* stop water from flowing through dam */
- finger->insert("hole")
-
- 2002-03-13 04:03 dts12
- * FAQ (V4-2-patches.7), FAQ:
- Add a description of "unlinked OIDs".
-
- 2002-03-12 21:30 hardaker
- * local/: mib2c.create-dataset.conf , mib2c.iterate.conf:
- fix headers.
-
- 2002-03-12 21:15 hardaker
- * local/mib2c:
- add don't format comments option
-
- 2002-03-12 21:10 hardaker
- * agent/helpers/table_dataset.c:
- fix for tables with holes.
-
- 2002-03-12 21:09 hardaker
- * mibs/Makefile.in:
- move default mibs to their own variable.
-
- 2002-03-12 21:06 hardaker
- * perl/: SNMP/Makefile.PL , agent/Makefile.PL ,
- agent/agent.xs , agent/typemap:
- - use net-snmp-config to figure things out.
- - update headers and typeinfo for recent changes.
-
- 2002-03-12 20:34 hardaker
- * local/: FAQ2HTML , README.mib2c , mib2c , tkmib
- , mib2c.array-auto.conf , mib2c.array-user.conf:
- ucd-snmp -> net-snmp changes.
-
- 2002-03-12 20:33 hardaker
- * local/mib2c.storage.conf:
- remove obsolete mib2c.conf file
-
- 2002-03-12 18:11 hardaker
- * agent/helpers/table_data.c:
- don't forget to set row->next->prev to something when removing row.
-
- 2002-03-12 17:54 hardaker
- * agent/snmp_agent.c:
- fix agentx inclusive searches to ignore get errors.
-
- 2002-03-12 17:53 hardaker
- * snmplib/snmpCallbackDomain.c:
- some minimal dump debugging.
-
- 2002-03-12 08:34 dts12
- * FAQ (V4-2-patches.6), FAQ:
- Updating of the FAQ ready for the next release.
- (Mostly rephrasing of existing entries, but a few new questions)
-
- 2002-03-11 18:00 rstory
- * agent/helpers/table_dataset.c:
- cast -1 to u_char so test doesn't always fail (fix compiler warning)
-
- 2002-03-11 17:27 hardaker
- * agent/mibgroup/agentx/master.c:
- treat (illegal) errors from subagents specially for getnext cases.
-
- 2002-03-11 13:41 hardaker
- * net-snmp-config.in:
- add our snmp libraries to output
-
- 2002-03-11 10:34 hardaker
- * include/net-snmp/agent/: table_data.h , table_dataset.h:
- delete/remove support header changes.
-
- 2002-03-11 09:13 jbpn
- * agent/mibgroup/mibII/vacm_vars.c:
- - allow compilation --with-out-transports=TCP
-
- 2002-03-11 08:21 jbpn
- * include/net-snmp/library/snmp_debug.h:
- - fixes for --disable-debugging
-
- 2002-03-11 07:41 dts12
- * FAQ (V4-2-patches.5), FAQ:
- Bring the 4x- and main-branch FAQs into agreement.
-
- 2002-03-11 06:51 jbpn
- * agent/mibgroup/agentx/master.c:
- - use correct session ID when talking to subagents. Thanks to Craig
- Setera for this fix.
-
- 2002-03-11 05:20 jbpn
- * snmplib/parse.c:
- - fix bad type assignment in build_translation_table(), noticed by
- Peter Stevens.
-
- 2002-03-11 00:13 hardaker
- * apps/snmptrapd.c:
- check for NULL frees, even though it's supposed to be ok according to ansi.
-
- 2002-03-11 00:12 hardaker
- * apps/notification_log.c:
- beginning support for maximum logged checking.
-
- 2002-03-11 00:11 hardaker
- * agent/helpers/table_dataset.c:
- - remove/delete row support.
- - null check
- - doc comments.
-
- 2002-03-11 00:10 hardaker
- * agent/helpers/table_data.c:
- remove/delete row support.
-
- 2002-03-11 00:08 hardaker
- * agent/helpers/instance.c:
- call next handlers (opps).
-
- 2002-03-10 14:11 nba
- * man/mib_api.3.def:
- Fix one sprint_variable => snprint_variable
-
- 2002-03-10 14:06 nba
- * include/net-snmp/library/mib.h , snmplib/mib.c:
- Add snprint_* functions that were sprint_* in ucd-snmp 4
-
- 2002-03-10 14:05 nba
- * include/net-snmp/session_api.h , snmplib/snmpIPXDomain.c
- , snmplib/snmp_transport.c:
- Fix compilation when IPX-transport enabled
-
- 2002-03-10 14:03 nba
- * apps/snmpnetstat/Makefile.in:
- Fix compilation outside source directory
-
- 2002-03-08 22:26 hardaker
- * FAQ , sedscript.in , perl/SNMP/SNMP.pm ,
- snmplib/snmp_version.c:
- - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.pre2 )
-
- 2002-03-08 18:23 hardaker
- * README:
- misc changes.
-
- 2002-03-08 18:23 hardaker
- * perl/SNMP/SNMP.xs:
- new api changes
-
- 2002-03-08 17:20 hardaker
- * agent/mibgroup/mibII/mta_sendmail.c:
- Patch from Lawrence Greenfield to deal with Sendmail 8.12 queuegroups.
-
- 2002-03-08 16:59 hardaker
- * apps/snmpnetstat/Makefile.in:
- patch from csete to fix win32 builds
-
- 2002-03-08 16:55 hardaker
- * configure , configure.in:
- add Callback transport to cygwin
-
- 2002-03-08 16:49 hardaker
- * NEWS:
- mention rmon support.
-
- 2002-03-08 16:39 hardaker
- * snmplib/snmp_api.c:
- patch from Harrie Hazewinkel to remove old an unused pointer
-
- 2002-03-08 16:28 hardaker
- * agent/agent_index.c , agent/agent_registry.c ,
- agent/agent_trap.c , agent/snmp_agent.c ,
- agent/snmp_vars.c , agent/snmpd.c ,
- agent/helpers/instance.c , agent/helpers/old_api.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/header_complex.c ,
- agent/mibgroup/header_complex.h , agent/mibgroup/testhandler.c
- , agent/mibgroup/Rmon/event.c ,
- agent/mibgroup/agent/nsTransactionTable.c ,
- agent/mibgroup/agentx/client.c ,
- agent/mibgroup/agentx/client.h ,
- agent/mibgroup/agentx/master.c ,
- 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/mteObjectsTable.c ,
- agent/mibgroup/disman/mteObjectsTable.h ,
- agent/mibgroup/disman/mteTriggerTable.c ,
- agent/mibgroup/disman/mteTriggerTable.h ,
- agent/mibgroup/examples/example.c ,
- agent/mibgroup/mibII/sysORTable.c ,
- agent/mibgroup/mibII/sysORTable.h ,
- agent/mibgroup/mibII/vacm_context.c ,
- agent/mibgroup/mibII/vacm_vars.c ,
- agent/mibgroup/mibII/vacm_vars.h ,
- agent/mibgroup/notification/snmpNotifyFilterProfileTable.c ,
- agent/mibgroup/notification/snmpNotifyFilterTable.c ,
- agent/mibgroup/notification/snmpNotifyTable.c ,
- agent/mibgroup/smux/smux.c , agent/mibgroup/smux/smux.h
- , agent/mibgroup/target/snmpTargetAddrEntry.c ,
- agent/mibgroup/target/snmpTargetAddrEntry.h ,
- agent/mibgroup/target/target.c ,
- agent/mibgroup/target/target.h ,
- agent/mibgroup/ucd-snmp/proxy.c ,
- agent/mibgroup/ucd-snmp/proxy.h , 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/snmptrap.c ,
- apps/snmptrapd.c , 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/netstat.h ,
- apps/snmpnetstat/route.c ,
- include/net-snmp/agent/agent_index.h ,
- include/net-snmp/agent/agent_registry.h ,
- include/net-snmp/agent/agent_trap.h ,
- include/net-snmp/agent/old_api.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_data.h ,
- include/net-snmp/agent/table_iterator.h ,
- include/net-snmp/agent/var_struct.h ,
- include/net-snmp/library/cmu_compat.h ,
- include/net-snmp/library/libsnmp.h ,
- include/net-snmp/library/mib.h ,
- include/net-snmp/library/oid_array.h ,
- include/net-snmp/library/parse.h ,
- include/net-snmp/library/snmpCallbackDomain.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_parse_args.h ,
- include/net-snmp/library/snmp_secmod.h ,
- include/net-snmp/library/snmpusm.h ,
- local/mib2c.array-user.conf , local/mib2c.iterate.conf ,
- local/mib2c.storage.conf , perl/SNMP/SNMP.xs ,
- snmplib/cmu_compat.c , snmplib/mib.c ,
- snmplib/snmpCallbackDomain.c , snmplib/snmp_api.c ,
- snmplib/snmp_client.c , snmplib/snmp_debug.c ,
- snmplib/snmp_parse_args.c , snmplib/snmp_secmod.c ,
- snmplib/snmpksm.c , snmplib/snmpusm.c , snmplib/snmpv3.c
- , snmplib/ucd_compat.c:
- struct snmp_session typedefed to netsnmp_session. & pdu. & ...
-
- 2002-03-08 14:00 hardaker
- * perl/SNMP/SNMP.xs:
- get_symbol -> get_tree
-
- 2002-03-08 07:45 hardaker
- * perl/: SNMP/SNMP.xs , agent/agent.pm , agent/agent.xs
- , agent/test.pl:
- missed updates
-
- 2002-03-08 07:43 hardaker
- * snmplib/: data_list.c , default_store.c , mib.c
- , oid_array.c , oid_stash.c , read_config.c
- , snmpAAL5PVCDomain.c , snmpCallbackDomain.c ,
- snmpIPXDomain.c , snmpTCPDomain.c , snmpTCPIPv6Domain.c
- , snmpUDPDomain.c , snmpUDPIPv6Domain.c ,
- snmpUnixDomain.c , snmp_api.c , snmp_debug.c ,
- snmp_transport.c , snmpv3.c:
- missing updated code
-
- 2002-03-08 02:07 jbpn
- * include/net-snmp/library/snmp_api.h ,
- include/net-snmp/library/snmp_transport.h , snmplib/snmp_api.c:
- - some snmp -> netsnmp fixes
-
- 2002-03-07 13:42 hardaker
- * agent/snmp_agent.c , agent/snmp_vars.c ,
- agent/snmpd.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/testhandler.c
- , agent/mibgroup/agent/nsTransactionTable.c ,
- agent/mibgroup/agentx/subagent.c ,
- agent/mibgroup/disman/mteTriggerTable.c ,
- agent/mibgroup/mibII/vacm_context.c ,
- agent/mibgroup/mibII/vacm_vars.c , apps/notification_log.c
- , apps/snmptrapd.c , apps/snmptrapd_log.c ,
- include/net-snmp/agent/snmp_agent.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/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 ,
- local/mib2c.array-auto.conf , local/mib2c.array-user.conf
- , local/mib2c.create-dataset.conf ,
- local/mib2c.iterate.conf:
- massive netsnmp_ prefixing of stuff (pass 4)
-
- 2002-03-07 13:29 hardaker
- * agent/agent_handler.c , agent/agent_read_config.c ,
- agent/agent_registry.c , agent/snmp_vars.c ,
- 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/testdelayed.c , agent/mibgroup/testhandler.c
- , agent/mibgroup/agent/nsTransactionTable.c ,
- agent/mibgroup/agent/nsTransactionTable.h ,
- agent/mibgroup/agentx/master_admin.c ,
- agent/mibgroup/disman/mteTriggerTable.c ,
- agent/mibgroup/examples/scalar_int.c ,
- agent/mibgroup/mibII/vacm_context.c ,
- agent/mibgroup/target/target.c ,
- agent/mibgroup/target/target_counters.c ,
- apps/notification_log.c ,
- include/net-snmp/agent/agent_registry.h ,
- include/net-snmp/agent/all_helpers.h ,
- include/net-snmp/agent/bulk_to_next.h ,
- include/net-snmp/agent/debug_handler.h ,
- include/net-snmp/agent/instance.h ,
- include/net-snmp/agent/multiplexer.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/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/library/snmpTCPDomain.h ,
- local/mib2c.array-auto.conf , local/mib2c.array-user.conf
- , local/mib2c.create-dataset.conf ,
- local/mib2c.iterate.conf:
- massive netsnmp_ prefixing of stuff (pass 3)
-
- 2002-03-07 13:13 hardaker
- * agent/agent_handler.c , agent/agent_registry.c ,
- agent/snmp_agent.c , agent/helpers/debug_handler.c ,
- agent/helpers/instance.c , agent/helpers/old_api.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/testdelayed.c , agent/mibgroup/testhandler.c
- , agent/mibgroup/agentx/master_admin.c ,
- agent/mibgroup/disman/mteTriggerTable.c ,
- agent/mibgroup/target/target.c , apps/snmptrapd.c ,
- include/net-snmp/agent/agent_handler.h ,
- include/net-snmp/agent/snmp_agent.h ,
- include/net-snmp/agent/table_array.h ,
- include/net-snmp/library/data_list.h ,
- include/net-snmp/library/oid_array.h ,
- include/net-snmp/library/oid_stash.h ,
- local/mib2c.array-user.conf:
- massive netsnmp_ prefixing of stuff (pass 2)
-
- 2002-03-07 08:56 hardaker
- * agent/agent_handler.c , agent/agent_read_config.c ,
- agent/agent_registry.c , agent/snmp_agent.c ,
- agent/snmp_vars.c , agent/snmpd.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/testdelayed.c
- , agent/mibgroup/testdelayed.h ,
- agent/mibgroup/testhandler.c , agent/mibgroup/testhandler.h
- , agent/mibgroup/agent/nsTransactionTable.c ,
- agent/mibgroup/agent/nsTransactionTable.h ,
- agent/mibgroup/agentx/master.c ,
- agent/mibgroup/agentx/master.h ,
- agent/mibgroup/agentx/master_admin.c ,
- agent/mibgroup/agentx/subagent.c ,
- agent/mibgroup/disman/mteTriggerTable.c ,
- agent/mibgroup/mibII/sysORTable.c ,
- agent/mibgroup/mibII/system_mib.c ,
- agent/mibgroup/mibII/vacm_context.c ,
- agent/mibgroup/mibII/vacm_context.h ,
- agent/mibgroup/mibII/vacm_vars.c ,
- agent/mibgroup/notification/snmpNotifyTable.c ,
- agent/mibgroup/target/snmpTargetAddrEntry.h ,
- agent/mibgroup/target/target.c ,
- agent/mibgroup/target/target_counters.c ,
- agent/mibgroup/target/target_counters.h ,
- agent/mibgroup/ucd-snmp/proxy.c ,
- agent/mibgroup/ucd-snmp/proxy.h , apps/notification_log.c
- , apps/notification_log.h , apps/snmpstatus.c ,
- apps/snmptest.c , apps/snmptrapd.c ,
- apps/snmptrapd_log.c , apps/snmptrapd_log.h ,
- include/net-snmp/session_api.h ,
- include/net-snmp/agent/agent_handler.h ,
- include/net-snmp/agent/agent_registry.h ,
- include/net-snmp/agent/bulk_to_next.h ,
- include/net-snmp/agent/debug_handler.h ,
- include/net-snmp/agent/instance.h ,
- include/net-snmp/agent/multiplexer.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/mib.h ,
- include/net-snmp/library/read_config.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_api.h ,
- include/net-snmp/library/snmp_transport.h ,
- local/mib2c.array-auto.conf , local/mib2c.array-user.conf
- , local/mib2c.create-dataset.conf ,
- local/mib2c.iterate.conf:
- massive netsnmp_ prefixing of stuff (pass 1)
-
- 2002-03-07 06:21 jbpn
- * man/snmp_sess_api.3.def:
- - style update
-
- 2002-03-07 05:47 jbpn
- * man/snmp_trap_api.3.def:
- - minor updates
-
- 2002-03-07 05:39 jbpn
- * man/snmp_alarm.3.def:
- - style update
-
- 2002-03-07 05:00 jbpn
- * man/read_config.3.def:
- - make prototypes match header
-
- - make style consistent with mib_api
-
- 2002-03-07 03:07 jbpn
- * man/mib_api.3.def:
- - fix up snprint_ declarations, fix small typo. Patch by Guy
- Harris.
-
- 2002-03-07 02:44 jbpn
- * include/net-snmp/library/mib.h:
- - remove duplicate declaration of sprint_realloc_by_type, as noted
- by Guy Harris.
-
- 2002-03-06 17:15 hardaker
- * include/net-snmp/agent/.cvsignore ,
- include/net-snmp/library/.cvsignore , perl/SNMP/t/.cvsignore:
- new ignore files
-
- 2002-03-06 17:13 hardaker
- * .cvsignore:
- ignore docs
-
- 2002-03-06 17:08 hardaker
- * agent/mibgroup/examples.h:
- examples module wrapper to include all (new) examples.
-
- 2002-03-06 16:58 hardaker
- * agent/mibgroup/examples/scalar_int.c:
- document better.
-
- 2002-03-06 16:58 hardaker
- * doxygen.conf:
- search examples for docs.
-
- 2002-03-06 16:29 hardaker
- * mibs/NET-SNMP-EXAMPLES-MIB.txt:
- example MIB template (and one node)
-
- 2002-03-06 16:28 hardaker
- * mibs/NET-SNMP-MIB.txt:
- instantiate examples
-
- 2002-03-06 16:27 hardaker
- * mibs/Makefile.in:
- install some NS mibs
-
- 2002-03-06 16:27 hardaker
- * agent/mibgroup/examples/: scalar_int.c , scalar_int.h:
- Example implementation of a SNMP enabled int registered at a scalar.
-
- 2002-03-06 16:25 hardaker
- * agent/helpers/instance.c , include/net-snmp/agent/instance.h:
- many changes for instances. Specificically:
- - allow for subhandlers.
- - provide an int wrapper.
- - reuse more code.
- - numerous bug fixes.
-
- 2002-03-06 14:05 hardaker
- * NEWS:
- remove a blank line.
-
- 2002-03-06 14:05 hardaker
- * agent/mibgroup/agentx/: master.c , master_admin.c:
- Fix master agent getbulk support. this has to be independently of the
- normal bulk->next fixes due to delegation. Long story.
-
- 2002-03-06 14:03 hardaker
- * agent/helpers/bulk_to_next.c:
- move bulk_to_next fixing functionality into a separate function for reuse.
-
- 2002-03-06 10:26 jbpn
- * include/net-snmp/library/mib.h , snmplib/mib.c:
- - sprinkle magic const dust
-
- 2002-03-06 10:18 jbpn
- * man/mib_api.3.def:
- - document changed API, incorporating patches by Guy Harris.
-
- 2002-03-06 09:34 hardaker
- * testing/tests/: T112agentxsetfail , T122proxysetfail:
- fix tests.
-
- 2002-03-06 09:24 hardaker
- * snmplib/snmp_parse_args.c:
- re-enable setting optind to 1 till Dave tells me where this breaks.
-
- 2002-03-06 09:08 hardaker
- * testing/tests/: T051snmpv2ctrap , T052snmpv2cinform ,
- T058agentauthtrap:
- fixes for new command line usage.
-
- 2002-03-06 09:07 hardaker
- * snmplib/snmp_client.c:
- more improved error messages (mostly)
-
- 2002-03-06 08:54 hardaker
- * configure:
- autoconf
-
- 2002-03-06 08:41 dts12
- * snmplib/: snmpv3.c (V4-2-patches.3), snmpv3.c:
- Fix a confusion between defAuthType and defPrivType.
-
- 2002-03-06 08:36 hardaker
- * agent/mibgroup/agentx/: master.c , protocol.c:
- proper fix for not requiring responses to CLEANUP messages.
-
- 2002-03-06 06:07 jbpn
- * agent/snmp_agent.c:
- - zero the name of elements of the bulk cache
-
- 2002-03-06 06:06 jbpn
- * snmplib/mib.c:
- - calloc() not malloc() in a few places to initialise some buffers
- to zeroes.
-
- 2002-03-06 05:52 dts12
- * snmplib/: snmp_api.c (V4-2-patches.6), snmp_api.c:
- Actually use the common 'defPassphrase' value if 'def{Auth,Priv}Passphrase' isn't set.
- Qn: Should the AuthPassphrase also be used for privacy if no other value is available?
-
- 2002-03-06 05:45 jbpn
- * agent/mibgroup/agentx/master.c:
- - don't send requests for OIDs preceeding the start of a region
- (this can lead to loops if e.g. a subagent has registered two
- adjacent rows).
-
- 2002-03-06 05:07 jbpn
- * testing/Makefile.in:
- - ignore errors doing rm -rf /tmp/snmp-test* when making testclean
-
- 2002-03-06 02:26 jbpn
- * snmplib/mib.c:
- - use more efficient get_tree() in sprint_realloc_value()
-
- 2002-03-05 18:28 hardaker
- * testing/tests/: T015snmpv2cgetnext , T001snmpv1get ,
- T002snmpv1getnext , T003snmpv1getfail , T014snmpv2cget
- , T016snmpv2cgetfail , T017snmpv2ctov1getfail ,
- T018snmpv1tov2cgetfail , T100agenthup:
- fixes for new forced -c flags
-
- 2002-03-05 18:21 hardaker
- * include/net-snmp/agent/snmp_agent.h:
- remove no longer appropriate comment.
-
- 2002-03-05 18:20 hardaker
- * agent/mibgroup/agentx/subagent.c:
- fix duplicate free by cloning the pdu before sending it out again
- (thought I had done this once in the past already, but I got 1/2 functions).
-
- 2002-03-05 18:19 hardaker
- * agent/mibgroup/agentx/protocol.c:
- Temporary fix to fix for agentx SET requests. This reverses a
- previous John change where responses to cleanups are now expected