------------------------------------------------------------------------------- Changes: V5.0.7 -> V5.0.8 2003-03-17 17:33 rstory * NEWS, man/netsnmp_handler.3, man/netsnmp_table.3, man/netsnmp_table_data.3: update for 5.0.8 2003-03-17 17:20 rstory * sedscript.in, snmplib/snmp_version.c, FAQ , README, perl/SNMP/SNMP.pm: - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.8 ) 2003-03-14 14:55 rstory * FAQ, README, sedscript.in, agent/Makefile.depend, agent/helpers/Makefile.depend , agent/mibgroup/Makefile.depend, apps/Makefile.depend, apps/snmpnetstat/Makefile.depend , perl/SNMP/SNMP.pm, snmplib/Makefile.depend , snmplib/snmp_version.c: update for 5.0.8.pre2 2003-03-14 14:40 rstory * ChangeLog, NEWS: update for 5.0.8.pre2 2003-03-14 13:53 rstory * man/: netsnmp_table.3, netsnmp_table_dataset.3 : update for 5.0.8.pre2 2003-03-14 13:45 rstory * Makefile.in: trailing slash on srcdir for comment checks 2003-03-14 13:44 rstory * dist/nsb-functions: more extra modules and transports 2003-03-14 12:44 rstory * include/net-snmp/agent/agent_handler.h: use new macro for inlining; fix some indent madness 2003-03-14 12:43 rstory * include/net-snmp/library/container.h: use new macro for testing if inlining is on 2003-03-14 12:40 rstory * include/net-snmp/system/: aix.h, hpux.h, irix.h: don't undef inline 2003-03-14 12:40 rstory * snmplib/container.c: rename macro used to test for inlining 2003-03-14 12:39 rstory * win32/: config.h, net-snmp/net-snmp-config.h: if inline macro not defined, define as empty 2003-03-14 12:37 rstory * agent/agent_handler.c, agent/agent_registry.c , agent/object_monitor.c, agent/snmp_agent.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, include/net-snmp/net-snmp-config.h.in, include/net-snmp/agent/snmp_agent.h, include/net-snmp/agent/table_data.h, include/net-snmp/agent/table_dataset.h, include/net-snmp/library/data_list.h, snmplib/data_list.c , snmplib/oid_stash.c: replace inline w/macro 2003-03-13 19:03 hardaker * agent/snmp_agent.c: patch from Tommy Christensen to fix some AgentX (mostly) memory leaks 2003-03-12 13:40 hardaker * net-snmp-config.in: patch #699380: From Christophe Kalt: make net-snmp-config do what it's document to do (add -L@libdir@) 2003-03-12 11:48 hardaker * snmplib/snmp_api.c: patch #700672: reset itmp to the new value length after decoding a hex string 2003-03-11 17:37 hardaker * snmplib/scapi.c: Applied openssl dynamic version hack/fix 2003-03-11 15:14 rstory * agent/Makefile.in: add WRAPLIBS var instead of direct substitution 2003-03-11 15:12 rstory * net-snmp-config.in: add WRAPLIBS to --agent-libs and --external-agent-libs 2003-03-11 00:31 rstory * configure: revert to 2.13 2003-03-06 01:44 rstory * configure: update for new configure.in 2003-03-06 01:41 rstory * configure.in: fix libwrap w/nsl; make sure all quotes restored before using AC macros. This seems to mess up the config output while checking for modules, but w/out it, I get errors from m4 when running autoconf. 2003-03-05 20:51 rstory * .cvsignore: ignore net-snmp-config-x 2003-03-05 20:49 rstory * agent/mibgroup/versiontag: check for an optional 3rd param, nocvs, to not commit after updating version 2003-03-05 20:48 rstory * dist/RELEASE-INSTRUCTIONS: put all the version number changes in the same step 2003-03-05 20:21 rstory * FAQ, README: - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.8.pre1 ) 2003-03-05 20:00 rstory * sedscript.in, perl/SNMP/SNMP.pm, snmplib/snmp_version.c: update version to 5.0.8.pre1 2003-03-05 19:04 rstory * man/snmpd.conf.5.def: back out docs for new functionality accidentally added when applying patch 2003-03-05 18:40 rstory * agent/mibgroup/disman/mteTriggerTable.c: back out new functionality accidentally added when applying patch 2003-03-05 18:20 rstory * README.solaris: updates from Bruce Shaw 2003-03-05 18:18 rstory * man/.cvsignore: add snmpd.8 2003-03-05 18:12 rstory * man/: netsnmp_agent.3, netsnmp_handler.3, netsnmp_library.3, netsnmp_mib_utilities.3, netsnmp_table_data.3: updates for 5.0.8 2003-03-05 18:04 rstory * doxygen.conf: update to 5.0.8 2003-03-05 17:58 rstory * dist/README.build-scripts: remove obsolete argument; fix typo 2003-03-05 17:58 rstory * Makefile.in: exclude ftp from comment check; use egrep 2003-03-05 17:55 rstory * agent/mibgroup/ucd-snmp/diskio.c: chg C++ style comment 2003-03-05 17:50 rstory * testing/TESTCONF.sh: argh! FreeBSD is driving me crazy! set RANDOM=2 if RANDOM not defined; use test 2003-03-05 17:22 rstory * testing/TESTCONF.sh: simplify netstat args & tweak grep regex for multi platform compatability 2003-03-05 17:11 rstory * testing/TESTCONF.sh: check /bin and /usr/bin for netstat (probably a good job for configure) 2003-03-05 17:02 rstory * testing/TESTCONF.sh: missed one, re: (( )) -> expr 2003-03-05 16:58 rstory * testing/TESTCONF.sh: use more portable expr instead of (( )) for arithmetic expressions 2003-03-05 16:16 rstory * testing/TESTCONF.sh: for systems with /bin/netstat, check that snmpd port is not in use. If it is, try up to three random others before giving up. 2003-03-05 15:16 rstory * dist/: nsb-functions, nsb-package: don't prompt between steps by default 2003-03-05 15:11 rstory * testing/RUNTESTS: import SNMP_SLEEP time from environment, if available 2003-03-05 15:10 rstory * win32/net-snmp/net-snmp-config.h: don't redefine inline 2003-03-05 15:08 rstory * Makefile.top: version 5.0.8 2003-03-05 15:07 rstory * .cvsignore: ignore some files autoconf may create 2003-03-05 13:42 nba * aclocal.m4, config.guess, config.sub , ltmain.sh, configure: Update libtool to version 1.4.3, for the benefit of Darwin 2003-03-05 13:39 nba * configure.in: Dont force -I/usr/local/include for --with-dmalloc 2003-03-04 12:47 hardaker * agent/mibgroup/agent/nsModuleTable.c: wrong type returned for nsModuleModes as reported by Michael Kirkham 2003-03-03 15:03 nba * man/snmpd.conf.5.def: Mention the AgentXAddress, AgentsRetries and AgentXTimeout parameters 2003-03-03 14:25 nba * agent/mibgroup/ucd_snmp.h: Add support for OpenBSD 3. Sort some lines for easier reference. 2003-03-01 10:27 rstory * agent/mibgroup/agentx/subagent.c: agentx patch from Tommy Christensen: better error checking 2003-03-01 09:59 rstory * agent/mibgroup/agentx/master.c: agentx patch from Tommy Christensen: don't create delegated cache for CLEANUPSET 2003-02-28 23:46 hardaker * perl/SNMP/Makefile.PL: typo 2003-02-28 23:11 hardaker * perl/SNMP/Makefile.PL: Patch #597629 from Matt Selsky to fix man page installation 2003-02-28 13:18 nba * agent/snmpd.c, apps/snmptrapd.c: Better error message if we cannot create pid file 2003-02-28 13:17 nba * agent/mibgroup/host/hr_filesys.c: Use FS types with Linux 2003-02-27 00:59 rstory * local/mib2c.array-user.conf: sync w/main 2003-02-26 18:52 rstory * Makefile.top: sync w/main: put in missing INSTALL_DATA 2003-02-26 18:05 nba * agent/mibgroup/ucd-snmp/vmstat_solaris2.c: Implement sysRawInterrupts and sysRawContext for Solaris 2003-02-26 14:30 nba * snmplib/mib.c: Fix a C precedence botch-up, thanks to Fabrício Las Casas 2003-02-26 14:14 nba * agent/mibgroup/ucd-snmp/vmstat.c: Implement the ssRawInterrupts and ssRawContext counters in Linux 2003-02-26 14:13 nba * apps/snmptrapd.c: Fix the -S option 2003-02-25 14:38 rstory * Makefile.in: fix logic of test operation 2003-02-25 14:33 rstory * Makefile.in, Makefile.top: use AUTO(CONF|HEADER) from configure, instead of hardcoded; don't try and run AUTO(CONF|HEADER) if not found 2003-02-25 14:11 rstory * man/snmpd.8.def: sync w/main branch: new file 2003-02-25 14:03 rstory * apps/snmptrapd.c: sync w/main branch (correctly, this time) 2003-02-25 13:49 rstory * Makefile.in: sync w/main branch: add NOAUTODEPS 2003-02-25 13:38 rstory * dist/nsb-functions: sync w/main branch: add smux to dist modules; move make test into nsb-make; remove tee so rc is preserved; use new NOAUTODEPS 2003-02-25 13:29 rstory * snmplib/snmpv3.c: sync w/main branch: Recognise "defVersion v3" as well as "defVersion 3" as documented in the man pages (prior to Peter Breitenlohner's correction) [We might as well support both styles....] 2003-02-25 13:20 rstory * EXAMPLE.conf.def, sedscript.in, man/Makefile.in, man/mib2c.1.def, man/read_config.3.def, man/snmp.conf.5.def, man/snmp_config.5.def, man/snmpcmd.1.def, man/snmpconf.1.def, man/snmpd.1.def, man/snmptrapd.conf.5.def, mibs/Makefile.in: sync w/main branch: (I hope I got this right) -Apply Peter Breitenlohner's documentation changes (patches #692381, 692382 and 692388) 2003-02-25 13:16 rstory * agent/mibgroup/mibII/interfaces.c: sync w/main branch: patch #657808: calculate a proper ifSpeed under linux when possible and do more proper ifOperStatus state determination. 2003-02-25 13:15 rstory * agent/helpers/table_data.c: sync w/main branch: - Irfan Sheriff pointed out a bug with getnext requests directly to a column. - check entry node as suggested by Irfan Sheriff 2003-02-25 13:14 rstory * snmplib/system.c: sync w/main branch: Remove last remaining use of 'nlist' under HP-UX 10 & 11. As per patch #656773 from Johannes Schmidt-Fischer 2003-02-25 13:13 rstory * agent/mibgroup/host/hr_disk.c: sync w/main branch: Checking the length of a string buffer once is sufficient. Using 'strnncpy' [sic] to check this length twice is unnecessary... 2003-02-25 13:12 rstory * Makefile.in: sync w/main branch: - Mess with output of doxygen to add sf logos, etc, to the bottom of the generated html files. - Apply Peter Breitenlohner's net-snmp-config patch (#692373) 2003-02-25 13:11 rstory * agent/snmpd.c: sync w/main branch: Patch #655154 from Joel Rosdahl: more proper demonization: - close stdin/stdout/stderr if appropriate. - double fork. - chdir / [except under windows] 2003-02-25 13:10 rstory * agent/mibgroup/ucd-snmp/diskio.c: sync w/main branch: Patch #662169 from Jan Willem Luiten: diskio support for Darwin 2003-02-25 13:10 rstory * perl/SNMP/t/: bulkwalk.t, set.t: sync w/main branch: Fix tests for bulkwalk (duplicate header) and set (invalid OID constant) 2003-02-25 13:09 rstory * agent/mibgroup/mibII/ipAddr.c: sync w/main branch: Accommodate a fussy IRIX environment, which is picky about See bug #667726 2003-02-25 13:04 rstory * acconfig.h: sync w/main branch: Bruce Shaw pointed out a comment typo 2003-02-25 13:02 rstory * perl/: ASN/Makefile.PL, OID/Makefile.PL, SNMP/Makefile.PL, agent/Makefile.PL, default_store/Makefile.PL: sync w/main branch: fix my declarations as pointed out by Andrew Page 2003-02-25 13:01 rstory * snmplib/mib.c: sync w/main branch: An additional change to support 't' hints 2003-02-25 13:00 rstory * man/snmptrapd.8.def: sync w/main branch: -document patch #674218: reopen log files on HUP. -Apply Peter Breitenlohner's documentation changes (patches #692381, 692382 and 692388) 2003-02-25 12:59 rstory * man/snmpd.conf.5.def: sync w/main branch: -document monitor -t for threshold monitoring -Apply Peter Breitenlohner's documentation changes (patches #692381, 692382 and 692388) 2003-02-25 12:57 rstory * agent/mibgroup/disman/mteTriggerTable.c: sync w/main branch: Patch from Christophe to support monitor -t for threshold monitoring 2003-02-25 12:55 rstory * FAQ: sync w/main branch: Clarify the local-only access for non-standard port AgentX connections 2003-02-25 12:54 rstory * apps/snmptrapd.c: sync w/main branch: - close and re-open log file on receiving a HUP (patch 674218, submitted by anonymous) 2003-02-25 12:52 rstory * net-snmp-config.in: sync w/main branch: Bruce Shaw pointed out a comment typo 2003-02-25 09:04 dts12 * man/snmpd.8.def: Apply Peter Breitenlohner's configuration-related documentation and installation changes. (patches #692372, 692377, 692379 and 692386) 2003-02-13 20:02 hardaker * agent/mibgroup/mibII/var_route.c: Patch #654329: double check lengths when copying 2003-02-12 09:01 hardaker * agent/mibgroup/tunnel/tunnel.h: update 2003-02-11 11:13 hardaker * agent/mibgroup/ucd-snmp/: pass.c, pass_persist.c : patch #667694 (anon) to add back newlines to pass code 2003-02-03 10:27 hardaker * snmplib/snmp_api.c: From Richard Laing: change value check of a string to use a proper length. 2003-01-24 10:47 hardaker * agent/mibgroup/smux/smux.c: patch #672021 from Joshua Giles: large set request fixes 2003-01-20 23:21 rstory * snmplib/container_binary_array.c: add missing brace 2003-01-20 23:13 rstory * agent/mibgroup/versiontag: add back (accidentally deleted) creation of gzipped tarball 2003-01-20 23:09 rstory * snmplib/test_binary_array.c: add string test case 2003-01-20 23:09 rstory * snmplib/container_binary_array.c: fix array_qsort; fix binary search; con't recurse on insert, del, etc since the INSERT/DELETE macros already handle multiple indexes 2003-01-20 22:54 rstory * include/net-snmp/library/default_store.h, snmplib/snmp_api.c: official patch [ 669707 ] 5.0.7: 16-Bit Request IDs 2003-01-20 22:52 rstory * include/net-snmp/library/container.h, snmplib/container.c: fix typo in log message; add netsnmp_compare_mem 2003-01-20 22:51 rstory * agent/mibgroup/versiontag: create md5sums after creating gzipped tarball 2003-01-20 22:51 rstory * Makefile.rules: add another level of directories to make depend, per dts on coders (thought this was in 5.0.7, but apparently not!) 2003-01-14 08:56 hardaker * agent/snmpd.c, doxygen.conf, agent/agent_handler.c , dist/RELEASE-INSTRUCTIONS: doxygen changes 2003-01-13 21:49 rstory * man/: netsnmp_agent.3, netsnmp_handler.3: update for 5.0.7 2003-01-13 20:30 rstory * snmplib/mib.c: recognize new 't' code in display hints 2003-01-13 20:07 rstory * agent/helpers/table_iterator.c: patch for memory leaks sent to coders by Jay Parlar ------------------------------------------------------------------------------- Changes: V5.0.6 -> V5.0.7 2003-01-11 01:15 rstory * .cvsignore: ignore configure-summary 2003-01-11 01:14 rstory * agent/Makefile.depend, agent/helpers/Makefile.depend , agent/mibgroup/Makefile.depend, apps/Makefile.depend , apps/snmpnetstat/Makefile.depend, snmplib/Makefile.depend: make depend 2003-01-11 01:08 rstory * .cvsignore: ignore variations of changelog.add 2003-01-10 20:09 hardaker * snmplib/: mib.c, snmp_api.c: doxygen output tags to put the recently defined functions into groups. 2003-01-10 20:09 hardaker * man/: Makefile.in, netsnmp_agent.3, netsnmp_bulk_to_next.3, netsnmp_debug.3, netsnmp_handler.3, netsnmp_instance.3, netsnmp_library.3, netsnmp_mib_utilities.3, netsnmp_mode_end_call.3, netsnmp_multiplexer.3, netsnmp_old_api.3, netsnmp_read_only.3, netsnmp_scalar.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, netsnmp_watcher.3: doxygen updates 2003-01-10 17:38 hardaker * configure, configure.in: opps 2003-01-10 17:29 hardaker * configure, configure.in: remove double checking output 2003-01-10 14:33 hardaker * testing/tests/T0160snmpv2cbulkget: fix positional arguments 2003-01-10 09:04 dts12 * FAQ: Reference Bruce Shaw's discussion of the perl compilation problems (see README.solaris) 2003-01-10 08:31 dts12 * FAQ: Mention AgentX under windows, and beef up the perl stuff a bit. Add a missing entry in the contents list. (This may prove too late for 5.0.8, but at least it'll be ready for next time!) 2003-01-09 18:41 hardaker * man/Makefile.in: make doc update. 2003-01-09 18:38 hardaker * man/: netsnmp_agent.3, netsnmp_bulk_to_next.3, netsnmp_debug.3, netsnmp_handler.3, netsnmp_instance.3 , netsnmp_mode_end_call.3, netsnmp_multiplexer.3, netsnmp_old_api.3, netsnmp_read_only.3, netsnmp_scalar.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, netsnmp_watcher.3: make doc update. 2003-01-09 18:37 hardaker * agent/helpers/Makefile.in, agent/helpers/mode_end_call.c , include/net-snmp/agent/all_helpers.h, include/net-snmp/agent/mode_end_call.h: end-of-mode helper to call more handlers after processing the main line. Functionally allows parallel handler trees and callbacks after a particular mode is completed (useful for things registered under a serialize handler when you don't know when the mode is over). (not used anywhere in production code yet.). 2003-01-09 11:55 dts12 * FAQ: Mention the perl shared/static library problem, the unresponsive agent problem (and fix), and disclaim all knowledge of David Town's Net::SNMP module, 2003-01-09 10:27 hardaker * testing/tests/: T0160snmpv2cbulkget, T0220snmpv3bulkget : GetBulk testing supplied by Xiaofeng Ling 2003-01-09 10:26 hardaker * testing/RUNTESTS: Add -x flag for calling subtests with "sh -x". Fix number counting for interactive output. 2003-01-07 18:49 hardaker * COPYING (V4-2-patches.8), COPYING: year update 2003-01-07 13:18 hardaker * FAQ (V4-2-patches.58), FAQ: irc server name change 2003-01-07 11:01 hardaker * snmplib/mib.c: bug #663628 and patch: fix ip address index parsing from OIDs 2003-01-07 04:53 dts12 * agent/helpers/table_iterator.c: Remove redundant code to free 'callback_data_keep' data. This branch would never be invoked, and is in the wrong place anyway. Patch supplied by Jay Parlar 2003-01-06 11:16 nba * Makefile.in: Install Solaris 9 header 2003-01-05 18:14 nba * win32/win32.opt: Make it compile with VC++ 2003-01-05 17:28 nba * win32/: encode_keychange/encode_keychange.dsp, win32.opt , libsnmp_dll/libsnmp.def: Make it compile with VC++ 2003-01-05 15:45 nba * mibs/: Makefile.mib, SNMP-FRAMEWORK-MIB.txt, SNMP-MPD-MIB.txt, SNMP-NOTIFICATION-MIB.txt, SNMP-PROXY-MIB.txt, SNMP-TARGET-MIB.txt, SNMP-USER-BASED-SM-MIB.txt, SNMP-VIEW-BASED-ACM-MIB.txt , SNMPv2-MIB.txt, SNMPv2-TM.txt, rfclist: Update to current RFC versions 2003-01-03 15:50 rstory * configure, configure.in: don't call AC_DISABLE_SHARED, as sets the default to disabled (it's very presence in configure.in generates a configure with shared disabled, even if it was in an if block; for developer default, set enable_shared directly unless it was previously set; test that enable_shared=yes for embedded-perl 2003-01-03 08:02 dts12 * FAQ (V4-2-patches.57), FAQ: Mention the Stratus VOS port. (Thanks to Brandon Hall) 2003-01-02 18:00 rstory * include/net-snmp/library/container.h: parens around x in macro in case x is multiple C tokens 2002-12-22 12:32 rstory * sedscript.in, snmplib/snmp_version.c, FAQ, README, perl/SNMP/SNMP.pm: - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.7.pre2 ) 2002-12-22 12:31 rstory * ChangeLog, NEWS: update for 5.0.7.pre2 2002-12-22 12:20 rstory * agent/Makefile.depend, agent/helpers/Makefile.depend , agent/mibgroup/Makefile.depend, apps/Makefile.depend , apps/snmpnetstat/Makefile.depend, snmplib/Makefile.depend: make depend 2002-12-20 07:58 nba * Makefile.in: clean away net-snmp-config on make clean 2002-12-20 07:57 nba * include/net-snmp/mib_api.h, include/net-snmp/library/oid_stash.h, snmplib/oid_stash.c : stash the oid_stash ... 2002-12-20 04:49 nba * snmplib/snmp_api.c: A patch from V4 that didn't make it ... allow list of numeric bits setting BITS 2002-12-20 02:50 hardaker * include/net-snmp/library/oid_stash.h, snmplib/oid_stash.c : add a global callback function for registering directly via a callback. 2002-12-20 02:35 hardaker * include/net-snmp/utilities.h: add callback.h 2002-12-20 02:22 hardaker * snmplib/read_config.c: fix persistent storage file renaming. (snprintf change mistake) 2002-12-20 02:21 hardaker * include/net-snmp/library/oid_stash.h, snmplib/oid_stash.c : some new routines for saving oid stash data to persistent storage. (not used anywhere in current production code) 2002-12-19 17:51 hardaker * perl/SNMP/SNMP.xs: - watch for undefs passed in as a value to a SET clause. - change BITS to a Octet String as it should be. - on a side note, do you know that the Net-SNMP parser doesn't distinguish between BITS and BIT STRING in it's list of types? I don't think it's possible to use both types in the code today (which is fine, since BIT STRING is not used in SNMPv2 and beyond). 2002-12-19 17:49 hardaker * perl/OID/OID.xs: print a warning when you can't parse an OID (err, not ideal) 2002-12-19 17:48 hardaker * perl/AnyData_SNMP/Storage.pm: - misc bug fixes. - skip SETing columns with no value passed in. 2002-12-19 14:43 nba * agent/mibgroup/: examples/example.c, host/hr_network.c , host/hr_swinst.c: Being a bit quick, eh, Dave ... 2002-12-19 11:14 dts12 * agent/mibgroup/mibII/: at.c (V4-2-patches.12), at.c: Ensure the ifname buffer is big enough to read in a full-length name. (From the SUSE "audit" patch) 2002-12-19 11:05 dts12 * agent/snmpd.c, agent/mibgroup/host/hr_print.c, apps/encode_keychange.c, apps/snmptrapd_handlers.c, snmplib/mib.c (V4-2-patches.[28,9,3,3,30]), agent/snmpd.c, agent/mibgroup/host/hr_print.c, apps/encode_keychange.c , apps/snmptrapd_handlers.c, snmplib/mib.c: Detect when memory allocations fail, and don't plough on regardless. (Based on changes within the SUSE "audit" patch) 2002-12-19 10:07 dts12 * agent/agent_trap.c, agent/snmp_agent.c, agent/mibgroup/util_funcs.c, agent/mibgroup/examples/example.c, agent/mibgroup/examples/ucdDemoPublic.c, agent/mibgroup/host/hr_device.c, agent/mibgroup/host/hr_disk.c, agent/mibgroup/host/hr_filesys.c, agent/mibgroup/host/hr_network.c, agent/mibgroup/host/hr_storage.c, agent/mibgroup/host/hr_swinst.c, agent/mibgroup/host/hr_swrun.c, agent/mibgroup/mibII/interfaces.c, agent/mibgroup/mibII/mta_sendmail.c, agent/mibgroup/mibII/system_mib.c, agent/mibgroup/mibII/vacm_vars.c, agent/mibgroup/mibII/var_route.c, agent/mibgroup/target/snmpTargetAddrEntry.c, agent/mibgroup/target/snmpTargetParamsEntry.c, agent/mibgroup/ucd-snmp/disk.c, agent/mibgroup/ucd-snmp/dlmod.c, agent/mibgroup/ucd-snmp/errormib.c, agent/mibgroup/ucd-snmp/extensible.c, agent/mibgroup/ucd-snmp/pass.c, agent/mibgroup/ucd-snmp/pass_persist.c, agent/mibgroup/ucd-snmp/proc.c, apps/encode_keychange.c , apps/snmptrapd.c, apps/snmptrapd_handlers.c, apps/snmpnetstat/inet.c, apps/snmpnetstat/inet6.c, snmplib/asn1.c, snmplib/mib.c, snmplib/parse.c, snmplib/read_config.c, snmplib/snmp_api.c, snmplib/snmpv3.c, snmplib/vacm.c: The Great SUSE 'sprintf' Hunt..... 2002-12-19 06:02 jbpn * include/net-snmp/net-snmp-config.h.in: - code with BSDi4 2002-12-19 05:50 jbpn * snmplib/snmp_api.c: - change a comment that doesn't take into account the transport stuff - fix some particularly bad formatting in snmp_open_ex 2002-12-18 13:50 hardaker * agent/mibgroup/agent/nsModuleTable.c: remove mem-leak comment. Out of date and was fixed 2002-12-18 13:47 hardaker * agent/mibgroup/agentx/agentx_config.c, man/snmpd.conf.5.def : delete experimental warning about agentx 2002-12-18 13:40 hardaker * mibs/UCD-SNMP-MIB.txt: fix bug#655488: descriptions of ssIORawReceived and ssRawInterrupts were reversed 2002-12-18 08:19 jbpn * agent/snmpd.c: - restart stderr logging on HUP (if -L was given on command line) 2002-12-17 19:33 rstory * local/mib2c.array-user.conf: remove ';' from define; if table has a storage type, check that it's not read only before allowing sets 2002-12-17 19:26 rstory * local/mib2c.array-persistent.conf: never mind 2002-12-17 19:02 hardaker * perl/OID/test.pl: Don't check for prefixes in test. They don't exist. However, do set SNMPCONFPATH in test initialization to a bogus value 2002-12-17 18:58 hardaker * perl/OID/OID.xs: remove direct call to init_snmp(). This is already called by the .pm file 2002-12-17 10:22 rstory * local/mib2c.array-persistent.conf: persistence for array-tables 2002-12-17 10:07 rstory * include/net-snmp/library/read_config.h, snmplib/read_config.c: add read_config_store_data_prefix; add ASN_TIMETICKS w/ASN_UNSIGNED cases 2002-12-17 09:44 rstory * snmplib/snmpUDPDomain.c: don't use SO_REUSE_ADDR so agent port can't be hijacked 2002-12-17 09:43 rstory * net-snmp-config.in: use local var for base agent libs; reorder base agent libs so static linking works 2002-12-16 18:32 nba * snmplib/scapi.c, agent/mibgroup/mibII/mta_sendmail.c, agent/mibgroup/mibII/mta_sendmail.h: Yet another compiler warning ... 2002-12-16 17:50 hardaker * local/mib2c.iterate.conf: remove bogus comment reference to table_dataset helper. 2002-12-16 17:42 nba * agent/mibgroup/disman/mteEventNotificationTable.c, agent/mibgroup/disman/mteEventTable.c, agent/mibgroup/disman/mteEventTable.h, agent/mibgroup/disman/mteTriggerTable.c, agent/mibgroup/disman/mteTriggerTable.h, apps/snmptrapd.c , include/net-snmp/library/tools.h, snmplib/tools.c : Spread some magic dust to quell compiler warnings (why isn't --enable-slient-libtool the default ...) 2002-12-16 11:44 jbpn * agent/mibgroup/agentx/master.c: - fix small memory leak (peername is copied by snmp_open_ex) 2002-12-16 11:31 jbpn * snmplib/mib.c: - fix small memory leak 2002-12-16 11:19 jbpn * snmplib/parse.c: - fix memory leak 2002-12-16 10:02 rstory * snmplib/container.c: remove redundant include (caused problems on Sun 5.7, reported by jbpn) 2002-12-16 08:22 rstory * dist/nsb-functions: configure w/out developer 2002-12-16 08:18 rstory * configure, configure.in: DEVFLAGS="" if not developer 2002-12-16 02:39 nba * snmplib/: oid_stash.c, scapi.c, snmpAAL5PVCDomain.c , snmpIPXDomain.c, snmpTCPIPv6Domain.c, snmpUDPIPv6Domain.c: dmalloc support 2002-12-16 02:39 nba * agent/mibgroup/mibII/ipAddr.c: Possible leak of fd on error return 2002-12-14 10:22 rstory * FAQ, README, sedscript.in, perl/SNMP/SNMP.pm , snmplib/snmp_version.c: - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.7.pre1 ) 2002-12-14 10:21 rstory * ChangeLog, NEWS: update for 5.0.7.pre1 ------------------------------------------------------------------------------- Changes: V5.0.6 -> V5.0.7pre1 2002-12-14 09:59 rstory * dist/nsb-functions: check for agent/mibgroup; fix modules for config_dist 2002-12-14 09:58 rstory * man/: netsnmp_bulk_to_next.3, netsnmp_debug.3, netsnmp_handler.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_todo.3: update for 5.0.7.pre1 2002-12-14 09:54 rstory * Makefile.top: bump rev to 5.0.7 2002-12-14 09:49 rstory * Makefile.in: add -n to grep for C++ comments 2002-12-14 09:47 rstory * agent/Makefile.depend, agent/helpers/Makefile.depend, agent/mibgroup/Makefile.depend, apps/snmpnetstat/Makefile.depend, apps/Makefile.depend, snmplib/Makefile.depend: make depend 2002-12-14 09:45 rstory * agent/mibgroup/mibII/ipAddr.c: remove C++ comments 2002-12-14 09:30 rstory * include/net-snmp/agent/snmp_agent.h: add comments to some structure members 2002-12-14 09:29 rstory * agent/helpers/table_array.c: errors during commit undo should be xxFAILED; use set_request_error instead of set_mode_request_error; remove incorrect comment; more debugging; check for and call lower handlers 2002-12-14 09:27 rstory * agent/helpers/table.c: always process later passes of a set request 2002-12-13 16:06 nba * agent/mibgroup/host/hr_swinst.c: Quell compiler warnings 2002-12-13 15:47 nba * agent/mibgroup/mibII/var_route.c, snmplib/default_store.c : Quell compiler warnings 2002-12-13 15:40 nba * snmplib/scapi.c: Fix incomplete zeroing of security data 2002-12-13 15:39 nba * snmplib/parse.c: Fix a possible freeing of a NULL pointer 2002-12-13 15:38 nba * agent/helpers/table_dataset.c, agent/mibgroup/mibII/ipAddr.c, apps/snmptrapd.c, include/net-snmp/agent/table_data.h, snmplib/snmp_api.c : Quell compiler warnings 2002-12-13 11:38 dts12 * agent/agent_handler.c: Clear the 'processed' flag between passes, so that handlers can correctly clean up after errors have been detected. 2002-12-13 11:06 rstory * agent/mibgroup/agentx/subagent.c: add asser to try and cath intermittent crash i've been seeing 2002-12-13 11:04 rstory * agent/mibgroup/agentx/master.c: log unknown agentx operation 2002-12-13 10:12 rstory * agent/helpers/table_array.c: if no row create callback on set, use NOTWRITABLE instead of NOSUCHINSTANCE 2002-12-13 10:04 rstory * agent/helpers/debug_handler.c: fix cut-n-paste so delegated flag displayed properly 2002-12-13 10:01 rstory * snmplib/default_store.c: log text (APP|LIB|TOK) instead of store id in debug msgs 2002-12-13 09:53 rstory * dist/nsb-functions: add --with-libwrap 2002-12-13 09:49 rstory * FAQ: grammar/indention tweak + mention strip for memory footprint question 2002-12-13 09:32 dts12 * perl/SNMP/Makefile.PL: Remove explicit mention of SNMP module documentation. This setting doesn't seem to be necessary, and without it, the man page is installed automatically. 2002-12-13 07:47 jbpn * apps/snmptrapd.c: - make -S do the same as snmpd -S (set the syslog facility) - make -l print a warning saying that it is deprecated and -S should be used instead 2002-12-13 07:14 jbpn * snmplib/read_config.c: - increase width of token field to improve legibility of configuration directive help output 2002-12-12 17:46 nba * apps/snmptable.c: Protect against unknown -O options 2002-12-12 15:56 nba * agent/mibgroup/smux/smux.c: Fix some size_t that really should be int 2002-12-12 14:18 nba * include/net-snmp/library/default_store.h, include/net-snmp/library/mib.h, man/snmp.conf.5.def, man/snmpcmd.1.def, snmplib/mib.c, snmplib/snmp_api.c : A long overdue patch (#415252) from Robert Hastings that implements reverse DISPLAY-HINT processing, i.e. it allows you to input data formatted like the DISPLAY-HINT prescribes. Enabled by default, but can be disabled with the -Ih option or noDisplayHint in snmp.conf 2002-12-12 13:56 nba * agent/mibgroup/mibII/vacm_vars.c: parse oids in view statements the same way the apps do it (consistency, he said) 2002-12-12 13:35 hardaker * perl/agent/agent.xs: Add a getRootOID function to the reginfo pointer passed into handlers. 2002-12-12 13:34 rstory * local/mib2c.array-user.conf: change create and duplicate row to return specific context instead of generic netsnmp_index; catch error from parse_oid_indexes on row creation 2002-12-12 13:34 hardaker * perl/SNMP/t/mib.t: Print errors to STDERR instead. (actually don't because these statements are commented out in the first place) 2002-12-12 13:33 hardaker * agent/agent_registry.c: Reverse the context of a context if statement so if not the context then don't use the context in the given context. 2002-12-12 12:56 jbpn * apps/snmptrapd.c: - drop long-deprecated -q and -S options - minor formatting fixes 2002-12-12 12:35 jbpn * agent/snmpd.c: - remove duplicate message in usage 2002-12-12 11:37 dts12 * man/snmpd.1.def, agent/snmpd.c: Implement a command-line option (-S) to set the facility to use when logging via syslog. Based on an idea by Joel Rosdahl (Patch #627701) Note that -l and -L are already taken:-( ToDo: Provide configuration directives for both this, and the syslog token ('snmpd'). 2002-12-12 11:18 dts12 * man/snmpd.conf.5.def, agent/mibgroup/mibII/system_mib.c : Support setting of sysDescr and sysObjectID via snmpd.conf configuration directives (though not via SNMP SET reqests). Patches supplied by Joel Rosdahl (#627702 and #628011) 2002-12-12 10:58 dts12 * agent/helpers/: all_helpers.c, table.c: Suppress some compiler warnings. Based on patch supplied by Chris Johns (#644041) 2002-12-12 10:42 dts12 * agent/mibgroup/ucd-snmp/: memory_solaris2.c (V4-2-patches.6), memory_solaris2.c: Use 'sysconf' to report on Solaris memory usage. Based on patch supplied by Ben Stern (#651182) 2002-12-12 10:00 dts12 * agent/mibgroup/agentx/master.c: Basic support for multiple AgentX sockets (on the master side at least). See Feature Request #632556 2002-12-12 08:57 rstory * dist/Makefile: create version tag from version so cvs export works; fix REL; add tar.gz of source as dependency for rpmfiles 2002-12-12 08:04 nba * snmplib/: data_list.c, snmpCallbackDomain.c, snmpTCPDomain.c, snmpUDPDomain.c, snmpUnixDomain.c , snmp_enum.c, snmp_secmod.c, snmp_transport.c : dmalloc support 2002-12-12 07:18 dts12 * snmplib/mib.c: Document the -OU option, and alphabetise the handling of options. 2002-12-12 06:25 dts12 * apps/Makefile.in: Install 'snmpinform' as a relative link, rather than an absolute one. Fix provided by the indefatigable Stefan Radman (Bug #652587) 2002-12-12 05:56 dts12 * configure, configure.in: Quote configure options when contructing net-snmp-configure and net-snmp-configure.h This allows options containing spaces, etc, to be handled correctly. (See Feature Request #547152) 2002-12-11 16:52 nba * agent/mibgroup/host/hr_disk.c: Patch for FreeBSD. Thanks to Jun Kuriyama 2002-12-11 12:16 dts12 * snmplib/: snmp_logging.c (V4-2-patches.4), snmp_logging.c: Try disabling line-buffering on Windows systems (since it apparently enables full-buffering instead). See Bug #558837. 2002-12-11 11:25 dts12 * perl/SNMP/t/: async.t, get.t, getnext.t, notify.t, set.t: Explicitly set SNMP version = 1 (the original default as expected by the tests) This should now pass all tests apart from conf.t #3 2002-12-11 06:46 dts12 * include/net-snmp/agent/auto_nlist.h: Be more selective in using the 64-bit version of nlist. (Bug #611655) 2002-12-11 06:27 dts12 * README.solaris: Mention the non-functionality of one of the suggested approaches. (Bug #617119). Reported by Quanah Gibson-Mount 2002-12-11 06:20 dts12 * agent/Makefile.in: Ensure that the destination directory exists before installing the embedded perl script. (Bug #617891) Fix provided by Stefan Radman. 2002-12-11 05:56 dts12 * README.snmpv3 (V4-2-patches.4), README.snmpv3: Document the location assumptions being made in this description. 2002-12-11 04:47 dts12 * include/net-snmp/library/default_store.h, include/net-snmp/library/mib.h, snmplib/mib.c, man/snmpcmd.1.def: Provide a mechanism for forcing strings to be displayed in either ASCII or Hex format, bypassing the "guess" mechanism as to which is more appropriate. Suggested by Nick Kanakakorn. Note that this does not affect objects with a Display-Hint in their MIB definition. 2002-12-11 04:30 dts12 * agent/ds_agent.h, agent/snmpd.c, testing/eval_tools.sh (V4-2-patches.[2,26,6]), agent/agent_read_config.c, agent/snmpd.c, include/net-snmp/agent/ds_agent.h, testing/eval_tools.sh: Command-line option to control whether to unlink the PID file or not. Necessary for correct test operation. 2002-12-11 04:21 dts12 * perl/OID/test.pl: The latest library defaults to MODULE::name style output, so adjust the expected output checks accordingly. Also, there are actually 36 tests, not 35! 2002-12-11 04:17 dts12 * perl/OID/OID.xs: Initialise the SNMP libraries, to set up the OID tree. Addresses bugs #638024 and #627643 [Qn: Do we need to supply an 'appname' (c.d the SNMP module) ?] 2002-12-10 19:29 nba * man/snmp.conf.5.def, snmplib/snmp_api.c, agent/mibgroup/util_funcs.c, agent/mibgroup/ucd-snmp/logmatch.c: Allow runtime configuration of persistent directory 2002-12-10 19:24 nba * snmplib/read_config.c: Report errors handling persistent storage files 2002-12-10 19:23 nba * snmplib/system.c: Pass up error on directory creation 2002-12-10 17:27 nba * snmplib/mib.c: Better respect for the max width option (snmptranslate -Td) 2002-12-10 17:26 nba * man/snmp.conf.5.def: Document the oidOutputFormat option 2002-12-10 17:25 nba * apps/snmptable.c: Clean up. Remove calls to obsolete functions snmp_set_quick_print, snmp_get_dump_packet, snmp_get_suffix_only. Remove last traces of the non_sequential backwards hack. Make sure it works for all -O options. 2002-12-10 11:58 dts12 * agent/mibgroup/mibII/: interfaces.c (V4-2-patches.26), interfaces.c: Protect against empty lines in /proc/net/dev (Bug #625426) 2002-12-10 11:41 dts12 * snmplib/: snmpv3.c (V4-2-patches.5), snmpv3.c: Free destination memory before cloning SNMP Engine ID. Fix provided by Martin Carlsson. (Bug #835481) 2002-12-10 11:07 dts12 * perl/: ASN/Makefile.PL, OID/Makefile.PL, SNMP/Makefile.PL, agent/Makefile.PL, agent/default_store/Makefile.PL, default_store/Makefile.PL : Add "$Config{ccflags}" to CCFLAGS. (See bug #640899) 2002-12-10 10:46 dts12 * agent/mibgroup/mibII/: ipAddr.c (V4-2-patches.8), ipAddr.c: Add support for Linux virtual interfaces in the ipAddressTable. (Note this does *not* include separate per-v-interface statistics in the interfaces table). Patch supplied by Jens Sittner (#621274) 2002-12-10 04:59 dts12 * agent/agent_handler.c: Remove a couple of extraneous ^M characters. 2002-12-10 02:36 nba * snmplib/mib.c: When using -Oqv and printing an empty string you could end up with a NULL string and not an empty string leading to some very obscure problems in snmptable and other applications. 2002-12-09 11:12 dts12 * snmplib/snmp_api.c: Handle missing integer values (whether 32- or 64-bit!). Oops! 2002-12-09 10:12 dts12 * snmplib/: snmp_api.c (V4-2-patches.38), snmp_api.c: Handle integer-based values correctly on a 64-bit platform. Patch supplied by Thomas Weber (#561071) 2002-12-09 09:45 dts12 * agent/mibgroup/agentx/master.c: Take note of subagent-requested byte ordering in subsequent communications. Patch supplied by Urban (#632284) 2002-12-09 09:32 dts12 * agent/: snmpd.c (V4-2-patches.25), snmpd.c: Remove the PID file on agent shutdown. Patch supplied by Joel Rosdahl (#627699) 2002-12-09 09:25 dts12 * snmplib/system.c: Handle 'struct sockaddr' that contain 'sa_len' fields differently to those that don't (c.f ifilter_ioctl.c in BIND 9.2.1 sources) Patch supplied by Joel Rosdahl (#627696) 2002-12-09 07:12 dts12 * acconfig.h, configure, configure.in: Recognise BSDi4, and tweak the recognition of 'dlopen'. Patches supplied by Joel Rosdahl. 2002-12-09 06:10 dts12 * agent/mibgroup/mibII/: at.c, interfaces.c, ip.c : Remove some warnings, and try to cope with 'sysctl' failures. Patches supplied by Chris Johns. 2002-12-09 04:20 dts12 * README.solaris: Mention the limitations on /usr/ucb/sed, and point people towards /usr/bin/sed instead. 2002-12-07 08:41 dts12 * agent/helpers/table_dataset.c: Insert newly-created rows into the per-request lists, so that lower level handlers can access them. [Qn: Should we do something similar with updated lists as well?] 2002-12-07 08:34 dts12 * agent/helpers/table_dataset.c: Report back the correct error for rows that couldn't be created. 2002-12-07 08:32 dts12 * agent/helpers/table_dataset.c: Protect against freeing a row that never got created in the first place. 2002-12-06 18:05 hardaker * testing/tests/T030snmpv3usercreation: Skip on non-openssl machines. THis should be changed to just not using encryption on those machines, but I do not have the time at the moment 2002-12-06 13:12 hardaker * configure.in: remove ucdDemoPublic from --enable-mini-agent 2002-12-06 13:02 hardaker * configure: remove ucdDemoPublic from --enable-mini-agent 2002-12-06 12:01 dts12 * agent/helpers/table_dataset.c: Don't delete the "old" (non-existent) row, when tidying up after creating a new row. 2002-12-06 11:40 dts12 * agent/helpers/table_dataset.c: Tweak handling of (invalid) RowStatus creation requests in an "automatic creation" table. These should return wrongValue or inconsistentValue, rather than notWritable. 2002-12-05 05:47 dts12 * agent/helpers/table_dataset.c: Support use of RowStatus object to control creation of new rows (i.e. when the 'allow_creation' flag is not set). This should deal with everything except determining whether a row is ready to go 'active' (e.g. via 'createAndGo'). Such a decision is inherently specific to each individual MIB, so must really be done in the lower-level handler. 2002-12-05 05:41 dts12 * agent/helpers/table_dataset.c: Stop processing when a 'non-writable create' is detected. 2002-12-04 19:35 hardaker * agent/mibgroup/disman/mteTriggerTable.c: - BIT_STR -> OCTET_STR, which is what it should be. - run eventTable entries. 2002-12-04 19:34 hardaker * agent/mibgroup/disman/mteTriggerExistenceTable.c: BIT_STR -> OCTET_STR, which is what it should be. 2002-12-04 19:33 hardaker * agent/mibgroup/disman/: mteObjectsTable.c, mteTriggerBooleanTable.c: use netsnmp_strdup_and_null to get real strings from mib data. 2002-12-04 19:32 hardaker * agent/mibgroup/disman/: event-mib.h, mteEventNotificationTable.c, mteEventNotificationTable.h , mteEventTable.c, mteEventTable.h: - implemented the mteEventTable and the mteEventNotificationTable - FYI, total implementation time: about 4 hours - no easy-to-use .conf wrappers yet though. snmpset support only. 2002-12-04 19:29 hardaker * local/mib2c.create-dataset.conf: - use the netsnmp_table_set_add_indexes function which actually works. 2002-12-04 19:29 hardaker * agent/helpers/table_dataset.c, include/net-snmp/agent/table_dataset.h: - create a netsnmp_table_set_add_indexes function. - Allow row creation using rowStatus when the data column exists, but there is no assigned value (ie, is NULL). - use netsnmp_strdup_and_null instead of memdup to make sure an implicit NULL is in place for things that use the data and need it as a real string. 2002-12-04 19:27 hardaker * net-snmp-config.in: document --prefix 2002-12-04 13:16 hardaker * NEWS (V4-2-patches.9), NEWS: document 4.2.6 2002-12-03 04:44 dts12 * agent/mibgroup/host/hr_print.c: Close printer file handle with 'fclose' rather than 'pclose' to avoid a memory leak on Solaris 2.6. Fix provided by Jacobo Matute. 2002-12-03 04:33 dts12 * agent/helpers/: table_data.c, table_dataset.c: Translate GetNext (and GetBulk) requests into simple Get requests, when passing them from the table_data handler to table_dataset. This is analogous to how the iterate handler works, and allows lower level handlers to override the basic behaviour (without having to duplicate all of the "find next row" code every time). 2002-12-02 04:48 dts12 * agent/helpers/table.c: Return SNMPv2-style exceptions, rather than the SNMPv1 'noSuchName' error. This used to break AgentX subagents, but the latest change to snmp_agent.c (to catch noSuch{Instance,Object} exceptions) seems to have fixed that problem. 2002-12-02 04:40 dts12 * agent/snmp_agent.c: Explicitly parenthesise a comparison, to keep the compiler happy. 2002-12-02 04:39 dts12 * agent/snmp_agent.c: Inclusive-range GetNext requests are transmitted as Get requests, so may well return noSuch{Instance,Object} exceptions. Catch these as well. 2002-12-02 04:36 dts12 * agent/helpers/table_dataset.c: Catch (and reject) attempts to create a new row via a non-writable object. 2002-11-28 04:24 dts12 * agent/helpers/table_iterator.c: Null out one final loop_context pointer after being freed. (Patch provided by Roger McCalman) 2002-11-26 17:59 nba * snmplib/parse.c: Discard the secondary (GROUP) DESCRIPTION insize a MODULE-COMPLIANCE to avoid leaking memory. Thanks to Eugene_Bruk@bmc.com 2002-11-26 17:53 nba * apps/snmptranslate.c: Reinstate the -w options that was lost in the indent fury 2002-11-26 10:50 hardaker * agent/mibgroup/examples/notification.c: The notification variable shouldn't be static. A bug found while tracking down a problem pointed out by Venice on IRC. 2002-11-26 04:10 dts12 * snmplib/snmp_enum.c: Fix incorrect usage of SE_MAX_IDS vs SE_MAX_SUBIDS. Reported by 'shinepeak' 2002-11-25 22:41 hardaker * local/FAQ2HTML: hack of a hack of a hack, or: fix multi-line FAQ questions 2002-11-25 10:08 hardaker * README.agentx: mention agentxPingInterval 2002-11-18 21:39 hardaker * agent/mibgroup/smux/smux.h: applied patch #527650 2002-11-11 17:10 nba * snmplib/mib.c: Respect the mibdirs conf directive. Thanks to Stefan Radman (sradman) 2002-11-11 16:57 nba * apps/snmptrapd_log.c: Fix a missing error return 2002-11-11 14:26 hardaker * snmplib/: snmpTCPDomain.c, snmpUDPDomain.c: fix taddr generation/parsing for port based transports to properly use network byte ordering. 2002-11-11 14:25 hardaker * agent/mibgroup/target/snmpTargetAddrEntry.c: fix write support for the timeout column 2002-11-09 10:06 nba * agent/mib_modules.c, agent/snmp_vars.c, agent/mibgroup/agentx/master.c, agent/mibgroup/agentx/master_admin.c, agent/mibgroup/agentx/subagent.c, include/net-snmp/agent/mib_modules.h, include/net-snmp/library/snmpUDPIPv6Domain.h: Do away with a bunch of compiler warnings 2002-11-09 09:59 nba * agent/mibgroup/: util_funcs.c, ucd-snmp/extensible.c, ucd-snmp/memory.c, ucd-snmp/memory_freebsd2.c, ucd-snmp/pass.c, ucd-snmp/proc.c, host/hr_print.c : Zero is an OK file descriptor. -1 is the error return 2002-11-09 09:54 nba * include/net-snmp/library/parse.h, snmplib/parse.c: More to the point message for undefined identifiers. Brought forward from 4.2 2002-11-09 09:52 nba * apps/snmpvacm.c: Print the error information in case of error 2002-11-09 09:51 nba * apps/snmpnetstat/route.c: Protect against v2 exception results 2002-11-09 09:49 nba * sedscript.in, man/snmpcmd.1.def: Protect PREFIX when it is the env var. Thanks to Stefan Radman (sradman) 2002-11-09 09:47 nba * mibs/rfclist: Add RFC 3371 L2TP-MIB 2002-11-09 09:46 nba * mibs/IANAifType-MIB.txt: Updated from IANA 2002-11-07 05:55 jbpn * apps/snmptable.c: - fix -Cf and -Cw option processing (previously would core dump if no option passed), as pointed out by hampa on #net-snmp 2002-11-06 15:35 rstory * net-snmp-config.in: fix cut/paste 2002-11-06 15:04 rstory * configure: configure to match configure.in & makefiles 2002-11-06 14:08 rstory * net-snmp-config.in: add missing end quote 2002-11-06 13:35 rstory * net-snmp-config.in: add @DEVFLAGS@ weherver there is a @CFLAGS@, except for the new --base-cflags 2002-11-06 13:22 rstory * Makefile.top: add @DEVFLAGS@ to CFLAGS 2002-11-06 13:21 rstory * configure.in: seperate developer cflags from normal cflags 2002-11-06 12:55 rstory * agent/mibgroup/util_funcs.h: change struct.h include to use "" instead of , since it it a local include, not a system include 2002-11-06 12:39 rstory * acconfig.h, agent/mibgroup/util_funcs.h, agent/mibgroup/ucd-snmp/lmSensors.c, include/net-snmp/net-snmp-config.h.in, snmplib/ucd-snmp-includes.h, win32/config.h, win32/net-snmp/net-snmp-config.h: purge IN_UCD_SNMP_SOURCE 2002-11-05 12:24 hardaker * perl/AnyData_SNMP/netsh: added a xmlshort delimiter as requested by lands on IRC 2002-11-05 11:59 rstory * dist/cvsup: tabs -> spaces only try to chmod RO src dir if owner of dirs 2002-11-05 11:56 rstory * mkinstalldirs: making a directory is not an error, so don't send output to stderr 2002-11-04 11:15 hardaker * agent/mibgroup/target/snmpTargetParamsEntry.c: allow unregistered security models <= 2 2002-11-04 11:14 hardaker * agent/mibgroup/notification/snmpNotifyTable.c: enable row creation to be better supported (rowstatus no longer has to be first in the list, ...) 2002-11-04 11:13 hardaker * net-snmp-config.in: add cppflags to --cflags 2002-11-04 11:13 hardaker * NEWS: add stuff for 5.0.7 (or whatever) mentioning a few new features. 2002-11-01 12:06 hardaker * snmplib/snmp_api.c: Fixed bug #632094 using the suggested method: watch for NULL strerror() return 2002-11-01 10:09 rstory * Makefile.in: undo my changes from r 5.17, attempting to reduce runs of config.status by using explicit paths to srcdir, and let VPATH do it's thing 2002-10-29 14:30 rstory * snmplib/Makefile.in: target to build binary array test app; tweak to parse test target (reduces most but not all external references) 2002-10-29 14:27 rstory * snmplib/container_binary_array.c: fix for binary search problem noted by Romy Christensen on coders; partial (ifdef'd out) code for a binary array iterator 2002-10-29 14:25 rstory * snmplib/test_binary_array.c: simple test program for binary array 2002-10-29 09:28 hardaker * perl/SNMP/SNMP.xs: Fix debugging as noted in bug #630348 2002-10-28 19:47 hardaker * configure, configure.in: changed .1.6.3 to 1.3.6 as noted in comp.protocols.snmp 2002-10-28 15:01 hardaker * agent/mibgroup/examples/ucdDemoPublic.conf: changed password 2002-10-28 14:57 hardaker * agent/mibgroup/examples/ucdDemoPublic.conf: misc vacm fixes 2002-10-28 08:41 jbpn * snmplib/snmp_api.c: - remove erroneous free() of rxbuf 2002-10-25 12:35 hardaker * snmplib/snmp_api.c: fixed SNMP_CALLBACK_OP_DISCONNECT -> NETSNMP_OP_CALLBACK_DISCONNECT as noted by TrogL on IRC 2002-10-25 07:34 jbpn * snmplib/snmp_api.c: - perform a NETSNMP_CALLBACK_OP_DISCONNECT type callback if we decide to shutdown a stream type connection because we received an excessively large packet. 2002-10-24 10:41 hardaker * README: Added the super-bug-patch generator Stefan Radman to the THANKS list 2002-10-24 10:40 hardaker * configure.in: bug #617508: added the mta_sendmail module to --help 2002-10-24 10:35 hardaker * local/Makefile.in: update install list for mib2c conf files and remove old one 2002-10-23 20:34 hardaker * configure, configure.in: fix incorrect variable name I noticed when copying to a different configure script in another package 2002-10-23 20:28 hardaker * Makefile.in: Fixed bug#617838: versiontag isn't distributed and shouldn't be always used in the make distclean calls. 2002-10-23 20:12 hardaker * agent/mibgroup/disman/mteTriggerTable.c: inconsequencial memory leaks fixed (init time leaks). 2002-10-23 20:10 hardaker * agent/helpers/table_iterator.c: Fixed various memory leaks in the table_iterator as pointed out by Roger McCalman and Jay Parlar on the -coders list (including their patches) 2002-10-23 18:44 hardaker * agent/mibgroup/notification/snmpNotifyTable.c: snmpNotifyTable.c 2002-10-23 18:40 hardaker * agent/mibgroup/disman/mteTriggerTable.c: free a previously malloced pointer to the watch variable before replacing it. 2002-10-23 18:40 hardaker * agent/mibgroup/examples/delayed_instance.c: remove duplicate unused malloc. 2002-10-21 12:43 jbpn * include/net-snmp/system/solaris2.9.h: - add system file for Solaris 9 2002-10-17 22:44 hardaker * agent/agent_registry.c, agent/snmp_agent.c, agent/mibgroup/mibII/vacm_vars.c, agent/mibgroup/mibII/vacm_vars.h, include/net-snmp/agent/agent_callbacks.h, include/net-snmp/agent/agent_registry.h, include/net-snmp/library/vacm.h, snmplib/vacm.c: Optimized the VACM checks in the case of getnext/getbulk so that when large portions of the mib tree are excluded, the sub-mib access code won't be called at all (finally implementing a very long needed optimization). 2002-10-17 22:41 hardaker * include/net-snmp/library/snmp_api.h, snmplib/snmp_api.c : new function to find the commonality between two oids: netsnmp_oid_find_prefix 2002-10-17 22:39 hardaker * Makefile.in, aclocal.m4, configure, configure.in: Print out a "summary" at the end of a run 2002-10-17 05:40 dts12 * local/mib2c.old-api.conf: Properly terminate a loop construct (missing '@end@') Spotted by Karl Cooper. Oops! 2002-10-16 17:19 rstory * agent/snmpd.c: restore continue after EINTR caused by signal we handled (instead of falling thorough to exit!) 2002-10-16 17:00 rstory * agent/snmpd.c: check for our signal flags on EINTR, and only relesect if not changed; debug msg when signals registered and for select/fdsets; 2002-10-16 15:52 rstory * Makefile.top: move CPPFLAGS before user configure CFLAGS.. so if a user adds something like /usr/local/include to CFLAGS, we will pick up our local includes first, instead of includes from a previous release.. 2002-10-16 00:06 rstory * apps/: snmptrapd.c, snmptrapd_log.c, snmptrapd_log.h : make sure snmptrapd always honors DS_APP_NUMERIC_IP for logging 2002-10-15 17:09 rstory * snmplib/mib.c: netsnmp_get_boolean -> netsnmp_ds_get_boolean 2002-10-15 14:08 rstory * agent/helpers/table.c: fix constant used in assert, noted on coders 2002-10-15 14:07 rstory * agent/snmp_agent.c: include syslog for libwrap log levels 2002-10-15 10:39 hardaker * man/snmpcmd.1.def: Add yet another way to specify v6 addresses 2002-10-14 11:54 hardaker * man/snmpcmd.1.def: fix ipv6 transport address specs 2002-10-11 19:18 hardaker * README.cmu, dist/net-snmp.spec: Remove the README.cmu file (entirely out of date at this point). 2002-10-11 16:57 hardaker * acconfig.h, configure, configure.in, agent/mibgroup/ucd-snmp/disk.c, include/net-snmp/net-snmp-config.h.in: patch #600933 from Donal Diamond: dskPercentNode for FreeBSD4 2002-10-11 16:49 hardaker * snmplib/mib.c: Patch #598280 from Jeff Watson: make -OQ not print type warnings. 2002-10-11 16:43 hardaker * dist/Makefile: fix include directory 2002-10-11 16:42 hardaker * dist/.cvsignore: ignore rpm subdir 2002-10-11 16:32 hardaker * dist/RELEASE-INSTRUCTIONS: better docs about auto-extracted SF news 2002-10-11 16:04 hardaker * dist/: Makefile, net-snmp.spec: merge in patch #598869: Mark Harig's better rpm stuff 2002-10-11 15:21 hardaker * include/net-snmp/library/default_store.h, snmplib/mib.c : Alternative to a patch suggestion: add -OU to not print UNITS suffixes. 2002-10-11 15:18 hardaker * man/snmpcmd.1.def: ../agent/snmp_agent.c 2002-10-11 15:14 hardaker * man/snmp.conf.5.def: document dontPrintUnits 2002-10-11 14:48 hardaker * agent/snmp_agent.c: Patch #617151 from Andrew Rucker Jones: fix libwrap headers. - I'm still unhappy with how libwrap functions... needs thinking about. 2002-10-11 13:53 hardaker * agent/mibgroup/ucd-snmp/diskio.c: Patch #312694 from John Surveyor: fix diskio on solaris. 2002-10-11 13:37 hardaker * agent/mibgroup/mibII/at.c: Applied patch #621398 from Matthew Krenzer to fix linux arp table. 2002-10-11 09:47 rstory * win32/snmpdsdk/snmpd.dsp: chg netsnmpmibs -> netsnmpmibsskd (noted on coders by Jed Whitten) 2002-10-11 09:45 jbpn * man/snmpcmd.1.def: - note square brackets for IPv6 addresses 2002-10-11 09:40 jbpn * agent/snmpd.c: - restart select() more quickly if an EINTR happens 2002-10-11 01:51 hardaker * FAQ: applied Harrie's patch describing low memory footprints 2002-10-10 11:38 hardaker * snmplib/snmpksm.c: Patch from Ken Horstein to fix KSM module 2002-10-10 06:22 jbpn * agent/helpers/table_array.c: - remove bad inlines which cause file not to compile with Sun CC. See bug #620827. 2002-10-10 02:03 hardaker * dist/net-snmp.spec: add .la files 2002-10-10 02:00 hardaker * dist/net-snmp.spec: make the .spec file almost usable. 2002-10-08 18:55 hardaker * FAQ: FAQ updates for download sites. 2002-10-08 10:36 hardaker * perl/OID/OID.pm: Patch from Joshua Keroes for string comparisons 2002-10-07 13:57 hardaker * FAQ: added a statement about the COPYING file (suggested by Harrie) 2002-10-06 14:32 rstory * dist/README.build-scripts: nsb-* likes full paths, update examples; fix sourceforge upload site 2002-10-05 17:42 hardaker * README, sedscript.in, snmplib/snmp_version.c , FAQ, perl/SNMP/SNMP.pm: - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.6 ) ------------------------------------------------------------------------------- Changes: V5.0.5 -> V5.0.6 2002-10-05 14:29 hardaker * agent/Makefile.depend, agent/helpers/Makefile.depend, agent/mibgroup/Makefile.depend, apps/Makefile.depend, apps/snmpnetstat/Makefile.depend, snmplib/Makefile.depend : make depend 2002-10-05 14:09 hardaker * Makefile.top: update for 5.0.6 2002-10-05 14:08 hardaker * dist/RELEASE-INSTRUCTIONS: remove illegal flag from nsb-config 2002-10-05 13:41 rstory * agent/snmp_agent.c: efence is your friend: don't allocate 0 bytes 2002-10-05 12:58 rstory * agent/mibgroup/agentx/subagent.c: efence is your friend: don't reference ptr after is has been free'd. 2002-10-04 07:17 hardaker * agent/snmp_agent.c: fix secondary effect of bug 613983 and really fix it this time. 2002-10-02 10:56 hardaker * agent/mibgroup/tunnel/: tunnel.c (V4-2-patches.2), tunnel.c : Patch from Frank Strauss to fix some coding errors 2002-10-01 07:39 rstory * agent/snmp_vars.c: offical patch 617049: initialize container list earlier (in init_agent) 2002-10-01 07:35 rstory * agent/snmp_vars.c: remove ^M characters (damn windows editors) 2002-09-30 15:17 rstory * FAQ, README, sedscript.in, perl/SNMP/SNMP.pm , snmplib/snmp_version.c: - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.5 ) 2002-09-30 15:16 rstory * dist/RELEASE-INSTRUCTIONS: add info on md5sums and gpg signing 2002-09-30 15:15 rstory * dist/cvsup: fix chmod to do what I wanted, not what I told it 2002-09-30 15:14 rstory * ChangeLog, Makefile.top, NEWS: update for 5.0.5 2002-09-30 14:27 rstory * ChangeLog: merge pre changes into 5.0.4 comments 2002-09-30 14:25 rstory * NEWS: update for 5.0.4 2002-09-30 14:23 hardaker * NEWS: NEWS updates for 5.0.4 2002-09-30 14:03 rstory * README: update my email address 2002-09-30 14:03 rstory * ChangeLog: update for release 5.0.4 ------------------------------------------------------------------------------- Changes: V5.0.3 -> V5.0.5 2002-09-30 16:08 rstory * agent/helpers/table.c: make len a size_t to fix problem on 64 bit system, reported by sebnod` in IRC 2002-09-30 16:05 rstory * agent/helpers/table.c: don't use static local vars, as they are likely to cause problems with threads 2002-09-30 15:48 rstory * dist/nsb-package: make sure install dir is relative to build dir 2002-09-30 15:20 rstory * snmplib/vacm.c: add missing newline in debug 2002-09-30 15:19 rstory * dist/: nsb-functions, nsb-package: fix typos 2002-09-30 15:18 rstory * agent/snmp_agent.c: avoid infinite loop 2002-09-30 14:59 rstory * dist/nsb-functions: don't assume make is GNU make, and search for it. require user to set an env var if no GNU make is found in PATH 2002-09-30 14:58 rstory * dist/cvsup: if CVS dir is ro, automagically make it rw before update and ro after update 2002-09-27 14:03 hardaker * agent/snmp_agent.c: make get_set_cache() return an error if no previous SET has been started. 2002-09-27 14:02 hardaker * agent/agent_registry.c: double check against some null pointers before using them in the cache code. 2002-09-27 13:36 hardaker * agent/snmp_agent.c: set treecache_num to -1 at init of memory, to be extra safe. 2002-09-26 14:58 hardaker * agent/: snmp_agent.c, snmpd.c: move libwrap variables 2002-09-26 14:57 hardaker * perl/agent/agent.xs: ok, remove tcpwrappers vars 2002-09-26 13:44 hardaker * perl/agent/agent.xs: define stupid variables needed by tcpwrappers because they don't get concepts of encapsulation. arg. 2002-09-26 11:26 hardaker * perl/agent/agent.xs: change call_pv to perl_call_pv for older versions of perl. 2002-09-26 11:10 hardaker * snmplib/mib.c: run strdup() on get_mib_dir() results to fix bug pointed out by Eugene Bruk. 2002-09-23 13:14 hardaker * dist/RELEASE-INSTRUCTIONS: mention freshmeat 2002-09-23 13:13 hardaker * agent/mibgroup/ucd-snmp/versioninfo.c, agent/mibgroup/ucd-snmp/versioninfo.h, mibs/UCD-SNMP-MIB.txt : - implement a (long needed) settable variable to store the current persistent information. 2002-09-23 12:47 hardaker * snmplib/snmp_api.c: - make not in time window reports trigger a resend of informs. (suggestion from Erik Anggard) 2002-09-20 11:28 jbpn * agent/mibgroup/mibII/vacm_vars.h: - remove functions vacm_parse_security and vacm_free_security which don't exist 2002-09-19 17:01 hardaker * perl/agent/agent.xs: - support agent shutdowns (well, ok it's just an api since it doesn't work). - misc bug fixes. 2002-09-19 16:38 hardaker * perl/agent/: agent.xs, netsnmp_request_infoPtr.pm: fix agent request_infoPtr problems. 2002-09-19 12:04 dts12 * win32/snmptranslate/snmptranslate.dsp: Compile and link with 'getopt.c' explicitly. This should not be necessary, but for some reason (that completely escapes me!), using command-line options (such as -IR) with the Release version of snmptranslate causes a run-time DLL error. (The Debug version is fine). The other applications seem to be OK - this problem only seems to hit snmptranslate. So as a sticking-plaster, compiliing getopt.c in as part of the project, keeps both versions of the application happy. Someone with better Windows knowledge than me needs to look at this and fix it properly. 2002-09-19 06:14 jbpn * include/net-snmp/library/snmp_api.h: - undo worst of indent damage 2002-09-19 06:03 jbpn * include/net-snmp/library/snmp_api.h: - remove _dparse functions (which don't exist) 2002-09-18 10:55 hardaker * testing/eval_tools.sh: reset SNMP_SLEEP after loop 2002-09-18 10:41 jbpn * snmplib/snmp_client.c: - remove very obsolete (and not used anywhere) #definitions of PARTY_MIB_BASE and CONTEXT_MIB_BASE 2002-09-18 02:59 rstory * ChangeLog: tweak for 5.0.4 last minute update 2002-09-18 02:48 rstory * testing/eval_tools.sh: chg > to -gt to achieve intended result 2002-09-18 01:39 rstory * NEWS: update for 5.0.4 2002-09-18 01:33 rstory * FAQ, README, sedscript.in, perl/SNMP/SNMP.pm , snmplib/snmp_version.c: - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.4 ) 2002-09-18 01:32 rstory * ChangeLog: update for 5.0.4 2002-09-18 00:59 rstory * Makefile.in: add $(srcdir) to a few dependencies to try and reduce the # of times that config.status is run when building outside the src dir 2002-09-18 00:54 rstory * README.win32: visually provocative section headers; add recent status (all bad news); not to use new win32sdk.dsw to get additonal functionality with platform sdk; remove info on removing agentx, as it's been around now for a while; add section on what files to edit to add mib2c generated code to agent; remove reference to specific release number in example 2002-09-18 00:25 rstory * win32/snmpdsdk/snmpd.dsp: take 'sdk' out of exe name 2002-09-18 00:25 rstory * win32/win32sdk.dsw: swap snmpdsdk for snmpd 2002-09-18 00:14 rstory * win32/: encode_keychange/encode_keychange.dsp, libsnmp/libsnmp.dsp, libsnmp_dll/libsnmp_dll.dsp, 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: get all our ducks in a row: add advapi32.lib to link lines, make sure all Release and Debug libs/apps are compile with same C++ settings 2002-09-18 00:12 rstory * win32/netsnmpmibs/netsnmpmibs.dsp: remove sdk dependent modules 2002-09-18 00:10 rstory * win32/mib_module_inits.h: group modules that depend on win32 sdk together, with ifdef 2002-09-18 00:08 rstory * agent/snmp_vars.c: no callback for win32 until pipe fd problem is fixed 2002-09-18 00:07 rstory * win32/: netsnmpmibssdk/netsnmpmibssdk.dsp, snmpdsdk/snmpd.dsp: new versions for sdk users 2002-09-18 00:05 rstory * win32/win32sdk.dsw: new workspace for sdk users 2002-09-16 16:27 hardaker * perl/SNMP/SNMP.pm: mib module loading fixes by calling init_snmp first 2002-09-13 15:05 rstory * dist/RELEASE-INSTRUCTIONS: tweak example nsb-config command; add -b back to cvs2cl, otherwise you get changelog msgs from other branches and have to weed them out 2002-09-13 12:33 hardaker * perl/OID/: OID.pm, OID.xs, test.pl: fix illegal oids to not return a pointer. 2002-09-13 10:40 jbpn * snmplib/snmpUDPDomain.c: - minor optimisation; we don't need a zero-terminated community string except for debugging output. 2002-09-13 10:35 hardaker * local/mib2c: added -i option to request indent not be run 2002-09-13 10:06 jbpn * COPYING: - add missing verb in introduction 2002-09-12 15:58 hardaker * perl/SNMP/SNMP.xs: protect calling some SvIV dereference functions if it's not an IV. - eliminates the remaining perl warnings. 2002-09-12 14:45 hardaker * net-snmp-config.in: include ldflags where appropriate (--libs, --agent-libs, ...) 2002-09-12 01:48 rstory * dist/: nsb-nightly, nsb-package: add/use new option to remove build dir after successful build 2002-09-12 01:47 rstory * dist/nsb-functions: print build dir 2002-09-12 01:19 hardaker * testing/tests/: Sv3config, T030snmpv3usercreation: much more complex tests of USM user creation/modification. 2002-09-12 01:07 hardaker * testing/: eval_tools.sh, tests/T001snmpv1get, tests/T002snmpv1getnext, tests/T003snmpv1getfail, tests/T004snmpv1nosuch: - support for multiple tests at once. - merge v1 tests into a single (faster) test. 2002-09-12 00:34 rstory * dist/nsb-functions: don't monkey around with returning error codes, just exit; more regexp tweaks 2002-09-11 19:36 hardaker * testing/eval_tools.sh: - use sub-second sleeps if available - sleep 1 (sub-)second at a time when waiting for particular tests rather than the full SNMP_SLEEP duration. 2002-09-11 19:24 hardaker * apps/snmptrapd.c: use snmp_log instead of printf for shutdown message. 2002-09-11 18:42 hardaker * local/mib2c.iterate.conf: missing variable decl pointed out by irc:df 2002-09-10 16:16 rstory * dist/nsb-functions: tweak error regexps & error messages 2002-09-10 15:28 rstory * local/mib2c.array-user.conf: compiler warnings are your friend!; fix embeded comments; fix non-void functions w/no rtn values; code reorg to fix emacs indent complaints 2002-09-10 15:26 rstory * Makefile.in: new start-flag end-flag targets to help nightly build script determine if a make completed successfully 2002-09-10 15:12 rstory * dist/nsb-functions: tweaks for new script for automated nightly builds; ad nsb-abort, nsb-flow; direct some messages to stderr; use new start-flag end-flag make targets; update error grep to include '***'; check for new value to rm -fR build dir 2002-09-10 15:08 rstory * dist/nsb-nightly: new script for automated nightly builds 2002-09-10 15:08 rstory * dist/nsb-package: add option to rm -fR build dir at start; check scrip path for nsb-functions; prefix default build dir w/version; exit w/rc from nsb-build 2002-09-10 15:05 rstory * dist/: nsb-config, nsb-platform: add current path to script to nsb-function search path 2002-09-09 09:28 jbpn * snmplib/snmp_api.c: - fix bug pointed out by Jared Smith-Mickelson (bug #605147) whereby passing an unknown type character to snmp_add_var would cause a segfault. 2002-09-09 09:09 hardaker * apps/snmptranslate.c: double check a pointer value before using it. 2002-09-09 09:09 hardaker * configure, configure.in, agent/mibgroup/ucd-snmp/memory_netbsd1.c, agent/mibgroup/ucd-snmp/vmstat_netbsd1.c, include/net-snmp/net-snmp-config.h.in: Current header update patch for netbsd from Patrick Welche. 2002-09-06 18:30 driehuis * mibs/UCD-SNMP-MIB.txt: Mark the non-raw variants of objects that are accessable as raw counters as deprecated, to (hopefully!) cut down on the number of users that get bitten by it.. 2002-09-04 14:36 hardaker * README.solaris: added Bruce's email address 2002-09-04 14:27 hardaker * Makefile.in, Makefile.rules: fix perlclean 2002-09-04 14:10 hardaker * agent/snmpd.c: Fix process grouping by calling setsid() (reported by irc:TrogL) 2002-09-04 14:09 hardaker * configure, configure.in, include/net-snmp/net-snmp-config.h.in: check for setsid(). 2002-09-03 13:51 hardaker * local/mib2c: fix cases where there either are no tables or no scalars. 2002-09-03 13:23 hardaker * perl/SNMP/SNMP.xs: don't use NULL variables. 2002-09-02 22:33 rstory * FAQ, README, sedscript.in, perl/SNMP/SNMP.pm , snmplib/snmp_version.c: - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.4.pre2 ) 2002-09-02 22:33 rstory * ChangeLog: update for release 5.0.4.pre2 2002-09-02 22:22 rstory * man/netsnmp_handler.3: updated docs 2002-09-02 22:19 rstory * agent/Makefile.depend, agent/helpers/Makefile.depend, agent/mibgroup/Makefile.depend, apps/Makefile.depend, apps/snmpnetstat/Makefile.depend, snmplib/Makefile.depend : make depend 2002-09-02 22:16 rstory * dist/nsb-config: try and guess at src dir if not specified 2002-09-02 22:15 rstory * dist/README.build-scripts: add note about err when building in and out of source tree 2002-09-02 21:55 rstory * Makefile.in: full path to versiontag, in case we are buildint outside of src directory 2002-09-02 21:37 rstory * dist/nsb-functions: remove forced prompt on errors 2002-09-02 21:36 rstory * Makefile.in: add warnings when VERSION is required; add tarclean target; add tarclean to distclean target 2002-09-02 21:34 rstory * agent/mibgroup/versiontag: add msg on error; add clean target 2002-09-02 20:27 rstory * NEWS: update win32 & AgentX status 2002-09-02 20:20 rstory * agent/snmp_agent.c, agent/mibgroup/agentx/master_admin.c , include/net-snmp/agent/snmp_agent.h: fix to avoid locking up the agent when a sugagent dies during a set request. We must clean up the delegated requests when the session(s) are closed, so that they will be processed and removed, allowing further requests to be processed. 2002-09-01 13:43 rstory * snmplib/container_binary_array.c: change result type back to int, as it may receive a negative value PLEASE check the use of a variable before changing is signedness, especially areound release time! 2002-08-30 15:18 rstory * include/net-snmp/utilities.h: include check_varbind.h 2002-08-30 15:18 rstory * agent/helpers/table_array.c: change NOSUCHNAME to NOSUCHINSTANCE again, as it seems the agentX fix also correctly deals with this error code 2002-08-30 09:14 hardaker * FAQ, README: - delete sunsite.cnlab-switch.ch mirror, as it isn't one anymore. 2002-08-29 13:32 rstory * dist/nsb-functions: check for modules before configuring them 2002-08-29 10:52 hardaker * snmplib/scapi.c: Fix the last AES bug I know of. AES128 works great. I still Need to fix 192/256 for longer key generation from MD5/SHA 2002-08-29 10:52 hardaker * perl/agent/agent.pm: use the right perl module name in the use line. 2002-08-29 06:47 dts12 * agent/agent_handler.c, agent/mibgroup/agentx/master.c , include/net-snmp/agent/agent_registry.h, win32/config.h: More Win32-related tidying up. The agent now compiles with relatively few warnings. 2002-08-29 04:50 dts12 * agent/agent_trap.c, agent/mibgroup/agentx/client.c, agent/mibgroup/mibII/vacm_vars.c, agent/mibgroup/snmpv3/usmUser.c, agent/mibgroup/utilities/override.h, include/net-snmp/agent/snmp_agent.h, include/net-snmp/agent/table_dataset.h, include/net-snmp/library/mt_support.h, snmplib/container_binary_array.c, snmplib/snmpusm.c, win32/config.h, win32/libsnmp_dll/libsnmp.def: Declare new routine 'netsnmp_oid_equals', and assorted Win32 cleanup fixes. 2002-08-28 14:15 rstory * dist/RELEASE-INSTRUCTIONS: clarify cvs2cl script name; remove -b flag from cvs2cl per Dave; a little reorganization; put commands on separate lines prefixed with $; note 5.x/4.x differences per Dave's email; plug my new scripts where appropriate 2002-08-27 14:48 rstory * dist/RELEASE-INSTRUCTIONS: add URL for cvs2cl; update cvs2cl cmds to cvs2cl.pl, since that's the file that's actually distributed 2002-08-27 00:59 rstory * Makefile.top: update for release 5.0.4.pre1 2002-08-27 00:25 rstory * snmplib/snmp_version.c, FAQ, README, sedscript.in, perl/SNMP/SNMP.pm: - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.4.pre1 ) 2002-08-27 00:24 rstory * ChangeLog: update for release 5.0.4.pre1 2002-08-27 00:19 rstory * agent/Makefile.depend (5.6), agent/helpers/Makefile.depend (5.5), agent/mibgroup/Makefile.depend (5.6), apps/Makefile.depend (5.5), apps/snmpnetstat/Makefile.depend (5.5), snmplib/Makefile.depend (5.5): make depend 2002-08-27 00:17 rstory * man/: netsnmp_agent.3 (5.3), netsnmp_bulk_to_next.3 (5.3), netsnmp_debug.3 (5.3), netsnmp_handler.3 (5.3), netsnmp_instance.3 (5.3), netsnmp_multiplexer.3 (5.3), netsnmp_old_api.3 (5.3), netsnmp_read_only.3 (5.3), netsnmp_scalar.3 (5.2), netsnmp_serialize.3 (5.3), netsnmp_table.3 (5.3), netsnmp_table_array.3 (5.3), netsnmp_table_data.3 (5.3), netsnmp_table_dataset.3 (5.3), netsnmp_table_iterator.3 (5.3), netsnmp_todo.3 (5.3), netsnmp_watcher.3 (5.2): update man pages for 5.0.4.pre1 2002-08-27 00:10 rstory * dist/nsb-config (1.1): new file to configure using same options as nsb-package for test or dist 2002-08-27 00:09 rstory * dist/nsb-package (1.3): don't append sys-name when building in src tree 2002-08-27 00:09 rstory * dist/nsb-functions (1.19): fix typo 2002-08-27 00:06 rstory * dist/nsb-functions (1.18): rename nsb-get-confg -> nsb-config-dist; use double quotes cuz of some wierd shell thing I don't yet understand; check for src dir in config* 2002-08-26 23:34 rstory * Makefile.in (5.12): tweak commentcheck target to work outside the source tree 2002-08-26 23:33 rstory * agent/mibgroup/mibII/interfaces.c (5.3), agent/mibgroup/ucd-snmp/proxy.c (5.1), include/net-snmp/library/asn1.h (5.2), include/net-snmp/library/oid_stash.h (5.1), snmplib/winservice.c (5.1): remove C++ style comments (and anything that even remotely resembles one) 2002-08-26 17:47 rstory * dist/nsb-functions (1.17): pass make params to make, so we don't try to install in /usr/local/bin of the compile servers... :-/ 2002-08-26 17:39 rstory * dist/nsb-functions (1.16): make dist & extra transports; no ipv6 on Darwin; make touchit before make 2002-08-26 17:04 rstory * agent/mibgroup/Rmon/event.c (5.4): replace u_int32_t, which doesn't compile on Sun 5.8, with u_int 2002-08-26 16:53 rstory * agent/mibgroup/Rmon/rows.c (5.2): fix undeclared variable error spotted on Sun, which linux missed completely. I have no idea how this compiled before!! 2002-08-26 16:43 rstory * dist/nsb-functions (1.15): cleaner way to add system specific modules; disable perl, as it breaks builds outside of the source tree 2002-08-26 15:45 rstory * dist/nsb-functions (1.14): only configure IPX on Linux 2002-08-26 15:44 rstory * dist/nsb-functions (1.13): only configure IPX on Linux; bail on configure errors 2002-08-26 15:04 rstory * dist/README.build-scripts (1.4): add suggestion to symlink nsb-* in local bin dir 2002-08-26 15:03 rstory * dist/: nsb-package (1.2), nsb-functions (1.12): add option for pre-release test configure options 2002-08-26 15:02 rstory * README.snmpv3 (5.3): make section headers stand out more; move note about encryption not being enabled to a more prominent place. 2002-08-24 21:24 driehuis * configure.in, agent/mibgroup/ucd-snmp/diskio.c (V4-2-patches.[37,3]): Merge from HEAD: detect the requirement for linking with -ldevstat. Ugly hack to make sure diskio device names include the device number. 2002-08-23 11:46 dts12 * snmplib/Makefile.in (V4-2-patches.3): make depend 2002-08-22 08:31 jbpn * include/net-snmp/system/solaris2.7.h (5.2): - DONT_USE_NLIST reinstated, so NO_KMEM_USAGE redundant 2002-08-22 08:29 jbpn * acconfig.h (5.9), include/net-snmp/net-snmp-config.h.in (5.10): - reinstate test for DONT_USE_NLIST 2002-08-22 07:11 jbpn * agent/snmpd.c (5.10): - stop and restart logging when HUPped. This allows logfiles to be rotated and so forth. 2002-08-22 07:06 jbpn * agent/snmpd.c (V4-2-patches.24): - stop and restart logging when HUPped. This allows logfiles to be rotated and so forth. 2002-08-22 04:31 dts12 * README.snmpv3 (5.2): Add the missing '-x/X' options to the example authPriv command line (reported by Prasada R Vankayalapati) 2002-08-20 11:04 hardaker * agent/mibgroup/agentx/subagent.c (5.6), apps/snmptrapd.c (5.4), include/net-snmp/agent/ds_agent.h (5.3), FAQ (5.17): quiet snmptrapd when it can't connect to the agentx master. 2002-08-20 08:54 jbpn * include/net-snmp/system/solaris2.7.h (5.1): - add #define NO_KMEM_USAGE 1 since net-snmp-config.h.in no longer pays attention to the DONT_USE_NLIST token. Omission of this causes the agent to exit with the message "init_kmem: kvm_open failed: error 0". NOTE: this may need applying to other members of the Solaris 2 family, but I don't have machines to hand to test this. 2002-08-20 08:48 jbpn * agent/mibgroup/kernel_sunos5.c (5.2): - detect gigabit ethernet devices (geN) - undo indent mayhem 2002-08-20 05:57 jbpn * include/net-snmp/utilities.h (5.1): - for now, don't #include snmp_locking.h since it breaks re-entrant support (because mutex_type gets multiply-defined). Furthermore, the functions it declares are never used anywhere, nor defined anywhere. 2002-08-20 05:56 jbpn * include/net-snmp/library/mt_support.h (5.1): - don't define "do nothing" macros for snmp_res_lock et al. functions on Win32 platform (since real "do nothing" functions are required for reasons best known to someone else). - unmangling 2002-08-20 05:54 jbpn * include/net-snmp/library/snmp_locking.h (5.1): - fix highly bogus non-C syntax 2002-08-20 05:53 jbpn * snmplib/mt_support.c (5.1): - snmp_res_lock et al. functions no longer #defined to "do nothing" targets for Win32 in mt_support.h, therefore no need to #undef them here. - unmangling 2002-08-20 01:13 hardaker * include/net-snmp/agent/agent_registry.h (5.2): headers for cache enabling functions. 2002-08-20 01:12 hardaker * agent/mibgroup/disman/mteTriggerTable.c (5.3): don't use non-existent memory pointers to the response data (eg: "timeout") 2002-08-19 17:46 nba * include/net-snmp/net-snmp-includes.h (5.1): Change a few conditionals to use #if in place of #ifdef 2002-08-19 17:28 nba * snmplib/: mib.c (5.17), parse.c (5.4): Align with 4.2 branch 2002-08-19 17:26 nba * mibs/: DISMAN-SCHEDULE-MIB.txt (5.1), IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt (5.1), IANAifType-MIB.txt (5.1), INET-ADDRESS-MIB.txt (5.1), Makefile.mib (5.2), ianalist (5.1), mibfetch (5.1), rfclist (5.1): Update to current MIBs 2002-08-19 17:25 nba * agent/mibgroup/mibII/vacm_vars.c (5.7): Bail out for bad snmpAdminString value 2002-08-19 10:43 jbpn * FAQ (V4-2-patches.53), FAQ (5.16): - don't use positional community parameter in examples - break a couple of over-long lines - mention netsnmp_ variant of ds_set_ function 2002-08-19 05:44 dts12 * FAQ (V4-2-patches.52), FAQ (5.15): Add an entry about the snmptrapd/AgentX warning message. 2002-08-18 21:24 rstory * dist/nsb-functions (1.11): don't configure with build install dir, it is already specified on cmd line for make install 2002-08-18 13:59 rstory * agent/helpers/table.c (5.7): more debugging - log value request is trying to set 2002-08-16 18:13 hardaker * README (5.9): added Bruce Shaw to the thanks list 2002-08-16 18:12 hardaker * README.solaris (1.2): A great update talking about perl and solaris from Bruce Shaw 2002-08-16 04:51 dts12 * agent/helpers/table_iterator.c (5.4): Catch explicitly 'noSuchInstance' exceptions, when walking an iterator-handled module, so that holes can be skipped and the next real instance retrieved. (This was already handled for modules that didn't mark missing instances explicitly). 2002-08-16 03:17 hardaker * agent/snmp_agent.c (5.13): turn off caching by default, since the agentx code appears broken. 2002-08-16 03:03 hardaker * agent/: agent_registry.c (5.5), snmp_agent.c (5.12): speed enhancements via implementing a registration subtree lookup cache. greatly speeds things up when similar requests come in (snmpwalk, ...). 2002-08-15 13:35 hardaker * snmplib/parse.c (5.3): protect against NULL labels in subtrees 2002-08-15 11:14 hardaker * agent/agent_index.c (5.3), agent/agent_registry.c (5.4), agent/agent_trap.c (5.1), agent/helpers/old_api.c (5.2), agent/mibgroup/header_complex.c (5.1), agent/mibgroup/testhandler.c (5.1), snmplib/snmp_transport.c (5.2), snmplib/snmpusm.c (5.3): use netsnmp_oid_equals (which is sometimes faster than snmp_oid_compare) in a few places to achieve barely noticeable speed gains. 2002-08-15 11:12 hardaker * snmplib/parse.c (5.2): double check a pointer exists before passing it to strcmp() 2002-08-15 11:05 hardaker * perl/SNMP/Makefile.PL (5.7): change MAN3PODS to something compliant with the perl manuals. I think. 2002-08-14 13:42 rstory * apps/snmpset.c (5.2): add debug for local parsing of args 2002-08-14 12:26 rstory * agent/mibgroup/agentx/: master.c (5.5), master_admin.c (5.4), subagent.c (5.5): add more detailed in debug messages; add a few new debugs 2002-08-14 12:23 rstory * agent/snmp_agent.c (5.11): when all delegated requests have finished, check all requests status so that asp status is set, which is necessary for correct agentx set processing. (now if I can just get all this hair off the floor, and glue it back to my head, and then fix that dent in the wall where I've been banging my head....) 2002-08-13 17:25 hardaker * snmplib/snmp_api.c (5.14): fix a length comparison problem with netsnmp_oid_is_subtree() 2002-08-13 17:24 hardaker * NEWS (5.6): document a few recent changes. 2002-08-13 17:05 hardaker * agent/mibgroup/host/hr_print.c (5.1): Fix open file runaway on solaris. See bug #592806 reported by James Irwin. 2002-08-13 15:05 rstory * include/net-snmp/types.h (5.7): array of pointers = pointer to a pointer 2002-08-09 19:32 hardaker * local/FAQ2HTML (5.1): misc doc fixes. 2002-08-09 19:31 hardaker * snmplib/snmp_parse_args.c (5.4), include/net-snmp/library/transform_oids.h (5.2), snmplib/snmpusm.c (5.2), snmplib/snmpv3.c (5.3): initial AES support. 2002-08-09 19:31 hardaker * include/net-snmp/library/snmp_api.h (5.2), snmplib/snmp_api.c (5.13): slight speed ups for snmp_oid_compare() to do single int compares till != 2002-08-09 19:29 hardaker * snmplib/scapi.c (5.2): - openssl 0.9.7 support for DES changes. - initial AES support. 2002-08-09 19:28 hardaker * snmplib/keytools.c (5.2): indent fixes. 2002-08-09 19:27 hardaker * include/net-snmp/library/: scapi.h (5.1), snmpusm.h (5.1): define AES key specifics 2002-08-09 19:26 hardaker * acconfig.h (5.8), configure (5.17), configure.in (5.15), include/net-snmp/net-snmp-config.h.in (5.9): - check for openssl .0.9.7 DES structures and functions. - check for AES support in openssl (> 0.9.7) 2002-08-09 19:10 hardaker * agent/mibgroup/agentx/subagent.c (5.4): fix mode processing for RESERVE1/RESERVE2 test failures 2002-08-09 18:29 rstory * agent/snmp_agent.c (5.10): log msg when we ignore/fix illegal error_values for the client APIs 2002-08-09 18:28 rstory * local/mib2c.array-user.conf (5.12): corrections to example code 2002-08-09 18:27 rstory * agent/helpers/table.c (5.6): revert errors to uninformative SNMPv1 noSuchName for AgentX get-next/inclusive processing; also add more comments here and there 2002-08-09 17:08 rstory * agent/mibgroup/agentx/master.c (5.4): debug msg for agentx oid for cases other than get/getnext 2002-08-09 11:45 rstory * agent/mibgroup/agentx/master_admin.c (5.3): don't free registration info on failure, as netsnmp_register_mib already did it 2002-08-09 09:57 jbpn * snmplib/: snmpAAL5PVCDomain.c (5.2), snmpCallbackDomain.c (5.1), snmpIPXDomain.c (5.1), snmpTCPDomain.c (5.4), snmpTCPIPv6Domain.c (5.5), snmpUDPDomain.c (5.6), snmpUDPIPv6Domain.c (5.7), snmpUnixDomain.c (5.4), snmp_transport.c (5.1): - rename snmp__blah functions to netsnmp__blah - make transport member functions static, to emphasise that they should not be used directly - handle EINTR in send and recv functions (as pointed out by Antti Kuntsi in bug report #576806) - formatting fixes 2002-08-09 09:54 jbpn * include/net-snmp/library/: snmpAAL5PVCDomain.h (5.3), snmpIPXDomain.h (5.2), snmpTCPDomain.h (5.2), snmpTCPIPv6Domain.h (5.3), snmpUDPDomain.h (5.2): - minor formatting fixes 2002-08-09 09:54 jbpn * include/net-snmp/library/snmpUnixDomain.h (5.3): - don't export netsnmp_unix_blah() functions 2002-08-09 09:53 jbpn * include/net-snmp/library/snmp_transport.h (5.1): - fix nasty formatting 2002-08-08 12:14 rstory * snmplib/snmpv3.c (5.2): reword config_perror msgs to remove "Error", as it is redundant 2002-08-08 12:11 rstory * snmplib/keytools.c (5.1): remove ifdef to log msg to user, after making msg more informative; remove annoying blank lines 2002-08-08 11:33 hardaker * acconfig.h (5.7), configure (5.16), configure.in (5.14): Patch from Harrie to completely disable kmem usage 2002-08-06 03:30 jbpn * agent/mibgroup/agentx/subagent.c (5.3): - set main_session to NULL in subagent_shutdown(). This (along with the deregistration of all alarms) allows AgentX functionality to be stopped and restarted in subagents. - Thanks to Vishal Verma for original patch 2002-08-06 03:27 jbpn * include/net-snmp/library/snmp_alarm.h (5.1): - add snmp_alarm_unregister_all() function 2002-08-06 03:26 jbpn * snmplib/: snmp_alarm.c (5.3), snmp_api.c (5.12): - add snmp_alarm_unregister_all() function - call it from snmp_shutdown() - thanks to Vishal Verma for original patch 2002-08-06 03:17 jbpn * snmplib/snmp_alarm.c (V4-2-patches.4): - add debugging output when all alarms unregistered 2002-08-06 03:10 jbpn * agent/mibgroup/agentx/subagent.c (V4-2-patches.4): - set main_session to NULL in subagent_shutdown(). This (along with the deregistration of all alarms) allows AgentX functionality to be stopped and restarted in subagents. - Thanks to Vishal Verma for this patch (#558517) 2002-08-06 03:08 jbpn * snmplib/: snmp_alarm.c, snmp_alarm.h, snmp_api.c (V4-2-patches.[3,1,36]): - add snmp_alarm_unregister_all() function - call it from snmp_shutdown() - thanks to Vishal Verma for providing this patch 2002-08-05 10:06 rstory * local/mib2c.iterate.conf (5.3): match function definition w/Netsnmp_*_DataPoint typedefs; add cvs Id 2002-08-03 11:52 rstory * dist/RELEASE-INSTRUCTIONS (1.5): break up lines long than 80 chars; abcde, not abcdd 2002-08-03 03:21 hardaker * dist/RELEASE-INSTRUCTIONS (1.4): more updates about things Wes does at 12:30 am 2002-08-03 02:44 hardaker * FAQ (5.14), README (5.8), sedscript.in (5.6), perl/SNMP/SNMP.pm (5.12), snmplib/snmp_version.c (5.5): - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.3 ) ------------------------------------------------------------------------------- Changes: V5.0.2 -> V5.0.3 2002-08-02 23:41 hardaker * agent/mibgroup/agent/.cvsignore: add .libs 2002-08-02 23:40 hardaker * agent/mibgroup/Rmon/.cvsignore: ignore file 2002-08-02 23:39 hardaker * agent/Makefile.depend, agent/helpers/Makefile.depend, agent/mibgroup/Makefile.depend, apps/Makefile.depend, apps/snmpnetstat/Makefile.depend, snmplib/Makefile.depend : make depend 2002-08-02 23:37 hardaker * include/net-snmp/net-snmp-config.h.in: forgotten to check in test for perl_ev changes 2002-08-02 23:35 hardaker * perl/SNMP/SNMP.pm: remove debugging print (opps) 2002-08-02 23:35 hardaker * perl/SNMP/: SNMP.pm, SNMP.xs: fix default version usage. 2002-08-02 23:34 hardaker * snmplib/snmpUDPIPv6Domain.c: Patch #572394 from Katsuhisa ABE: - support link local addresses - bind to ipv6 only if IPV6_V6ONLY is defined. 2002-08-02 23:31 hardaker * snmplib/snmp_parse_args.c: fix configure specified default versioning 2002-08-02 22:58 hardaker * configure, configure.in: Patch #572394: add ipv6 transports when --enable-ipv6 defined. Thanks to Katsuhisa ABE. 2002-08-02 14:59 hardaker * NEWS: update for 5.0.3 2002-08-02 14:55 hardaker * man/snmp_agent_api.3.def: update 2002-08-02 14:39 hardaker * dist/RELEASE-INSTRUCTIONS: more docs. 2002-08-02 14:29 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_scalar.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, netsnmp_watcher.3, Makefile.in: doxygen update. 2002-08-02 14:26 hardaker * dist/RELEASE-INSTRUCTIONS: update for yet more stuff. 2002-08-02 14:26 hardaker * remove-files: remove a few more dist related files. 2002-08-02 14:23 hardaker * snmplib/snmp_api.c: error message change to remove DES specific error msg. 2002-08-02 14:23 hardaker * perl/agent/typemap: spacing fixes. 2002-08-02 14:22 hardaker * perl/agent/: Makefile.PL, agent.xs: renamed file. 2002-08-02 14:22 hardaker * perl/agent/: netsnmp_request_info.pm, netsnmp_request_infoPtr.pm: renamed file 2002-08-02 14:20 hardaker * perl/AnyData_SNMP/netsh: Add a "evalvars" directive to do simply replacements. 2002-08-02 14:16 hardaker * agent/mibgroup/versiontag: use CVSUSER variable when doing stuff instead of my hard-coded name. 2002-08-02 14:14 hardaker * Makefile.top: update libtool version for 5.0.3 2002-08-02 14:13 hardaker * Makefile.in: change checkcomment tag to exclude win32 files. 2002-08-02 14:13 hardaker * ChangeLog: update changelog build notes at the bottom of the file. 2002-08-02 14:01 hardaker * dist/RELEASE-INSTRUCTIONS: created a how-to file for making releases 2002-08-02 14:01 hardaker * dist/changelogfix: changelog fix-up script 2002-08-02 10:21 rstory * dist/nsb-functions: translate '/' in system name to '_' (for cygwin) 2002-08-02 09:56 rstory * dist/README.build-scripts: fix section cvs get command example 2002-08-02 09:06 dts12 * include/net-snmp/system/hpux.h: Suppress 'inline' when not using GCC. Suggested by Johannes Schmidt-Fischer 2002-08-02 08:59 rstory * dist/README.build-scripts: fix section on skipping make test; add -p flag to examples 2002-08-02 08:52 rstory * dist/README.build-scripts: describe use of nsb-package script. Testers and comments appreciated... 2002-08-02 08:33 rstory * dist/nsb-platform: output platform info 2002-08-02 08:18 rstory * dist/nsb-build: renamed to nsb-package 2002-08-02 08:18 rstory * dist/nsb-package: renamed nsb-build to avoid confusion with script function 2002-08-02 08:15 hardaker * dist/nsb-functions: Change location name to Unknown 2002-08-02 08:08 hardaker * perl/: ASN/ASN.pm, agent/agent.pm, agent/netsnmp_request_info.pm: more old perl fixes 2002-08-02 08:04 hardaker * perl/: OID/OID.pm, agent/default_store/default_store.pm : more old perl fixes 2002-08-02 08:00 hardaker * perl/default_store/default_store.pm: more old perl fixes 2002-08-02 07:48 rstory * dist/nsb-functions: fix return code 2002-08-02 07:48 rstory * dist/nsb-build: don't pull first arg til after getopts/shift; move set of default opts 2002-08-02 07:37 rstory * dist/nsb-functions: add option to skip build or test steps; add -f option to prompt to override no prompt flag (useful for errors); new nsb-make method; check rc of make clean 2002-08-02 07:36 rstory * dist/nsb-build: add option to skip build or test steps; tweak usage 2002-08-02 07:10 rstory * dist/nsb-build: fix typo; remove extra trailing slash in dir 2002-08-02 06:33 rstory * dist/nsb-build: check more places to source nsb-functions; fix for cmd line build path 2002-08-02 06:28 rstory * dist/nsb-functions: just show errors after build, not warnings 2002-08-01 17:04 hardaker * perl/OID/OID.xs: revert to non-ansi prototypes for older perl with older compilers on older systems. Not that I'm grumpy, of course. 2002-08-01 16:25 hardaker * configure.in, agent/snmp_perl.c: check for older and new embedded perl call functions 2002-08-01 14:07 rstory * dist/nsb-functions: don't symlink to src from build; update nsb-get-config 2002-08-01 14:06 rstory * dist/nsb-build: fix for cmd line build dir 2002-08-01 12:58 rstory * dist/nsb-functions: fix config install path; remove platform specific from nsb-build 2002-08-01 12:56 rstory * dist/nsb-build: remove hard coded info 2002-08-01 12:22 rstory * dist/nsb-functions: add option to skip prompts; remove previous installs; tweak err pattern 2002-08-01 12:14 jbpn * man/snmp_alarm.3.def: - use netsnmp_ds_set_boolean() instead of ds_set_boolean() 2002-08-01 12:12 jbpn * man/snmp_agent_api.3.def: - change code sample to use netsnmp_ds_set_boolean() - update references to libraries (which were still talking about libucdagent et al.) -- PLEASE REVIEW BEFORE 5.0.3 2002-08-01 12:07 rstory * dist/nsb-functions: lots of fixes to previouse untested scripts 2002-08-01 12:04 rstory * dist/nsb-build: script to build releases... still some hardcoding while testing, but its getting there... 2002-08-01 11:51 rstory * dist/: cvsshow, cvsup: utility scripts 2002-08-01 09:30 dts12 * agent/helpers/: scalar.c, scalar2.c: Go with the "scalar as super-handler of instance" implementation. Scalar1.c is probably redundent, but we can remove this later. (Yup - I'm a coward....) 2002-08-01 01:11 dts12 * README.win32: Minor typos, plus emphasise the need for the IpHlpAPI library. 2002-07-30 08:26 dts12 * local/snmpconf.dir/snmp-data/output: Recognise '0' as a valid setting for suffixPrinting, and update the prompts to match the v5 output formats defaults. See Bug #567451 2002-07-30 07:59 dts12 * apps/snmptable.c: First attempt at tackling Bug #574434 Recognise that default output format is equivalent to -OS. Snmptable still crashes with -Of or -Ou, but at least the default invocation works. 2002-07-30 05:41 dts12 * win32/libsnmp_dll/libsnmp.def: Export newly-defined public names, and re-export some routines that have changed name. This should now compile under Visual C++ again. 2002-07-30 02:27 dts12 * agent/helpers/table_dataset.c: Don't remove a Row-Status auto-deleted row until the last minute, in case other (lower) handlers try to access it. 2002-07-30 01:38 dts12 * FAQ (V4-2-patches.1), FAQ: Mention the need to escape quotes when querying string-indexed tables. 2002-07-29 23:56 rstory * include/net-snmp/agent/table_array.h: update register function name 2002-07-29 23:55 rstory * local/mib2c.array-user.conf: autogen example code for index checking in extract_index; update register function name; use container in *_get_by_idx() 2002-07-29 16:23 rstory * local/mib2c.array-user.conf: update for new struct name; add example code as comments instead of var_XXX and such; in a few important places add code which will allow a newly generated module to be compiled if -DTABLE_CONTAINER_TODO is specified; probably a few other tweaks I forgot 2002-07-29 03:06 dts12 * agent/helpers/: table_array.c, table.c, table_data.c , table_dataset.c, table_iterator.c: Protect against deferencing NULL pointers. (Most of these Should Never Happen but You Can't Be Too Careful!) 2002-07-29 03:03 jbpn * agent/mibgroup/kernel_sunos5.c: - detect `dmfe' ethernet cards as found on Netra X1 machines. Thanks to John Olson for verifying this fix. Also note that `indent' has ----ed the formatting of this file beyond legibility in several places. I don't think we want to do *that* again. 2002-07-29 02:40 dts12 * agent/helpers/table_dataset.c: Fuller validation of RowStatus values wrt row creation/existing rows. 2002-07-29 01:25 dts12 * win32/: libsnmp/libsnmp.dsp, libsnmp_dll/libsnmp_dll.dsp , netsnmpmibs/netsnmpmibs.dsp: Take account of recent changes in library files. 'Release' applications still don't link properly, but at least the libraries compile, and the 'Debug' side seems to work. 2002-07-29 01:23 dts12 * include/net-snmp/system/aix.h: Tweak inline handling for AIX - suggested by Andy Hood. 2002-07-26 10:52 rstory * snmplib/Makefile.in: remove autodependencies until portable solution can be found 2002-07-26 08:41 dts12 * win32/: mib_module_config.h, mib_module_includes.h, mib_module_inits.h: Remove mention of the (obsolete) ucd-snmp/registry module. 2002-07-26 07:32 dts12 * win32/net-snmp/net-snmp-config.h: Protect the Win32 version of the config file, so that the other header files recognise that it has indeed been included. 2002-07-26 07:24 dts12 * FAQ (V4-2-patches.0), FAQ: A bit more detail on mib2c, plus the non-writeability of sys{Location,Contact} 2002-07-26 05:22 dts12 * FAQ (V4-2-patches.9), FAQ: Another entry about invalid use of mib2c. 2002-07-26 05:16 dts12 * snmplib/Makefile.in: Suppress the "non-standard" conditional construct, since it's not recognised by some versions of 'make'. 2002-07-25 05:00 dts12 * agent/helpers/Makefile.in: Add the 'scalar' and 'watcher' helpers to the helper library. 2002-07-25 03:28 dts12 * agent/helpers/watcher.c, include/net-snmp/agent/watcher.h : Support for watching a sysUpTime marker. 2002-07-25 03:24 dts12 * agent/helpers/table_dataset.c, include/net-snmp/agent/table_dataset.h: New routine for retrieving a column value directly from a request structure. 2002-07-24 13:17 rstory * snmplib/default_store.c: check for setting same value in ds_set_string, since it frees the old value before duping the new one 2002-07-24 11:58 rstory * dist/snmpd-init.d: first stab at init.d startup script for snmpd 2002-07-24 06:48 dts12 * agent/helpers/table_dataset.c: When running off the end of one column, and moving on to the next (in a GetNext), we need to start again with the first row. This is probably the intention of the conditional block at the start of this loop, but I can't see how this test could ever possibly match. Note that there is also a reference to the row data accessible via the 'request->parent_data' data list. This will also need to be rewound. Suggestions as to how best to do so gratefully received. 2002-07-24 06:39 dts12 * agent/helpers/table_dataset.c: Use SNMPv2-style exceptions rather than the uninformative SNMPv1 'noSuchName' error for missing table objects. 2002-07-24 06:37 dts12 * agent/helpers/table_data.c: Protect against the possibility of failing to extract a row structure. 2002-07-24 06:35 dts12 * agent/helpers/table_data.c: Use SNMPv2-style exceptions rather than the uninformative SNMPv1 'noSuchName' error for missing table objects. 2002-07-24 06:32 dts12 * agent/helpers/table.c: Use SNMPv2-style exceptions rather than the uninformative SNMPv1 'noSuchName' error for invalid table objects. 2002-07-23 14:59 rstory * include/net-snmp/library/snmp_assert.h: missing comment terminator.:-( 2002-07-23 12:02 rstory * agent/object_monitor.c, agent/snmp_agent.c, agent/helpers/table.c, agent/helpers/table_array.c, snmplib/container_binary_array.c: use new netsnmp_assert instead of assert 2002-07-23 12:00 rstory * include/net-snmp/library/snmp_assert.h, snmplib/Makefile.in : add new netsnmp_assert, which defaults to logging a message 2002-07-23 07:43 dts12 * man/: mib_api.3 (V4-2-patches.3), mib_api.3.def: Fix the descriptions of the 'sprint_realloc' calls, to include the 'allow_realloc' parameter. 2002-07-22 10:58 rstory * dist/: net-snmp.spec, nsb-functions: new (almost empty) spec file; start creating functions for automated builds 2002-07-22 01:46 dts12 * agent/helpers/watcher.c, include/net-snmp/agent/watcher.h : A more generalised form of the 'ns_register_{type}_instance' routines, implemented as a separate helper module, and useable with both the instance and scalar helpers. This also supports arbitrary ASN types (including strings and OIDs). 2002-07-22 01:43 dts12 * agent/helpers/scalar1.c, agent/helpers/scalar2.c, include/net-snmp/agent/scalar.h: Agent helper module for support of scalar objects. Very similar to the "instance" helper, except that this deals with invalid instance subidentifiers as well (reporting noSuchInstance rather that noSuchObject). There are two parallel implementations as the moment: - scalar1 is essentially an enhanced copy of the instance helper, but is completely independent of it. - scalar2 sits above the instance helper, and uses that to do most of the real processing. Scalar1 is probably slightly more efficient, while scalar2 feels more in keeping with the general ethos of the handler mechanism. We probably need to decide which to adopt, and junk the other. 2002-07-19 14:24 rstory * agent/mibgroup/agentx/master.c: use net agentx retires/timeout ds values 2002-07-19 14:22 rstory * agent/mibgroup/agentx/agentx_config.c: register parser for agentxTimeout and agentxRetries tokens 2002-07-19 14:15 rstory * agent/mibgroup/Makefile.depend: remove refs to non-existent nstAgent* files 2002-07-19 14:14 rstory * agent/snmpd.c: move ONE_SEC to definitions.h; add AGENTX_TIMEOUT and AGENTX_RETRIES defaults 2002-07-19 14:10 rstory * include/net-snmp/agent/ds_agent.h: add AGENTX_TIMEOUT and AGENTX_RETRIES 2002-07-19 14:10 rstory * include/net-snmp/definitions.h: move definition of ONE_SEC here from snmpd.c 2002-07-19 11:23 rstory * snmplib/container.c: pass local obj, not random unitialized pointer.:-( 2002-07-19 04:04 dts12 * include/net-snmp/library/tools.h: Handle systems where MAXPATHLEN isn't defined. 2002-07-19 03:31 dts12 * agent/mibgroup/host/hr_filesys.c: Use the "system-independent" SNMP_MAXPATH length definition instead of MAXPATHLEN 2002-07-18 22:00 rstory * agent/Makefile.depend: remove refs to nonexistent mibgroup/nstAgentModuleObject.h 2002-07-18 19:44 hardaker * FAQ, README, sedscript.in, perl/SNMP/SNMP.pm , snmplib/snmp_version.c: - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.2 ) ------------------------------------------------------------------------------- Changes: V5.0.1 -> V5.0.2 2002-07-18 19:41 hardaker * testing/eval_tools.sh: minor patch for non-existent (died) log files. 2002-07-18 19:41 hardaker * agent/Makefile.depend, agent/helpers/Makefile.depend, agent/mibgroup/Makefile.depend, apps/Makefile.depend, apps/snmpnetstat/Makefile.depend, snmplib/Makefile.depend: make depend 2002-07-18 19:40 hardaker * NEWS: update for 5.0.2 2002-07-18 19:40 hardaker * Makefile.rules: make depend fixes. 2002-07-18 18:57 hardaker * agent/mibgroup/Rmon/: alarm.c, event.c: make the rmon code compile. - new subtree pointer structure. - sprint_objid -> snprint_objid 2002-07-18 18:32 hardaker * Makefile.in: silence perl subdirectory build commands. 2002-07-18 18:31 hardaker * perl/AnyData_SNMP/netsh: - Use netsh -t -d xml to get xml output from netsh. (Ok, I'm sitting here at an IETF conference having an argument about xml vs BER and needed a XML(-like) example of a huge data set, so I made netsh do it.) 2002-07-18 17:54 hardaker * perl/AnyData_SNMP/Storage.pm: - initial support for doing requests from multiple hosts (retrieval, not sets) 2002-07-18 17:50 hardaker * perl/AnyData_SNMP/netsh: more fixes to still ugly colorized text (well, the text is pretty but the support is ugly). 2002-07-18 17:42 hardaker * include/net-snmp/library/container.h: change text string error to match function name called. 2002-07-18 15:31 rstory * include/net-snmp/library/container.h, snmplib/container.c , snmplib/container_binary_array.c: rename free -> cfree to avoid some problem wes had... ;-) 2002-07-18 14:41 rstory * snmplib/mib.c: two people fixing memory leak in different places = segfault 2002-07-18 11:02 rstory * local/mib2c.array-user.conf: $name -> $i 2002-07-18 10:56 rstory * agent/object_monitor.c, include/net-snmp/agent/object_monitor.h: update to use containers 2002-07-18 09:40 rstory * net-snmp-config.in: add --debug-tokens, --indent-options 2002-07-18 09:18 dts12 * include/net-snmp/agent/auto_nlist.h, snmplib/snmp-tc.c , include/net-snmp/system/irix.h: Apply patch from Bug #582347, for Irix 6.5 support. Submitted by Jan Yenya Kasprzak 2002-07-18 09:12 dts12 * man/: snmptrapd.8 (V4-2-patches.5), snmptrapd.8.def: Fix markup problem on snmptrapd man page (Bug #583329) 2002-07-18 09:10 dts12 * snmplib/snmp-tc.c: The fix for the tm_gmtoff problem on AIX (Bug #565769) also applies to AIX 5 2002-07-18 09:06 dts12 * apps/: encode_keychange.c (V4-2-patches.1), encode_keychange.c : Fix off-by-one buffer overflow (patch #577261) 2002-07-18 08:51 dts12 * local/mib2c.array-user.conf: Generate one code-file per table (to match the header structure). My apologies if this isn't correct, Robert - but the previous behaviour seemed to be broken. 2002-07-18 08:37 dts12 * local/mib2c.old-api.conf: Tackle some of the immediate deficiencies in the first draft old-api config. (Now that Wes has pointed me in the direction of the documentation!) 2002-07-18 08:22 dts12 * local/mib2c: Fix the 'decl' substitution handling (so it doesn't include the internal token as well). 2002-07-18 07:18 dts12 * local/mib2c.scalar.conf: Provide the missing parameter in a read_only instance registration. 2002-07-18 07:09 dts12 * agent/helpers/instance.c, include/net-snmp/agent/instance.h : Bring the 'read_only_int' instance handler in line with the rest of the convenience instance handlers. (and even break the habit of a lifetime and declare the thing....) 2002-07-18 05:48 hardaker * agent/helpers/table_iterator.c: fix another memory leak due to an improper ifdefed out section of code 2002-07-18 04:45 hardaker * snmplib/scapi.c: I'm beginning to regret ever running indent on the code base... 2002-07-17 15:43 hardaker * local/: Makefile.in, mib2c.conf: document and install mib2c.old-api.conf 2002-07-17 13:07 rstory * agent/mibgroup/disman/mteTriggerTable.c: fix segfault (possibly creating memory leak); author needs to examine code 2002-07-17 07:41 dts12 * local/: mib2c.array-user.conf, mib2c.conf, mib2c.create-dataset.conf, mib2c.int_watch.conf, mib2c.iterate.conf, mib2c.scalar.conf: Dave's being unreasonably picky about grammar & spelling again. Just ignore him, and he'll go away..... 2002-07-17 07:20 dts12 * local/mib2c.old-api.conf: Initial support for the old 4x-style agent API using the new version of mib2c. It doesn't handle types properly, and I'm sure I'll have buggered up some of the control structure handling, but it seems to generate something that's pretty close to the old output. It's better than nothing..... 2002-07-16 22:40 rstory * include/net-snmp/library/container.h, snmplib/container.c : restore inline functions (sigh. I feel like I'm playing ring-around-the-rosie) 2002-07-16 21:58 rstory * agent/helpers/table_array.c, include/net-snmp/agent/table_array.h, local/mib2c.array-user.conf: rename some struct members to make code easier to read; a bit of re-ordering in the set code; new flags for new and deleted rows; row deletes now actualy work! 2002-07-16 19:32 rstory * include/net-snmp/library/container.h, snmplib/container.c : change complex macros into functions. would be nice if C had inline. 2002-07-16 18:07 rstory * include/net-snmp/types.h: umm, try using correct define.:-/ 2002-07-16 18:05 rstory * include/net-snmp/types.h: test that net-snmp-config.h has been included, instead of actually including it.. (shouldn't this really be in all the header files?) 2002-07-16 12:14 rstory * local/mib2c.array-user.conf: update for containers 2002-07-16 11:20 rstory * snmplib/snmpTCPIPv6Domain.c: fix compiler warning 2002-07-16 11:16 rstory * apps/snmpnetstat/Makefile.depend: remove oid_array related dependencies (grumble grumble) 2002-07-16 11:14 rstory * apps/Makefile.depend: remove oid_array related dependencies 2002-07-16 11:02 rstory * agent/: Makefile.depend, mibgroup/Makefile.depend: remove oid_array related dependencies 2002-07-16 10:52 rstory * snmplib/Makefile.depend, agent/helpers/Makefile.depend : remove oid_array related dependencies 2002-07-16 10:50 rstory * snmplib/Makefile.in: remove factory.c 2002-07-16 10:29 rstory * snmplib/snmp_api.c: add netsnmp_container_init_list() in startup inits 2002-07-16 10:21 rstory * include/net-snmp/library/oid_array.h, snmplib/oid_array.c : remove unused files 2002-07-16 10:21 rstory * include/net-snmp/library/container.h, snmplib/container.c : chg param type from void* to struct * 2002-07-16 10:03 rstory * snmplib/Makefile.in: remove recently deleted oid_array.h; add factory, binary array .[ch]; derive OBJS and LOBJS from CSRCS; add (optional) auto dependency generation 2002-07-16 09:53 rstory * include/net-snmp/mib_api.h: remove recently deleted oid_array.h 2002-07-16 09:52 rstory * agent/mibgroup/ucd-snmp/extensible.h: struct subtree -> netsnmp_subtree 2002-07-16 09:46 rstory * agent/helpers/table_array.c, include/net-snmp/agent/table_array.h: remove last remaining refs to now defunct oid_array 2002-07-16 09:40 rstory * include/net-snmp/library/container_binary_array.h, snmplib/container_binary_array.c: generic binary array container extracted from oid_array 2002-07-16 09:40 rstory * include/net-snmp/types.h: include net-snmp-config.h; new typedef struct netsnmp_index (oid ptr + len) 2002-07-16 09:38 rstory * agent/helpers/table_array.c, include/net-snmp/agent/table_array.h: use generic container interface; use new netsnmp_index instead of oid_array_header; rename array_group -> request_group 2002-07-16 09:34 rstory * include/net-snmp/library/container.h, snmplib/container.c : add iterators; more function typedefs; rename some func ptrs, add find_next, get_subset, get_iterator, for_each, ncompare; add ability to have nested containers; more utility routines; convenience marcros; start adding comments 2002-07-16 09:29 rstory * include/net-snmp/library/factory.h: declarations for a generic factory 2002-07-16 08:48 dts12 * agent/mibgroup/ucd-snmp/: memory_dynix.c, memory_hpux.c , vmstat_dynix.c, vmstat_hpux.c: Apply patch from bug report 581618 (also applicable to dynix) Provided by Nicholas L. Nigay 2002-07-16 06:54 hardaker * perl/: ASN/ASN.pm, OID/OID.pm, agent/agent.pm, agent/default_store/default_store.pm, default_store/default_store.pm: remove "our" problem and use older "use vars" instead for older perl. (this should make it work with perl 5.005. Could some one test this for me?) 2002-07-15 06:45 jbpn * agent/mibgroup/agentx/master.c: - names of netsnmp_subtree elements changed 2002-07-15 06:42 jbpn * agent/mibgroup/ucd-snmp/extensible.c: - struct subtree renamed to netsnmp_subtree 2002-07-15 05:25 hardaker * perl/AnyData_SNMP/netsh: Some really nasty hacks to get colorized tables to work. 2002-07-14 20:51 hardaker * perl/SNMP/t/: bulkwalk.t, mib.t: comment out broken tests for now (XXX marked) 2002-07-14 20:50 hardaker * perl/SNMP/SNMP.xs: fix getbulk. 2002-07-14 20:20 hardaker * agent/agent_handler.c, include/net-snmp/agent/agent_handler.h: A new function to call a sub-handler but passing it only one request to handle. 2002-07-10 21:21 rstory * win32/: config.h, net-snmp/net-snmp-config.h: define LOG_DAEMON, since windows doesn't have it 2002-07-10 21:07 rstory * win32/: config.h, net-snmp/net-snmp-config.h: remove define of in_addr_t, which can be found in net-snmp/types.h 2002-07-10 02:36 jbpn * agent/agent_handler.c: - struct subtree renamed to netsnmp_subtree 2002-07-10 02:35 jbpn * agent/agent_index.c: - don't use 0 in %p format specifiers 2002-07-10 02:34 jbpn * agent/snmp_agent.c: - struct subtree renamed to netsnmp_subtree - fix some horrible indent broken formatting 2002-07-10 02:33 jbpn * agent/snmp_vars.c: - struct subtree renamed to netsnmp_subtree - remove some obsolete variables 2002-07-10 02:33 jbpn * agent/mibgroup/mibII/vacm_vars.c: - reflect changed function names from agent_registry 2002-07-10 02:32 jbpn * agent/mibgroup/agent/nsModuleTable.c: - changes due to renaming of struct subtree to netsnmp_subtree - NOTE MEMORY LEAK (which I can't see how to fix -- new agent API experts please examine) 2002-07-10 02:29 jbpn * agent/agent_registry.c: - struct subtree renamed to netsnmp_subtree - name, start, end members are now dynamically allocated to reduce wasted memory (by a factor of 5 or so) - functions are renamed consistently 2002-07-10 02:20 jbpn * include/net-snmp/agent/: agent_registry.h, net-snmp-agent-includes.h, snmp_agent.h, snmp_vars.h , var_struct.h: - struct subtree renamed to netsnmp_subtree 2002-07-09 06:02 jbpn * agent/mibgroup/agentx/master_admin.c: - free cache_id storage when closing session 2002-07-09 05:56 jbpn * snmplib/snmp_api.c: - just call netsnmp_ds_shutdown() once in snmp_shutdown() 2002-07-09 04:15 jbpn * snmplib/mib.c: - fix memory leak in netsnmp_fixup_mib_directory() 2002-07-09 03:14 jbpn * agent/snmpd.c: - add a cast to quell compiler warning 2002-07-08 22:09 rstory * agent/mibgroup/util_funcs.h: extern C for C++ compiles 2002-07-08 07:21 jbpn * include/net-snmp/agent/snmp_vars.h: - remove obsolete function prototypes 2002-07-07 19:45 rstory * local/mib2c.array-user.conf: update to use containers 2002-07-07 19:38 rstory * include/net-snmp/library/oid_array.h: fix typo 2002-07-07 19:37 rstory * agent/mibgroup/ucd-snmp/: disk.c, proc.c: fix compiler warning 2002-07-07 19:33 rstory * agent/mibgroup/: agent/nsModuleTable.c, agent/nsTransactionTable.c, host/hr_swinst.c: fix compiler warning 2002-07-07 19:03 rstory * snmplib/snmpUDPIPv6Domain.c: remove unused vars 2002-07-07 19:00 rstory * snmplib/oid_stash.c: fix compiler warnings 2002-07-07 18:53 rstory * snmplib/asn1.c: fix compiler warnings 2002-07-07 18:50 rstory * include/net-snmp/library/snmp_api.h, snmplib/snmp_api.c : make param const; fix compile const warning 2002-07-07 18:27 rstory * snmplib/mib.c: fix compiler warning; fix memory leak; prep a few comments for indent 2002-07-06 14:11 hardaker * README, sedscript.in, snmplib/snmp_version.c, FAQ, perl/SNMP/SNMP.pm: - (snmplib/snmp_version.c sedscript.in): version tag ( 5.0.2.pre1 ) 2002-07-06 14:10 hardaker * doxygen.conf: change project version to 5.0.2 2002-07-06 14:09 hardaker * perl/SNMP/Makefile.PL: snmptrapd is actually built in the apps directory, not the agent directory. 2002-07-05 11:55 rstory * local/mib2c: clarify directions for obtaining perl/SNMP module. 2002-07-05 05:18 jbpn * agent/mibgroup/agentx/client.c: - I must not check in code without compiling it - I must not check in code without compiling it - I must not check in code without compiling it - I must not check in code without compiling it - ... 2002-07-05 03:23 jbpn * agent/mibgroup/: agentx/client.c, mibII/system_mib.c: - sysObjectID was being returned minus its last sub-identifier because the length variable had not been updated to reflect the fact that it is now longer. Code changed to use sizeof() instead, so this won't happen again. Reported by Stian Soiland (bug #577439). 2002-07-04 10:13 rstory * snmplib/read_config.c: ucd-snmp -> net-snmp 2002-07-04 07:06 jbpn * snmplib/snmp_api.c: - modified handling of opaque pointer for stream-based transports to avoid both multiple free() problem and unnecessary copying. 2002-07-04 06:00 dts12 * man/snmpd.conf.5.def, agent/mibgroup/host/hr_storage.c (V4-2-patches.[5,9]), man/snmpd.conf.5.def, agent/mibgroup/host/hr_storage.c: Apply Johannes Schmidt-Fischer's NetworkDisk patch #554554 2002-07-04 05:56 dts12 * agent/mibgroup/host/: hr_filesys.c, hr_filesys.h (V4-2-patches.[5,1]), hr_filesys.c, hr_filesys.h: Apply Johannes Schmidt-Fischer's NFS filesystem patch #554553 (simplified to avoid the re-indentation - which makes it easier to see what's changed. The whole HostRes group needs cleaning up anyway!) 2002-07-04 05:52 dts12 * snmplib/snmp_api.c: Ensure transport opaque data isn't multiply assigned (and hence multiply freed) for stream-based transports. Datagram-based transports don't suffer from this problem. Based on Patch 573771 2002-07-03 16:28 rstory * agent/mibgroup/mibII/vacm_vars.c: be precise about what file needs to be configured for access control 2002-07-03 14:13 rstory * local/mib2c.conf: fix minor grammar errors; add descr for mib2c.array-user; add section header for generating header definition files 2002-07-03 13:11 rstory * include/net-snmp/: types.h, library/system.h: move include for in_addr_t to net-snmp/types.h, where in_addr_t is defined for systems w/out netinet/in.h 2002-07-03 12:51 rstory * local/mib2c.scalar.conf: more tweaks noticed on the mailing list 2002-07-03 08:23 hardaker * perl/agent/test.pl: make test cleanups test.pl 2002-07-03 03:42 dts12 * agent/mibgroup/: util_funcs.c (V4-2-patches.1), util_funcs.c : Shut the agent down cleanly before restarting. This closes any SNMP/AgentX ports as well. 2002-07-03 03:26 dts12 * agent/mibgroup/util_funcs.c: OID sub-identifiers are unsigned, so treating them as signed can give the wrong results with large values. 2002-07-03 03:20 dts12 * snmplib/system.h (V4-2-patches.5), include/net-snmp/library/system.h: Ensure in_addr_t is defined. 2002-07-03 02:34 dts12 * acconfig.h, configure, configure.in, include/net-snmp/net-snmp-config.h.in: Testing for requires 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 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" 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 " 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 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: 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 again. This took me a good 2 days to track down, sigh... 2002-03-05 18:07 hardaker * agent/mibgroup/agentx/master.c: - add (ascii) agentx state diagram 2002-03-05 18:07 hardaker * agent/snmp_agent.c: - multiple free bug fixes. - improved debugging statements. 2002-03-05 10:44 hardaker * agent/mibgroup/agentx/: master_request.c , master_request.h: removed unused files 2002-03-05 10:31 jbpn * agent/mibgroup/agentx/subagent.c: - oops, fix bad cut and paste 2002-03-05 10:25 jbpn * agent/mibgroup/agentx/subagent.c: - reintroduce scope processing (see RFC 2741, p. 66, section 7.2.3.2 paragraph 2): "If the subagent can't locate an appropriate variable, __v.name_is_set_to_the_starting_OID__ [the important bit] and the VarBind is set to `endOfMibView'" 2002-03-05 09:54 hardaker * agent/mibgroup/ucd-snmp/versioninfo.c: impose max length restriction supplied by mib for configuration options. 2002-03-05 08:48 jbpn * agent/: agent_index.c , snmp_agent.c , helpers/debug_handler.c , mibgroup/agentx/master.c: - use new DEBUGMSGVAR macro in a few places 2002-03-05 08:45 jbpn * snmplib/snmp_debug.c , include/net-snmp/library/snmp_debug.h: - add DEBUGMSGVAR macro to print out a variable 2002-03-05 08:34 hardaker * perl/SNMP/: SNMP.pm , SNMP.xs: print_value function updates. 2002-03-05 08:05 dts12 * agent/mibgroup/examples/: ucdDemoPublic.c (V4-2-patches.2), ucdDemoPublic.c: Add missing "standard" headers, and tweak a type slightly. (Based on requests from Gregory Toth). 2002-03-05 08:04 jbpn * agent/snmp_agent.c: - grrr, botched last fix 2002-03-05 08:01 hardaker * agent/mibgroup/agentx/subagent.c , snmplib/snmpCallbackDomain.c: Set the default callback session version number to the generic -1 version allowing the pdu to passed without version checking. 2002-03-05 07:59 hardaker * agent/mibgroup/agentx/master.c: move NULL check to *before* you actually use the pointer. 2002-03-05 07:59 jbpn * agent/snmp_agent.c: - mark INCLUSIVE requests as such 2002-03-05 07:58 hardaker * agent/helpers/old_api.c: - use a for loop instead of a while loop, just a precaution for future problems. 2002-03-05 07:56 hardaker * agent/snmp_agent.c: - (snmp_check_parse) allow internal set transactions to be passed to the agent, since agentx sends them. 2002-03-05 07:21 jbpn * snmplib/mib.c: - don't add the "module ID" to OIDs if it is numeric because we couldn't look it up properly (to avoid horrible looking output like this: "OID: #-1::iso.2.3.4.5.") 2002-03-05 07:05 jbpn * configure.in: - remove reference to 2c in error message from version prompt 2002-03-05 07:01 jbpn * configure.in: - remove duplicate tests 2002-03-05 06:51 hardaker * configure , configure.in: - re-emphasis a suggestion to switch to a secure version of the protocol. - delete notion that v3 without auth/priv provides better security (it doesn't). - Don't accept v2c as an accepted value, as it's used as an int. - but do change help messages, etc, to reflect that 2 = v2c. 2002-03-05 06:50 dts12 * agent/mibgroup/ucd-snmp/dlmod.c: Cast a calloc appropriately (requested by Gregory Toth) 2002-03-05 06:20 jbpn * snmplib/Makefile.in: - fix typo in OBJS definition 2002-03-05 06:18 jbpn * agent/Makefile.in: - clean target depends on $(OBJS) and $(LOBJS), so define them 2002-03-05 03:52 jbpn * configure.in: - fix default version tests (splitting them over several lines confuses sh on Solaris, at least). - disambiguate some instances of "version" in default version prompt text. 2002-03-05 02:34 dts12 * configure , configure.in: Correctly detect when no initial default version has been set. Accept '2c' as well as '2' for a default version choice. Fix the title for this prompt, and reword the description to make it a *slightly* less leading question, m'lud. Qn: Should we support a "no default version" option ? (hence allow the admin to force the decision down to the user) 2002-03-04 18:14 hardaker * agent/mibgroup/agentx/client.c: ucd-snmp -> net-snmp change 2002-03-04 18:10 hardaker * agent/agent_handler.c: (To John): do not free the myvoid pointer in a handler. You can not assume that it's a freeable resource. For instance, the agentx master agent was using it to store the master session pointer in it (which would exist in multiple registered nodes). 2002-03-04 17:26 hardaker * configure.in , include/net-snmp/snmpv3_api.h , snmplib/Makefile.in: use a configure generated wrapper header for v3 security modules. 2002-03-04 11:58 hardaker * include/net-snmp/net-snmp-includes.h: add dmalloc.h to the proper place. 2002-03-04 11:53 hardaker * agent/mibgroup/disman/mteTriggerTable.c: string clean ups. 2002-03-04 11:52 hardaker * acconfig.h , aclocal.m4 , configure , configure.in , include/net-snmp/net-snmp-config.h.in , include/net-snmp/library/default_store.h , snmplib/snmp_parse_args.c , snmplib/snmpv3.c: Implement a default version prompt for configure. - (Wes ducks as this is currently set to '3' which he may have to change as it hasn't exactly been agreed upon as the proper default yet). - --with-default-snmp-version also created. - changed handling of default store / snmp.conf usage but impact should be low, hopefully. 2002-03-04 11:49 hardaker * snmplib/snmp_api.c: a few error strings slightly improved. We really need to change the way these are handled to get better improvement. 2002-03-04 07:49 hardaker * testing/Makefile.in: separate out the cleaning of /tmp from the main cleaning to provide it as a special target. 2002-03-04 07:38 hardaker * agent/mibgroup/agentx/protocol.c: -Wall fixes. 2002-03-04 05:32 jbpn * man/: snmpbulkget.1.def , snmpbulkwalk.1.def , snmpget.1.def , snmpgetnext.1.def , snmpstatus.1.def , snmptest.1.def , snmptrap.1.def: - remove further instances of positional community string parameter, after Patrick Welche 2002-03-04 05:25 jbpn * man/: snmpd.conf.5.def , snmpwalk.1.def: - patches from Patrick Welche 2002-03-04 01:16 dts12 * agent/mibgroup/ucd-snmp/: memory.c (V4-2-patches.6), memory.c: Correct debug output message (thanks to Jeroen Ruigrok) 2002-03-01 22:45 hardaker * agent/mibgroup/agentx/protocol.c: making the (same) debugging statement more useful. 2002-03-01 22:43 hardaker * agent/mibgroup/agentx/protocol.c: add missing newline to a debugging statement. 2002-03-01 12:49 hardaker * snmplib/: keytools.c , mib.c , snmp_api.c , snmp_client.c , snmp_parse_args.c , snmpv3.c: First pass at a few better error messages. 2002-03-01 12:01 hardaker * mibs/Makefile.in: don't install headers here. 2002-03-01 05:41 jbpn * include/net-snmp/library/mib.h , snmplib/mib.c: - add snprint_value, snprint_variable, snprint_objid 2002-02-28 06:54 dts12 * agent/snmp_vars.c , snmplib/snmpCallbackDomain.c , win32/libsnmp/libsnmp.dsp , win32/net-snmp/net-snmp-config.h: Add back the 'snmpCallback' domain under Windows. 2002-02-27 10:04 jbpn * apps/: snmpbulkget.c , snmpbulkwalk.c , snmpget.c , snmpgetnext.c , snmpset.c , snmpstatus.c , snmptable.c , snmptest.c , snmptranslate.c , snmptrap.c , snmpusm.c , snmpwalk.c: - tart up usage messages, make them more consistent and bring in line with manual pages 2002-02-27 10:03 jbpn * man/: snmpset.1.def , snmptable.1.def , snmptrap.1.def , snmpusm.1.def: - minor formatting changes 2002-02-27 10:03 jbpn * snmplib/: mib.c , parse.c , snmp_parse_args.c: - drop community positional parameter - tart up usage messages to be more consistent and in line with manual pages 2002-02-27 09:47 dts12 * snmplib/: vacm.c (V4-2-patches.4), vacm.c: Handle views that specify a full instance OID. (Since the internally stored OID prepends the length as well, the apparent length is one greater than it really is) 2002-02-27 06:50 jbpn * apps/snmptrapd.c: - [ADDRESSES] -> [LISTENING ADDRESSES] in usage message, to match manual page. 2002-02-27 06:09 jbpn * man/snmpd.conf.5.def: - drop optional positional community parameter from trapsess description. 2002-02-27 05:51 jbpn * include/net-snmp/library/mib.h , snmplib/mib.c: - drop sprint_blah functions - no snprint_blah yet 2002-02-27 05:43 jbpn * snmplib/asn1.c: - don't use sprint_blah functions 2002-02-27 05:40 jbpn * snmplib/snmp_debug.c: - don't use sprint_blah functions - drop archaic DEBUGP functions 2002-02-27 05:37 dts12 * agent/mibgroup/host/: hr_storage.c , hr_swrun.c: Use the more informative 'output_api.h' header file name (I must have missed these earlier) 2002-02-27 05:35 jbpn * man/snmpcmd.1.def: - drop community positional parameter - yes, for once the documentation has been updated *before* the code! 2002-02-27 05:12 jbpn * agent/mibgroup/mibII/ipv6.c: - don't use obsolete DEBUGP function 2002-02-27 05:11 jbpn * include/net-snmp/library/: snmp_api.h , snmp_debug.h , system.h: - drop archaic DEBUGP functions 2002-02-27 05:10 jbpn * include/net-snmp/library/scapi.h: - don't use obsolete DEBUGPL function 2002-02-27 04:32 jbpn * apps/snmpbulkwalk.c , apps/snmpdelta.c , apps/snmptable.c , apps/snmpusm.c , apps/snmpwalk.c , agent/agent_index.c , agent/helpers/table.c: - don't use sprint_blah functions 2002-02-27 02:26 jbpn * agent/mibgroup/agentx/master.c: - don't use sprint_variable 2002-02-27 02:08 jbpn * agent/snmp_agent.c: - don't use sprint_variable, no, I MEAN it this time 2002-02-27 02:05 jbpn * agent/snmp_agent.c: - don't use sprint_variable 2002-02-26 12:46 rstory * agent/snmp_agent.c: clear new memory after realloc() since realloc doesn't do it. 2002-02-26 12:30 hardaker * perl/SNMP/SNMP.xs: add UNSIGNED32 2002-02-26 08:55 jbpn * agent/mibgroup/: kernel_sunos5.c , kernel_sunos5.h , mibII/at.c , mibII/icmp.c , mibII/interfaces.c , mibII/ip.c , mibII/tcp.c , mibII/udp.c , mibII/var_route.c: - change cache implementation after some interesting profiling (see lengthy new comment in kernel_sunos5.c) 2002-02-26 08:13 dts12 * agent/helpers/all_helpers.c , agent/helpers/table.c , agent/mibgroup/notification/snmpNotifyTable.c , agent/mibgroup/target/snmpTargetAddrEntry.c , agent/mibgroup/ucd-snmp/proxy.c , snmplib/snmp-tc.c , snmplib/ucd_compat.c: Remove assorted extraneous ^M's 2002-02-26 07:14 dts12 * README.win32: A quick guide to installing the Core Platform SDK, needed for the Windows agent. 2002-02-26 07:03 dts12 * agent/agent_trap.c , agent/snmp_vars.c , agent/snmpd.c , agent/helpers/table_dataset.c , agent/mibgroup/mibII/system_mib.c , agent/mibgroup/mibII/udp.c , agent/mibgroup/mibII/vacm_vars.c , apps/snmptrapd_log.c , include/net-snmp/agent/agent_handler.h , include/net-snmp/agent/agent_trap.h , include/net-snmp/agent/table_dataset.h , include/net-snmp/library/mib.h , include/net-snmp/library/snmp_enum.h , snmplib/mib.c , snmplib/snmp_parse_args.c , snmplib/snmpv3.c , snmplib/winservice.c: Assorted minor tweaks to ensure that the project builds under Visual C++. Mostly because VC++ is fussy about sort-of-compatible data types (e.g. signed vs unsigned integers). 2002-02-26 07:00 dts12 * win32/: mib_module_inits.h , win32.dsw , win32.opt , libagent/libagent.dsp , libsnmp/libsnmp.dsp , libucdmibs/libucdmibs.dsp , netsnmpmibs/netsnmpmibs.dsp , snmpd/snmpd.dsp , snmptrapd/snmptrapd.dsp: Rename 'libucdmibs' to reflect the change of project name, and assorted tweaks so that the full project builds under Visual C++. (N.B: The agent requires "Microsoft Platform Core SDK" in order to build the 'netsnmpmibs' project) 2002-02-26 06:53 hardaker * perl/AnyData_SNMP/Storage.pm: remove duplicate variable in a warning 2002-02-26 06:40 jbpn * agent/mibgroup/ucd-snmp/vmstat_solaris2.c: - include net-snmp-config.h 2002-02-25 21:09 hardaker * perl/AnyData_SNMP/INSTALL: more install changes 2002-02-25 21:08 hardaker * perl/AnyData_SNMP/INSTALL: mention installing DBD::File. 2002-02-25 20:38 hardaker * perl/AnyData_SNMP/INSTALL: one too many '0's in a url. 2002-02-25 20:33 hardaker * perl/AnyData_SNMP/INSTALL: reword. 2002-02-25 20:30 hardaker * perl/AnyData_SNMP/Storage.pm: move warning outside secondary warning augmentation loop. 2002-02-25 20:29 hardaker * perl/AnyData_SNMP/INSTALL: update SQL::Statement module. 2002-02-25 16:25 rstory * agent/helpers/table_array.c: add find_table_array_handler(); remove debugging code/comments; make sure we have the right handler before using the void pointer; remove ^M characters 2002-02-25 11:57 hardaker * snmplib/data_list.c , include/net-snmp/library/data_list.h: 2 new functions. 2002-02-25 11:18 hardaker * perl/SNMP/SNMP.xs: set security model 2002-02-25 08:15 dts12 * agent/helpers/all_helpers.c , agent/helpers/old_api.c , agent/helpers/table.c , agent/helpers/table_array.c , agent/helpers/table_dataset.c , agent/mibgroup/notification/snmpNotifyTable.c , agent/mibgroup/target/snmpTargetAddrEntry.c , agent/mibgroup/ucd-snmp/proxy.c , include/net-snmp/agent/agent_handler.h , include/net-snmp/agent/table.h , win32/win32.dsw: Continuing improvements to compilation of the latest code under Visual C++. The 'libhelpers' project now compiles, and this also addresses a number of warnings and errors in the libagent and libucdmibs projects. But these two still fail on 'OID_LENGTH' and 'iphlpapi.h' 2002-02-25 07:00 dts12 * win32/net-snmp/agent/mib_module_config.h: Provide a plausible module configuration list for the Windows agent. 2002-02-25 06:04 jbpn * mibs/NET-SNMP-AGENT-MIB.txt: - resolve conflicting SYNTAXes for nsTransactionMode - add range for index nsTransactionID 2002-02-25 03:23 dts12 * win32/: libsnmp/libsnmp.dsp , libsnmp_dll/libsnmp_dll.dsp: Ensure the main library compiles and works under Windows. 2002-02-25 03:19 dts12 * apps/: notification_log.h , snmptrapd.c: Ensure snmptrapd compiles under Windows. 2002-02-25 03:09 dts12 * snmplib/: oid_array.c , oid_stash.c , snmp-tc.c , ucd_compat.c: Minor tweaks to keep Visual C++ happy. 2002-02-25 02:57 dts12 * include/net-snmp/version.h: Wrap with "extern C" 2002-02-25 02:56 dts12 * include/net-snmp/library/cmu_compat.h: Pander to CPP's incredibly fussy nature, and provide the correct header file name. 2002-02-25 01:21 dts12 * agent/: snmpd.c (V4-2-patches.1), snmpd.c: Specify the correct debug token for displaying the list of modules (spotted by Brian Shaver) 2002-02-22 10:56 hardaker * local/mib2c: support @foreach $var1 $var2 enums@ 2002-02-22 10:56 hardaker * perl/AnyData_SNMP/snmpsh: remove trailing ;'s from sql statements. 2002-02-22 10:55 hardaker * include/net-snmp/library/tools.h , snmplib/tools.c: define netsnmp_strdup_and_null 2002-02-22 10:53 hardaker * include/net-snmp/net-snmp-includes.h: include utilities. 2002-02-22 10:51 hardaker * agent/helpers/table_iterator.c: - don't loop again for secondary SET modes and cache information instead. - various fixes. 2002-02-22 10:49 hardaker * agent/helpers/Makefile.in: fix install directories for headers 2002-02-22 10:49 hardaker * net-snmp-config.in: add --compile-subagent for automatted subagent compilation from mibmodule .c files ;-) 2002-02-22 09:27 dts12 * snmplib/: MSG00001.bin, winservice.mc (V4-2-patches.[1,1]), MSG00001.bin , winservice.mc: Add missing files for Windows service operation. 2002-02-22 08:55 dts12 * agent/snmpd.c: Just close the main session when shutting down under Windows, not everything (so that it can still generate the shutdown trap). 2002-02-22 08:40 dts12 * include/net-snmp/types.h , include/net-snmp/library/snmp_impl.h , snmplib/asn1.c , snmplib/mib.c , snmplib/parse.c , snmplib/snmp_api.c , snmplib/snmp_enum.c , snmplib/snmpv3.c: Tweaks required to get the library compiling under Windows VC++ 2002-02-22 08:37 dts12 * win32/: snmpsm_init.h , encode_keychange/encode_keychange.dsp , net-snmp/net-snmp-config.h , libagent/libagent.dsp , libhelpers/libhelpers.dsp , libsnmp/libsnmp.dsp , libsnmp_dll/libsnmp_dll.dsp , libucdmibs/libucdmibs.dsp , 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: Provide Windows-specific versions of automatically-generated header files, and add the new include structure to the project files. 2002-02-22 07:24 dts12 * include/net-snmp/library/transform_oids.h: Define standard OID lengths here (where they're available to any file wanting to access the OID structures) 2002-02-22 03:24 dts12 * snmplib/: snmp_parse_args.c , snmpv3.c: Support ".... -3u {secName} ...." syntax (in the normal getopt style - i.e. no need for surrounding quotes) It should now be possible to switch to this as the recommended form for SNMPv3 options - if that's what we want to do. Qn: Do we want to? 2002-02-21 08:39 dts12 * snmplib/snmpv3.c: Support "-3u {secName}" syntax (*with* the quotes, unfortunately). Now comes the fun bit..... 2002-02-21 07:54 dts12 * win32/snmpd/snmpd.dsp: Fix bogus structure comments in the snmpd project file. 2002-02-21 07:30 jbpn * agent/mibgroup/: notification/snmpNotifyTable.c , target/snmpTargetAddrEntry.c: - drop inline (more trouble than it is worth) 2002-02-21 05:00 dts12 * snmplib/: snmp_parse_args.c , snmpv3.c: First pass at an SNMPv3 "combined-option" command-line flag (-3x). (In *addition* to the current command-line flags, I hasten to add!) Supports "... -3u{secName} ..." and "... -3u={secName} ..." syntax, but not the separate "... -3u {secName} ..." style. I haven't touched the documentation or usage message to mention this. 2002-02-20 18:15 hardaker * local/mib2c.iterate.conf: use for instead of continue for loops. 2002-02-20 13:42 hardaker * README.snmpv3 , agent/agent_read_config.c , agent/snmpd.c , apps/snmptrapd.c , include/net-snmp/agent/ds_agent.h: - Add a --quit option (and a configuration token) so that you can now create new users by simply calling snmpd as: snmpd --createUser="myuser MD5 mypassword" --quit - Change README.snmpv3 documentation to make use of this feature. 2002-02-20 06:16 jbpn * apps/Makefile.in , apps/snmptrapd.c , configure , configure.in , agent/snmp_agent.c: - add libwrap support to snmptrapd (untested) - minor changes to snmpd libwrap support - configure fixes for libwrap 2002-02-20 03:07 jbpn * apps/snmptrapd_log.c: - use calloc instead of malloc to make sure buffer is initially zero-terminated (in case of 0 varbinds). Bug #518700, noted by Andreas Hartmann. 2002-02-20 03:06 jbpn * apps/snmpdelta.c: - initialise some buffers, to avoid garbage printing problems, as noted by Anonymous in bug #520220. 2002-02-20 03:03 dts12 * apps/Makefile.in: Clean up the object files as well 2002-02-20 01:41 dts12 * man/.cvsignore: Ignore the new crop of generated man pages. 2002-02-20 01:37 dts12 * mibs/NET-SNMP-AGENT-MIB.txt: Supply missing double-quote (oops) 2002-02-19 04:01 dts12 * apps/snmptranslate.c: Initialise the library internals *before* parsing the command line, so that defaults can be overridden by command line options. Qn: Should '_init_snmp' be invoked by 'snmp_parse_args' itself? 2002-02-19 03:59 dts12 * snmplib/mib.c: Make sure that multiple output format flags work in a consistent manner. (i.e. the last one is used, rather than relying on internal ordering). 2002-02-18 21:58 hardaker * agent/mibgroup/: testdelayed.c , testhandler.c: include stdlib.h 2002-02-18 21:52 hardaker * agent/mibgroup/host/hr_disk.c: fix includes 2002-02-18 21:51 hardaker * agent/helpers/table_iterator.c , include/net-snmp/agent/table_iterator.h: - make capability to create data contexts from a loop context (less mallocs when mallocs aren't otherwise avoidable). - don't double free the data context pointer. 2002-02-18 21:50 hardaker * include/net-snmp/agent/net-snmp-agent-includes.h: include all agent helpers. 2002-02-18 21:49 hardaker * include/net-snmp/agent/multiplexer.h: protect include from double include 2002-02-18 08:38 hardaker * agent/mibgroup/mibincl.h: fix include paths 2002-02-18 02:35 dts12 * agent/Makefile.in , snmplib/Makefile.in: Tweak the list of header files to be installed (thanks to Christoph Mammitzsch) 2002-02-18 02:29 dts12 * agent/mibgroup/host/: hr_storage.c (V4-2-patches.7), hr_storage.c: Remove a couple of unhelpful OSF definitions (thanks to Jeroen Ruigrok) 2002-02-18 00:13 hardaker * snmplib/: asn1.c (V4-2-patches.3), asn1.c: don't build oid's with >128 length subids. (see bug #518855) 2002-02-16 23:18 hardaker * mibs/: NET-SNMP-MIB.txt , NET-SNMP-MONITOR-MIB.txt , NET-SNMP-SYSTEM-MIB.txt , NET-SNMP-TC.txt: white space clean up. (AGENT-MIB not checked in due to other incomplete changes). 2002-02-16 00:17 hardaker * NEWS , agent/snmpd.c , apps/snmptrapd.c , include/net-snmp/library/default_store.h , include/net-snmp/library/read_config.h , snmplib/read_config.c , snmplib/snmp_parse_args.c: - finish implementing snmp_config("my config line") - was done before, but previously had to be called only after configuration files had been read. Now can be called at any time. - make all configuration options available as --longopts command line options. - --something=value -> "something value" - --something -> "something 1" (works for setting booleans to true) 2002-02-16 00:02 hardaker * agent/Makefile.in: install mib_module_config.h 2002-02-16 00:01 hardaker * configure , configure.in: fix rpm for 4.0.3 and above (or whenever it was that we now need librpmdb) 2002-02-16 00:01 hardaker * Makefile.in , Makefile.rules: fix net-snmp-config install/clean/etc. 2002-02-15 22:34 hardaker * Makefile.in , Makefile.rules: install all system and machine files, since they include each other 2002-02-15 09:28 dts12 * agent/mibgroup/agent/nsTransactionTable.c , mibs/NET-SNMP-AGENT-MIB.txt , mibs/NET-SNMP-MIB.txt , mibs/NET-SNMP-MONITOR-MIB.txt , mibs/NET-SNMP-SYSTEM-MIB.txt , mibs/NET-SNMP-TC.txt: Skeleton framework for the Net-SNMP enterprise tree. (incorporating the initial 'nsTransactionTable', but nothing else as yet) 2002-02-15 09:10 dts12 * apps/snmptable.c , apps/snmptranslate.c , snmplib/snmp_parse_args.c: Remove support for deprecated command-line options. 2002-02-15 07:28 dts12 * include/net-snmp/library/winservice.h , snmplib/winservice.c , agent/snmpd.c , snmplib/Makefile.in , snmplib/winservice.rc , win32/snmpd/snmpd.dsp: Support for running as a Windows service. (Supplied by Raju Krishnappa & Lathu Prabhu) 2002-02-15 07:25 dts12 * include/net-snmp/net-snmp-includes.h: Stoke Wes' sense of paranoia by conceding without comment. (What might Shield be plotting now......) 2002-02-15 07:19 jbpn * man/snmpusm.1.def: - fix tiny formatting error 2002-02-15 07:17 dts12 * mibs/Makefile.in: Install NOTIFICATION-LOG-MIB (since it's one of the default load list!) 2002-02-15 06:47 dts12 * snmplib/winservice.h: file winservice.h was initially added on branch V4-2-patches. 2002-02-15 06:47 dts12 * snmplib/winservice.rc: file winservice.rc was initially added on branch V4-2-patches. 2002-02-15 06:47 dts12 * snmplib/winservice.c: file winservice.c was initially added on branch V4-2-patches. 2002-02-15 06:08 dts12 * include/net-snmp/types.h: Include the cascade, to pick up the definition of 'timeval' 2002-02-15 04:29 jbpn * agent/snmpd.c: - minor change to bring usage message in line with manpage 2002-02-15 03:29 dts12 * snmplib/snmp_parse_args.c: Catch use of the transport and port options, and issue an appropriate error message, describing use of the parameter instead. 2002-02-15 03:11 dts12 * snmplib/: mib.c , snmp_api.c: Set the default output format *before* processing command line options, rather than after. That's probably a bit more flexible:-) 2002-02-15 02:37 dts12 * include/net-snmp/: config_api.h , definitions.h , mib_api.h , output_api.h , pdu_api.h , session_api.h , snmpv3_api.h , types.h , utilities.h , varbind_api.h: Remove 'net-snmp-config.h' from the main API header files. This will have to be #included separately (either explicitly or via the all-in-one 'net-snmp-includes.h' header) 2002-02-15 02:31 dts12 * snmplib/Makefile.in: Install the README to describe the status of and header files. 2002-02-15 02:13 dts12 * man/Makefile.in , mibs/Makefile.in: Install the {system,machine}/*.h header files as well. Doing this via the 'man' & 'mibs' Makefiles is a gross hack, and really needs to be handled more cleanly. But it's the best I can come up with at the moment. Sorry - Dave. 2002-02-15 01:59 dts12 * snmplib/Makefile.in , agent/Makefile.in: Install the UCD-compatability headers as well. 2002-02-15 01:57 dts12 * Makefile.rules: Only install subdirectory stuff *once*. (Don't be so enthusiastic, Dave!) 2002-02-15 01:31 dts12 * README.snmpv3: Remove redundent '-CN' and '-CO' options from the example snmpusm command. (as mentioned by Wes on the users mailing list 2002-02-13) Qn: Does this need to be done on the V4-2-patches branch as well? 2002-02-15 01:15 dts12 * include/net-snmp/utilities.h , include/net-snmp/version.h , include/net-snmp/library/version.h , include/ucd-snmp/version.h , snmplib/snmp_parse_args.c , snmplib/snmp_version.c: Restore 'version.h' as being a "top-level" header file. 2002-02-15 01:13 dts12 * snmplib/Makefile.in: Install the full set of library header files, retaining the top-level vs library subdirectory split. 2002-02-15 01:10 dts12 * configure , configure.in: Look for transport-related header files in the correct location. 2002-02-15 01:09 dts12 * Makefile.rules: Ensure partial install targets recurse properly. 2002-02-14 08:18 dts12 * testing/eval_tools.sh: Look for mib_module_config.h in the correct location 2002-02-14 08:06 hardaker * man/Makefile.in: fix man8 install definitions 2002-02-14 07:48 dts12 * Makefile.rules , net-snmp-config.in: Substitute values into 'net-snmp-config' properly, and don't 'make clean' it away. 2002-02-14 07:22 dts12 * man/Makefile.in: Tidy up after moving the library header files 2002-02-14 07:14 dts12 * configure , configure.in: Tidy up after moving the library header files (including Makefile dependencies) 2002-02-14 07:10 dts12 * include/net-snmp/agent/agent_registry.h , snmplib/Makefile.depend , snmplib/default_store.c , snmplib/read_config.c , snmplib/snmp_debug.c , snmplib/snmp_logging.c , snmplib/snmp_parse_args.c , snmplib/system.c , snmplib/tools.c , agent/Makefile.depend , apps/Makefile.depend , apps/snmpbulkget.c , apps/snmpget.c , apps/snmpstatus.c , apps/snmptranslate.c , apps/snmpnetstat/Makefile.depend , apps/snmpnetstat/main.c , include/net-snmp/agent/snmp_agent.h , include/net-snmp/agent/snmp_vars.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/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_transport.h , agent/agent_trap.c , agent/helpers/Makefile.depend , agent/mibgroup/Makefile.depend , agent/mibgroup/host_res.h , agent/mibgroup/mibII/vacm_vars.h , agent/mibgroup/snmpv3/usmUser.h: Tidy up after moving the library header files (including Makefile dependencies) 2002-02-14 07:08 dts12 * agent/helpers/Makefile.in: Remove an extraneous space from CPPFLAGS 2002-02-14 06:23 dts12 * include/net-snmp/: config_api.h , definitions.h , mib_api.h , net-snmp-includes.h , output_api.h , pdu_api.h , session_api.h , snmpv3_api.h , types.h , utilities.h , varbind_api.h: Separate out top-level "public API" library header files from the "internal" library header files. These are still available for use by application developers, but this split makes it clearer what may change in the future and what can be relied upon to be stable. 2002-02-14 06:19 dts12 * include/net-snmp/asn1.h , include/net-snmp/callback.h , include/net-snmp/cmu_compat.h , include/net-snmp/data_list.h , include/net-snmp/default_store.h , include/net-snmp/getopt.h , include/net-snmp/int64.h , include/net-snmp/keytools.h , include/net-snmp/lcd_time.h , include/net-snmp/libsnmp.h , include/net-snmp/md5.h , include/net-snmp/mib.h , include/net-snmp/mt_support.h , include/net-snmp/oid_array.h , include/net-snmp/oid_stash.h , include/net-snmp/parse.h , include/net-snmp/read_config.h , include/net-snmp/scapi.h , include/net-snmp/snmp-tc.h , include/net-snmp/snmp.h , include/net-snmp/snmpAAL5PVCDomain.h , include/net-snmp/snmpCallbackDomain.h , include/net-snmp/snmpIPXDomain.h , include/net-snmp/snmpTCPDomain.h , include/net-snmp/snmpTCPIPv6Domain.h , include/net-snmp/snmpUDPDomain.h , include/net-snmp/snmpUDPIPv6Domain.h , include/net-snmp/snmpUnixDomain.h , include/net-snmp/snmp_alarm.h , include/net-snmp/snmp_api.h , include/net-snmp/snmp_client.h , include/net-snmp/snmp_debug.h , include/net-snmp/snmp_enum.h , include/net-snmp/snmp_impl.h , include/net-snmp/snmp_locking.h , include/net-snmp/snmp_logging.h , include/net-snmp/snmp_parse_args.h , include/net-snmp/snmp_secmod.h , include/net-snmp/snmp_transport.h , include/net-snmp/snmpksm.h , include/net-snmp/snmpusm.h , include/net-snmp/snmpv3.h , include/net-snmp/system.h , include/net-snmp/tools.h , include/net-snmp/transform_oids.h , include/net-snmp/ucd_compat.h , include/net-snmp/vacm.h , include/net-snmp/version.h , include/net-snmp/library/README , include/net-snmp/library/asn1.h , include/net-snmp/library/callback.h , include/net-snmp/library/cmu_compat.h , include/net-snmp/library/data_list.h , include/net-snmp/library/default_store.h , include/net-snmp/library/getopt.h , include/net-snmp/library/int64.h , include/net-snmp/library/keytools.h , include/net-snmp/library/lcd_time.h , include/net-snmp/library/libsnmp.h , include/net-snmp/library/md5.h , include/net-snmp/library/mib.h , include/net-snmp/library/mt_support.h , include/net-snmp/library/oid_array.h , include/net-snmp/library/oid_stash.h , include/net-snmp/library/parse.h , include/net-snmp/library/read_config.h , include/net-snmp/library/scapi.h , include/net-snmp/library/snmp-tc.h , include/net-snmp/library/snmp.h , include/net-snmp/library/snmpAAL5PVCDomain.h , include/net-snmp/library/snmpCallbackDomain.h , include/net-snmp/library/snmpIPXDomain.h , include/net-snmp/library/snmpTCPDomain.h , include/net-snmp/library/snmpTCPIPv6Domain.h , include/net-snmp/library/snmpUDPDomain.h , include/net-snmp/library/snmpUDPIPv6Domain.h , include/net-snmp/library/snmpUnixDomain.h , include/net-snmp/library/snmp_alarm.h , include/net-snmp/library/snmp_api.h , include/net-snmp/library/snmp_client.h , include/net-snmp/library/snmp_debug.h , include/net-snmp/library/snmp_enum.h , include/net-snmp/library/snmp_impl.h , include/net-snmp/library/snmp_locking.h , include/net-snmp/library/snmp_logging.h , include/net-snmp/library/snmp_parse_args.h , include/net-snmp/library/snmp_secmod.h , include/net-snmp/library/snmp_transport.h , include/net-snmp/library/snmpksm.h , include/net-snmp/library/snmpusm.h , include/net-snmp/library/snmpv3.h , include/net-snmp/library/system.h , include/net-snmp/library/tools.h , include/net-snmp/library/transform_oids.h , include/net-snmp/library/ucd_compat.h , include/net-snmp/library/vacm.h , include/net-snmp/library/version.h , include/ucd-snmp/asn1.h , include/ucd-snmp/callback.h , include/ucd-snmp/default_store.h , include/ucd-snmp/int64.h , include/ucd-snmp/keytools.h , include/ucd-snmp/mib.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_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/system.h , include/ucd-snmp/tools.h , include/ucd-snmp/transform_oids.h , include/ucd-snmp/version.h , snmplib/asn1.c , snmplib/callback.c , snmplib/data_list.c , snmplib/default_store.c , snmplib/int64.c , snmplib/keytools.c , snmplib/lcd_time.c , snmplib/md5.c , snmplib/mib.c , snmplib/mt_support.c , snmplib/oid_array.c , snmplib/oid_stash.c , snmplib/parse.c , snmplib/read_config.c , snmplib/scapi.c , snmplib/snmp-tc.c , snmplib/snmp.c , snmplib/snmpAAL5PVCDomain.c , snmplib/snmpCallbackDomain.c , snmplib/snmpIPXDomain.c , snmplib/snmpTCPDomain.c , snmplib/snmpTCPIPv6Domain.c , snmplib/snmpUDPDomain.c , snmplib/snmpUDPIPv6Domain.c , snmplib/snmpUnixDomain.c , snmplib/snmp_alarm.c , snmplib/snmp_api.c , snmplib/snmp_auth.c , snmplib/snmp_client.c , snmplib/snmp_debug.c , snmplib/snmp_enum.c , snmplib/snmp_logging.c , snmplib/snmp_parse_args.c , snmplib/snmp_secmod.c , snmplib/snmp_transport.c , snmplib/snmp_version.c , snmplib/snmpksm.c , snmplib/snmpusm.c , snmplib/snmpv3.c , snmplib/system.c , snmplib/tools.c , snmplib/vacm.c: Separate out top-level "public API" library header files from the "internal" library header files. These are still available for use by application developers, but this split makes it clearer what may change in the future and what can be relied upon to be stable. 2002-02-14 04:41 dts12 * include/net-snmp/definitions.h , include/net-snmp/net-snmp-config.h.in , include/net-snmp/output_api.h , include/net-snmp/snmp_impl.h , include/net-snmp/snmpv3_api.h , snmplib/asn1.c , snmplib/callback.c , snmplib/default_store.c , snmplib/int64.c , snmplib/keytools.c , snmplib/lcd_time.c , snmplib/md5.c , snmplib/mib.c , snmplib/oid_stash.c , snmplib/parse.c , snmplib/read_config.c , snmplib/scapi.c , snmplib/snmp-tc.c , snmplib/snmp.c , snmplib/snmpAAL5PVCDomain.c , snmplib/snmpCallbackDomain.c , snmplib/snmpIPXDomain.c , snmplib/snmpTCPDomain.c , snmplib/snmpTCPIPv6Domain.c , snmplib/snmpUDPDomain.c , snmplib/snmpUDPIPv6Domain.c , snmplib/snmpUnixDomain.c , snmplib/snmp_alarm.c , snmplib/snmp_api.c , snmplib/snmp_auth.c , snmplib/snmp_client.c , snmplib/snmp_debug.c , snmplib/snmp_logging.c , snmplib/snmp_parse_args.c , snmplib/snmp_secmod.c , snmplib/snmp_transport.c , snmplib/snmpksm.c , snmplib/snmpusm.c , snmplib/snmpv3.c , snmplib/system.c , snmplib/tools.c , snmplib/vacm.c: First moves towards using the "public" API header files in the library code as well (concentrating on output/config/utility header files). 2002-02-14 03:17 dts12 * configure , configure.in: Close a dangling "if" block. (oops!) 2002-02-14 01:47 dts12 * apps/snmpnetstat/: if.c (V4-2-patches.4), if.c: Check for running off the end of I/F table (patch from RedHat) 2002-02-14 01:43 dts12 * agent/mibgroup/host/hr_swinst.c: Latest RedHat rpm-related patch 2002-02-14 01:39 dts12 * configure , configure.in: Adopt RedHat's configure testing for RPM libraries 2002-02-13 08:39 hardaker * perl/SNMP/SNMP.xs: Make John trust his code 2002-02-13 08:34 jbpn * perl/SNMP/SNMP.xs: - transport fixes (untested, still #if 0) 2002-02-13 08:03 hardaker * perl/SNMP/SNMP.xs: mark some John-to-do-sections 2002-02-13 07:57 dts12 * include/net-snmp/default_store.h , man/snmpcmd.1.def , snmplib/mib.c: Switch to using -OS style output by default, and drop the requirement for full OIDs to start with '.', plus command-line options to restore the original UCD-style behaviour. 2002-02-13 07:36 dts12 * apps/snmptable.c: Apply John's fix for bugs #489336 and #508146 (duplicate columns and columns in wrong order) to the main branch as well. 2002-02-12 16:40 hardaker * snmplib/snmp_client.c: const changes. 2002-02-12 16:39 hardaker * perl/: .cvsignore , ASN/.cvsignore , agent/.cvsignore , default_store/.cvsignore: add .cvsignore file. 2002-02-12 16:38 hardaker * include/net-snmp/agent/net-snmp-agent-includes.h: add agent/agent_handler.h 2002-02-12 16:38 hardaker * include/net-snmp/snmp_client.h: const additions. 2002-02-12 16:37 hardaker * include/net-snmp/net-snmp-includes.h: Add string.h 2002-02-12 16:37 hardaker * agent/mibgroup/notification/snmpNotifyTable.c: add header. 2002-02-12 16:37 hardaker * agent/mibgroup/disman/mteTriggerTable.c: fixes to reenable disman event stuff for 5.0 code. Not done the "right" way, but it works. 2002-02-12 16:36 hardaker * agent/helpers/old_api.c: - -Wall fixes 2002-02-12 16:36 hardaker * agent/helpers/instance.c: - add stdlib.h - remove unused variable. 2002-02-12 16:35 hardaker * agent/snmp_agent.c: remove no longer used "dump_var" routine. 2002-02-12 16:35 hardaker * agent/agent_handler.c , include/net-snmp/agent/agent_handler.h: const specific changes. 2002-02-12 16:34 hardaker * NEWS: added new perl specific features. 2002-02-12 16:34 hardaker * Makefile.in: .PHNOY mods 2002-02-12 07:22 dts12 * agent/Makefile.depend , apps/Makefile.depend , apps/snmptranslate.c , apps/snmptrapd_handlers.c , apps/snmpnetstat/Makefile.depend , include/net-snmp/net-snmp-includes.h , include/net-snmp/logging_api.h , include/net-snmp/output_api.h: Rename the logging & related output API header file, to better reflect the scope of this API. (As suggested by Wes & John) 2002-02-12 07:21 jbpn * configure.in: - amend fix to bug #516389 (ucd-snmp 4.2.3 libwrap support broken) to actually add -lnsl to link parameters! 2002-02-12 05:39 jbpn * configure.in: - fix bug #516389 (ucd-snmp 4.2.3 libwrap support broken) -- USE_LIBWRAP was not being #defined in the case where -lnsl is needed in addition to -lwrap. 2002-02-11 15:56 hardaker * agent/Makefile.in: lib dependency fix for snmpd target 2002-02-11 08:29 dts12 * include/net-snmp/cmu_compat.h , include/net-snmp/mib.h , include/net-snmp/mib_api.h , include/net-snmp/net-snmp-includes.h , include/net-snmp/parse.h , include/net-snmp/session_api.h , include/net-snmp/snmp.h , include/net-snmp/snmp_api.h , include/net-snmp/snmp_impl.h , include/net-snmp/ucd_compat.h , snmplib/cmu_compat.c , snmplib/Makefile.in , snmplib/mib.c , snmplib/parse.c , snmplib/snmp_api.c , snmplib/ucd_compat.c: Extract CMU_COMPATABILITY code, and explicitly deprecated UCD code into separate files. 2002-02-11 08:23 dts12 * snmplib/: snmp_parse_args.c (V4-2-patches.2), snmp_parse_args.c: Use the 'ds_set_xxx' library routines, rather than the old 'snmp_set_xxx' calls 2002-02-11 04:45 jbpn * man/: snmp.conf.5.def , snmp_config.5.def , snmptrapd.conf.5.def: minor spelling tweaks 2002-02-11 04:27 jbpn * man/: Makefile.in , default_store.3.top , mib_api.3 , mib_api.3.def , snmp_agent_api.3 , snmp_agent_api.3.def , snmp_alarm.3 , snmp_alarm.3.def , snmp_api.3 , snmp_api.3.def , snmp_sess_api.3 , snmp_sess_api.3.def , snmp_trap_api.3 , snmp_trap_api.3.def , variables.5 , variables.5.def: - generate the rest of the manual pages (to get version in footer) 2002-02-08 15:56 hardaker * win32/: config.h , mib_module_config.h , mib_module_inits.h , libsnmp/libsnmp.dsp , libsnmp_dll/libsnmp.def , libsnmp_dll/libsnmp_dll.dsp , libucdmibs/libucdmibs.dsp , snmpd/snmpd.dsp: win32 specific portions of patch 503256 2002-02-08 15:53 hardaker * win32/libhelpers/libhelpers.dsp: patch#503256: helpers library definition for win32 2002-02-08 09:08 jbpn * man/snmpd.conf.5.def: - minor format tweakage 2002-02-08 08:22 dts12 * man/: mib_api.3 , snmp_agent_api.3 , snmp_alarm.3 , snmp_api.3 , snmp_sess_api.3 , snmp_trap_api.3: Reference the new header-files in section 3 man page synopses. 2002-02-08 07:50 jbpn * man/: mib_api.3 , read_config.3.def , snmp_agent_api.3 , snmp_config.5.def , snmp_trap_api.3 , snmpcmd.1.def , snmpconf.1.def , snmpd.conf.5.def , variables.5: - more minor tweaks (ucd-snmp -> Net-SNMP etc.) 2002-02-08 07:48 hardaker * agent/Makefile.depend: remove local modules from dependency list 2002-02-08 07:45 dts12 * agent/: agent_handler.c , agent_index.c , agent_read_config.c , agent_registry.c , agent_trap.c , auto_nlist.c , kernel.c , mib_modules.c , snmp_agent.c , snmp_vars.c , snmpd.c , helpers/bulk_to_next.c , helpers/debug_handler.c , helpers/instance.c , helpers/multiplexer.c , helpers/null.c , helpers/old_api.c , helpers/read_only.c , helpers/serialize.c , helpers/table.c , helpers/table_array.c , helpers/table_data.c , helpers/table_dataset.c , helpers/table_iterator.c , mibgroup/header_complex.c , mibgroup/kernel_sunos5.c , mibgroup/testdelayed.c , mibgroup/testhandler.c , mibgroup/util_funcs.c , mibgroup/Rmon/agutil.c , mibgroup/Rmon/alarm.c , mibgroup/Rmon/event.c , mibgroup/Rmon/history.c , mibgroup/Rmon/rows.c , mibgroup/Rmon/statistics.c , mibgroup/agent/nsTransactionTable.c , mibgroup/agentx/agentx_config.c , mibgroup/agentx/client.c , mibgroup/agentx/master.c , mibgroup/agentx/master_admin.c , mibgroup/agentx/master_request.c , mibgroup/agentx/protocol.c , mibgroup/agentx/subagent.c , mibgroup/disman/mteObjectsTable.c , mibgroup/disman/mteTriggerBooleanTable.c , mibgroup/disman/mteTriggerDeltaTable.c , mibgroup/disman/mteTriggerExistenceTable.c , mibgroup/disman/mteTriggerTable.c , mibgroup/disman/mteTriggerThresholdTable.c , mibgroup/examples/example.c , mibgroup/examples/ucdDemoPublic.c , mibgroup/host/hr_filesys.c , mibgroup/host/hr_storage.c , mibgroup/host/hr_swinst.c , mibgroup/host/hr_swrun.c , mibgroup/host/hr_system.c , mibgroup/mibII/at.c , mibgroup/mibII/icmp.c , mibgroup/mibII/interfaces.c , mibgroup/mibII/ip.c , mibgroup/mibII/ipAddr.c , mibgroup/mibII/ipv6.c , mibgroup/mibII/kernel_linux.c , mibgroup/mibII/mta_sendmail.c , mibgroup/mibII/route_write.c , mibgroup/mibII/snmp_mib.c , mibgroup/mibII/sysORTable.c , mibgroup/mibII/system_mib.c , mibgroup/mibII/tcp.c , mibgroup/mibII/tcpTable.c , mibgroup/mibII/udp.c , mibgroup/mibII/udpTable.c , mibgroup/mibII/vacm_context.c , mibgroup/mibII/vacm_vars.c , mibgroup/mibII/var_route.c , mibgroup/misc/dlmod.c , mibgroup/misc/ipfwacc.c , mibgroup/notification/snmpNotifyFilterProfileTable.c , mibgroup/notification/snmpNotifyFilterTable.c , mibgroup/notification/snmpNotifyTable.c , mibgroup/smux/smux.c , mibgroup/smux/snmp_bgp.c , mibgroup/smux/snmp_ospf.c , mibgroup/smux/snmp_rip2.c , mibgroup/snmpv3/snmpEngine.c , mibgroup/snmpv3/snmpMPDStats.c , mibgroup/snmpv3/usmStats.c , mibgroup/snmpv3/usmUser.c , mibgroup/target/snmpTargetAddrEntry.c , mibgroup/target/snmpTargetParamsEntry.c , mibgroup/target/target.c , mibgroup/target/target_counters.c , mibgroup/tunnel/tunnel.c , mibgroup/ucd-snmp/disk.c , mibgroup/ucd-snmp/diskio.c , mibgroup/ucd-snmp/dlmod.c , mibgroup/ucd-snmp/errormib.c , mibgroup/ucd-snmp/extensible.c , mibgroup/ucd-snmp/file.c , mibgroup/ucd-snmp/hpux.c , mibgroup/ucd-snmp/lmSensors.c , mibgroup/ucd-snmp/loadave.c , mibgroup/ucd-snmp/logmatch.c , mibgroup/ucd-snmp/memory.c , mibgroup/ucd-snmp/memory_dynix.c , mibgroup/ucd-snmp/memory_freebsd2.c , mibgroup/ucd-snmp/memory_netbsd1.c , mibgroup/ucd-snmp/memory_solaris2.c , mibgroup/ucd-snmp/pass.c , mibgroup/ucd-snmp/pass_persist.c , mibgroup/ucd-snmp/proc.c , mibgroup/ucd-snmp/proxy.c , mibgroup/ucd-snmp/registry.c , mibgroup/ucd-snmp/versioninfo.c , mibgroup/ucd-snmp/vmstat.c , mibgroup/ucd-snmp/vmstat_bsdi4.c , mibgroup/ucd-snmp/vmstat_dynix.c , mibgroup/ucd-snmp/vmstat_freebsd2.c , mibgroup/ucd-snmp/vmstat_netbsd1.c , mibgroup/ucd-snmp/vmstat_solaris2.c: Use the new 'net-snmp-includes' single-include header files, in place of the (uninstalled) 'mibincl.h'. Wheeeee...... 2002-02-08 07:17 jbpn * man/: snmp.conf.5.def , snmp_agent_api.3 , snmp_alarm.3 , snmp_api.3 , snmp_config.5.def , snmp_sess_api.3 , snmpd.1.def , snmpd.conf.5.def , snmptrapd.conf.5.def: - some editing to make style consistent, add some missing options, change ucd-snmp to Net-SNMP and things like that. 2002-02-08 07:14 jbpn * man/Makefile.in: - generate man pages at compile time 2002-02-08 07:14 jbpn * man/: snmpbulkget.1 , snmpbulkwalk.1 , snmpbulkget.1.def , snmpbulkwalk.1.def , snmpcmd.1 , snmpcmd.1.def , snmpconf.1 , snmpconf.1.def , snmpget.1 , snmpget.1.def , snmpgetnext.1 , snmpgetnext.1.def , snmpset.1 , snmpset.1.def , snmpstatus.1 , snmpstatus.1.def , snmptable.1 , snmptable.1.def , snmptest.1 , snmptest.1.def , snmptranslate.1 , snmptranslate.1.def , snmptrap.1 , snmptrap.1.def , snmpusm.1 , snmpusm.1.def , snmpwalk.1 , snmpwalk.1.def , snmptrapd.8 , snmptrapd.8.def: - rename man pages which are now generated at compile time in order to pick up the version (which gets put in the footer). - also some editing to make style consistent, add some missing options, change ucd-snmp to Net-SNMP and things like that. 2002-02-08 06:48 dts12 * agent/mibgroup/: mibJJ.h , mibJJ/icmp.c , mibJJ/icmp.h , mibJJ/if_fields.h , mibJJ/interfaces.c , mibJJ/interfaces.h , mibJJ/ip.c , mibJJ/ip.h , mibJJ/ipAddr.c , mibJJ/ipAddr.h , mibJJ/ipMedia.c , mibJJ/ipMedia.h , mibJJ/ipRoute.c , mibJJ/ipRoute.h , mibJJ/ipv6.c , mibJJ/ipv6.h , mibJJ/kernel_hpux.c , mibJJ/kernel_hpux.h , mibJJ/kernel_linux.c , mibJJ/kernel_linux.h , mibJJ/snmp_mib.c , mibJJ/snmp_mib.h , mibJJ/sysORTable.c , mibJJ/sysORTable.h , mibJJ/system_mib.c , mibJJ/system_mib.h , mibJJ/tcp.c , mibJJ/tcp.h , mibJJ/tcpTable.c , mibJJ/tcpTable.h , mibJJ/udp.c , mibJJ/udp.h , mibJJ/udpTable.c , mibJJ/udpTable.h , mibJJ/vacm_vars.c , mibJJ/vacm_vars.h: Remove the attempted 'mibII' re-write. If we want to tidy up mibII, it makes more sense to use the new agent APIs. 2002-02-08 06:45 dts12 * include/net-snmp/: net-snmp-includes.h , agent/net-snmp-agent-includes.h: Bring single-include header files closer in line with the existing "mibincl.h" file 2002-02-08 06:09 dts12 * agent/mibgroup/mibII/: sysORTable.h (V4-2-patches.1), sysORTable.h: Ensure the null versions of the two REGISTER macros swallow their parameters. 2002-02-08 04:36 dts12 * agent/snmp_agent.c: Implement the missing outgoing error statistics counters (patch #510194 from Latha Prabhu) 2002-02-08 02:42 dts12 * agent/mibgroup/: host/hr_storage.c, ucd-snmp/memory.c (V4-2-patches.[6,3]), host/hr_storage.c , ucd-snmp/memory.c: Added support for memory and swap entries in hrStorageTable for Solaris (from patch #505498 - thanks to Johannes Schmidt-Fischer) 2002-02-08 02:07 dts12 * agent/mibgroup/mibII/ip.c: Consolidate identical MIB object entries (WIN32/non-WIN32) 2002-02-08 00:50 jbpn * man/README: - remove chronically dated unhelpful README 2002-02-07 13:33 hardaker * Makefile.in , Makefile.rules , configure , configure.in , makefileindepend.pl , agent/Makefile.depend , agent/Makefile.in , agent/agent_trap.c , agent/mib_modules.c , agent/snmp_agent.c , agent/snmpd.c , agent/helpers/Makefile.depend , agent/helpers/Makefile.in , agent/mibgroup/Makefile.depend , agent/mibgroup/Makefile.in , agent/mibgroup/mibincl.h , agent/mibgroup/agentx/agentx_config.c , agent/mibgroup/agentx/subagent.c , apps/Makefile.depend , apps/Makefile.in , apps/snmpnetstat/Makefile.depend , apps/snmpnetstat/Makefile.in , local/Makefile.in , man/Makefile.in , mibs/Makefile.in , snmplib/Makefile.depend , snmplib/Makefile.in: remake make's Makefile's to make better making 2002-02-07 13:31 hardaker * perl/SNMP/Makefile.PL: check local pathes 2002-02-07 12:54 dts12 * agent/snmp_agent.c: Ensure agent returns the correct error codes for UNDO and COMMIT failures. 2002-02-07 11:18 hardaker * perl/SNMP/: Makefile.PL , SNMP.xs , t/startagent.pl: attempt at porting Joe's SNMP module to net-snmp. It compiles, but only some of the tests succeed. 2002-02-07 10:09 jbpn * man/: default_store.3.top , mib_api.3 , read_config.3.def , snmp.conf.5.def , snmp_agent_api.3 , snmp_alarm.3 , snmp_api.3 , snmp_config.5.def , snmp_sess_api.3 , snmp_trap_api.3 , snmpbulkget.1 , snmpbulkwalk.1 , snmpconf.1 , snmpd.conf.5.def , snmpdelta.1 , snmpdf.1 , snmpget.1 , snmpgetnext.1 , snmpnetstat.1 , snmpset.1 , snmpstatus.1 , snmptable.1 , snmptest.1 , snmptranslate.1 , snmptrap.1 , snmptrapd.conf.5.def , snmpusm.1 , snmpwalk.1 , variables.5: - add Net-SNMP in header of all man pages 2002-02-07 09:52 jbpn * man/snmpcmd.1: - update style to match snmpd and snmptrapd man pages 2002-02-07 08:15 jbpn * man/snmptrapd.8: - fix speeling mistake 2002-02-07 08:00 jbpn * man/snmptrapd.8: - bring up to date with snmptrapd 2002-02-07 07:28 dts12 * README.hpux11 , acconfig.h , agent/mibgroup/ucd_snmp.h , agent/mibgroup/host/hr_network.c , agent/mibgroup/host/hr_storage.c , agent/mibgroup/host/hr_swinst.c , agent/mibgroup/host/hr_swrun.c , agent/mibgroup/mibII/at.c , agent/mibgroup/mibII/icmp.c , agent/mibgroup/mibII/interfaces.c , agent/mibgroup/mibII/interfaces.h , agent/mibgroup/mibII/ip.c , agent/mibgroup/mibII/ipAddr.c , agent/mibgroup/mibII/tcp.c , agent/mibgroup/mibII/tcpTable.c , agent/mibgroup/mibII/tcpTable.h , agent/mibgroup/mibII/udp.c , agent/mibgroup/mibII/udpTable.c , agent/mibgroup/mibII/var_route.c , agent/mibgroup/mibII/var_route.h , agent/mibgroup/ucd-snmp/memory.c , include/net-snmp/net-snmp-config.h.in , include/net-snmp/system/hpux.h , mibs/UCD-SNMP-MIB.txt: Support for HP-UX 11, courtesy of Johannes Schmidt-Fischer. 2002-02-07 06:30 jbpn * man/snmpd.1.def: - alphabetise options - bring man page in line with new positional arguments listening address specification and add section describing that - put Net-SNMP in header 2002-02-06 10:06 jbpn * include/net-snmp/scapi.h: - fix bug noted by Niels 2002-02-06 09:25 jbpn * apps/: encode_keychange.c , snmpusm.c: - minor tweaks due to change in definition of USM OIDs. 2002-02-06 09:17 jbpn * include/net-snmp/snmpusm.h , include/net-snmp/snmpv3.h , include/net-snmp/transform_oids.h , snmplib/snmp_parse_args.c , snmplib/snmpusm.c , snmplib/snmpv3.c: - move USM OID definitions into snmpusm.c, make them const - consequent increase in const-ness in some function prototypes 2002-02-06 09:12 hardaker * include/net-snmp/net-snmp-includes.h: remove internal note about v3 api, which should be public 2002-02-06 09:12 hardaker * include/net-snmp/snmpusm_init.h: removed unneeded file 2002-02-06 09:06 jbpn * include/net-snmp/keytools.h , include/net-snmp/scapi.h , snmplib/keytools.c , snmplib/scapi.c: - add const-ness for transform type args 2002-02-06 09:01 jbpn * include/net-snmp/mib.h , include/net-snmp/snmp_debug.h , snmplib/mib.c , snmplib/snmp_debug.c: - add some const-ness for OID args (mainly so that debugmsg_oid takes const). 2002-02-06 08:44 dts12 * agent/agent_read_config.c , agent/mibgroup/ucd_snmp.h , agent/mibgroup/host/hr_filesys.c , agent/mibgroup/host/hr_storage.c , agent/mibgroup/ucd-snmp/loadave.c , agent/mibgroup/ucd-snmp/memory_dynix.c , agent/mibgroup/ucd-snmp/memory_dynix.h , agent/mibgroup/ucd-snmp/vmstat_dynix.c , agent/mibgroup/ucd-snmp/vmstat_dynix.h , include/net-snmp/system/dynix.h , agent/mibgroup/host/hr_swrun.c , agent/mibgroup/mibII/at.c , agent/mibgroup/mibII/interfaces.c , agent/mibgroup/mibII/route_write.c , agent/mibgroup/mibII/var_route.c , snmplib/snmp_api.c: Support for Dynix/PTX 4.4, courtesy of Patrick Hess. 2002-02-06 07:41 jbpn * include/net-snmp/snmp_api.h , snmplib/snmp_api.c: - make first argument of snmp_dup_objid() const. - better handle NULL values in snmp_dup_objid(). 2002-02-06 07:09 dts12 * FAQ , man/snmp_trap_api.3: Clarify the applicability of 'snmp_trap_api(3)' routines to AgentX subagents. 2002-02-06 05:58 dts12 * apps/: encode_keychange.c , notification_log.c , snmpbulkget.c , snmpbulkwalk.c , snmpdelta.c , snmpdf.c , snmpget.c , snmpgetnext.c , snmpset.c , snmpstatus.c , snmptable.c , snmptest.c , snmptranslate.c , snmptrap.c , snmptrapd.c , snmptrapd_handlers.c , snmptrapd_log.c , snmpusm.c , snmpvacm.c , snmpwalk.c , snmpnetstat/if.c , snmpnetstat/inet.c , snmpnetstat/inet6.c , snmpnetstat/main.c , snmpnetstat/route.c: Applications amended to use the new-style library header structure. (In most cases, simply including the single "full API" header file) 2002-02-06 05:55 dts12 * include/net-snmp/: asn1.h , config_api.h , definitions.h , logging_api.h , mib_api.h , net-snmp-includes.h , pdu_api.h , session_api.h , snmpv3_api.h , types.h , utilities.h , varbind_api.h: Framework for new library header file organisation, with eight main groups of API routines. Currently these still refer to the UCD-style style header files for the actual function declarations. 2002-02-06 05:31 jbpn * man/Makefile.in: - replace use of $< with explicit filename, since non-GNU makes seem to barf on it 2002-02-06 03:31 dts12 * Makefile.in: Fix incorrect directory specification in 'make clean' 2002-02-06 03:18 dts12 * acconfig.h , include/net-snmp/net-snmp-config.h.in: Protect the project config file against multiple inclusion. 2002-02-06 03:07 jbpn * agent/auto_nlist.c: - remove #include "../snmplib/system.h" which no longer exists and is apparently unnecessary anyway. 2002-02-06 02:51 jbpn * agent/mibgroup/kernel_sunos5.c: - remove #include "../../snmplib/system.h" which no longer exists and is apparently unnecessary anyway. 2002-02-05 11:44 hardaker * COPYING (V4-2-patches.7), COPYING: copyright year update for NAI and Cambridge 2002-02-05 09:54 hardaker * include/net-snmp/net-snmp-config.h.in: perl fixes 2002-02-05 09:54 hardaker * agent/agent_registry.c , agent/mibgroup/Rmon/alarm.c , agent/mibgroup/smux/smux.c , include/net-snmp/snmp_api.h , snmplib/snmp_api.c: Patch from Harrie Hazewinkel to move the oidtree_compare function to the main library. 2002-02-05 09:52 hardaker * configure , configure.in , agent/Makefile.in: perl build fixes. 2002-02-05 07:19 hardaker * agent/Makefile.in: opps. Removed forced perl embedding 2002-02-04 16:22 hardaker * include/net-snmp/net-snmp-config.h: this file shouldn't be checked in 2002-02-04 16:22 hardaker * Makefile.in , acconfig.h , configure , configure.in , agent/Makefile.in , agent/snmp_perl.c , agent/snmp_perl.pl , agent/snmp_vars.c: - Support for embedding perl subroutines into the agent to be called as handlers. - New configure options: --with-perl-modules attempts to build contained modules (poorly currently). --enable-embedded-perl actually specifies to do perl embedding within the agent. 2002-02-04 16:16 hardaker * perl/: ASN/ASN.pm , ASN/ASN.xs , ASN/Changes , ASN/MANIFEST , ASN/Makefile.PL , ASN/test.pl , agent/Changes , agent/MANIFEST , agent/Makefile.PL , agent/agent.pm , agent/agent.xs , agent/test.pl , agent/typemap , default_store/Changes , default_store/MANIFEST , default_store/Makefile.PL , default_store/default_store.pm , default_store/default_store.xs , default_store/test.pl , default_store/typemap: Beginnings of new perl modules needed to implement an SNMP agent (or agentx subagent) inside perl. - not complete yet. - may change. - but works. 2002-02-04 04:39 jbpn * snmplib/mib.c: - correct processing for timeticks when DS_LIB_NUMERIC_TIMETICKS is set (corrects bug #511793, reported by Anonymous). 2002-02-01 01:50 dts12 * FAQ: Clarify the procedure for compiling with 'cc' rather than 'gcc' 2002-01-31 14:58 hardaker * include/net-snmp/net-snmp-includes.h: s/snmplib\///; 2002-01-31 06:55 hardaker * Makefile.in , agent/helpers/Makefile.in: fix make clean as reported by Bradley Bozarth. 2002-01-30 08:06 dts12 * agent/mibgroup/ucd-snmp/versioninfo.c: Bring MIB variable versionTag into line with the new usage 2002-01-29 17:53 hardaker * version.h , agent/snmpd.c , agent/mibgroup/versiontag , apps/snmptranslate.c , apps/snmptrapd.c , apps/snmpnetstat/main.c , include/net-snmp/version.h , include/ucd-snmp/version.h , snmplib/Makefile.in , snmplib/snmp_parse_args.c , snmplib/snmp_version.c: Moved versioning information from version.h to: - snmplib/snmp_version.c: - define netsnmp_get_version(); - create a const char *NetSnmpVersionInfo - include/net-snmp/version.h: - extern the above char * - prototype the function - include/ucd-snmp/version.h: - create a static variable (the old way) and set it to NetSnmpVersionInfo 2002-01-29 16:09 hardaker * testing/: eval_tools.sh , tests/T049snmpv3inform , tests/T050snmpv3trap , tests/T051snmpv2ctrap , tests/T052snmpv2cinform , tests/T053agentv1trap , tests/T054agentv2ctrap , tests/T055agentv1mintrap , tests/T056agentv2cmintrap , tests/T058agentauthtrap , tests/T113agentxtrap: trap test fixes so the majority of the tests now work. 2002-01-29 16:08 hardaker * Makefile.in: don't generate ucd-snmp-config.h any longer. 2002-01-29 15:23 hardaker * acconfig.h , configure , configure.in , include/net-snmp/net-snmp-config.h , include/net-snmp/net-snmp-config.h.in , include/net-snmp/machine/generic.h , include/net-snmp/system/aix.h , include/net-snmp/system/bsd.h , include/net-snmp/system/bsdi.h , include/net-snmp/system/bsdi3.h , include/net-snmp/system/bsdi4.h , include/net-snmp/system/cygwin.h , include/net-snmp/system/darwin.h , include/net-snmp/system/freebsd.h , include/net-snmp/system/freebsd2.h , include/net-snmp/system/freebsd3.h , include/net-snmp/system/freebsd4.h , include/net-snmp/system/generic.h , include/net-snmp/system/hpux.h , include/net-snmp/system/irix.h , include/net-snmp/system/linux.h , include/net-snmp/system/mips.h , include/net-snmp/system/netbsd.h , include/net-snmp/system/openbsd.h , include/net-snmp/system/solaris.h , include/net-snmp/system/solaris2.6.h , include/net-snmp/system/solaris2.7.h , include/net-snmp/system/solaris2.8.h , include/net-snmp/system/sunos.h , include/net-snmp/system/svr5.h , include/net-snmp/system/sysv.h , include/net-snmp/system/ultrix4.h: moved s/*.h files to include/net-snmp/system/*.h moved m/generic.h files to include/net-snmp/machine/generic.h 2002-01-29 09:24 hardaker * apps/snmptrapd.c: fix -c argument parsing. 2002-01-29 09:10 hardaker * testing/eval_tools.sh: reference include/net-snmp/net-snmp-config.h instead of just config.h 2002-01-29 09:05 hardaker * snmplib/snmpusm.c: attempt to fix the unknown engineid/unknown user problems once and for all. 2002-01-28 21:11 hardaker * configure , configure.in: whoops. Missed some .h file checks in configure. Thanks Robert. 2002-01-28 21:03 hardaker * local/convertcode: minor fix. 2002-01-28 21:02 hardaker * local/convertcode: added code convert script for ucd-snmp -> net-snmp header conversion 2002-01-28 20:59 hardaker * agent/mibgroup/target/snmpTargetAddrEntry.c , agent/mibgroup/target/snmpTargetParamsEntry.c , agent/mibgroup/target/target.c , agent/mibgroup/target/target_counters.c , agent/mibgroup/tunnel/tunnel.c , agent/mibgroup/ucd-snmp/disk.c , agent/mibgroup/ucd-snmp/dlmod.c , agent/mibgroup/ucd-snmp/extensible.c , agent/mibgroup/ucd-snmp/loadave.c , agent/mibgroup/ucd-snmp/logmatch.c , agent/mibgroup/ucd-snmp/memory.c , agent/mibgroup/ucd-snmp/memory_solaris2.c , agent/mibgroup/ucd-snmp/pass.c , agent/mibgroup/ucd-snmp/pass_persist.c , agent/mibgroup/ucd-snmp/proc.c , agent/mibgroup/ucd-snmp/proxy.c , agent/mibgroup/ucd-snmp/registry.c , agent/mibgroup/ucd-snmp/versioninfo.c , agent/mibgroup/ucd-snmp/vmstat_solaris2.c , apps/encode_keychange.c , apps/notification_log.c , apps/snmpbulkget.c , apps/snmpbulkwalk.c , apps/snmpdelta.c , apps/snmpdf.c , apps/snmpget.c , apps/snmpgetnext.c , apps/snmpset.c , apps/snmpstatus.c , apps/snmptable.c , apps/snmptest.c , apps/snmptranslate.c , apps/snmptrap.c , apps/snmptrapd.c , apps/snmptrapd_handlers.c , apps/snmptrapd_log.c , apps/snmpusm.c , apps/snmpvacm.c , apps/snmpwalk.c , apps/snmpnetstat/Makefile.in , apps/snmpnetstat/if.c , apps/snmpnetstat/inet.c , apps/snmpnetstat/inet6.c , apps/snmpnetstat/main.c , apps/snmpnetstat/route.c , include/net-snmp/asn1.h , include/net-snmp/callback.h , include/net-snmp/data_list.h , include/net-snmp/default_store.h , include/net-snmp/getopt.h , include/net-snmp/int64.h , include/net-snmp/keytools.h , include/net-snmp/lcd_time.h , include/net-snmp/libsnmp.h , include/net-snmp/md5.h , include/net-snmp/mib.h , include/net-snmp/mt_support.h , include/net-snmp/net-snmp-config.h , include/net-snmp/oid_array.h , include/net-snmp/oid_stash.h , include/net-snmp/parse.h , include/net-snmp/read_config.h , include/net-snmp/scapi.h , include/net-snmp/snmp-tc.h , include/net-snmp/snmp.h , include/net-snmp/snmpAAL5PVCDomain.h , include/net-snmp/snmpCallbackDomain.h , include/net-snmp/snmpIPXDomain.h , include/net-snmp/snmpTCPDomain.h , include/net-snmp/snmpTCPIPv6Domain.h , include/net-snmp/snmpUDPDomain.h , include/net-snmp/snmpUDPIPv6Domain.h , include/net-snmp/snmpUnixDomain.h , include/net-snmp/snmp_alarm.h , include/net-snmp/snmp_api.h , include/net-snmp/snmp_client.h , include/net-snmp/snmp_debug.h , include/net-snmp/snmp_enum.h , include/net-snmp/snmp_impl.h , include/net-snmp/snmp_locking.h , include/net-snmp/snmp_logging.h , include/net-snmp/snmp_parse_args.h , include/net-snmp/snmp_secmod.h , include/net-snmp/snmp_transport.h , include/net-snmp/snmpksm.h , include/net-snmp/snmpusm.h , include/net-snmp/snmpusm_init.h , include/net-snmp/snmpv3.h , include/net-snmp/system.h , include/net-snmp/tools.h , include/net-snmp/transform_oids.h , include/net-snmp/vacm.h , include/net-snmp/agent/snmp_agent.h , man/Makefile.in , snmplib/Makefile.in , snmplib/asn1.c , snmplib/asn1.h , snmplib/callback.c , snmplib/callback.h , snmplib/data_list.c , snmplib/data_list.h , snmplib/default_store.c , snmplib/default_store.h , snmplib/getopt.h , snmplib/int64.c , snmplib/int64.h , snmplib/keytools.c , snmplib/keytools.h , snmplib/lcd_time.c , snmplib/lcd_time.h , snmplib/libsnmp.h , snmplib/md5.c , snmplib/md5.h , snmplib/mib.c , snmplib/mib.h , snmplib/mt_support.c , snmplib/mt_support.h , snmplib/oid_array.c , snmplib/oid_array.h , snmplib/oid_stash.c , snmplib/oid_stash.h , snmplib/parse.c , snmplib/parse.h , snmplib/read_config.c , snmplib/read_config.h , snmplib/scapi.c , snmplib/scapi.h , snmplib/snmp-tc.c , snmplib/snmp-tc.h , snmplib/snmp.c , snmplib/snmp.h , snmplib/snmpAAL5PVCDomain.c , snmplib/snmpAAL5PVCDomain.h , snmplib/snmpCallbackDomain.c , snmplib/snmpCallbackDomain.h , snmplib/snmpIPXDomain.c , snmplib/snmpIPXDomain.h , snmplib/snmpTCPDomain.c , snmplib/snmpTCPDomain.h , snmplib/snmpTCPIPv6Domain.c , snmplib/snmpTCPIPv6Domain.h , snmplib/snmpUDPDomain.c , snmplib/snmpUDPDomain.h , snmplib/snmpUDPIPv6Domain.c , snmplib/snmpUDPIPv6Domain.h , snmplib/snmpUnixDomain.c , snmplib/snmpUnixDomain.h , snmplib/snmp_alarm.c , snmplib/snmp_alarm.h , snmplib/snmp_api.c , snmplib/snmp_api.h , snmplib/snmp_auth.c , snmplib/snmp_client.c , snmplib/snmp_client.h , snmplib/snmp_debug.c , snmplib/snmp_debug.h , snmplib/snmp_enum.c , snmplib/snmp_enum.h , snmplib/snmp_impl.h , snmplib/snmp_logging.c , snmplib/snmp_logging.h , snmplib/snmp_parse_args.c , snmplib/snmp_parse_args.h , snmplib/snmp_secmod.c , snmplib/snmp_secmod.h , snmplib/snmp_transport.c , snmplib/snmp_transport.h , snmplib/snmpksm.c , snmplib/snmpksm.h , snmplib/snmpusm.c , snmplib/snmpusm.h , snmplib/snmpv3.c , snmplib/snmpv3.h , snmplib/system.c , snmplib/system.h , snmplib/tools.c , snmplib/tools.h , snmplib/transform_oids.h , snmplib/vacm.c , snmplib/vacm.h , testing/RUNTESTS , testing/eval_tools.sh , include/ucd-snmp/asn1.h , include/ucd-snmp/callback.h , include/ucd-snmp/default_store.h , include/ucd-snmp/int64.h , include/ucd-snmp/keytools.h , include/ucd-snmp/mib.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_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/system.h , include/ucd-snmp/tools.h , include/ucd-snmp/transform_oids.h , include/ucd-snmp/util_funcs.h: Major file moving and editing of include directives. - essentially adds up to: - mv snmplib/*.h include/net-snmp/ - local/convertcode `find . -name \*.c \*.h` 2002-01-28 20:54 hardaker * agent/: agent_handler.c , agent_index.c , agent_read_config.c , agent_registry.c , agent_trap.c , auto_nlist.c , kernel.c , mib_modules.c , snmp_agent.c , snmp_vars.c , snmpd.c , helpers/bulk_to_next.c , helpers/debug_handler.c , helpers/instance.c , helpers/multiplexer.c , helpers/null.c , helpers/old_api.c , helpers/read_only.c , helpers/serialize.c , helpers/table.c , helpers/table_array.c , helpers/table_dataset.c , helpers/table_iterator.c , mibgroup/host_res.h , mibgroup/kernel_sunos5.c , mibgroup/mibincl.h , mibgroup/testdelayed.c , mibgroup/testhandler.c , mibgroup/util_funcs.c , mibgroup/Rmon/alarm.c , mibgroup/Rmon/event.c , mibgroup/Rmon/history.c , mibgroup/Rmon/rows.c , mibgroup/agentx/agentx_config.c , mibgroup/agentx/client.c , mibgroup/agentx/master.c , mibgroup/agentx/master_admin.c , mibgroup/agentx/master_request.c , mibgroup/agentx/protocol.c , mibgroup/agentx/subagent.c , mibgroup/disman/mteObjectsTable.c , mibgroup/disman/mteTriggerBooleanTable.c , mibgroup/disman/mteTriggerDeltaTable.c , mibgroup/disman/mteTriggerExistenceTable.c , mibgroup/disman/mteTriggerTable.c , mibgroup/disman/mteTriggerThresholdTable.c , mibgroup/examples/ucdDemoPublic.c , mibgroup/host/hr_disk.c , mibgroup/host/hr_filesys.c , mibgroup/host/hr_storage.c , mibgroup/host/hr_swinst.c , mibgroup/host/hr_swrun.c , mibgroup/host/hr_system.c , mibgroup/mibII/at.c , mibgroup/mibII/icmp.c , mibgroup/mibII/interfaces.c , mibgroup/mibII/ip.c , mibgroup/mibII/ipAddr.c , mibgroup/mibII/ipv6.c , mibgroup/mibII/kernel_linux.c , mibgroup/mibII/route_write.c , mibgroup/mibII/snmp_mib.c , mibgroup/mibII/sysORTable.c , mibgroup/mibII/system_mib.c , mibgroup/mibII/tcp.c , mibgroup/mibII/tcpTable.c , mibgroup/mibII/udp.c , mibgroup/mibII/udpTable.c , mibgroup/mibII/vacm_context.c , mibgroup/mibII/vacm_vars.c , mibgroup/mibII/vacm_vars.h , mibgroup/mibII/var_route.c , mibgroup/mibJJ/icmp.c , mibgroup/mibJJ/interfaces.c , mibgroup/mibJJ/ip.c , mibgroup/mibJJ/ipAddr.c , mibgroup/mibJJ/ipMedia.c , mibgroup/mibJJ/ipv6.c , mibgroup/mibJJ/kernel_linux.c , mibgroup/mibJJ/snmp_mib.c , mibgroup/mibJJ/sysORTable.c , mibgroup/mibJJ/system_mib.c , mibgroup/mibJJ/tcp.c , mibgroup/mibJJ/tcpTable.c , mibgroup/mibJJ/udp.c , mibgroup/mibJJ/udpTable.c , mibgroup/mibJJ/vacm_vars.c , mibgroup/misc/dlmod.c , mibgroup/notification/snmpNotifyFilterProfileTable.c , mibgroup/notification/snmpNotifyFilterTable.c , mibgroup/notification/snmpNotifyTable.c , mibgroup/smux/smux.c , mibgroup/smux/snmp_bgp.c , mibgroup/smux/snmp_ospf.c , mibgroup/smux/snmp_rip2.c , mibgroup/snmpv3/snmpEngine.c , mibgroup/snmpv3/usmUser.c , mibgroup/snmpv3/usmUser.h: Major file moving and editing of include directives. - essentially adds up to: - mv snmplib/*.h include/net-snmp/ - local/convertcode `find . -name \*.c \*.h` 2002-01-28 19:42 hardaker * include/ucd-snmp/ucd-snmp-config.h: remove UCD_COMPAT flag and DEFINE IT instead 2002-01-28 19:41 hardaker * include/ucd-snmp/ucd-snmp-config.h: remove UCD_COMPAT flag and define it instead 2002-01-25 11:29 hardaker * snmplib/mib.c: - parse_one_oid_index: - use an unsigned int for length's pulled from the oid. - Make sure they're always < 128 2002-01-25 09:12 jbpn * agent/mibgroup/snmpv3/usmUser.c: - closer adherence to state machines described in RFC 2574 2002-01-25 09:10 jbpn * snmplib/snmpusm.c: - cause usmDecryptionError reports to be sent in a couple of extra cases: bad salt (length != 8) and length of encrypted data not a multiple of 8 octets (per RFC 2574). 2002-01-25 09:04 jbpn * agent/snmp_agent.c: - for unknown message types, increment snmpInASNParseErrs and fail at the post-parse stage. - for notification types, increment snmpUnknownPDUHandlers and bail out early. 2002-01-25 09:01 jbpn * snmplib/snmp_api.c: - for unhandled messages (e.g. RESPONSE messages sent to agents), increment the snmpUnknownPDUHandlers counter. - try to free securityStateRefs when post-parse fails. 2002-01-25 06:26 jbpn * agent/mibgroup/mibII/: vacm_vars.c (V4-2-patches.6), vacm_vars.c: - fix minor problem with storageType (always okay to set to current value). - don't reset some variables to old value unless we actually set them in the first place! 2002-01-25 05:00 jbpn * agent/helpers/table.c: - don't print out debugging info in a further case where it has been free()d. - set the exception noSuchInstance rather than error noSuchName when we have the incorrect number of indices. 2002-01-25 04:54 dts12 * snmplib/README.newlib: file README.newlib was initially added on branch NEW-LIBRARY-API. 2002-01-25 04:49 jbpn * agent/helpers/table.c: - move debugging output to before where (potentially) the data it is trying to print gets free()d. 2002-01-25 04:40 jbpn * agent/snmp_agent.c: - keep asp->vbcount correct in create_subtree_cache() if we dump varbinds in the GETNEXT case because numvarbinds > non-repeaters. Failing to do this will cause problems later when you iterate over 0 .. asp->vbcount - 1 in reassign_requests(). 2002-01-24 15:11 rstory * include/net-snmp/agent/table.h: update macros to put parens around parameters when used, in case a parameter is an expression, which might muck about with operator precedence rules and cause unexpected and undesirable behavior. 2002-01-24 11:07 rstory * local/mib2c.array-user.conf: try to find & handle external indexes; use new style net-snmp includes; add row_copy; use context types & casts in parameters instead of generic types recast inside method 2002-01-24 06:03 jbpn * snmplib/: read_config.c (V4-2-patches.3), read_config.c: - avoid format string nasties in read_config_store() when writing to files (exposed e.g. by the persistent sysName.0 stuff -- try snmpset host sysName.0 s "%08x" -- oops) 2002-01-24 04:34 jbpn * snmplib/snmpusm.c: - don't automatically accept a msgUserName of "" when processing incoming messages. 2002-01-24 04:30 jbpn * snmplib/snmp_api.c: - bigger buffer for msgAuthoritativeEngineID field since it is not limited to 32 bytes like SnmpEngineTC. Really this needs to be allocated by the security module but for now we'll just make it twice as big. 2002-01-24 03:19 dts12 * agent/mibgroup/host/hr_swrun.c , snmplib/snmp-tc.c: AIX support for the Host Resources module. (Thanks to Andy Hood) 2002-01-23 08:28 jbpn * agent/mibgroup/mibII/vacm_vars.c: - set viewType to the DEFVAL included(1) for new rows 2002-01-23 07:40 jbpn * snmplib/snmp_api.c: - secModel of 0 is a parse error in HeaderData 2002-01-23 07:23 jbpn * snmplib/snmp_api.c: - be careful to free securityStateRef in a couple of error cases in snmpv3_parse -- fixes memory leaks when malformed PDUs are received. 2002-01-22 19:49 rstory * snmplib/: snmp_api.c , snmp_api.h: chg api for snmp_oid_ncompare, don't implement it vi snmp_oid_compare 2002-01-22 19:46 rstory * snmplib/: oid_array.c , oid_array.h: add Get_oid_data_count(); add subset support 2002-01-22 19:44 rstory * snmplib/: mib.c , mib.h: add netsnmp_str2oid() 2002-01-22 19:41 rstory * include/net-snmp/agent/table_array.h: add subset function 2002-01-22 19:40 rstory * agent/helpers/table_array.c: add subset function; add preliminary locking code; add ta_check_row_status 2002-01-22 06:33 jbpn * agent/mibgroup/mibII/: vacm_vars.c (V4-2-patches.4), vacm_vars.c: - fix bug just introduced where setting an existing row's status to createAndGo(4) or createAndWait(5) would delete the row. 2002-01-22 04:58 jbpn * snmplib/snmpusm.c: - cause a parse error if we receive UsmSecurityParameters with a msgUserName that is illegally long. 2002-01-22 03:10 jbpn * agent/mibgroup/target/snmpTargetParamsEntry.c: - oops, left old code in #if 0 branch AGAIN. I am getting into bad habits! 2002-01-22 03:08 jbpn * agent/mibgroup/notification/snmpNotifyTable.c: - fix memory leaks in row creation/destruction - more aggressive validity checking of snmpNotifyTag, snmpNotifyType and snmpNotifyStorageType. - passes 6.5.1.0 -- 6.5.8.3 2002-01-22 01:47 jbpn * agent/mibgroup/target/: snmpTargetAddrEntry.c , snmpTargetParamsEntry.c , snmpTargetParamsEntry.h: - correct state machines for snmpTargetParamsTable 2002-01-21 23:48 jbpn * agent/mibgroup/target/snmpTargetAddrEntry.c: - tidy things up a bit (had left some old code sitting if #if 0 branch). - remember to close (target->sess) when we move a target to notInService(2). 2002-01-21 11:04 jbpn * agent/mibgroup/target/snmpTargetAddrEntry.c: - correct state machines for snmpTargetAddrTable 2002-01-21 06:47 jbpn * agent/mibgroup/target/: snmpTargetAddrEntry.c , snmpTargetAddrEntry.h: - implement snmpTargetSpinLock object 2002-01-18 09:19 jbpn * agent/mibgroup/mibII/vacm_vars.c: - correct state machine for vacmViewTreeFamilyTable. Passes all the relevant Silvercreek VACM tetst (5.4.0.1 -- 5.4.9.7 inclusive). 2002-01-18 08:49 jbpn * snmplib/: vacm.c , vacm.h: - add a switch to vacm_getViewEntry() to allow the mask entries to be ignore (which is what you want when you are just using this function to look up an entry in the table in order to write some new value to one of the columnar objects). 2002-01-18 06:09 jbpn * agent/mibgroup/mibII/vacm_vars.c: - correct state machine for vacmAccessTable. Passes all the relevant Silvercreek VACM tetst (5.3.0 -- 5.3.9.7 inclusive). 2002-01-18 04:11 jbpn * agent/mibgroup/mibII/vacm_vars.c: - correct state machine for vacmSecurityToGroupTable (i.e. don't just do everything in the COMMIT phase). Passes all the relevant Silvercreek VACM tetst (5.2.0 -- 5.2.9.7 inclusive). 2002-01-18 04:08 jbpn * agent/snmp_agent.c: - don't overwrite an existing error status after COMMIT or UNDO phases with commitFailed or undoFailed (but do translate error returns from those phases into those errors when we don't have an existing error status). 2002-01-17 06:57 jbpn * snmplib/snmp_api.c: - handle illegal values of msgID correctly (by dropping the packet and incrementing snmpInASNParseErrs) 2002-01-17 06:38 jbpn * snmplib/snmp_api.c: - handle illegal values of msgMaxSize correctly (by dropping the packet and incrementing snmpInASNParseErrs) 2002-01-15 08:17 rstory * include/net-snmp/net-snmp-includes.h: top level include which includes useful snmplib headers 2002-01-15 08:15 rstory * include/ucd-snmp/: agent_index.h , agent_read_config.h , agent_registry.h , agent_trap.h , asn1.h , auto_nlist.h , callback.h , default_store.h , ds_agent.h , header_complex.h , int64.h , keytools.h , mib.h , mib_module_config.h , mibincl.h , parse.h , read_config.h , scapi.h , snmp-tc.h , snmp.h , snmp_agent.h , snmp_alarm.h , snmp_api.h , snmp_client.h , snmp_debug.h , snmp_impl.h , snmp_logging.h , snmp_parse_args.h , snmp_vars.h , snmpusm.h , snmpv3.h , struct.h , system.h , tools.h , transform_oids.h , ucd-snmp-agent-includes.h , ucd-snmp-config.h , ucd-snmp-includes.h , util_funcs.h , var_struct.h , version.h: create 4.x headers that are wrappers pointing to new headers 2002-01-14 15:08 rstory * include/net-snmp/agent/table_array.h: add UserRowAction and void pointer 2002-01-14 13:41 hardaker * agent/: mibgroup/ucd-snmp/lmSensors.c , Makefile.in: -> net-snmp/agent/net-snmp-agent-includes.h 2002-01-14 13:40 hardaker * include/net-snmp/agent/ucd-snmp-agent-includes.h: removed 2002-01-14 13:29 rstory * include/net-snmp/agent/net-snmp-agent-includes.h: copy ucd-snmp-agent-includes.h and update to net-snmp use new agent dir 2002-01-14 08:04 hardaker * agent/Makefile.in , agent/agent_callbacks.h , agent/agent_handler.c , agent/agent_handler.h , agent/agent_index.c , agent/agent_index.h , agent/agent_read_config.c , agent/agent_read_config.h , agent/agent_registry.c , agent/agent_registry.h , agent/agent_trap.c , agent/agent_trap.h , agent/auto_nlist.c , agent/auto_nlist.h , agent/ds_agent.h , agent/kernel.c , agent/mib_modules.c , agent/mib_modules.h , agent/snmp_agent.c , agent/snmp_agent.h , agent/snmp_vars.c , agent/snmp_vars.h , agent/snmpd.c , agent/ucd-snmp-agent-includes.h , agent/var_struct.h , agent/helpers/Makefile.in , 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_iterator.c , agent/mibgroup/host_res.h , agent/mibgroup/mibincl.h , agent/mibgroup/testdelayed.c , agent/mibgroup/testhandler.c , agent/mibgroup/agentx/agentx_config.c , agent/mibgroup/agentx/client.c , agent/mibgroup/agentx/master.c , agent/mibgroup/agentx/master_admin.c , agent/mibgroup/agentx/master_request.c , agent/mibgroup/agentx/subagent.c , agent/mibgroup/disman/mteTriggerTable.c , agent/mibgroup/examples/example.c , agent/mibgroup/examples/ucdDemoPublic.c , agent/mibgroup/host/hr_disk.c , agent/mibgroup/host/hr_proc.c , agent/mibgroup/host/hr_storage.c , agent/mibgroup/host/hr_swrun.c , agent/mibgroup/host/hr_system.c , agent/mibgroup/mibII/at.c , agent/mibgroup/mibII/icmp.c , agent/mibgroup/mibII/interfaces.c , agent/mibgroup/mibII/ip.c , agent/mibgroup/mibII/ipAddr.c , agent/mibgroup/mibII/ipv6.c , agent/mibgroup/mibII/route_write.c , agent/mibgroup/mibII/sysORTable.c , agent/mibgroup/mibII/system_mib.c , agent/mibgroup/mibII/tcp.c , agent/mibgroup/mibII/tcpTable.c , agent/mibgroup/mibII/udp.c , agent/mibgroup/mibII/udpTable.c , agent/mibgroup/mibII/vacm_context.c , agent/mibgroup/mibII/vacm_vars.c , agent/mibgroup/mibII/var_route.c , agent/mibgroup/mibJJ/icmp.c , agent/mibgroup/mibJJ/interfaces.c , agent/mibgroup/mibJJ/ip.c , agent/mibgroup/mibJJ/ipAddr.c , agent/mibgroup/mibJJ/ipMedia.c , agent/mibgroup/mibJJ/ipRoute.c , agent/mibgroup/mibJJ/ipv6.c , agent/mibgroup/mibJJ/sysORTable.c , agent/mibgroup/mibJJ/system_mib.c , agent/mibgroup/mibJJ/tcp.c , agent/mibgroup/mibJJ/tcpTable.c , agent/mibgroup/mibJJ/udp.c , agent/mibgroup/mibJJ/udpTable.c , agent/mibgroup/mibJJ/vacm_vars.c , agent/mibgroup/misc/dlmod.c , agent/mibgroup/notification/snmpNotifyTable.c , agent/mibgroup/smux/smux.c , agent/mibgroup/smux/snmp_bgp.c , agent/mibgroup/smux/snmp_ospf.c , agent/mibgroup/smux/snmp_rip2.c , agent/mibgroup/snmpv3/usmUser.c , agent/mibgroup/target/target_counters.c , agent/mibgroup/tunnel/tunnel.c , agent/mibgroup/ucd-snmp/disk.c , agent/mibgroup/ucd-snmp/diskio.c , agent/mibgroup/ucd-snmp/dlmod.c , agent/mibgroup/ucd-snmp/errormib.c , agent/mibgroup/ucd-snmp/extensible.c , agent/mibgroup/ucd-snmp/file.c , agent/mibgroup/ucd-snmp/loadave.c , agent/mibgroup/ucd-snmp/logmatch.c , agent/mibgroup/ucd-snmp/memory.c , agent/mibgroup/ucd-snmp/memory_freebsd2.c , agent/mibgroup/ucd-snmp/memory_netbsd1.c , agent/mibgroup/ucd-snmp/memory_solaris2.c , agent/mibgroup/ucd-snmp/pass.c , agent/mibgroup/ucd-snmp/proc.c , agent/mibgroup/ucd-snmp/versioninfo.c , agent/mibgroup/ucd-snmp/vmstat.c , agent/mibgroup/ucd-snmp/vmstat_bsdi4.c , agent/mibgroup/ucd-snmp/vmstat_freebsd2.c , agent/mibgroup/ucd-snmp/vmstat_netbsd1.c , apps/notification_log.h , apps/snmptrapd.c , include/net-snmp/agent/agent_callbacks.h , include/net-snmp/agent/agent_handler.h , include/net-snmp/agent/agent_index.h , include/net-snmp/agent/agent_read_config.h , include/net-snmp/agent/agent_registry.h , include/net-snmp/agent/agent_trap.h , include/net-snmp/agent/auto_nlist.h , include/net-snmp/agent/ds_agent.h , include/net-snmp/agent/mib_modules.h , include/net-snmp/agent/snmp_agent.h , include/net-snmp/agent/snmp_vars.h , include/net-snmp/agent/ucd-snmp-agent-includes.h , include/net-snmp/agent/var_struct.h: moved the /agent installed headers to ../include/net-snmp/agent 2002-01-13 09:22 hardaker * agent/Makefile.in: add a couple more install headers. 2002-01-11 14:18 hardaker * apps/: Makefile.in , notification_log.c: Move all agent/helpers/*.h files to include/net-snmp/agent/ and change references. 2002-01-11 14:12 hardaker * agent/Makefile.in , agent/agent_handler.c , agent/agent_index.c , agent/agent_read_config.c , agent/agent_registry.c , agent/mib_modules.c , agent/snmp_vars.c , agent/snmpd.c , agent/helpers/all_helpers.h , agent/helpers/bulk_to_next.c , agent/helpers/bulk_to_next.h , agent/helpers/debug_handler.c , agent/helpers/debug_handler.h , agent/helpers/instance.c , agent/helpers/instance.h , agent/helpers/multiplexer.c , agent/helpers/multiplexer.h , agent/helpers/null.c , agent/helpers/null.h , agent/helpers/old_api.c , agent/helpers/old_api.h , agent/helpers/read_only.c , agent/helpers/read_only.h , agent/helpers/serialize.c , agent/helpers/serialize.h , agent/helpers/set_helper.h , agent/helpers/table.c , agent/helpers/table.h , agent/helpers/table_array.c , agent/helpers/table_array.h , agent/helpers/table_data.c , agent/helpers/table_data.h , agent/helpers/table_dataset.c , agent/helpers/table_dataset.h , agent/helpers/table_iterator.c , agent/helpers/table_iterator.h , agent/mibgroup/Makefile.in , agent/mibgroup/testdelayed.c , agent/mibgroup/testhandler.c , agent/mibgroup/agent/nsTransactionTable.c , agent/mibgroup/mibII/vacm_context.c , agent/mibgroup/target/target_counters.c , 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/set_helper.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: Move all agent/helpers/*.h files to include/net-snmp/agent/ and change references. 2002-01-11 08:41 hardaker * agent/Makefile.in , agent/helpers/Makefile.in , agent/mibgroup/Makefile.in , apps/Makefile.in , snmplib/Makefile.in: - Add -I$(top_srcdir)/include to include path. - Rename 3 agent libraries from libucd* -> libnetsnmp* 2002-01-11 07:58 jbpn * agent/mibgroup/mibII/vacm_vars.c: - don't use while(x-- >= 0) loops for new unsigned index components 2002-01-11 05:27 jbpn * agent/mibgroup/mibII/vacm_vars.c: - be careful about signedess of index components in tables 2002-01-10 13:12 nba * configure , configure.in: Create the include directory when building outside source directory 2002-01-10 08:20 jbpn * agent/mibgroup/mibII/sysORTable.c: - use an unsigned long loop variable in var_sysORTable() to avoid incorrect lexi-ordering when doing requests like GETNEXT sysORDescr.4294967295. - minor debugging output changes 2002-01-10 07:32 jbpn * agent/snmp_agent.c: - fix minor memory leak in reassign_requests() 2002-01-10 07:21 jbpn * agent/snmp_agent.c: - set type for unhandled GET requests in handle_pdu() to be noSuchInstance rather than noSuchObject (noSuchObject exceptions are detected and explicitly set earlier). 2002-01-10 05:52 jbpn * agent/helpers/old_api.c: - correct typo that meant error returns from old-api write methods were ignored. 2002-01-10 05:04 jbpn * snmplib/snmp_api.h: - change value of STAT_TARGET_STATS_END so that mibII/snmp_mib.c can return values of mandatory objects snmpSilentDrops and snmpProxyDrops. 2002-01-09 08:50 jbpn * snmplib/snmp_api.c: - make unknown/illegal varbind types in v1/v2c PDUs cause snmpInASNParseErrs to be incremented. 2002-01-09 07:55 jbpn * agent/helpers/debug_handler.c: - fix memory leak 2002-01-09 07:32 jbpn * apps/snmpbulkget.c: - bring app-specific options in line with snmpbulkwalk (-C rather than -B) 2002-01-09 07:31 jbpn * apps/snmpbulkwalk.c: - formatting change to usage message 2002-01-09 06:35 jbpn * agent/helpers/table_iterator.c: - fix minor memory leak 2002-01-08 08:55 jbpn * apps/snmpbulkwalk.c: - add options from snmpwalk - allow non-repeaters and max-repeaters to be set - change default value of max-repeaters to a lower value to avoid timeouts with slower agents 2002-01-08 08:17 jbpn * agent/snmp_agent.c: - don't try to malloc() a zero-length buffer, in case some malloc()s complain. 2002-01-08 08:15 jbpn * agent/snmp_agent.c: - hopefully final GETBULK fix -- passes all SilverCreek's GETBULK tests (incl. negative non-repeaters and max-repeaters) 2002-01-08 06:59 jbpn * agent/: snmp_agent.c , snmp_agent.h , helpers/bulk_to_next.c: - GETBULK fix to ignore varbinds for which zero repetitions are called for - drop asp->start and asp->end which are hardly used and which get in the way of this type of processing - ignore negative repetitions in bulk_to_next handler 2002-01-07 08:39 hardaker * perl/manager/.cvsignore: ignore file 2002-01-07 08:38 hardaker * perl/manager/INSTALL: PNGGraph -> GD::Graph 2002-01-04 13:48 hardaker * Makefile.in: fix dependencies 2002-01-04 13:24 hardaker * acconfig.h , include/net-snmp/acconfig.h: move acconfig.h back to the top dir where its apparently supposed to live. 2002-01-04 13:18 hardaker * configure , configure.in: more ucd-snmp -> net-snmp translations. warning: includes the default persistent store. 2002-01-04 13:04 hardaker * include/: net-snmp/.cvsignore , ucd-snmp/.cvsignore: ignore files 2002-01-04 13:02 hardaker * .cvsignore: ignore built net-snmp-config 2002-01-04 13:00 hardaker * apps/: Makefile.in , encode_keychange.c , notification_log.c , snmpbulkget.c , snmpbulkwalk.c , snmpdelta.c , snmpdf.c , snmpget.c , snmpgetnext.c , snmpset.c , snmpstatus.c , snmptable.c , snmptest.c , snmptranslate.c , snmptrap.c , snmptrapd.c , snmptrapd_handlers.c , snmptrapd_log.c , snmpusm.c , snmpvacm.c , snmpwalk.c: beginnings of ucd-snmp -> net-snmp structural changes. - config.h -> include/net-snmp/net-snmp-config.h - this, of course, changes just about every file in the repository. 2002-01-04 12:56 hardaker * agent/mibgroup/mibJJ/icmp.c , agent/mibgroup/mibJJ/interfaces.c , agent/mibgroup/mibJJ/ip.c , agent/mibgroup/mibJJ/ipAddr.c , agent/mibgroup/mibJJ/ipMedia.c , agent/mibgroup/mibJJ/ipRoute.c , agent/mibgroup/mibJJ/ipv6.c , agent/mibgroup/mibJJ/kernel_linux.c , agent/mibgroup/mibJJ/snmp_mib.c , agent/mibgroup/mibJJ/sysORTable.c , agent/mibgroup/mibJJ/system_mib.c , agent/mibgroup/mibJJ/tcp.c , agent/mibgroup/mibJJ/tcpTable.c , agent/mibgroup/mibJJ/udp.c , agent/mibgroup/mibJJ/udpTable.c , agent/mibgroup/mibJJ/vacm_vars.c , agent/mibgroup/notification/snmpNotifyFilterProfileTable.c , agent/mibgroup/notification/snmpNotifyFilterTable.c , agent/mibgroup/notification/snmpNotifyTable.c , agent/mibgroup/smux/smux.c , agent/mibgroup/smux/snmp_bgp.c , agent/mibgroup/smux/snmp_ospf.c , agent/mibgroup/smux/snmp_rip2.c , agent/mibgroup/snmpv3/snmpEngine.c , agent/mibgroup/snmpv3/snmpMPDStats.c , agent/mibgroup/snmpv3/usmStats.c , agent/mibgroup/snmpv3/usmUser.c , agent/mibgroup/target/snmpTargetAddrEntry.c , agent/mibgroup/target/snmpTargetParamsEntry.c , agent/mibgroup/target/target.c , agent/mibgroup/target/target_counters.c , agent/mibgroup/ucd-snmp/disk.c , agent/mibgroup/ucd-snmp/diskio.c , agent/mibgroup/ucd-snmp/dlmod.c , agent/mibgroup/ucd-snmp/errormib.c , agent/mibgroup/ucd-snmp/extensible.c , agent/mibgroup/ucd-snmp/file.c , agent/mibgroup/ucd-snmp/hpux.c , agent/mibgroup/ucd-snmp/lmSensors.c , agent/mibgroup/ucd-snmp/loadave.c , agent/mibgroup/ucd-snmp/logmatch.c , agent/mibgroup/ucd-snmp/memory.c , agent/mibgroup/ucd-snmp/memory_freebsd2.c , agent/mibgroup/ucd-snmp/memory_netbsd1.c , agent/mibgroup/ucd-snmp/memory_solaris2.c , agent/mibgroup/ucd-snmp/pass.c , agent/mibgroup/ucd-snmp/pass_persist.c , agent/mibgroup/ucd-snmp/proc.c , agent/mibgroup/ucd-snmp/proxy.c , agent/mibgroup/ucd-snmp/registry.c , agent/mibgroup/ucd-snmp/versioninfo.c , agent/mibgroup/ucd-snmp/vmstat.c , agent/mibgroup/ucd-snmp/vmstat_bsdi4.c , agent/mibgroup/ucd-snmp/vmstat_freebsd2.c , agent/mibgroup/ucd-snmp/vmstat_netbsd1.c , agent/mibgroup/ucd-snmp/vmstat_solaris2.c , apps/snmpnetstat/Makefile.in , apps/snmpnetstat/if.c , apps/snmpnetstat/inet.c , apps/snmpnetstat/inet6.c , apps/snmpnetstat/main.c , apps/snmpnetstat/route.c , apps/snmpnetstat/winstub.c: beginnings of ucd-snmp -> net-snmp structural changes. - config.h -> include/net-snmp/net-snmp-config.h - this, of course, changes just about every file in the repository. 2002-01-04 12:52 hardaker * agent/mibgroup/misc/dlmod.c , agent/mibgroup/misc/ipfwacc.c , include/net-snmp/acconfig.h , include/net-snmp/net-snmp-config.h.in , include/ucd-snmp/README , snmplib/Makefile.in , snmplib/asn1.c , snmplib/callback.c , snmplib/data_list.c , snmplib/default_store.c , snmplib/int64.c , snmplib/keytools.c , snmplib/lcd_time.c , snmplib/md5.c , snmplib/mib.c , snmplib/mt_support.c , snmplib/oid_array.c , snmplib/oid_stash.c , snmplib/parse.c , snmplib/read_config.c , snmplib/scapi.c , snmplib/snmp-tc.c , snmplib/snmp.c , snmplib/snmpAAL5PVCDomain.c , snmplib/snmpCallbackDomain.c , snmplib/snmpIPXDomain.c , snmplib/snmpTCPDomain.c , snmplib/snmpTCPIPv6Domain.c , snmplib/snmpUDPDomain.c , snmplib/snmpUDPIPv6Domain.c , snmplib/snmpUnixDomain.c , snmplib/snmp_alarm.c , snmplib/snmp_api.c , snmplib/snmp_auth.c , snmplib/snmp_client.c , snmplib/snmp_debug.c , snmplib/snmp_enum.c , snmplib/snmp_logging.c , snmplib/snmp_parse_args.c , snmplib/snmp_secmod.c , snmplib/snmp_transport.c , snmplib/snmpksm.c , snmplib/snmpusm.c , snmplib/snmpv3.c , snmplib/snprintf.c , snmplib/strtol.c , snmplib/strtoul.c , snmplib/system.c , snmplib/tools.c , snmplib/vacm.c , testing/T.c , testing/etimetest.c , testing/keymanagetest.c , testing/misctest.c , testing/scapitest.c: beginnings of ucd-snmp -> net-snmp structural changes. - config.h -> include/net-snmp/net-snmp-config.h - this, of course, changes just about every file in the repository. 2002-01-04 12:49 hardaker * Makefile.in , Makefile.top , configure , configure.in , sedscript.in , agent/Makefile.in , agent/agent_handler.c , agent/agent_index.c , agent/agent_read_config.c , agent/agent_registry.c , agent/agent_trap.c , agent/auto_nlist.c , agent/kernel.c , agent/mib_modules.c , agent/snmp_agent.c , agent/snmp_vars.c , agent/snmpd.c , agent/helpers/Makefile.in , 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/Makefile.in , agent/mibgroup/header_complex.c , agent/mibgroup/kernel_sunos5.c , agent/mibgroup/testdelayed.c , agent/mibgroup/testhandler.c , agent/mibgroup/util_funcs.c , agent/mibgroup/Rmon/agutil.c , agent/mibgroup/Rmon/alarm.c , agent/mibgroup/Rmon/event.c , agent/mibgroup/Rmon/history.c , agent/mibgroup/Rmon/rows.c , agent/mibgroup/Rmon/statistics.c , agent/mibgroup/agent/nsTransactionTable.c , agent/mibgroup/agentx/agentx_config.c , agent/mibgroup/agentx/client.c , agent/mibgroup/agentx/master.c , agent/mibgroup/agentx/master_admin.c , agent/mibgroup/agentx/protocol.c , agent/mibgroup/agentx/subagent.c , agent/mibgroup/disman/mteObjectsTable.c , agent/mibgroup/disman/mteTriggerBooleanTable.c , agent/mibgroup/disman/mteTriggerDeltaTable.c , agent/mibgroup/disman/mteTriggerExistenceTable.c , agent/mibgroup/disman/mteTriggerTable.c , agent/mibgroup/disman/mteTriggerThresholdTable.c , agent/mibgroup/examples/example.c , agent/mibgroup/examples/ucdDemoPublic.c , agent/mibgroup/host/hr_device.c , agent/mibgroup/host/hr_disk.c , agent/mibgroup/host/hr_filesys.c , agent/mibgroup/host/hr_network.c , agent/mibgroup/host/hr_other.c , agent/mibgroup/host/hr_partition.c , agent/mibgroup/host/hr_print.c , agent/mibgroup/host/hr_proc.c , agent/mibgroup/host/hr_storage.c , agent/mibgroup/host/hr_swinst.c , agent/mibgroup/host/hr_swrun.c , agent/mibgroup/host/hr_system.c , agent/mibgroup/mibII/at.c , agent/mibgroup/mibII/icmp.c , agent/mibgroup/mibII/interfaces.c , agent/mibgroup/mibII/ip.c , agent/mibgroup/mibII/ipAddr.c , agent/mibgroup/mibII/ipv6.c , agent/mibgroup/mibII/kernel_linux.c , agent/mibgroup/mibII/mta_sendmail.c , agent/mibgroup/mibII/route_write.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/tcpTable.c , agent/mibgroup/mibII/udp.c , agent/mibgroup/mibII/udpTable.c , agent/mibgroup/mibII/vacm_context.c , agent/mibgroup/mibII/vacm_vars.c , agent/mibgroup/mibII/var_route.c: beginnings of ucd-snmp -> net-snmp structural changes. - config.h -> include/net-snmp/net-snmp-config.h - this, of course, changes just about every file in the repository. 2002-01-04 12:47 hardaker * acconfig.h , config.h.in: removed uneeded older files 2002-01-03 14:15 hardaker * perl/SNMP/SNMP.xs: patch #492072 to main branch 2002-01-03 14:00 hardaker * agent/mibgroup/ucd-snmp/disk.c: check results of setmntent before using them. 2002-01-03 13:57 hardaker * apps/snmpnetstat/if.c: check against growing server returns as pointed out by bug #498956 2002-01-03 11:40 hardaker * perl/manager/displaytable.pm: PNGGraph -> GDGraph 2002-01-03 11:39 hardaker * agent/mibgroup/versiontag: change export name to "net-snmp" from "ucd-snmp" 2002-01-03 11:39 hardaker * agent/mibgroup/testhandler.c , local/mib2c.create-dataset.conf , local/mib2c.iterate.conf: make use of the new multi-add functions. 2002-01-03 11:38 hardaker * agent/helpers/: table_dataset.c , table_dataset.h: add multiple default row column definitions using one function call (varargs). 2002-01-03 11:38 hardaker * agent/helpers/: table.c , table.h: add multiple indexes using one function call (varargs). 2002-01-03 11:37 hardaker * agent/snmp_vars.h: remove no longer defined v4 api functions (getStatPtr no less). 2002-01-03 11:37 hardaker * agent/snmp_agent.h: remove no longer defined v4 api functions. 2002-01-03 10:31 hardaker * snmplib/: Makefile.in , oid_stash.c , oid_stash.h: data stashing based on an oid caching tree. 2001-12-26 15:36 hardaker * perl/manager/: INSTALL , Makefile.PL , manager.pm: update to make it a bit easier to install (including a Makefile for automated installation). 2001-12-26 13:20 hardaker * perl/manager/: INSTALL , displaytable.pm , getValues.pm , green.gif , manager.pm , red.gif , setupauth , setupdb , setupuser , snmptosql: moving manager to perl/manager 2001-12-24 16:10 hardaker * FAQ , sedscript.in , version.h , perl/SNMP/SNMP.pm: - (version.h sedscript.in): version tag ( 5.0.pre1 ) 2001-12-24 16:04 hardaker * local/: Makefile.in , mib2c , mib2c.conf: Update to make people understand that it's not finished and you must reference a particular configuration file at this point. 2001-12-24 15:51 hardaker * FAQ , sedscript.in , version.h , perl/SNMP/SNMP.pm: - (version.h sedscript.in): version tag ( 5.0.not.even.close ) 2001-12-24 15:50 hardaker * README: more comments. 2001-12-24 15:41 hardaker * FAQ , README: more updates 2001-12-24 15:20 hardaker * agent/helpers/old_api.c: doxygen comments 2001-12-24 15:20 hardaker * NEWS , README: 5.0 comment updates. 2001-12-24 15:19 hardaker * agent/agent_handler.c: doxygen comments on a few functions. 2001-12-24 15:09 hardaker * agent/helpers/table_iterator.c: memory leaks. 2001-12-24 10:06 hardaker * agent/Makefile.in: remove dependencies for non-existent modules 2001-12-23 15:47 hardaker * net-snmp-config: opps. Don't check in generated files. 2001-12-23 15:46 hardaker * config.h.in , configure , configure.in , agent/mibgroup/host/hr_swinst.c: fix rpm usage (I hope). 2001-12-23 14:50 hardaker * agent/mibgroup/agent/.cvsignore: added .cvsignore file 2001-12-23 14:49 hardaker * Makefile.in: install net-snmp-config. 2001-12-23 14:47 hardaker * NEWS , configure , configure.in , net-snmp-config , net-snmp-config.in , agent/Makefile.in , apps/Makefile.in: - created a net-snmp-config script to report compiled libs. - separated libs needed by agent from those needed by the rest of the applications. 2001-12-21 16:53 hardaker * perl/AnyData_SNMP/INSTALL: mention how to install DBI 2001-12-21 16:44 hardaker * perl/AnyData_SNMP/Makefile.PL: remove version requirement for AnyData 2001-12-21 16:37 hardaker * perl/AnyData_SNMP/INSTALL: make install as root. 2001-12-21 16:32 hardaker * perl/AnyData_SNMP/: INSTALL , INSTALL , INSTALL , INSTALL: better descr 2001-12-21 16:09 hardaker * perl/AnyData_SNMP/README: minor wording change. 2001-12-21 16:07 hardaker * perl/AnyData_SNMP/INSTALL: mention it's very alpha code. 2001-12-21 16:06 hardaker * perl/AnyData_SNMP/INSTALL: new instructions 2001-12-21 10:18 hardaker * NEWS: mention doxygen. 2001-12-21 10:17 hardaker * configure , configure.in , agent/mibgroup/agent_mibs.h: compile in agent specific support mibs. 2001-12-21 09:49 hardaker * NEWS: (still incomplete) 2nd update for 5.0 2001-12-21 09:44 hardaker * NEWS: (incomplete) update for 5.0 2001-12-19 17:10 hardaker * snmplib/asn1.c: fix realloc float and double builds. 2001-12-19 16:34 hardaker * local/mib2c.iterate.conf: misc fixes. 2001-12-19 16:33 hardaker * local/mib2c: define a C datatype as $var.decl (per Robert's suggestion. Robert: we probably want pointers for things like strings, no? maybe one type that is always a pointer and another that is sometimes depending on the type?) 2001-12-19 16:32 hardaker * apps/snmpbulkwalk.c: change default bulk number to 100 from the ridiculous 1000. 2001-12-19 16:32 hardaker * agent/Makefile.in , agent/mibgroup/Makefile.in , apps/Makefile.in , snmplib/Makefile.in: make depend 2001-12-19 08:10 hardaker * agent/: snmp_agent.c , helpers/bulk_to_next.c: getbulk updates to make it the modules responsibility to update the varbind chain an the repeat counter. 2001-12-19 07:57 hardaker * agent/: agent_handler.c , snmp_agent.c , snmp_agent.h , helpers/Makefile.in , helpers/all_helpers.c , helpers/all_helpers.h , helpers/bulk_to_next.c , helpers/bulk_to_next.h: GETBULK support for the new API. - may need to make some slight modifications. - defaults to GETNEXT for any handler that doesn't set HANDLER_CAN_GETBULK. - doesn't deal properly yet with end-of-mib condition removal. 2001-12-19 06:05 jbpn * apps/snmptrapd.c: - drop -p option. Addresses to listen on now come as optional arguments at the end of the command line. - drop (long-deprecated) -q option. - re-ordered options in usage message to be alphabetical, and changed description of some options to be more similar to snmpd options (where appropriate). 2001-12-19 04:38 jbpn * agent/snmpd.c: - drop -p and -T options. Addresses to listen on now come as optional arguments at the end of the command line. - re-ordered options in usage message to be alphabetical, plus minor formatting tweaks. - re-written options processing loop to use optarg(). 2001-12-18 08:44 jbpn * mibs/: UCD-SNMP-MIB.txt (V4-2-patches.5), UCD-SNMP-MIB.txt: - add OBJECT IDENTIFIER for win32 agent 2001-12-18 08:16 hardaker * agent/helpers/old_api.c: warning -> debug. 2001-12-17 10:15 jbpn * agent/snmp_agent.c: - handle getNext queries where the initial varbind->type is ASN_PRIV_INCL_RANGE (these currently arise only in AgentX subagents but the handling is not specific to AgentX). Basically this is done by performing a GET first on all the variables in a request. For variables that had an initial type of ASN_PRIV_INCL_RANGE and were satisfied by this initial GET, we use this value as the result. For variables that did not have an initial type of ASN_PRIV_INCL_RANGE, or variable that had and initial type of ASN_PRIV_INCL_RANGE but were not satisfied by this GET request, we proceed to perform a GET-NEXT type request as normal. 2001-12-17 10:04 jbpn * agent/helpers/old_api.c: - add function register_mib_table_row() which emulates old functionality. - use snmp_handler_registration_free() in register_old_api(). 2001-12-17 09:39 jbpn * snmplib/mib.c: - fix bogus indent 2001-12-17 09:38 jbpn * agent/mibgroup/agentx/master_admin.c: - right number of arguments for register_mib_context2() in register_agentx_list(). - use snmp_handler_registration_free() in ditto. 2001-12-13 19:22 hardaker * agent/helpers/table_iterator.c: remove handler injection order (serialize needs to be called first) 2001-12-13 19:22 hardaker * agent/snmp_agent.c: remove unneeded check for already answered ASN_NULLs in first pass. 2001-12-12 09:31 hardaker * perl/AnyData_SNMP/: .cvsignore , INSTALL , MANIFEST , README , snmpsh: - doc update. - snmpsh now supports aliases so you can define command sets. - snmpsh now reads a ~/.snmpshrc file for storing these defined aliases. 2001-12-12 06:42 jbpn * agent/agent_registry.c: - new function join_subtree() which repairs "punctured" subtrees (these arise in particular when AgentX row registrations are withdrawn). - copy reginfo when doing a range registration (as we used to do with the variable structure), since each node must stand alone. - add parameter to register_mib_context2 to allow REGISTER_OID callbacks to be withheld (for instance, you need this to avoid excess AgentX traffic for row registrations). - remove register_mib_table_row() -- this has moved to old_api.c - call join_subtree() in unregister_mibs_by_session(). 2001-12-12 06:33 jbpn * agent/: agent_handler.c , agent_handler.h: - add functions snmp_handler_free(), snmp_handler_dup(), snmp_handler_registration_dup() and snmp_handler_registration_free(). 2001-12-11 18:41 hardaker * agent/mibgroup/mibII/vacm_vars.c: Fix bug where pdu->contextName is NULL. 2001-12-11 07:34 hardaker * local/mib2c: BITS: ipaddr -> octet_str 2001-12-11 04:11 jbpn * agent/: snmp_agent.c , snmp_agent.h , mibgroup/agentx/master.c: - send INCLUSIVE search ranges if appropriate 2001-12-10 20:43 rstory * local/mib2c: add noaccess flag for not-accessible nodes 2001-12-10 14:51 hardaker * perl/AnyData_SNMP/: Changes , DBD_AnyData.patch , Format.pm , INSTALL , MANIFEST , Makefile.PL , Storage.pm , snmpsh: First version 2001-12-10 03:20 jbpn * agent/agent_read_config.c: - don't strdup arg to ds_set_string 2001-12-10 03:19 jbpn * snmplib/read_config.c: - ditto in set_persistent_directory() 2001-12-10 03:18 jbpn * snmplib/read_config.c: - don't strdup() in set_configuration_directory() because ds_set_string() already does that for you. 2001-12-07 09:43 hardaker * agent/: helpers/table_iterator.c , helpers/table_iterator.h , mibgroup/agent/nsTransactionTable.c , mibgroup/mibII/vacm_context.c: - Implement new mantra: "always pass more information, rather than less". - fix table iterater GETNEXTs for missing data points. - add a new hook to free loop contexts at the end of the entire iteration. 2001-12-06 06:58 jbpn * agent/mibgroup/agentx/: client.c (JBPN-CBL-4.1), client.c: - if request IDs don't match, then call handle_agentx_packet() -- copes better with unexpected packets, in particular fixes intermittent duplicate trap issue (due to resent agentx-Notify-PDU). 2001-12-05 13:46 hardaker * snmplib/snmp-tc.c: Ahem. Opps. Missing includes. - note to self: compile first, *then* check in changes. 2001-12-05 13:41 hardaker * snmplib/snmp-tc.c: add in the missing functions from the NEW-AGENT-API branch. (and to answer Robert's pending question of what happened, it was likely one of the files that failed to commit on my side that you tried to fix and somewhere between the two of us the changes were lost). 2001-12-05 10:03 jbpn * man/snmpcmd.1: - minor tweaks 2001-12-05 09:14 jbpn * man/snmpcmd.1: - add TCP/IPv6 domain to AGENT SPEC section - incorporate suggestions from rstory 2001-12-05 08:47 jbpn * snmplib/snmpTCPIPv6Domain.c: - use SOCK_STREAM not SOCK_DGRAM (duh!). You wouldn't believe how confusing this was -- e.g. how on *earth* can that connect() be succeeding! 2001-12-05 08:36 jbpn * snmplib/snmpTCPDomain.c: - make sure to close socket if you can't malloc the encoded far-end address in snmp_tcp_transport() 2001-12-05 08:27 hardaker * win32/: snmptranslate/snmptranslate.dsp , snmptrap/snmptrap.dsp , snmptrapd/snmptrapd.dsp , snmpusm/snmpusm.dsp , snmpvacm/snmpvacm.dsp: merge from 4.2 patches to main line 2001-12-05 08:23 hardaker * ChangeLog , FAQ , NEWS , README , README.win32 , acconfig.h , config.h.in , configure , configure.in , sedscript.in , agent/agent_callbacks.h , agent/agent_read_config.c , agent/snmpd.c , agent/mibgroup/kernel_sunos5.c , agent/mibgroup/versiontag , agent/mibgroup/host/hr_disk.c , agent/mibgroup/host/hr_partition.c , agent/mibgroup/host/hr_system.c , agent/mibgroup/mibII/at.c , agent/mibgroup/mibII/icmp.c , agent/mibgroup/mibII/interfaces.c , agent/mibgroup/mibII/ip.c , agent/mibgroup/mibII/ipAddr.c , agent/mibgroup/mibII/kernel_linux.c , agent/mibgroup/mibII/kernel_linux.h , agent/mibgroup/mibII/route_write.c , agent/mibgroup/mibII/system_mib.c , agent/mibgroup/mibII/tcp.c , agent/mibgroup/mibII/tcpTable.c , agent/mibgroup/mibII/udp.c , agent/mibgroup/mibII/udpTable.c , agent/mibgroup/mibII/var_route.c , agent/mibgroup/notification/snmpNotifyTable.c , agent/mibgroup/ucd-snmp/disk.c , agent/mibgroup/ucd-snmp/vmstat_solaris2.c , apps/snmpnetstat/if.c , local/mib2c , local/tkmib , man/snmpd.conf.5.def , mibs/UCD-SNMP-MIB.txt , perl/SNMP/SNMP.pm , snmplib/asn1.c , snmplib/default_store.h , snmplib/mib.c , snmplib/read_config.c , snmplib/read_config.h , snmplib/snmp.h , snmplib/snmp_api.c , win32/snmpwalk/snmpwalk.dsp , win32/config.h , win32/mib_module_config.h , win32/mib_module_includes.h , win32/mib_module_inits.h , win32/win32.dsw , win32/win32.opt , win32/encode_keychange/encode_keychange.dsp , win32/libagent/libagent.dsp , win32/libsnmp/libsnmp.dsp , win32/libsnmp_dll/libsnmp.def , win32/libsnmp_dll/libsnmp_dll.dsp , win32/libucdmibs/libucdmibs.dsp , win32/snmpbulkget/snmpbulkget.dsp , win32/snmpbulkwalk/snmpbulkwalk.dsp , win32/snmpd/snmpd.dsp , win32/snmpdelta/snmpdelta.dsp , win32/snmpdf/snmpdf.dsp , win32/snmpget/snmpget.dsp , win32/snmpgetnext/snmpgetnext.dsp , win32/snmpnetstat/snmpnetstat.dsp , win32/snmpset/snmpset.dsp , win32/snmpstatus/snmpstatus.dsp , win32/snmptable/snmptable.dsp , win32/snmptest/snmptest.dsp: merge from 4.2 patches to main line 2001-12-05 07:51 jbpn * snmplib/snmpUDPIPv6Domain.c: - fix bug in address parser 2001-12-05 07:48 jbpn * snmplib/: snmpTCPIPv6Domain.c , snmpUDPIPv6Domain.c: - minor changes to, ahem, make it compile 2001-12-05 07:42 jbpn * snmplib/snmpTCPDomain.c: - conditionalise #include 2001-12-05 07:38 jbpn * snmplib/snmp_transport.c: - fix typo 2001-12-05 07:29 jbpn * acconfig.h , configure.in: - mention the TCP/IPv6 transport in config, and add a #define for it if appropriate 2001-12-05 07:28 jbpn * snmplib/snmp_transport.c: - call snmp_tcp6_ctor() if appropriate 2001-12-05 07:27 jbpn * snmplib/: snmpTCPIPv6Domain.c , snmpTCPIPv6Domain.h: - TCP/IPv6 transport domain. Untested. 2001-12-05 07:19 jbpn * snmplib/snmpUDPIPv6Domain.c: - make encoded addresses at transport open time 2001-12-05 07:17 jbpn * snmplib/: snmpTCPDomain.c , snmp_transport.h: - move #definition of SNMP_STREAM_QUEUE_LEN from snmpTCPDomain.c to snmp_transport.h 2001-12-05 07:10 hardaker * agent/: snmp_agent.c , snmp_vars.c: remove some unneeded functions like, oh, I don't know, getStatPtr(). 2001-12-05 05:43 jbpn * snmplib/snmp_api.h: - remove legacy callback operation names 2001-12-05 05:06 jbpn * snmplib/snmpUDPIPv6Domain.c: - changed textual address parsing 2001-12-04 22:52 nba * snmplib/snmpUDPIPv6Domain.c: Fix bind parameters, so that the agent works 2001-12-04 13:36 hardaker * agent/helpers/table.h , agent/helpers/table_iterator.c , agent/helpers/table_iterator.h , agent/mibgroup/agent/nsTransactionTable.c , agent/mibgroup/mibII/vacm_context.c , local/mib2c.iterate.conf: - move forgotten function typedefs to iterator specific header file. - add a void * pointer for the callbacks to make functions more reusable. 2001-12-04 13:11 hardaker * agent/helpers/table.h , agent/helpers/table_iterator.c , agent/helpers/table_iterator.h , agent/mibgroup/agent/nsTransactionTable.c , agent/mibgroup/mibII/vacm_context.c , local/mib2c.iterate.conf: move iterator specific table information into its own structure. 2001-12-04 12:16 hardaker * agent/helpers/all_helpers.h: Fix prototype as pointed out by Jerome Peducasse 2001-12-04 10:10 jbpn * man/snmpcmd.1: - mention that not all transport domains are always available. 2001-12-04 09:55 jbpn * man/snmpcmd.1: - remove -p and -T options from documentation. - add lengthy new section describing new transport address specification format, with examples and everything! 2001-12-04 07:14 jbpn * snmplib/snmp_parse_args.c: - drop -p and -T options for apps. 2001-12-04 03:10 jbpn * snmplib/: snmpUDPIPv6Domain.c , snmpUDPIPv6Domain.h: - add create_ostring method, export ucdSnmpUDPIPv6Domain[] 2001-12-04 02:19 jbpn * mibs/UCD-SNMP-MIB.txt: - mention IPv6 transport domain OIDs in relevant comment. 2001-12-03 15:07 nba * snmplib/snmpUDPDomain.c: Quell a const cast warning. 2001-12-03 15:07 nba * snmplib/snmp_api.c: Fix debug output from retries. 2001-12-03 15:06 nba * apps/notification_log.c , snmplib/oid_array.c: HAVE_SYS_TYPES_H is not conditional. 2001-12-03 15:04 nba * apps/Makefile.in: Fix to allow compilations outside source directory. 2001-12-03 15:03 nba * acconfig.h , config.h.in , configure , configure.in , snmplib/snmpUDPIPv6Domain.c , snmplib/snmp_transport.c: Fixes to make UDPIPv6 transport work for Solaris, Linux and FreeBSD. It compiles, and the apps send v6 packets. Agent not yet tested. 2001-12-03 09:48 hardaker * local/: mib2c.iterate.conf , mib2c.create-dataset.conf: copy roberts spiffy header text 2001-12-03 08:36 hardaker * apps/notification_log.c: datentime column. 2001-12-03 08:01 hardaker * agent/snmp_agent.c: fix problem with double delegated requests after getnext loop. 2001-12-03 08:00 hardaker * configure , configure.in , mibs/NOTIFICATION-LOG-MIB.txt: notification log mib added to default list. 2001-12-03 05:33 jbpn * agent/mibgroup/agentx/protocol.c: - remove spurious debugging output ("blah") 2001-11-30 23:26 hardaker * agent/: agent_handler.c , snmp_agent.c , snmp_agent.h: Change how request processing gets done such that request objects are all calloced at once and get reused instead of reallocated. Big speed improvements. 2001-11-30 15:22 hardaker * Makefile.in , doxygen.conf: "make doc" to run doxygen. 2001-11-30 10:31 hardaker * agent/helpers/: debug_handler.c , multiplexer.h: doxygen fixes 2001-11-30 09:26 jbpn * agent/agent_handler.c: - use DEBUGMSGOIDRANGE in register_handler() if appropriate. 2001-11-30 09:24 jbpn * agent/mibgroup/agentx/master_admin.c: - fix memory leak in register_agentx_list() when subagent tries to register a MIB region that fails either because it is a duplicate or because of some other reason. 2001-11-30 08:44 jbpn * agent/helpers/old_api.c: - fix memory leak of old_info (that never seems to get used for anything anyway?) - fix memory leak that arises during row registration (in AgentX subagents) because successive vars cause apparent duplicate registrations (this is a deficiency) -- but it would appear this could arise in other situations too (genuine duplicate registrations). 2001-11-30 06:33 jbpn * agent/agent_trap.c: - fix broken parsing in snmpd_parse_config_trapsess() -- loop was copying the same (first) token MAX_ARGS times. - eliminate memory leak in ditto. - fix typo ("Pausible cause" -> "Possible cause) in ditto. 2001-11-30 06:29 jbpn * snmplib/snmp_api.c: - print fd in sess_process_packet() -- useful for debugging 2001-11-30 06:28 jbpn * snmplib/: snmpCallbackDomain.c , snmpCallbackDomain.h: - remove a couple of unnecessary #includes from snmpCallbackDomain.h - set *opaque to NULL after we free it -- it might matter. 2001-11-30 03:47 jbpn * agent/mibgroup/agentx/subagent.c: - clone PDU in handle_agentx_subagent() before sending it on callback session to avoid double free() and free()d memory reads. - more concise (ahem) declaration of mycallback in handle_agentx_packet(). 2001-11-29 05:51 jbpn * agent/mibgroup/agentx/master_admin.c: - put session and subsession in subagent description (helpful for debugging) 2001-11-29 05:49 jbpn * agent/helpers/Makefile.in: - fix INSTALLHEADERS 2001-11-29 05:48 jbpn * agent/mibgroup/agentx/subagent.c: - add some debugging to init_subagent() (which showed that it wasn't being called, so...). - fix cast in handle_subagent_set_response() 2001-11-29 05:46 jbpn * agent/snmp_vars.c: - make sure init_subagent() gets called 2001-11-28 09:28 hardaker * agent/agent_registry.c: check for session registrations in all contexts. 2001-11-28 06:39 hardaker * apps/notification_log.c , snmplib/oid_array.c: Add sys/types.h for bug #486277. 2001-11-28 04:03 jbpn * apps/notification_log.c: - #include 2001-11-28 04:03 jbpn * configure.in , snmplib/Makefile.in: - install snmp_transport.h and snmp*Domain.h (for the configured transport domains) 2001-11-28 03:29 jbpn * snmplib/ucd-snmp-includes.h: - reverse mystery removal of #include and #include 2001-11-27 17:28 hardaker * agent/: snmp_agent.c , snmp_agent.h: more intelligently allocate tree space based on number of varbinds in request. 2001-11-27 14:26 hardaker * agent/: snmp_agent.c , snmp_agent.h: malloc one large tree_cache array rather than an array of tree_cache pointers. 2001-11-27 12:19 hardaker * agent/helpers/all_helpers.h: include file name change. 2001-11-27 11:43 hardaker * agent/snmp_agent.c: comment changes. 2001-11-27 07:52 hardaker * apps/Makefile.in: fixed Makefile for snmptrapd. 2001-11-27 07:48 hardaker * agent/helpers/: Makefile.in , all_helpers.c , all_helpers.h , debug_handler.c , debug_handler.h: debug handler created for inserting debugging output into the calling chain. 2001-11-27 07:47 hardaker * agent/agent_handler.c: enum definitions for modes and can_modes. 2001-11-26 15:29 hardaker * agent/snmp_agent.c: set PDU variable to NULL to avoid freeing it twice. 2001-11-26 11:20 hardaker * snmplib/snmpCallbackDomain.c: plug another memory leak. 2001-11-26 09:07 hardaker * testing/tests/: T020snmpv3get , T021snmpv3getnext , T022snmpv3getMD5 , T023snmpv3getMD5DES , T024snmpv3getSHA1 , T025snmpv3getSHADES , T028snmpv3getfail , T030snmpv3usercreation , T053agentv1trap , T054agentv2ctrap , T055agentv1mintrap , T056agentv2cmintrap , T110agentxget , T111agentxset , T112agentxsetfail , T113agentxtrap , T120proxyget , T121proxyset , T122proxysetfail: don't use contexts in tests. 2001-11-26 08:57 hardaker * snmplib/snmpCallbackDomain.c: fix memory leak. 2001-11-26 08:49 hardaker * agent/mibgroup/: testdelayed.c , agentx/master.c , ucd-snmp/proxy.c: use free_delegated_cache() to plug memory leaks. 2001-11-26 08:48 hardaker * agent/: agent_handler.c , agent_handler.h: free_delegated_cache() routine 2001-11-26 08:19 jbpn * apps/snmptrapd.c: - add the ability to listen for traps on multiple transports via the -p option (consistent with snmpd). 2001-11-26 05:44 jbpn * agent/mibgroup/target/target.c: - use snmp_tdomain_transport_oid() to do session creation from pair, to allow creation of non-IPv4 sessions in snmpTargetAddrTable. 2001-11-26 04:45 jbpn * snmplib/: snmpAAL5PVCDomain.c , snmpIPXDomain.c , snmpTCPDomain.c , snmpUDPDomain.c , snmpUnixDomain.c , snmp_transport.c , snmp_transport.h: - add support for creating a transport from a pair. 2001-11-26 03:06 jbpn * agent/mibgroup/target/target.c: - use snmp_tdomain_support() to determine whether a transport domain is supported. 2001-11-23 10:24 jbpn * apps/snmptrapd.c: - add multiple transport domain support for trapd -- this was really REALLY easy! 2001-11-23 09:25 jbpn * agent/mibgroup/disman/mteTriggerTable.c , snmplib/snmp_transport.c , snmplib/snmp_transport.h: - remove legacy function snmp_transport_support() (replaced with snmp_tdomain_support()). 2001-11-23 08:57 jbpn * snmplib/snmpAAL5PVCDomain.c: - use network order for AAL5PVC transport address encoding 2001-11-23 08:47 jbpn * snmplib/: snmpAAL5PVCDomain.c , snmpIPXDomain.c , snmpUnixDomain.c: - set local_length, remote_length as appropriate 2001-11-23 08:39 jbpn * snmplib/Makefile.in: - fix typo 2001-11-23 08:34 jbpn * agent/: agent_trap.c , mibgroup/notification/snmpNotifyTable.c: - make traps work with new-style addresses, use domain-based address encodings in snmpTargetAddrTable. Note you can now send traps/informs over any supported transport type by using the trapsess directive and a transport:address type specification. 2001-11-23 08:31 jbpn * snmplib/: snmpAAL5PVCDomain.c , snmpIPXDomain.c , snmpTCPDomain.c , snmpUDPDomain.c , snmpUnixDomain.c: - create appropriately-encoded local or remote endpoint addresses at transport open time. 2001-11-23 06:50 jbpn * snmplib/Makefile.in: - update dependencies for transports 2001-11-22 09:08 jbpn * testing/: TESTCONF.sh , eval_tools.sh , tests/T001snmpv1get , tests/T002snmpv1getnext , tests/T003snmpv1getfail , tests/T014snmpv2cget , tests/T015snmpv2cgetnext , tests/T016snmpv2cgetfail , tests/T017snmpv2ctov1getfail , tests/T018snmpv1tov2cgetfail , tests/T020snmpv3get , tests/T021snmpv3getnext , tests/T022snmpv3getMD5 , tests/T023snmpv3getMD5DES , tests/T024snmpv3getSHA1 , tests/T025snmpv3getSHADES , tests/T028snmpv3getfail , tests/T030snmpv3usercreation , tests/T049snmpv3inform , tests/T050snmpv3trap , tests/T051snmpv2ctrap , tests/T052snmpv2cinform , tests/T053agentv1trap , tests/T054agentv2ctrap , tests/T055agentv1mintrap , tests/T056agentv2cmintrap , tests/T058agentauthtrap , tests/T100agenthup , tests/T110agentxget , tests/T111agentxset , tests/T112agentxsetfail , tests/T113agentxtrap , tests/T120proxyget , tests/T121proxyset , tests/T122proxysetfail: - use udp:: instead of -p to make tests work again 2001-11-22 00:20 hardaker * apps/: notification_log.c , notification_log.h: mork wore on the notification log mib. It now supports variable storage, but segfaults on access due to pdu cloning problems I'm not going to work out right now. 2001-11-21 23:15 hardaker * apps/Makefile.in: fix snmptrapd linking. 2001-11-21 22:58 rstory * snmplib/asn1.h: remove duplicate OID_LENGTH; use actual oid type in calculation 2001-11-21 22:49 hardaker * snmplib/snmpCallbackDomain.c: add NULL pointer for rbuild in session creation. 2001-11-21 22:49 hardaker * agent/mibgroup/ucd-snmp/proxy.c , apps/notification_log.c: netinet/in.h needed. 2001-11-21 22:49 hardaker * agent/mibgroup/agentx/subagent.c: variable clean ups. 2001-11-21 22:33 hardaker * agent/mibgroup/agentx/master_request.c , agent/mibgroup/mibII/icmp.c , agent/mibgroup/mibII/tcpTable.c , agent/mibgroup/mibII/udpTable.c , agent/mibgroup/ucd-snmp/file.c , local/mib2c , local/mib2c.array-auto.conf , local/mib2c.array-user.conf , local/mib2c.create-dataset.conf , local/mib2c.iterate.conf , local/mib2c.vartypes.conf , man/Makefile.in , mibs/Makefile.in , mibs/NET-SNMP-AGENT-MIB.txt , perl/SNMP/SNMP.xs , snmplib/Makefile.in , snmplib/mib.c , snmplib/mib.h , snmplib/read_config.c , snmplib/read_config.h , snmplib/snmp-tc.h , snmplib/snmpUnixDomain.h , snmplib/snmp_api.c , snmplib/snmp_api.h , snmplib/snmp_client.c , snmplib/snmp_client.h , snmplib/snmp_transport.c , snmplib/snmp_transport.h , snmplib/tools.c , snmplib/tools.h , snmplib/vacm.c: Death: UCD-SNMP Birth: NET-SNMP (new agent API merged to the main branch) 2001-11-21 22:08 rstory * snmplib/: vacm.h , asn1.h: Death: UCD-SNMP Birth: NET-SNMP (new agent API merged to the main branch) 2001-11-21 21:43 rstory * snmplib/: snmpCallbackDomain.c , snmpCallbackDomain.h: Death: UCD-SNMP Birth: NET-SNMP (new agent API merged to the main branch) 2001-11-21 21:40 rstory * snmplib/snmp.h: Death: UCD-SNMP Birth: NET-SNMP (new agent API merged to the main branch) 2001-11-21 21:33 rstory * snmplib/: oid_array.c , oid_array.h: Death: UCD-SNMP Birth: NET-SNMP (new agent API merged to the main branch) 2001-11-21 21:30 rstory * snmplib/: data_list.c , data_list.h: Death: UCD-SNMP Birth: NET-SNMP (new agent API merged to the main branch) 2001-11-21 18:56 hardaker * Makefile.in , config.h.in , configure , configure.in , version.h , agent/Makefile.in , agent/agent_handler.c , agent/agent_handler.h , agent/agent_index.c , agent/agent_read_config.c , agent/agent_registry.c , agent/agent_registry.h , agent/mib_modules.c , agent/snmp_agent.c , agent/snmp_agent.h , agent/snmp_vars.c , agent/snmpd.c , agent/ucd-snmp-agent-includes.h , agent/var_struct.h , agent/helpers/.cvsignore , agent/helpers/Makefile.in , agent/helpers/all_helpers.c , agent/helpers/all_helpers.h , agent/helpers/instance.c , agent/helpers/instance.h , agent/helpers/multiplexer.c , agent/helpers/multiplexer.h , agent/helpers/null.c , agent/helpers/null.h , agent/helpers/old_api.c , agent/helpers/old_api.h , agent/helpers/read_only.c , agent/helpers/read_only.h , agent/helpers/serialize.c , agent/helpers/serialize.h , agent/helpers/set_helper.h , agent/helpers/table.c , agent/helpers/table.h , agent/helpers/table_array.c , agent/helpers/table_array.h , agent/helpers/table_data.c , agent/helpers/table_data.h , agent/helpers/table_dataset.c , agent/helpers/table_dataset.h , agent/helpers/table_iterator.c , agent/helpers/table_iterator.h , agent/mibgroup/Makefile.in , agent/mibgroup/host_res.h , agent/mibgroup/mibincl.h , agent/mibgroup/target.h , agent/mibgroup/testdelayed.c , agent/mibgroup/testdelayed.h , agent/mibgroup/testhandler.c , agent/mibgroup/testhandler.h , agent/mibgroup/util_funcs.c , agent/mibgroup/util_funcs.h , agent/mibgroup/agent/nsTransactionTable.c , agent/mibgroup/agent/nsTransactionTable.h , agent/mibgroup/agentx/.cvsignore , agent/mibgroup/agentx/client.c , agent/mibgroup/agentx/master.c , agent/mibgroup/agentx/master.h , agent/mibgroup/agentx/master_admin.c , agent/mibgroup/agentx/subagent.c , agent/mibgroup/disman/.cvsignore , agent/mibgroup/disman/mteTriggerTable.c , agent/mibgroup/examples/.cvsignore , agent/mibgroup/host/hr_disk.c , agent/mibgroup/host/hr_disk.h , agent/mibgroup/host/hr_partition.c , agent/mibgroup/host/hr_partition.h , agent/mibgroup/host/hr_swinst.c , agent/mibgroup/mibII/.cvsignore , agent/mibgroup/mibII/interfaces.c , agent/mibgroup/mibII/ip.c , agent/mibgroup/mibII/system_mib.c , agent/mibgroup/mibII/tcp.c , agent/mibgroup/mibII/udp.c , agent/mibgroup/mibII/vacm_context.c , agent/mibgroup/mibII/vacm_context.h , agent/mibgroup/mibII/vacm_vars.c , agent/mibgroup/mibII/vacm_vars.h , agent/mibgroup/target/target_counters.c , agent/mibgroup/target/target_counters.h , agent/mibgroup/ucd-snmp/proxy.c , agent/mibgroup/ucd-snmp/proxy.h , agent/mibgroup/ucd-snmp/registry.c , apps/Makefile.in , apps/notification_log.c , apps/notification_log.h , apps/snmptrapd.c: Death: UCD-SNMP Birth: NET-SNMP (new agent API merged to the main branch) 2001-11-21 06:43 jbpn * config.h.in: - IPv6 config defs 2001-11-21 06:36 jbpn * agent/snmp_agent.c , snmplib/snmp_api.c: - remove now-extraneous #include "snmpBlahDomain.h" lines 2001-11-21 03:39 jbpn * apps/.cvsignore: [no log message] 2001-11-20 09:38 jbpn * snmplib/: snmpIPXDomain.c , snmpIPXDomain.h: - duh. Forgot a couple of things to do with domain-based transport address parsing. 2001-11-20 09:29 jbpn * agent/snmp_agent.c: - use new domain-based transport address parsing for agent NSAPs 2001-11-20 09:27 jbpn * snmplib/: snmpAAL5PVCDomain.c , snmpAAL5PVCDomain.h , snmpIPXDomain.c , snmpTCPDomain.c , snmpTCPDomain.h , snmpUDPDomain.c , snmpUDPDomain.h , snmpUnixDomain.c , snmpUnixDomain.h , snmp_api.c , snmp_transport.c , snmp_transport.h: - domain-based transport address parsing 2001-11-20 09:16 jbpn * snmplib/: snmpUDPIPv6Domain.c , snmpUDPIPv6Domain.h: - UDP/IPv6 transport domain. Note: incomplete! 2001-11-20 08:29 jbpn * agent/: agent_index.c , agent_index.h: - unregister_{string,int,oid}_index() utility functions contributed by Damian Gilmurray. 2001-11-20 02:26 jbpn * snmplib/: snmp_api.h (V4-2-patches.1), snmp_api.h: - remove duplicate definition of SNMP_MAX_SEC_NAME_SIZE, noted by Karl M. Hegbloom. 2001-11-19 16:59 driehuis * snmplib/asn1.h: Fix typo in comment [karlheg@microsharp.com] 2001-11-16 08:34 jbpn * apps/snmptest.c: - add support for Unsigned32/Gauge32 types 2001-11-15 10:03 jbpn * agent/mibgroup/agentx/: protocol.c (V4-2-patches.5), protocol.c: - stricter test for null OIDs 2001-11-15 08:44 jbpn * man/snmpd.conf.5.def: - document read-only nature of snmpEnableAuthenTraps.0 if value is configured via the authtrapenable token 2001-11-15 08:44 jbpn * agent/: agent_read_config.c , agent_trap.c , mibgroup/mibII/snmp_mib.c: - make value of snmpEnableAuthenTraps.0 persistent. Setting via a read-only configuration file also makes object notWritable (as sysContact.0 et al.). 2001-11-15 06:57 jbpn * agent/mibgroup/mibII/vacm_vars.c: - let VACM checks succeed for non-IPv4 transports 2001-11-15 05:19 jbpn * testing/tests/: T111agentxset , T121proxyset: - use psyscontact not syscontact to set initial value of sysContact.0 object since the latter also makes the object read-only. 2001-11-15 05:07 jbpn * agent/: snmpd.c (V4-2-patches.6), snmpd.c: - minor fix to formatting of usage message 2001-11-15 04:05 jbpn * agent/mibgroup/agentx/agentx_config.c: - add missing #include "snmpd.h" (for #definition of MASTER_AGENT) - don't strdup() agentxsocket value -- ds_set_string does it for you - change debugging to fit in better with rest of module 2001-11-14 16:05 hardaker * configure, configure.in (V4-2-patches.[7,7]), config.h.in , configure , configure.in: patch from Harrie to fix init function checking in modules 2001-11-14 16:00 hardaker * agent/mibgroup/agentx/: agentx_config.c , agentx_config.h , master.c , master.h , subagent.h: slightly modified patch from Harrie to move agentx configuration into a separate file. 2001-11-13 13:57 hardaker * apps/notification_log.h: file notification_log.h was initially added on branch NEW-AGENT-API. 2001-11-13 13:57 hardaker * apps/notification_log.c: file notification_log.c was initially added on branch NEW-AGENT-API. 2001-11-13 13:55 hardaker * agent/mibgroup/agent/nsTransactionTable.c: file nsTransactionTable.c was initially added on branch NEW-AGENT-API. 2001-11-13 13:55 hardaker * agent/mibgroup/agent/nsTransactionTable.h: file nsTransactionTable.h was initially added on branch NEW-AGENT-API. 2001-11-13 13:55 hardaker * mibs/NET-SNMP-AGENT-MIB.txt: file NET-SNMP-AGENT-MIB.txt was initially added on branch NEW-AGENT-API. 2001-11-13 05:29 jbpn * agent/mibgroup/ucd-snmp/vmstat_solaris2.c: - patch from Jochen Kmietsch to quieten some noisy logging 2001-11-13 04:13 jbpn * agent/mibgroup/agentx/master_admin.c: - use unregister_mib_table_row() when appropriate in unregister_agentx_list(). 2001-11-13 03:23 jbpn * agent/agent_registry.c: - reset vr->namelen when we've finished with it 2001-11-12 23:19 hardaker * agent/helpers/all_helpers.c: file all_helpers.c was initially added on branch NEW-AGENT-API. 2001-11-12 23:19 hardaker * agent/helpers/all_helpers.h: file all_helpers.h was initially added on branch NEW-AGENT-API. 2001-11-08 08:09 jbpn * agent/agent_registry.c: - better implementation of unregister_mib_table_row(), which uses ranges properly in the callback (hence much more efficient for AgentX). 2001-11-07 09:56 jbpn * agent/mibgroup/agentx/protocol.c: - remove now-redundant agentx_build functions 2001-11-07 06:31 jbpn * agent/mibgroup/agentx/: client.c , master_admin.c , protocol.c: - use DEBUGMSGOIDRANGE() in a couple of places for more comprehensive debugging output. - parse unregister ranges properly, and use the range properly for passing to unregister_mib_context(). 2001-11-07 03:33 jbpn * snmplib/: snmp_debug.c , snmp_debug.h: - add DEBUGSMSGOIDRANGE() macro for debugging OID ranges 2001-11-06 06:04 jbpn * agent/mibgroup/agentx/master_request.c: - reset the inclusive flag in a couple of cases, to prevent spurious INCLUSIVE getNext behaviour 2001-11-05 08:09 jbpn * agent/mibgroup/agentx/protocol.c: - correct bug in range_subid tweak code 2001-11-05 05:00 jbpn * agent/agent_registry.c: - calculate upper bound for table row registrations slightly differently 2001-11-01 09:35 jbpn * agent/mibgroup/agentx/: master.c , protocol.c , protocol.h , subagent.c: - implement relocating buffer version of agentx_build() routines, and use them. 2001-11-01 09:33 jbpn * snmplib/: snmp_api.c , snmp_api.h: - support for relocatable buffer build callbacks via open_ex calls 2001-10-30 07:19 jbpn * agent/mibgroup/mibII/interfaces.c: - fix bug whereby interface counter is not reset, noted by (amongst others) Victor Kirhenshtein in patch #474064. 2001-10-30 03:24 jbpn * snmplib/snmp_api.c: - make the initial buffer size 2048 in snmp_resend_request (as in _sess_async_send) to make success/fail behaviour for AgentX more predictable (since AgentX STILL doesn't use relocating buffers, boo hiss). 2001-10-29 23:16 rstory * local/mib2c.array-auto.conf: file mib2c.array-auto.conf was initially added on branch NEW-AGENT-API. 2001-10-29 23:16 rstory * local/mib2c.array-user.conf: file mib2c.array-user.conf was initially added on branch NEW-AGENT-API. 2001-10-28 14:53 rstory * agent/helpers/table_array.c: file table_array.c was initially added on branch NEW-AGENT-API. 2001-10-28 14:53 rstory * agent/helpers/table_array.h: file table_array.h was initially added on branch NEW-AGENT-API. 2001-10-28 14:50 rstory * snmplib/oid_array.h: file oid_array.h was initially added on branch NEW-AGENT-API. 2001-10-28 14:50 rstory * snmplib/oid_array.c: file oid_array.c was initially added on branch NEW-AGENT-API. 2001-10-26 19:41 hardaker * agent/mibgroup/agentx/master.c: patch from Harrie to fix function name in error message 2001-10-26 06:05 jbpn * agent/mibgroup/mibII/: interfaces.c , interfaces.h: - add support for rx and tx drop counts (ifInDiscards and ifOutDiscards) for Linux (2.2+) 2001-10-26 05:57 jbpn * aclocal.m4: - add if_iqdrops member to struct ifnet 2001-10-26 04:03 jbpn * agent/mibgroup/mibII/interfaces.c: - add translation for atm(37) type interfaces for Linux 2001-10-26 03:43 jbpn * man/snmpd.conf.5.def: - document the fact that setting sysLocation.0 (et al.) via a syslocation (or equivalent) token makes the object read-only, returning a notWritable error response if an attempt is made to SET it. 2001-10-24 10:07 jbpn * agent/mibgroup/mibII/: system_mib.c (V4-2-patches.4), system_mib.c: - fix typo noted by Tim Dietz 2001-10-24 08:43 jbpn * agent/mibgroup/mibII/: system_mib.c , system_mib.h: - implement persistence for sysLocation.0, sysContact.0 and sysName.0 - presence of a syslocation token in snmpd.conf makes sysLocation.0 non-writable (returns notWritable on SET attempts) 2001-10-24 05:08 jbpn * agent/mibgroup/host/: hr_swinst.c (V4-2-patches.2), hr_swinst.c: - fix small memory leak just introduced 2001-10-24 03:42 jbpn * agent/mibgroup/host/hr_swinst.c: - use pkginfo interface to determine type of software package more specifically if possible. Slight variation on patch #473669, submitted by Stefan Radman. 2001-10-24 03:38 jbpn * acconfig.h , configure.in: - autoconf support for detecting pkginfo interface in libadm. Thanks to Stefan Radman (patch #473669). 2001-10-21 07:26 hardaker * local/mib2c.iterate.conf: file mib2c.iterate.conf was initially added on branch NEW-AGENT-API. 2001-10-19 09:51 hardaker * local/mib2c.create-dataset.conf: file mib2c.create-dataset.conf was initially added on branch NEW-AGENT-API. 2001-10-17 07:52 dts12 * FAQ (V4-2-patches.2), FAQ: Mention the MRTG tutorial web pages (as suggested by Christian Robottom Reis) 2001-10-15 06:49 jbpn * snmplib/: snmpIPXDomain.c , snmpUDPDomain.c: - zero socket address structures. Hopefully fixes problems on NetBSD noted by Joakim Althini (related to sa_len member probably??). 2001-10-11 16:30 hardaker * agent/Makefile.in , agent/mibgroup/Makefile.in , snmplib/mib.c , snmplib/snmp_api.c: Oppses. 2001-10-11 14:15 hardaker * man/Makefile.in , man/snmp_api_errstring.3 , man/snmp_config.5.def , man/snmp_error.3 , man/snmp_perror.3 , man/snmp_sess_perror.3 , man/snmpcmd.1 , man/snmpd.1.def , man/snmpd.conf.5.def , man/snmpset.1 , man/snmptranslate.1 , man/snmptrapd.8 , man/snmptrapd.conf.5.def , man/snmpwalk.1 , mibs/DISMAN-SCRIPT-MIB.txt , mibs/IANAifType-MIB.txt , mibs/Makefile.mib , mibs/README.mibs , mibs/SMUX-MIB.txt , mibs/UCD-SNMP-MIB.txt , mibs/mibfetch , mibs/rfclist , mibs/smistrip , perl/SNMP/SNMP.xs , snmplib/Makefile.in , snmplib/asn1.c , snmplib/default_store.c , snmplib/int64.c , snmplib/mib.c , snmplib/mib.h , snmplib/mt_support.c , snmplib/mt_support.h , snmplib/parse.c , snmplib/scapi.c , snmplib/scapi.h , snmplib/snmp_api.c , snmplib/snmp_auth.c , snmplib/snmp_client.c , snmplib/snmp_debug.c , snmplib/snmpusm.c , snmplib/snmpv3.c , snmplib/system.c , snmplib/tools.c , snmplib/ucd-snmp-includes.h , testing/Makefile.in , win32/config.h , win32/config.h.borland: massive merge from the patches branch to the main line. 2001-10-11 14:01 hardaker * COPYING , ChangeLog , FAQ , Makefile.in , NEWS , README , acconfig.h , aclocal.m4 , config.guess , config.h.in , config.sub , configure , configure.in , ltconfig , ltmain.sh , makefileindepend.pl , sedscript.in , version.h , agent/Makefile.in , agent/agent_index.c , agent/agent_read_config.c , agent/agent_read_config.h , agent/agent_registry.c , agent/agent_trap.c , agent/snmp_agent.h , agent/snmp_vars.c , agent/snmp_vars.h , agent/snmpd.c , agent/mibgroup/Makefile.in , agent/mibgroup/kernel_sunos5.c , agent/mibgroup/mibincl.h , agent/mibgroup/ucd_snmp.h , agent/mibgroup/util_funcs.c , agent/mibgroup/examples/example.c , agent/mibgroup/host/hr_disk.c , agent/mibgroup/host/hr_partition.c , agent/mibgroup/host/hr_print.c , agent/mibgroup/host/hr_storage.c , agent/mibgroup/host/hr_swrun.c , agent/mibgroup/host/hr_system.c , agent/mibgroup/mibII/at.c , agent/mibgroup/mibII/at.h , agent/mibgroup/mibII/icmp.c , agent/mibgroup/mibII/interfaces.c , agent/mibgroup/mibII/ip.c , agent/mibgroup/mibII/ipAddr.c , agent/mibgroup/mibII/mta_sendmail.h , agent/mibgroup/mibII/route_write.c , agent/mibgroup/mibII/sysORTable.c , agent/mibgroup/mibII/system_mib.c , agent/mibgroup/mibII/tcp.c , agent/mibgroup/mibII/tcpTable.c , agent/mibgroup/mibII/udp.c , agent/mibgroup/mibII/udpTable.c , agent/mibgroup/mibII/var_route.c , agent/mibgroup/notification/snmpNotifyFilterProfileTable.c , agent/mibgroup/notification/snmpNotifyFilterTable.c , agent/mibgroup/notification/snmpNotifyTable.c , agent/mibgroup/smux/smux.c , agent/mibgroup/target/snmpTargetAddrEntry.c , agent/mibgroup/target/snmpTargetParamsEntry.c , agent/mibgroup/ucd-snmp/diskio.c , agent/mibgroup/ucd-snmp/dlmod.c , agent/mibgroup/ucd-snmp/file.c , agent/mibgroup/ucd-snmp/memory.c , agent/mibgroup/ucd-snmp/memory.h , agent/mibgroup/ucd-snmp/memory_freebsd2.c , agent/mibgroup/ucd-snmp/memory_freebsd2.h , agent/mibgroup/ucd-snmp/memory_netbsd1.c , agent/mibgroup/ucd-snmp/memory_netbsd1.h , agent/mibgroup/ucd-snmp/memory_solaris2.c , agent/mibgroup/ucd-snmp/memory_solaris2.h , agent/mibgroup/ucd-snmp/proxy.c , agent/mibgroup/ucd-snmp/vmstat.c , agent/mibgroup/ucd-snmp/vmstat_bsdi4.c , agent/mibgroup/ucd-snmp/vmstat_bsdi4.h , agent/mibgroup/ucd-snmp/vmstat_freebsd2.c , agent/mibgroup/ucd-snmp/vmstat_netbsd1.c , agent/mibgroup/ucd-snmp/vmstat_solaris2.c , apps/Makefile.in , apps/snmpdelta.c , apps/snmpdf.c , apps/snmpget.c , apps/snmpgetnext.c , apps/snmpset.c , apps/snmpstatus.c , apps/snmptable.c , apps/snmptest.c , apps/snmptranslate.c , apps/snmptrap.c , apps/snmptrapd.c , apps/snmptrapd_log.c , apps/snmpusm.c , apps/snmpvacm.c , apps/snmpwalk.c , apps/snmpnetstat/Makefile.in , local/mib2c.conf , local/mib2c.vartypes.conf , local/pass_persisttest , local/tkmib: massive merge from the patches branch to the main line. 2001-10-09 07:14 hardaker * CodingStyle: Sometimes we feel like a -nut 2001-10-09 06:15 jbpn * agent/agent_registry.c: - properly account for the length of the suffix in the variable table in register_mib_table_row() 2001-10-08 08:53 jbpn * agent/mibgroup/agentx/client.c: - declare version_sysoid_len as extern INT not extern oid, so as to match its actual definition in sytem_mib.c. This caused all kinds of fun & games on Linux on a Alpha. 2001-10-04 08:31 jbpn * snmplib/: callback.c , callback.h: - add function snmp_callback_list() to return list of callbacks for a given pair. 2001-10-04 07:14 hardaker * local/pass_persisttest: file pass_persisttest was initially added on branch V4-2-patches. 2001-10-03 05:42 jbpn * snmplib/keytools.c: - change expression at l. 415 from: *kcstring++ = *kcstring ^ *newkey++; which has undefined behaviour to: *kcstring++ ^= *newkey++; which is okay (since *kcstring is only evaluated once). Similarly at l. 530. The previous constructs cause warnings with GCC3 and some other compilers. Thanks to Niel Markwick who noted this in bug #465969. 2001-10-03 03:11 jbpn * agent/agent_registry.c: - do SNMPD_CALLBACK_UNREGISTER_OID callbacks in unregister_mibs_by_session() -- called when AgentX subagents disappear. 2001-10-02 06:01 jbpn * agent/mibgroup/agentx/protocol.c: - don't send ASN_PRIV_INCL_RANGE and ASN_PRIV_EXCL_RANGE on-the-wire 2001-09-26 08:03 jbpn * agent/agent_registry.c: - allow split_subtree() to do a split in the middle of a column, keeping the relevant variable in both the old tree and the new tree (arises in AgentX row registrations). - patch from Damian Gilmurray for register_mib_table_row() which allows it to cope with non-zero length variables and also non-contiguous OIDs for adjacent columns. - rewritten dump_registry() that uses reallocating print functions and also prints out variable lists. 2001-09-26 07:45 jbpn * agent/snmp_vars.c: - allow for the possibility of subtree name being longer than requested name when calculating the suffix for variable matching. - be strict about subtree chunks being inclusive of the start OID and exclusive of the end OID (shows up big time in AgentX). 2001-09-26 07:22 jbpn * agent/mibgroup/agentx/master_request.c: - don't do getNext requests on exclusive searchRanges that begin in a tree marked as a fully-qualified instance (they are doomed to fail). Skip to the next part of the tree straight away. 2001-09-26 07:19 jbpn * agent/mibgroup/agentx/master_admin.c: - bring debugging tokens into line with rest of AgentX code 2001-09-25 08:15 jbpn * apps/snmptrapd_log.c: - reinstate a missing space character 2001-09-25 03:58 jbpn * apps/snmptrapd_log.c: - remove spurious cast 2001-09-25 03:45 jbpn * apps/snmptrapd.c: - fix possible infelicity when printing and syslogging (not sure this is actually possible but) 2001-09-25 03:09 jbpn * snmplib/mib.c: - integrate some changes from the V4-2-patches branch: Harrie's prototypes and Wes's fix for bug #463226. 2001-09-25 03:01 jbpn * apps/snmptrapd_log.c: - fix signedness of time stuff 2001-09-25 02:47 jbpn * snmplib/: snmp_logging.c , snmp_logging.h: - make argument of snmp_enable_syslog_ident const - don't strdup DEFAULT_LOG_ID if a NULL arg is given 2001-09-24 09:39 jbpn * apps/snmptrapd.c: - make use of rewritten output functions in snmptrapd_log.c which avoid fixed length buffers. - fix bug noted in support request #456646 (custom trap format was being ignored for v2 traps and informs). Thanks to G.Principato@motorola.com for spotting this one. - correct usage for -P option to reflect that it causes output on stderr not stdout. 2001-09-24 09:36 jbpn * apps/: snmptrapd_log.c , snmptrapd_log.h: - rewrite of output functions to avoid use of fixed-length buffers 2001-09-20 13:04 hardaker * README , agent/mibgroup/ucd-snmp/logmatch.c , agent/mibgroup/ucd-snmp/logmatch.h , mibs/UCD-SNMP-MIB.txt: new logmatch mib from Stephan Wenzel. 2001-09-15 08:40 jbpn * agent/mibgroup/agentx/master_request.c: - override exclusive searchRange getNext operations when retrying operations 2001-09-15 08:39 jbpn * agent/: snmp_agent.c , snmp_agent.h: - improved support for AgentX-style inclusive searchRange getNext 2001-09-14 14:43 hardaker * agent/mibgroup/ucd-snmp/diskio.c: patch #443115 from Yimin Ge: diskio support for freebsd4 2001-09-14 14:34 hardaker * apps/snmptrapd.c , snmplib/snmp_logging.c , snmplib/snmp_logging.h: Patch #440320 from Mark Ferlatte: 1) Adds a new function to the snmp_logging API (snmp_enable_syslog_ident(char *ident)) 2) Ports snmptrapd to use the existing snmp_logging API instead of using syslog directly. 3) Ports snmp_logging.[ch] to use the Win32 Event Log when compiled on Win32. I didn't update the Visual C project files, because I only have access to a newer version of VC, and I didn't know if you wanted them updated. The advapi32 library needs to be added to the project in order for this to work on Win32 (that's where the event log API is). 2001-09-14 14:22 hardaker * config.h.in , configure: I, uh, cough, uh forgot to run autoconf/autoheader. Dave: don't kill me. 2001-09-14 14:19 hardaker * perl/SNMP/: SNMP.pm , SNMP.xs: Patch #428884: Add -PR like option to perl module (from Joe Clarke). 2001-09-14 14:08 hardaker * README , acconfig.h , configure.in , agent/agent_trap.c , agent/mibgroup/agentx/client.c , agent/mibgroup/host/hr_filesys.c , agent/mibgroup/host/hr_swinst.c , agent/mibgroup/mibII/system_mib.c , agent/mibgroup/mibJJ/system_mib.c , agent/mibgroup/ucd-snmp/disk.c , agent/mibgroup/ucd-snmp/errormib.c , agent/mibgroup/ucd-snmp/extensible.c , agent/mibgroup/ucd-snmp/file.c , agent/mibgroup/ucd-snmp/loadave.c , agent/mibgroup/ucd-snmp/memory.c , agent/mibgroup/ucd-snmp/memory_freebsd2.c , agent/mibgroup/ucd-snmp/memory_netbsd1.c , agent/mibgroup/ucd-snmp/memory_solaris2.c , agent/mibgroup/ucd-snmp/proc.c , agent/mibgroup/ucd-snmp/versioninfo.c , agent/mibgroup/ucd-snmp/vmstat.c , agent/mibgroup/ucd-snmp/vmstat_bsdi4.c , agent/mibgroup/ucd-snmp/vmstat_freebsd2.c , agent/mibgroup/ucd-snmp/vmstat_netbsd1.c , agent/mibgroup/ucd-snmp/vmstat_solaris2.c , snmplib/snmpAAL5PVCDomain.c , snmplib/snmpAAL5PVCDomain.h , snmplib/snmpUnixDomain.c , snmplib/snmpUnixDomain.h , snmplib/snmp_api.h , snmplib/snmpv3.c , snmplib/asn1.h: Applied a modified version of patch #427343 from Harrie: make enterprise ID relocatable where legal to do so 2001-09-14 12:09 hardaker * agent/: Makefile.in , mibgroup/Makefile.in: Alternative solution to patch #312694: move date_n_time utilities to snmplib/snmp-tc.c. 2001-09-14 12:08 hardaker * agent/mibgroup/host/: hr_utils.c , hr_utils.h: removed. Functionality moved to snmplib/snmp-tc.[ch] 2001-09-14 12:06 hardaker * agent/mibgroup/host.h , agent/mibgroup/host/hr_filesys.c , agent/mibgroup/host/hr_swinst.c , agent/mibgroup/host/hr_system.c , agent/mibgroup/host/hr_system.h , agent/mibgroup/host/hr_utils.c , snmplib/Makefile.in , snmplib/snmp-tc.c , snmplib/snmp-tc.h: Alternative solution to patch #312694: move date_n_time utilities to snmplib/snmp-tc.c. 2001-09-14 09:48 hardaker * win32/config.h.borland: file config.h.borland was initially added on branch V4-2-patches. 2001-09-14 06:19 jbpn * agent/mibgroup/agentx/: master.c , master_request.c , master_request.h: - use inclusive search range only when appropriate for getNext queries 2001-09-12 06:47 hardaker * snmplib/snmpCallbackDomain.c: file snmpCallbackDomain.c was initially added on branch NEW-AGENT-API. 2001-09-12 06:47 hardaker * snmplib/snmpCallbackDomain.h: file snmpCallbackDomain.h was initially added on branch NEW-AGENT-API. 2001-09-06 07:40 jbpn * agent/: snmp_agent.c , snmp_vars.c: - if include bit is set in an AgentX SearchRange (hence type of varbind is ASN_PRIV_INCL_RANGE), try an exact query first because an object whose name is lexi-equal is a valid response; if exact query fails then fall back to an inexact query. 2001-09-06 07:38 jbpn * agent/mibgroup/agentx/: master.c , master_request.c , protocol.c , subagent.c: - oops, used INCL/EXCL wrong way round in a couple of places - better test for scoping requirements in subagent 2001-09-04 07:14 jbpn * agent/snmpd.c: - add missing break; after processing -P option, noted by Botond Tarnay (see patch #458327) 2001-08-28 03:04 jbpn * agent/: snmp_agent.c (V4-2-patches.7), snmp_agent.c: - add missing #include if using libwrap, noted by Nathan Neulinger (patch #453831). 2001-08-28 02:38 jbpn * agent/: snmpd.c (V4-2-patches.1), snmpd.c: - avoid use of pre-processor directives inside printf() call, which is a macro in glibc, making this an undefined behaviour construct (which GCC 3.0 refuses to compile). See bug #455804 for further details. 2001-08-24 10:00 rstory * snmplib/data_list.h: file data_list.h was initially added on branch NEW-AGENT-API. 2001-08-24 10:00 rstory * snmplib/data_list.c: file data_list.c was initially added on branch NEW-AGENT-API. 2001-08-22 08:45 jbpn * agent/: snmp_vars.c , mibgroup/agentx/master.c , mibgroup/agentx/master_request.c , mibgroup/agentx/protocol.c , mibgroup/agentx/subagent.c: - add checking that results to be returned to master agent are in requested scope (if any) (getBulk not yet done) 2001-08-15 09:31 jbpn * snmplib/snmp_debug.c: - use sprint_realloc_objid in debugmsg_oid to print long OIDs. 2001-08-15 08:37 jbpn * agent/mibgroup/mibII/vacm_vars.c: - increment the value of snmpInBadCommunityUses when attempting an operation not permitted by the given community, per RFC 1907. 2001-08-15 08:34 jbpn * agent/snmp_agent.c: - when translating the v2+ error-status value authorizationError into noSuchName for a v1 session, increment the value of snmpInBadCommunityUses, per RFC 2576. 2001-08-14 03:22 jbpn * snmplib/snmp_client.c: - in snmp_set_var_objid(), try to detect a previously-malloc()ed buffer for the variable name, and free() it, to avoid memory leaks. 2001-08-13 03:47 jbpn * snmplib/snmpTCPDomain.c: - use Win32 calls to change blocking state of sockets if appropriate. Thanks to Joerg Mattes for help debugging this. 2001-08-13 03:37 jbpn * snmplib/snmp_api.c: - perform an SNMP_CALLBACK_OP_DISCONNECT and close the connection if we get an error on a stream receive, as well as if it is closed in an orderly fashion. This makes life easier on Win32 inparticular. Thanks to Joerg Mattes for help with debugging this. 2001-08-09 03:10 hardaker * agent/helpers/table_dataset.c: file table_dataset.c was initially added on branch NEW-AGENT-API. 2001-08-09 03:10 hardaker * agent/helpers/table_dataset.h: file table_dataset.h was initially added on branch NEW-AGENT-API. 2001-08-08 01:42 hardaker * agent/helpers/table_data.h: file table_data.h was initially added on branch NEW-AGENT-API. 2001-08-08 01:42 hardaker * agent/helpers/table_data.c: file table_data.c was initially added on branch NEW-AGENT-API. 2001-08-07 13:59 nba * man/snmp_perror.3: file snmp_perror.3 was initially added on branch V4-2-patches. 2001-08-07 13:59 nba * man/snmp_api_errstring.3: file snmp_api_errstring.3 was initially added on branch V4-2-patches. 2001-08-07 13:59 nba * man/snmp_sess_perror.3: file snmp_sess_perror.3 was initially added on branch V4-2-patches. 2001-08-07 13:59 nba * man/snmp_error.3: file snmp_error.3 was initially added on branch V4-2-patches. 2001-08-06 04:29 jbpn * agent/snmpd.c: - fix for potential buffer overflow in logfile argument handling, noted by Anonymous (bug #448243). Also use a large enough buffer to handle filenames of length PATH_MAX (if possible). 2001-07-30 10:05 jbpn * agent/mibgroup/mibII/var_route.c , snmplib/snmp_api.c , snmplib/snmp_api.h: - move snmp_socket_length function to agent/mibgroup/mibII/var_route.c from snmp_api.c -- this is the only remaining place that uses this function, which certainly doesn't belong in snmp_api.c after the transport abstraction malarkey. 2001-07-30 09:22 hardaker * agent/agent_handler.c: file agent_handler.c was initially added on branch NEW-AGENT-API. 2001-07-30 09:22 hardaker * agent/agent_handler.h: file agent_handler.h was initially added on branch NEW-AGENT-API. 2001-07-30 07:06 jbpn * agent/mibgroup/mibII/var_route.c: - try to return invalid(2) for the ipRouteType column if the route is not up. See bug #426710, reported by pjweber. 2001-07-27 07:32 jbpn * snmplib/snmpv3.c: - set defaultAuthType to usmHMACSHA1AuthProtocol if SHA specified (was set to usmHMACMD5AuthProtocol in this case). Spotted by William Kennemer (bug #444860) 2001-07-27 06:59 jbpn * agent/mibgroup/agentx/master_request.c: - change to handle_agentx_response ONLY to send NEWLY delegated requests after processing a successful response. This is achieved by saving the value of asp->outstanding_requests and temporarily setting it to NULL. After processing all varbinds in the response, therefore, asp->outstanding_requests contains only newly delegated requests, if any. After sending these, the new requests are merged with the saved queue. This fixes a bug that arises if you request variables from two or more separate subagents simultaneously. What used to happen is that, upon receiving the first response, the master agent would notice that it had an outstanding request, and retransmit it. Then the second response arrives, and the master agent sends the reply to the (SNMP) requester and frees the requests (including callback data). Finally, another AgentX response (to the erroneously transmitted request) arrives and the callback is called referencing deallocated memory, which causes a segfault. 2001-07-26 07:28 dts12 * snmplib/: snmp_api.c (NEW-LIBRARY-API.4), snmp_api.c: Adding a 'double'-valued varbind isn't inherently an internal error! 2001-07-25 05:47 jbpn * agent/snmpd.c: - disable stderr logging (if requested) before calling init_mib_modules(). This should fix the problem noted by Nigel Metheringham in bug #418857 whereby the AgentX master module prints a message to stderr which causes a SIGPIPE when the agent is started as a daemon. 2001-07-25 02:18 jbpn * apps/snmptrapd_log.c: - initialise buffers to zero in handle_wrap_fmt, to avoid garbage in display of security parameters, as noted by William Frauenhofer (bug #437231). - add closing parenthesis after (via
in format_plain_trap 2001-07-23 07:53 jbpn * snmplib/tools.c: - remove excessive debugging from snmp_(re)alloc functions 2001-07-23 04:37 jbpn * snmplib/snmpUnixDomain.c: - minor fix to debugging output to print losing path correctly when a remote connect fails. 2001-07-17 09:56 hardaker * CodingStyle: update for naming conventions and for structure definitions. 2001-07-17 09:07 hardaker * CodingStyle: initial coding style guideline document. 2001-07-17 09:02 jbpn * agent/mibgroup/agentx/subagent.c: - remember to remove_trap_session(our-session-with-master-agent) if the master agent session goes away, because otherwise you may subsequently try to use it, which will probably dump core, and is certainly an error. - also change when trap session is registered to being immediately the session is opened so traps can be sent, e.g. from the INDEX_START callback (for example linkUp traps in subagents that register a row of ifTable). 2001-07-17 08:48 jbpn * agent/agent_trap.c: - change to remove_trap_session(), so as not to close an SNMP session simply because we are removing it from the trap_sink list. The rationale is that the session may still be in use for other purposes, or (more to the point) you may be calling this function from the session's callback (from where closing the session isn't a good idea). 2001-07-13 06:02 dts12 * snmplib/netsnmp.h: file netsnmp.h was initially added on branch NEW-LIBRARY-API. 2001-07-12 12:09 hardaker * agent/helpers/table_iterator.c: file table_iterator.c was initially added on branch NEW-AGENT-API. 2001-07-12 12:09 hardaker * agent/helpers/table_iterator.h: file table_iterator.h was initially added on branch NEW-AGENT-API. 2001-07-12 02:21 jbpn * agent/: snmp_agent.c , mibgroup/agentx/client.c , mibgroup/agentx/master_request.c , mibgroup/agentx/protocol.c , mibgroup/agentx/subagent.c: - fix for bug #439094, reported by Evert-Jan van Tuijl, whereby the AgentX master agent expects a response to an agentx-CleanupSet-PDU message (incorrectly). This only shows up when testing against other subagents (e.g. jax) because the net-snmp subagent sends a response to the agentx-CleanupSet-PDU (incorrectly). 2001-07-10 16:10 hardaker * agent/mibgroup/mibII/vacm_context.c: file vacm_context.c was initially added on branch NEW-AGENT-API. 2001-07-10 16:10 hardaker * agent/mibgroup/mibII/vacm_context.h: file vacm_context.h was initially added on branch NEW-AGENT-API. 2001-07-10 16:06 hardaker * agent/mibgroup/target/target_counters.c: file target_counters.c was initially added on branch NEW-AGENT-API. 2001-07-10 16:06 hardaker * agent/mibgroup/target/target_counters.h: file target_counters.h was initially added on branch NEW-AGENT-API. 2001-07-05 06:11 jbpn * agent/mibgroup/mibII/: interfaces.c , interfaces.h: - make Interface_Scan_Get_Count non-static as it's very useful 2001-07-05 03:40 jbpn * snmplib/snmpusm.c: - free the cached security parameters when we have a parse error on input, otherwise we leak memory (triggered by SC 3.0.13.{2,3}). 2001-07-04 09:51 uid44810 * snmplib/snmp_api.c: - catch some malformed SNMPv3 packets 2001-07-04 07:42 uid44810 * snmplib/snmp_api.c: - fix bad mistake in snmpv3_scopedPDU_header_realloc_rbuild which was encoding the wrong length into the ScopedPDU SEQUENCE header (wasn't including length of actual data, i.e. PDU!). Totally my fault -- introduced when changing over to reallocating buffer type functions. Amazing this hasn't caused all sorts of trouble for people! 2001-07-02 18:04 rstory * snmplib/snmp-tc.c: file snmp-tc.c was initially added on branch NEW-AGENT-API. 2001-07-02 09:33 jbpn * agent/snmp_agent.c: - slight change to generation of error-index: - explicitly test for error-status == noError, and set error-index to zero in this case; - otherwise use the cached value; - don't zero the cached value in handle_var_list if handle_one_var returns noError - this copes properly with SET requests, where a failing SET will have a FREE phase which will typically return noError. Previously this would erroneously cause the error-index to be set to zero. 2001-07-02 08:14 jbpn * agent/mibgroup/util_funcs.c: - fix bad behaviour in header_simple_table when the index is equal to ULONG_MAX 2001-06-28 10:01 jbpn * agent/mibgroup/snmpv3/usmUser.c: - change sense of snmp_oid_compare() result check in var_usmUser to do lexi-ordering correctly 2001-06-28 07:20 jbpn * snmplib/snmp_api.c: - count more v1/v2c parse errors (SC 1.1.12.10) 2001-06-28 05:56 jbpn * snmplib/snmp_api.c: - check that version field of PDU is of integer type rather than just assuming it is (SC 1.1.12.2.1) 2001-06-28 04:40 jbpn * agent/mibgroup/mibII/vacm_vars.c: - increment snmpInBadCommunityNames when we see unknown community names, per RFC1907 2001-06-27 08:09 jbpn * agent/mibgroup/agentx/subagent.c: - make use of new function register_mib_detach() to mark all our nodes as detached when we get a transport disconnect indication. 2001-06-27 08:07 jbpn * agent/: agent_registry.c , agent_registry.h , var_struct.h: - add additional flag to subtree structure that subagents can use to determine whether an attempt has been made to register and OID with a master agent during a session's lifetime. This allows manual re-registration and automatic re-registration to be mixed within a subagent (perhaps because you are doing index stuff). - add function register_mib_detach() which unsets this flag for all known nodes (subagent would typically call this on disconnect indication). - add function unregister_mib_table_row() - correct bad recursive behaviour in register_mib_reattach() which used to try to re-register N nodes N! times. Once will normally be enough. - change to dump_registry() format to include hex display of flags field. 2001-06-26 09:26 dts12 * FAQ: Fix error in SNMPv2 trap examples (Identified by Diwakar Shetty). 2001-06-26 02:35 jbpn * snmplib/mib.c: - corrected sense of dump_realloc_oid_to_string() return value checks, as spotted by Robert Story. 2001-06-25 06:30 jbpn * agent/mibgroup/agentx/master_request.c: - small tweak in handle_agentx_response() when retrying unfulfilled requests: continue from the "start" OID of the next node of the tree, not from the "name" OID, which causes looping. 2001-06-21 09:51 jbpn * agent/mibgroup/agentx/master_request.c: - handle "holes" in rows of tables that are handled by subagents Since the fully-qualified instance is registered, we interpret a return of noSuchInstance when doing an inexact query as meaning we should retry the query. 2001-06-21 02:50 jbpn * snmplib/mib.h: - forgot to commit at the same time as last mib.c commit; updated prototype for sprint_realloc_hinted_integer 2001-06-20 06:44 jbpn * agent/: agent_index.c , agent_index.h: - add function count_indexes which returns the number of indexes allocated for a given OID. This can be useful for implementing "row count" objects, e.g. ifNumber. 2001-06-20 05:37 jbpn * agent/: agent_callbacks.h , mibgroup/agentx/subagent.c: - add SNMPD_CALLBACK_INDEX_START and SNMPD_CALLBACK_INDEX_STOP callbacks which may be used to manage index allocations. Master agent should probably call these callbacks too, although it's a bit of a degenerate case. 2001-06-19 09:44 jbpn * agent/agent_index.c: - use an explicit fieled "allocated" in snmp_index structure to indicate whether or not a value is currently allocated, rather than overloading a NULL session to mean that it is not. This allows startup code in a master agent to pre-register indices when there are no sessions open. 2001-06-19 08:34 jbpn * agent/mibgroup/agentx/: master_admin.c , master_request.c: - keep the value of NETWORK_BYTE_ORDER from h.flags in the agentx-Open-PDU and use it for subsequent master-initiated AgentX protocol operations, per RFC 2741 (section 7.1.1, paragraph 4). For now, we are storing this in the flags field of a subsession. This is likely to stop working if the flags definitions change (i.e. it's not a great solution) - Thanks to Peter Korsten (severityone at users.sourceforge.net) for identifying this bug, and for help debugging this fix. 2001-06-19 02:35 jbpn * snmplib/mib.c: - reinstate space between numbers and units. - respect DISPLAY-HINTs for Unsigned32, Gauge, Gauge32 types. 2001-06-13 03:29 jbpn * agent/snmp_vars.c: - minor change to debugging to reduce "noise level" from Purify 2001-06-12 10:35 jbpn * agent/snmp_agent.c: - handle non-repeaters and max-repetitions field values of < 0 (by setting them to 0, per RFC 1905) 2001-06-12 10:05 jbpn * agent/snmp_agent.c: - fix bug that caused a null pointer to be followed when processing a GETBULK request with non-repeaters > 0, max-repetitions == 0 and no varbinds in the request. 2001-06-12 07:24 dts12 * snmplib/: read_config.c (V4-2-patches.1), read_config.c: Fix 'unregister_config_handler' to handle tags other than the first in the list. (Thanks to Paul Serice). 2001-06-06 07:39 jbpn * agent/mibgroup/agentx/master_admin.c: - free() return value from register_index() calls 2001-06-06 07:37 jbpn * agent/agent_index.c: - more uniform return value from register_index(): make it always a varbind which the caller is responsible for free()ing, or else NULL. 2001-06-05 03:10 jbpn * agent/agent_index.c: - fix for index allocation, such that requests for specific indices which have previously been allocated, but are not currently in use, succeed. - more debugging output. 2001-06-01 08:37 hardaker * agent/mibgroup/testdelayed.h: file testdelayed.h was initially added on branch NEW-AGENT-API. 2001-06-01 08:37 hardaker * agent/mibgroup/testhandler.h: file testhandler.h was initially added on branch NEW-AGENT-API. 2001-06-01 08:37 hardaker * agent/mibgroup/testdelayed.c: file testdelayed.c was initially added on branch NEW-AGENT-API. 2001-06-01 08:37 hardaker * agent/mibgroup/testhandler.c: file testhandler.c was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/table.c: file table.c was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/multiplexer.h: file multiplexer.h was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/old_api.c: file old_api.c was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/null.h: file null.h was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/instance.c: file instance.c was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/set_helper.h: file set_helper.h was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/table.h: file table.h was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/read_only.c: file read_only.c was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/serialize.c: file serialize.c was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/old_api.h: file old_api.h was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/instance.h: file instance.h was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/read_only.h: file read_only.h was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/.cvsignore: file .cvsignore was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/multiplexer.c: file multiplexer.c was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/Makefile.in: file Makefile.in was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/serialize.h: file serialize.h was initially added on branch NEW-AGENT-API. 2001-06-01 08:36 hardaker * agent/helpers/null.c: file null.c was initially added on branch NEW-AGENT-API. 2001-06-01 07:39 hardaker * local/tkmib: misc fixes for oid formatting problems. 2001-06-01 07:37 hardaker * README: add Martin Oldfield. 2001-06-01 02:50 jbpn * agent/: snmp_agent.c , snmp_agent.h , mibgroup/agentx/master_request.c: - fix for absolutely mind-bending memory leak when AgentX sessions timeout. agent_session_list holds a queue of sessions with outstanding requests. When a session times out, this must be scavenged to make sure the sessions that have timed out, and their associated requests are free()d. 2001-05-30 03:28 jbpn * agent/mibgroup/agentx/subagent.c: - retry initial open of AgentX master socket if AgentX pings are enabled (should really be a separate default_store option but never mind) 2001-05-30 03:27 jbpn * agent/mibgroup/agentx/master_request.c: - more aggressive handling of timeout conditions (also fix memory leak) 2001-05-30 03:19 jbpn * agent/mibgroup/agentx/master_admin.c: - more informative debugging 2001-05-30 02:37 jbpn * snmplib/snmp_alarm.c: - remove noisy debugging 2001-05-30 02:37 jbpn * snmplib/snmp_api.c: - more compact debugging in _sess_select_info 2001-05-30 02:34 jbpn * agent/agent_registry.c: - copy flags in reattach_subtree (needed for AgentX row registration) 2001-05-28 08:54 jbpn * agent/mibgroup/agentx/: client.c , client.h , master_admin.c , master_request.c , subagent.c: - stuff from patch #416026 (submitted by anonymous) for AgentX row registration 2001-05-28 08:49 jbpn * agent/snmp_vars.c: - tweak to getStatPtr to handle getNext operations in combination with FULLY_QUALIFIED_INSTANCE nodes (which arise in AgentX row registration). 2001-05-28 08:46 jbpn * agent/: agent_registry.c , agent_registry.h , var_struct.h: - stuff from patch #416026 (submitted by anonymous) for AgentX row registration 2001-05-28 08:42 jbpn * agent/mibgroup/agentx/master.c: - small tweak to debugging output 2001-05-28 08:39 jbpn * agent/mibgroup/agentx/protocol.c: - do parsing/building of ASN_PRIV_EXCL_RANGE and ASN_PRIV_INCL_RANGE types *properly*. 2001-05-28 04:40 jbpn * snmplib/snmp_api.c: - fix possible memory leak in _sess_async_send error cases 2001-05-28 04:27 jbpn * agent/mibgroup/agentx/protocol.c: - add parsing/building of ASN_PRIV_EXCL_RANGE and ASN_PRIV_INCL_RANGE types. 2001-05-23 09:20 jbpn * snmplib/snmp_api.c: - respect msgMaxSize in received v3 PDUs (in the weak sense that if the serialized response PDU is more than it, we don't send it) - removed functions ascii_to_binary, hex_to_binary. Using these functions is really bad, since they will happily overflow buffers. The superior alternatives, defined in tools.h, are snmp_{decimal, hex}_to_binary. 2001-05-23 09:00 jbpn * apps/snmpstatus.c: - remove unused variable struct sockaddr_in respIp 2001-05-23 08:58 jbpn * agent/snmp_agent.c: - early bail out of handle_snmp_packet() if the callback operation type is not SNMP_CALLBACK_OP_RECEIVED_MESSAGE. In practice, the only way this arises currently is when a stream transport based connection goes away and a SNMP_CALLBACK_OP_DISCONNECT occurs. 2001-05-23 08:44 jbpn * snmplib/snmp_api.h: - new fields rcvMsgMaxSize and sndMsgMaxSize in snmp_session structure to support v3 msgMaxSize - removed functions ascii_to_binary, hex_to_binary from public interface. Using these functions is really bad, since they will happily overflow buffers. The superior alternatives, defined in tools.h, are snmp_{decimal, hex}_to_binary. 2001-05-23 08:37 jbpn * snmplib/: snmpAAL5PVCDomain.c , snmpIPXDomain.c , snmpTCPDomain.c , snmpUDPDomain.c , snmpUnixDomain.c , snmp_transport.c , snmp_transport.h: - add msgMaxSize field to snmp_transport structure to support msgMaxSize negotiation for v3 2001-05-23 07:14 jbpn * snmplib/scapi.c: - use sprint_realloc_hexstring instead of sprint_hexstring for SNMP_TESTING_CODE debugging output of IV, key and plaintext 2001-05-23 05:25 jbpn * apps/snmptest.c: - free() buffers in a couple of error cases; no big deal 2001-05-23 04:39 jbpn * snmplib/snmpv3.c: - use new snmp_hex_to_binary function for engine ID parsing in -e option, rather than archaic hex_to_binary 2001-05-23 04:22 jbpn * snmplib/snmp_parse_args.c: - free() buffers in a couple of error cases; no big deal 2001-05-23 04:14 jbpn * snmplib/snmp_parse_args.c: - use new snmp_hex_to_binary function for engine ID parsing in -e and -E options, rather than archaic hex_to_binary 2001-05-23 03:56 jbpn * apps/snmptest.c: - use new snmp_{decimal, hex}_to_binary functions for input string to OCTET STRING conversion, rather than archaic ascii_to_binary and hex_to_binary - omit trailing newline from string (helpful for objects that don't allow non-printing characters, e.g. sysLocation.0) 2001-05-20 08:12 jbpn * snmplib/snmp_api.c: - rewritten _sess_read() function: - better handling of long packets - zero-copy reception of packets on stream transports - lower memory overheads for packet fragment handling for stream transports - allow parsing of large objects (>8192 octets) 2001-05-20 05:48 jbpn * snmplib/snmp_parse_args.c: - don't strdup() contextName, securityName -- causes minor memory leak. 2001-05-20 05:04 jbpn * snmplib/snmpTCPDomain.c: - test return of fcntl(F_GETFL), so as not to set flags to garbage - correction to comment -- set socket to *blocking*! - check opaque before writing to it in recv 2001-05-20 05:02 jbpn * snmplib/snmp_client.c: - proper handling of SNMP_CALLBACK_OP_DISCONNECT in snmp_synch_input: set an error condition, with errno SNMPERR_ABORT ("Session abort failure"), which seems like a good enough match. 2001-05-18 09:54 jbpn * snmplib/snmpTCPDomain.c: - make newly-accept()ed sockets blocking; otherwise problems arise later when send()ing large PDUs (since only a single socket buffer's worth of data at most can be sent without blocking). 2001-05-18 07:17 jbpn * agent/snmp_agent.c: - use sprint_realloc_objid and sprint_realloc_variable instead of sprint_objid and sprint_variable respectively, to allow large PDUs to be printed when debugging 2001-05-18 07:16 jbpn * snmplib/tools.c: - improved debugging output from snmp_realloc() 2001-05-18 07:15 jbpn * snmplib/: mib.c , mib.h: - remove debugging from output routines - new function sprint_realloc_objid - make sprint_realloc_objid and sprint_realloc_variable externally visible 2001-05-18 06:28 jbpn * snmplib/asn1.c: - improved debugging output from asn_realloc() 2001-05-15 04:10 jbpn * mibs/UCD-SNMP-MIB.txt: - add OIDs for UDP/IPv6 and TCP/IPv6 2001-05-14 02:20 jbpn * agent/mibgroup/ucd-snmp/vmstat_solaris2.c: - added \n to text of snmp_log() messages (bug #422978) 2001-05-11 07:30 jbpn * snmplib/: mib.c , mib.h: - added sprint_realloc_ family of functions which take extra parameters and use relocating buffers to remove limitations due to fixed-size buffers (e.g. see bug #409181). - also fixes potential problem noted as bug #414803 - fprint_variable, fprint_objid and fprint_value use new functions such that snmpget etc. are improved immediately - old functions remain *FOR NOW* -- but really they should be considered to be deprecated (new functions provide a superset of their functionality). 2001-05-11 07:14 jbpn * snmplib/parse.h: - added additional function pointer to struct tree to point at relocating buffer compatible output function 2001-05-11 06:57 jbpn * snmplib/: tools.c , tools.h: - added utility function snmp_strcat, which appends a string to a relocatable buffer 2001-05-10 11:20 rstory * snmplib/mib.c: fix bug #423109 incorrect index parsing 2001-05-09 16:43 rstory * snmplib/snmp_client.c: fix snmp_client.c:569: warning: control reaches end of non-void function 2001-05-09 12:36 slif * agent/mibgroup/: Rmon.h , Rmon/README , Rmon/agutil.c , Rmon/agutil.h , Rmon/agutil_api.h , Rmon/alarm.c , Rmon/alarm.h , Rmon/event.c , Rmon/event.h , Rmon/history.c , Rmon/history.h , Rmon/row_api.h , Rmon/rows.c , Rmon/rows.h , Rmon/statistics.c , Rmon/statistics.h , Rmon/test_alarm.sh , Rmon/test_hist.sh: Include Alex Rozin's Rmon. 2001-05-07 10:41 hardaker * snmplib/: snmp_client.c , snmp_client.h: Added a couple of convenience functions for manipulating varbindlists: int snmp_set_var_typed_value(struct variable_list *newvar, u_char type, u_char *val_str, size_t val_len); void snmp_replace_var_types(struct variable_list *vbl, int old_type, int new_type); void snmp_reset_var_types(struct variable_list *vbl, int new_type); 2001-05-07 10:36 hardaker * snmplib/tools.h: define SNMP_MALLOC_TYPEDEF() 2001-05-05 07:28 rstory * local/mib2c.storage.conf: fix store_ name; don't cast to asny type if parm expecting u_char*; fix _variable_oid naming; cast parm 2 of memdup to u_char* 2001-05-03 14:16 hardaker * snmplib/asn1.c: fixed rauth offset incrementing: was incrementing the pointer, not the value. -- more instances of the same problem found. 2001-05-03 14:15 hardaker * snmplib/asn1.c: fixed rauth offset incrementing: was incrementing the pointer, not the value. 2001-05-03 10:08 hardaker * aclocal.m4 , config.guess , config.sub , configure , ltmain.sh: updated to libtool 1.4 2001-05-01 13:31 hardaker * snmplib/snmpksm.c: use realloc routines. 2001-05-01 13:31 hardaker * snmplib/read_config.c: fix variable declaration. 2001-05-01 13:30 hardaker * snmplib/mib.c: Don't print hex for string lengths less than 4. Should have died ages ago. 2001-05-01 13:29 hardaker * agent/mibgroup/ucd-snmp/vmstat.h: Fix prototype so its not static (it shouldn't be). 2001-05-01 13:29 hardaker * agent/mibgroup/mibII/ip.c: make RONLY variables writable (which may or may not work. I'm betting not.) 2001-05-01 13:28 hardaker * agent/snmp_agent.c: remove unused variables. 2001-05-01 13:28 hardaker * config.h.in , configure , configure.in: check for an rpm subdirectory. 2001-04-23 20:41 hardaker * local/tkmib: big cleanup and other fixes I've already forgotten in the last few minutes. 2001-04-23 20:34 hardaker * local/tkmib: Don't walk off end of mib tree (sigh). 2001-04-23 20:19 hardaker * local/tkmib: fix the mib info display options. save them appropriately. 2001-04-23 18:23 hardaker * local/tkmib: more savable option items. use Data::Dumper to save most stuff. 2001-04-23 17:26 hardaker * local/tkmib: Don't save session options twice. Make color of writable objects a variable. 2001-04-23 17:08 hardaker * local/: tkmib (V4-2-patches.2), tkmib: fix walk problem once and for all. 2001-04-23 16:36 hardaker * local/tkmib: reduce screen realestate all over the place 2001-04-23 16:35 hardaker * local/tkmib: test against version 5 2001-04-18 08:46 hardaker * agent/mibgroup/ucd-snmp/lmSensors.c , agent/mibgroup/ucd-snmp/lmSensors.h , mibs/LM-SENSORS-MIB.txt , mibs/UCD-SNMP-MIB.txt: Added LM-SENSORS-MIB support (diskio extension) from Martin Oldfield 2001-04-18 05:40 jbpn * snmplib/snmp_api.c: - hacking on snmp_add_var to handle long values - use snmp_{hex,decimal}_to_binary instead of hex_to_binary and ascii_to_binary; these should be removed - don't use strtok in processing bitstrings 2001-04-18 04:58 jbpn * snmplib/asn1.c: - use the generic snmp_realloc function in asn_realloc 2001-04-18 02:40 jbpn * snmplib/: tools.c , tools.h: - new, reallocating utility functions snmp_hex_to_binary and snmp_decimal_to_binary to convert hex and decimal strings to octet strings respectively. - new utility function snmp_realloc to perform buffer (re-)allocation 2001-04-12 05:12 dts12 * agent/: snmp_agent.c (V4-2-patches.6), snmp_agent.c: Better fix for bug #414855 from arajesh Handles non-repeaters=0 as well, and avoids memory leaks. 2001-04-11 10:06 jbpn * snmplib/asn1.h: - second incarnation of asn_realloc_rbuild_ functions, which now take an additional argument that may be used to indicate that reallocation should not be done. - old _rbuild API is gone. - extended (and corrected!) commentary on correct usage of new API. 2001-04-11 10:05 jbpn * snmplib/: snmp.c , snmp.h: - use second incarnation of _realloc_rbuild functions. - old _rbuild_var_op API is gone. 2001-04-11 10:04 jbpn * snmplib/snmpusm.c: - use second incarnation of asn_realloc_rbuild_ functions. 2001-04-11 10:03 jbpn * snmplib/snmp_api.c: - use second incarnation of _realloc_rbuild functions. - old _rbuild API is gone. 2001-04-11 10:02 jbpn * snmplib/asn1.c: - second incarnation of asn_realloc_rbuild_ functions, which now take an additional argument that may be used to indicate that reallocation should not be done. - old _rbuild API is gone. - asn_realloc() function checks whether it has been passed a NULL pointer and uses malloc() in that case (thanks to Michael Slifcak for pointing out the danger here). 2001-04-11 06:13 dts12 * agent/snmp_agent.c: Handle GetBulk requests with max-repetitions=0 properly (bug #414855) 2001-04-10 04:47 jbpn * snmplib/snmpUDPDomain.c: - set SO_SNDBUF and SO_RCVBUF to 128Kb for newly-opened UDP sockets, to enable large PDUs to be sent and received. Some implementations default very low (Solaris 2.7 8Kb, Linux 2.4 64Kb). 2001-04-09 10:05 jbpn * snmplib/snmpusm.c: - modified usm_rgenerate_out_msg() to make use of reallocating reverse encode functions. 2001-04-09 10:03 jbpn * snmplib/snmpusm.h: - additional parameter to usm_rgenerate_out_msg() to enable use of reallocating reverse encode functions. 2001-04-09 09:57 jbpn * snmplib/snmp_secmod.h: - allow additional parameter for outgoing params to enable use of reallocating reverse encode functions. 2001-04-09 09:55 jbpn * snmplib/snmp_api.h: - prototypes for reallocating reverse encode functions 2001-04-09 09:54 jbpn * snmplib/snmp_api.c: - modified to use reallocating reverse ASN.1 encoder functions if using reverse encoding at all. 2001-04-09 09:49 jbpn * snmplib/snmp.c: - add new function snmp_realloc_rbuild_var_op() which uses reallocating reverse ASN.1 encoder functions to encode varbinds. 2001-04-09 09:47 jbpn * snmplib/asn1.h: - prototype for new suite of functions asn_realloc_rebuild_, which perform reverse encoding into a buffer and grow it if there is not enough space for the encoding. - commentary on correct usage of above. 2001-04-09 09:43 jbpn * snmplib/asn1.c: - new suite of functions asn_realloc_rebuild_, which perform reverse encoding into a buffer and grow it if there is not enough space for the encoding. 2001-04-06 12:12 hardaker * AGENT.txt , COPYING , ChangeLog , EXAMPLE.conf.def , FAQ , NEWS , PORTING , README , README.agentx , README.snmpv3 , configure , configure.in , sedscript.in , version.h , agent/agent_trap.c , agent/ds_agent.h , agent/snmp_agent.c , agent/snmpd.c , agent/mibgroup/ucd_snmp.h , agent/mibgroup/util_funcs.c , agent/mibgroup/agentx/README.agentx , agent/mibgroup/agentx/master.c , agent/mibgroup/agentx/master.h , agent/mibgroup/examples/example.c , agent/mibgroup/host/hr_filesys.c , agent/mibgroup/host/hr_storage.c , agent/mibgroup/host/hr_swrun.c , agent/mibgroup/host/hr_utils.c , agent/mibgroup/mibII/at.c , agent/mibgroup/mibII/at.h , agent/mibgroup/mibII/interfaces.c , agent/mibgroup/mibII/ip.c , agent/mibgroup/mibII/udp.c , agent/mibgroup/mibII/var_route.c , agent/mibgroup/notification/snmpNotifyFilterProfileTable.c , agent/mibgroup/notification/snmpNotifyFilterTable.c , agent/mibgroup/notification/snmpNotifyTable.c , agent/mibgroup/target/target.c , agent/mibgroup/ucd-snmp/disk.c , agent/mibgroup/ucd-snmp/file.c , agent/mibgroup/ucd-snmp/loadave.c , agent/mibgroup/ucd-snmp/pass.c , agent/mibgroup/ucd-snmp/proxy.c , agent/mibgroup/ucd-snmp/registry.c , agent/mibgroup/ucd-snmp/versioninfo.c , agent/mibgroup/ucd-snmp/vmstat_solaris2.c , apps/snmpdelta.c , apps/snmptest.c , apps/snmptrapd.c , local/Makefile.in , local/mib2c , local/snmpconf , local/tkmib , local/wesrestart , man/snmpcmd.1 , man/snmpd.conf.5.def , man/snmpdelta.1 , mibs/rfclist , mibs/rfcmibs.diff , snmplib/mib.c , snmplib/parse.c , snmplib/snmp_api.c , snmplib/snmp_debug.c , snmplib/snmpusm.c , testing/eval_tools.sh , testing/tests/T120proxyget: merge3 -> merge4. I don't *think* I broke anything. - The main line should now contain all the 4.2.1 patches. - I may double check this at a later date. 2001-04-05 06:37 dts12 * snmplib/parse.c: Change 'Line' variable name, to assist with Mac port. 2001-04-05 06:14 dts12 * agent/mibgroup/ucd-snmp/: pass.c , pass_persist.c: Handle setting null string values via the 'pass' mechanism. (Support#406728) Also handle embedded whitespace in such values. Also applied to 'pass_persist'. 2001-04-05 06:07 dts12 * agent/: agent_registry.c , agent_trap.c , kernel.c , mib_modules.c , snmp_agent.c , snmp_agent.h , snmp_vars.c , mibgroup/util_funcs.c , mibgroup/agentx/master_admin.c , mibgroup/agentx/protocol.c , mibgroup/host/hr_disk.c , mibgroup/host/hr_network.c , mibgroup/host/hr_print.c , mibgroup/host/hr_proc.c , mibgroup/host/hr_system.c , mibgroup/host/hr_utils.c , mibgroup/mibII/vacm_vars.c , mibgroup/mibII/var_route.c , mibgroup/notification/snmpNotifyFilterProfileTable.c , mibgroup/notification/snmpNotifyFilterTable.c , mibgroup/notification/snmpNotifyTable.c , mibgroup/target/snmpTargetAddrEntry.c , mibgroup/target/target.c , mibgroup/ucd-snmp/file.c , mibgroup/ucd-snmp/hpux.c , mibgroup/ucd-snmp/proxy.c , mibgroup/ucd-snmp/registry.c , mibgroup/ucd-snmp/versioninfo.c: Keep one of the pickier compilers (HP's aCC) happy. 2001-04-05 06:06 dts12 * agent/mibgroup/ucd-snmp/disk.c: Ensure that checking for 'statvfs' is done consistently 2001-04-05 06:05 dts12 * agent/mibgroup/mibII/system_mib.c: ensure that 'exec_command' is used consistently with the availability of execv (A cleaner approach than the previous patch) 2001-04-05 06:01 dts12 * agent/: auto_nlist.c , auto_nlist.h: fix for auto_nlist bogus definitions for machines without nlist. 2001-04-05 04:51 jbpn * snmplib/snmp_api.c: - save a strcpy() and allow long octet string values without crashing (though there are still problems due to the liberal use of fixed size buffers with no bounds checking all over the place. Sigh). 2001-04-04 06:46 jbpn * agent/snmpd.c: - call external signal handlers before calling snmp_select_info(), rather than after calling snmp_select_info() but before select(). This fixes a potential problem that could arise if a signal handler closed a session, which would cause select() to return -1 with EBADF, and thus terminate the agent. 2001-04-03 09:31 dts12 * agent/mibgroup/mibII/system_mib.c: Ensure that the 'extmp' command variable is accessible on systems without EXECV. 2001-04-03 09:29 dts12 * agent/mibgroup/mibII/interfaces.c: Keep one of the pickier compilers (HP's aCC) happy. 2001-04-03 09:22 dts12 * apps/: snmptrapd.c , snmptrapd_log.c: Keep one of the pickier compilers (HP's aCC) happy. 2001-04-03 09:15 dts12 * snmplib/: mib.c , read_config.c , snmpTCPDomain.h , snmpUDPDomain.c , snmpUnixDomain.c , snmpUnixDomain.h , snmp_api.c , snmp_logging.c , snmp_transport.c , snmp_transport.h , system.c: Keep one of the pickier compilers (HP's aCC) happy. 2001-04-03 06:30 dts12 * agent/mibgroup/mibII/kernel_linux.c: Plug file-descriptor leak when using cached data. (Bug#412000) 2001-04-02 10:11 jbpn * agent/snmp_agent.c: - check for limits.h properly 2001-04-02 10:10 jbpn * man/snmp_agent_api.3: - minor typeface changes 2001-03-31 06:27 jbpn * man/snmp_agent_api.3: - update documentation of agent_check_and_process to reflect current behaviour ** NOTE: currently returns control to user when an alarms runs ** ** ** ** This may change ** 2001-03-31 06:25 jbpn * man/snmp_alarm.3: - document the snmp_alarm_register_hr function - expand the NOTES section discussing use of SIGALRM (or not) 2001-03-31 06:17 jbpn * agent/mibgroup/agentx/subagent.c: - Make use of SNMP_CALLBACK_OP_DISCONNECT transport disconnect indication to shut down AgentX sessions cleanly and cancel all callbacks which make refernce to the AgentX session. 2001-03-31 06:15 jbpn * agent/mibgroup/agentx/master_admin.c: - Fix multiple free() of parts of the subsession by zeroing out fields that we don't use. - Make use of SNMP_CALLBACK_OP_DISCONNECT transport disconnect indication to shut down AgentX sessions cleanly. 2001-03-31 06:13 jbpn * agent/mibgroup/agentx/master_request.c: - Make use of SNMP_CALLBACK_OP_DISCONNECT transport disconnect indication to shut down AgentX sessions cleanly. 2001-03-31 06:11 jbpn * agent/snmp_agent.c: - Fix memory leak in handle_one_var where long varbinds weren't correctly free()d. - Change behaviour of agent_check_and_process so that alarms run correctly. ** NOTE: currently returns control to user when an alarms runs ** ** ** ** This may change ** 2001-03-31 06:05 jbpn * snmplib/snmp_api.c: - Changed packet handling on stream-like transports so that all complete received packets are processed: _sess_read is refactored into two functions: _sess_read remains responsible for reading data from the transport layer, but then calls (perhaps more than once) _sess_process_packet to dispatch each packet read. - The presence of a session with a buffered partial packet no longer causes snmp_select_info to return with a timeout of zero. - Free the subsessions of a session when doing an snmp_sess_close; this fixes an AgentX memory leak when subagents come and go. - Perform callbacks with an operation argument of SNMP_CALLBACK_OP_DISCONNECT when you get a transport disconnect indication. 2001-03-31 05:56 jbpn * snmplib/snmp_api.h: Made transport domain const 2001-03-31 05:55 jbpn * snmplib/callback.c: Fix memory leak that can occur when deregistering callbacks 2001-03-30 08:05 hardaker * README.agentx: file README.agentx was initially added on branch V4-2-patches. 2001-03-29 21:43 hardaker * ISSUES (V4-2-patches.1), ISSUES: rm ISSUES 2001-03-29 08:21 slif * win32/libsnmp_dll/: libsnmp.def (V4-2-patches.3), libsnmp.def: Add vacm_is_configured. 2001-03-28 06:19 jbpn * agent/mibgroup/agentx/: client.c , master_request.c: - use SNMP_CALLBACK_OP_ callback operation names 2001-03-28 06:00 jbpn * apps/snmptrapd.c: - use SNMP_CALLBACK_OP_ callback operation names 2001-03-28 05:36 jbpn * agent/: snmp_agent.c , snmpd.c: - use SNMP_CALLBACK_OP_ callback operation names 2001-03-28 05:06 jbpn * snmplib/: snmp_client.c , snmp_api.c: - use SNMP_CALLBACK_OP_ callback operation names 2001-03-28 05:04 jbpn * snmplib/snmp_api.h: - rename callback operations to SNMP_CALLBACK_OP_ - add new operations SNMP_CALLBACK_OP_CONNECT, SNMP_CALLBACK_OP_DISCONNECT - add legacy definitions for RECEIVED_MESSAGE, TIMED_OUT, SEND_FAILED 2001-03-27 15:57 hardaker * agent/mibgroup/disman/: mteObjectsTable.c , mteTriggerTable.c: change fprintf -> snmp_log. Don't allow modifications of read-only rows in mteObjectsTable. 2001-03-27 10:55 hardaker * agent/: ds_agent.h , mibgroup/disman/mteObjectsTable.c , mibgroup/disman/mteObjectsTable.h , mibgroup/disman/mteTriggerBooleanTable.c , mibgroup/disman/mteTriggerDeltaTable.c , mibgroup/disman/mteTriggerExistenceTable.c , mibgroup/disman/mteTriggerTable.c , mibgroup/disman/mteTriggerTable.h , mibgroup/disman/mteTriggerThresholdTable.c: Support for new features in the DISMAN-EVENT-MIB code: New snmpd.conf tokens: - monitor [-o oid...] [-u user] oid [(=|!=|<=|...) VALUE]. - defaultMonitors yes 2001-03-27 10:53 hardaker * snmplib/mib.c: Moved * from beginning of routine to the same line as the return variable declaration. Was causing etags grief the other way. 2001-03-27 10:52 hardaker * local/Makefile.in: patch from Ken Hornstein: use %s instead of @s for search/replace delimiters. 2001-03-27 10:29 hardaker * apps/snmptrapd.c: Use snmp_log with %s to prevent % expansion in octet strings containing a %s. trap_fmt_free needs ()s. 2001-03-27 08:13 dts12 * agent/: snmp_agent.c , mibgroup/agentx/master_request.c: Handle non-responsive AgentX sub-agents more robustly. (Based on suggestions from Harrie Hazewinkel & Paul Rasmussen) 2001-03-27 08:03 dts12 * agent/snmp_agent.c: Avoid double-freeing of cached address strings. (John's improvement to my suggested fix). 2001-03-27 02:39 dts12 * agent/mibgroup/smux/smux.c: Reset count of authorized peers on closedown. (Thanks to Vlad Tunik) 2001-03-26 18:01 hardaker * agent/mibgroup/mibII/vacm_vars.c, snmplib/vacm.c, snmplib/vacm.h (V4-2-patches.[1,2,1]), agent/mibgroup/mibII/vacm_vars.c , snmplib/vacm.c , snmplib/vacm.h: Fixed vacm to drop v1/v2c packets properly when no com2sec entries are found. 2001-03-26 11:04 hardaker * local/: ipf-mod.pl (V4-2-patches.1), ipf-mod.pl: add usage comment at top 2001-03-22 07:55 dts12 * snmplib/snmp_api.c: Use ASN_OCTET_STR rather than the historic ASN_BIT_STR for 'b' object values Patch from Frank Strauss. 2001-03-22 07:46 dts12 * agent/: agent_trap.c (V4-2-patches.3), agent_trap.c: Fix for minor memory leak with trap-related varbind values. Thanks to John Villalovos (and the Intel SNMP team) 2001-03-21 17:30 driehuis * snmplib/mib.c: Avoid crash in snmp_shutdown on platforms that check pointer validity in free(3), e.g. FreeBSD. 2001-03-21 08:46 hardaker * agent/agent_trap.c , agent/mibgroup/util_funcs.c , agent/mibgroup/mibII/mta_sendmail.c , agent/mibgroup/mibII/vacm_vars.c , agent/mibgroup/mibJJ/vacm_vars.c , agent/mibgroup/target/snmpTargetAddrEntry.c , agent/mibgroup/target/snmpTargetParamsEntry.c , agent/mibgroup/target/target.c , agent/mibgroup/ucd-snmp/disk.c , agent/mibgroup/ucd-snmp/extensible.c , agent/mibgroup/ucd-snmp/proc.c , agent/mibgroup/ucd-snmp/proxy.c , apps/snmptrapd_handlers.c , snmplib/default_store.c , snmplib/read_config.c , snmplib/read_config.h , snmplib/snmpusm.c , snmplib/snmpv3.c: copy_nword created that checks buffer lengths. Made everything use it. 2001-03-21 08:38 hardaker * snmplib/snmpksm.c: KSM patch from Ken Hornstein 2001-03-20 09:13 jbpn * agent/.cvsignore: Ignore Purify and NFS stuff 2001-03-16 10:14 hardaker * config.h.in: added MIT_NEW_CRYPTO (for ksm) definition which was missing 2001-03-16 02:51 jbpn * agent/mibgroup/disman/mteTriggerTable.c: fix ridiculous memory leak in discontinuity processing 2001-03-15 11:04 hardaker * testing/tests/T056agentv2cmintrap: whoops. Missed a merge conflict line 2001-03-15 10:59 hardaker * README , README.win32 , agent/mib_modules.c , agent/mibgroup/header_complex.c , agent/mibgroup/agentx/client.c , agent/mibgroup/agentx/master.c , agent/mibgroup/agentx/master_admin.c , agent/mibgroup/agentx/master_request.c , agent/mibgroup/agentx/protocol.c , agent/mibgroup/agentx/subagent.c , agent/mibgroup/host/hr_filesys.c , agent/mibgroup/mibII/at.c , agent/mibgroup/mibII/ip.c , agent/mibgroup/notification/snmpNotifyFilterProfileTable.c , agent/mibgroup/notification/snmpNotifyFilterTable.c , agent/mibgroup/notification/snmpNotifyTable.c , agent/mibgroup/target/target.c , agent/mibgroup/ucd-snmp/dlmod.c , agent/mibgroup/ucd-snmp/pass_persist.c , agent/mibgroup/ucd-snmp/proxy.c , apps/snmptrapd.c , apps/snmptrapd_log.c , apps/snmpnetstat/if.c , man/snmp.conf.5.def , man/snmpcmd.1 , man/snmptrapd.8 , mibs/IANAifType-MIB.txt , mibs/MTA-MIB.txt , mibs/Makefile.mib , mibs/README.mibs , mibs/TUNNEL-MIB.txt , mibs/ianalist , mibs/mibfetch , mibs/rfclist , mibs/rfcmibs.diff , mibs/smistrip , perl/SNMP/SNMP.xs , snmplib/asn1.c , snmplib/default_store.c , snmplib/mib.c , snmplib/mib.h , snmplib/parse.c , snmplib/snmp_api.c , snmplib/snmp_logging.c , snmplib/snmp_parse_args.c , snmplib/snmp_parse_args.h , snmplib/snmpv3.c , snmplib/system.h , testing/eval_tools.sh , testing/tests/T054agentv2ctrap , testing/tests/T056agentv2cmintrap , testing/tests/T058agentauthtrap , testing/tests/T100agenthup , win32/config.h , win32/mib_module_config.h , win32/mib_module_includes.h , win32/mib_module_inits.h , win32/libsnmp_dll/libsnmp.def , win32/libucdmibs/libucdmibs.def , win32/libucdmibs/libucdmibs.dsp: merge from patches branch: merge2->3. 2001-03-15 10:22 jbpn * agent/mibgroup/disman/mteTriggerTable.h: extra members for discontinuity processing 2001-03-15 07:46 hardaker * agent/snmpd.c: Patch from Frank Strauss to run signal handlers earlier 2001-03-14 14:37 hardaker * agent/: agent_trap.h (V4-2-patches.2), agent_trap.h: Patch from Harrie Hazewinkel: make send_enterprise_trap_vars a public fn. 2001-03-14 12:16 slif * agent/mibgroup/tunnel/tunnel.c: Use config.h, don't use ucd-snmp directory to build in the mibgroup tree. 2001-03-14 11:05 slif * testing/: Makefile.in , RUNTESTS , TESTCONF.sh , eval_onescript.sh , eval_tools.sh: merge the test script changes made in the V4-2-patches branch. 2001-03-14 10:57 jbpn * agent/mibgroup/disman/mteTriggerTable.c: Change to discontinuity processing to stop it returning TRUE all the time 2001-03-14 10:52 jbpn * agent/mibgroup/disman/mteTriggerTable.c: - rough stab at discontinuity processing - bail out of getNext-type loops on a badType condition 2001-03-14 10:34 hardaker * README.krb5: kerberos README file from Ken Hornstein 2001-03-14 10:28 jbpn * agent/mibgroup/disman/mteTriggerDeltaTable.c: Get returned *var_len right for mteTriggerDeltaDiscontinuityID 2001-03-14 10:19 slif * agent/snmpd.c , agent/mibgroup/examples/ucdDemoPublic.c , apps/snmpvacm.c , apps/snmpnetstat/winstub.c , snmplib/parse.c , snmplib/snmpUnixDomain.c: patch submitted by Harrie Hazewinkel to quiet some warnings. 2001-03-14 10:19 hardaker * acconfig.h , configure , configure.in , snmplib/snmp_api.c , snmplib/snmpksm.c , snmplib/snmpksm.h: KSM patch from Ken Hornstein. 2001-03-14 05:45 dts12 * agent/mibgroup/host/: hr_swrun.c (V4-2-patches.5), hr_swrun.c: Fix Linux file descriptor leak (reported by Oliver Fänger) 2001-03-14 05:22 jbpn * agent/mibgroup/disman/.cvsignore: [no log message] 2001-03-14 02:20 jbpn * agent/mibgroup/disman/: mteTriggerTable.c , mteTriggerTable.h: - save original PDU's transport domain -- necessary for community string processing CAUTION: incompatible change in format of mteTriggerTable configuration entry - fix memory leak in mte_run_trigger by releasing PDUs - send "bad type" notifications in some cases - other minor memory leaks - "delta" sampleType handled for boolean triggers - more "XXX:" comments! 2001-03-13 13:52 marz * perl/SNMP/SNMP.xs: fix support for Integer32 2001-03-11 08:43 jbpn * snmplib/: snmp_transport.c , snmp_transport.h: Add a function to test whether an OID corresponds to a supported transport domain. 2001-03-11 07:55 jbpn * snmplib/snmpTCPDomain.h: Add #includes to make struct sockaddr_in complete 2001-03-11 07:54 jbpn * snmplib/snmpAAL5PVCDomain.h: Remove spurious #include 2001-03-09 07:32 hardaker * agent/mibgroup/mibII/vacm_vars.c: Fix rwuser -s model to actually work. 2001-03-09 05:52 jbpn * snmplib/snmpTCPDomain.c: Set a PDU's opaque data on a tcp_recv; this isn't necessary to send replies (because the underlying socket is strongly connected) but if you don't do this then you can't do "com2sec" type processing for PDUs received on TCP sessions... interesting. 2001-03-09 03:33 jbpn * snmplib/snmpUDPDomain.c: Fix bad assumption that community string is zero-terminated 2001-03-08 15:36 hardaker * agent/snmpd.c: - correct version statements to indicate net-snmp. - remove my name as author (I'm certainly not the only one) - add web address. 2001-03-08 15:31 hardaker * README: - Added Ken Hornstein's name to contributers list. - Removed mine from being listed separately. 2001-03-08 14:51 hardaker * configure , configure.in , agent/mibgroup/mibII/vacm_vars.c , snmplib/snmpksm.c , snmplib/snmpksm.h: Added a kerberos based security module (ksm). However, Needs libraries (-lkrb5 -lcom_err) not being checked for currently. 2001-03-08 14:48 hardaker * snmplib/snmp_api.c: Whoops. Shouldnt have a negation sign on the most recent checkin. 2001-03-08 14:38 hardaker * snmplib/snmp_api.c: If NO_PROBE is set, don't do any post probing activities either like time updating and user creation. 2001-03-08 08:14 jbpn * agent/mibgroup/target/target.c: Remove strdup()s on some session parameters which cause memory leaks (since snmp_open deep copies the input session anyway) 2001-03-08 08:11 jbpn * agent/mibgroup/target/snmpTargetAddrEntry.c: Make sure sess field of new entries is initialised to NULL. 2001-03-08 07:49 jbpn * agent/mibgroup/target/snmpTargetParamsEntry.c: Make config token parser update timestamp on entry it creates; move update_timestamp function. 2001-03-07 07:45 hardaker * perl/SNMP/: README , SNMP.pm , SNMP.xs: Patch from Karl Schilke to remove unneeded timestamp support 2001-03-06 20:58 hardaker * snmplib/: snmp_api.c , snmp_client.c , snmp_secmod.c , snmp_secmod.h , snmpusm.c: secmod struct symbol name changes to something more intelligible. 2001-03-06 16:46 hardaker * snmplib/: snmp_api.c , snmp_client.c: - set the default pdu security model to SNMP_DEFAULT_SECMODEL (not 0). - don't force the security model of the session on the pdu if already set. 2001-03-06 16:11 hardaker * agent/mibgroup/mibII/vacm_vars.c: hopefully fix to allow other (registered) security models to be used. 2001-03-06 09:23 hardaker * README: Added John Naylon to the README file. 2001-03-06 09:22 hardaker * snmplib/: snmp_api.c , snmp_secmod.h: Create a new secmod callback when a timeout on a pdu occurs. 2001-03-06 09:18 hardaker * configure , configure.in: properly install secmod header list. 2001-03-06 08:43 hardaker * snmplib/: snmp_api.c , snmp_secmod.h: - bug fixes for secmod related stuff (it compiles now (opps)). 2001-03-06 08:38 hardaker * snmplib/: snmp_api.c , snmp_secmod.h: - two new secmod callbacks for freeing a pdu and a session. - move transport closing in snmp_sess_close() to after pending requests are freed/closed in case something needs to make use of the transport before it closes. 2001-03-06 07:56 hardaker * snmplib/: snmp_api.c , snmp_secmod.h: Pass in pdu to secmod encode/decode routines. 2001-03-06 03:35 jbpn * agent/mibgroup/mibII/interfaces.c: Modified function Interface_Index_By_Name (Solaris specific) to cope more gracefully with large numbers of interfaces. Also stops Purify on Solaris complaining about uninitialised memory reads. 2001-03-05 16:33 hardaker * snmplib/snmp_api.c: reverse callback ordering of normal callback/secmod callback processing in sess_copy(). 2001-03-05 16:26 hardaker * snmplib/snmp_secmod.c: remove unused free function calls for security module unregistrations. 2001-03-05 16:17 hardaker * snmplib/: snmp_api.c , snmp_secmod.h: minor API changes to the pluggable security model handling. 2001-03-05 16:11 hardaker * snmplib/snmp_api.c: properly respect the DONT_PROBE_FLAG. 2001-03-05 15:36 hardaker * snmplib/: snmp_api.c , snmp_api.h , snmp_secmod.h: add a session pointer to the v3 build routines. 2001-03-05 15:23 hardaker * snmplib/: snmp_api.c , snmp_api.h: Add a krb5 specific error code. 2001-03-05 14:58 hardaker * configure , configure.in: make configure properly handle pluggable security modules 2001-03-05 14:49 hardaker * configure , configure.in: make configure mkdir snmplib before creating a file in it 2001-03-05 14:44 hardaker * configure , configure.in: make configure respect non-local srcdirs for transport/secmods 2001-03-05 10:40 hardaker * acconfig.h , config.h.in , configure , configure.in , agent/agent_index.c , agent/agent_read_config.c , agent/agent_registry.c , agent/mib_modules.c , agent/snmp_vars.c , agent/snmpd.c , agent/mibgroup/examples/ucdDemoPublic.c , agent/mibgroup/snmpv3/usmUser.c , apps/snmptrapd.c , snmplib/.cvsignore , snmplib/Makefile.in , snmplib/callback.h , snmplib/default_store.h , snmplib/lcd_time.c , snmplib/scapi.c , snmplib/snmp_api.c , snmplib/snmp_api.h , snmplib/snmpusm.c , snmplib/snmpusm.h , snmplib/snmpv3.c: support for pluggable security models. Currently only the USM is available, but a new kerberos based security model will be available shortly. These changes simply make it possible to use more than one security service. 2001-03-05 10:36 hardaker * snmplib/: snmp_secmod.c , snmp_secmod.h: Added John Naylon to the authors list. 2001-03-05 10:33 hardaker * snmplib/snmp_enum.h: Comment re-arranging to actually be near the functions they're describing. 2001-03-05 06:10 jbpn * snmplib/system.c: Modified get_myaddr() function to cope more gracefully with large numbers of interfaces, and with the possibility of non-IPv4 addresses on some interfaces. Also stops Purify on Solaris complaining about uninitialised memory reads. Use "official" definition of INADDR_LOOPBACK. 2001-03-03 14:34 nba * mibs/ianalist: file ianalist was initially added on branch V4-2-patches. 2001-03-03 14:34 nba * mibs/rfclist: file rfclist was initially added on branch V4-2-patches. 2001-03-03 14:34 nba * mibs/README.mibs: file README.mibs was initially added on branch V4-2-patches. 2001-03-03 14:34 nba * mibs/rfcmibs.diff: file rfcmibs.diff was initially added on branch V4-2-patches. 2001-03-01 19:23 hardaker * snmplib/: asn1.c , snmp_api.c: Fix snmp_oid_compare and reverse encodings to deal with numbers > 2^31. 2001-02-28 23:02 hardaker * snmplib/: read_config.c , read_config.h , snmp_parse_args.c: - implemented snmp_config(char *line) to parse a .conf configuration line at any time in the code (handlers must be registered before hand). - implemented snmp_config_remember(char *line) to memorize it for later use. - read_configs, et al, will automatically call them after reading everything else. - Added a -Y flag to snmp_parse_args to store read config directives for later use, thus allowing you to specify .conf directives on the command line. 2001-02-27 07:28 dts12 * agent/snmp_vars.c: Avoid infinite loop with AgentX subagents and VACM checking interaction. (Fix provided by Frank Strauss) 2001-02-21 15:21 hardaker * snmplib/: ucd-snmp-includes.h (V4-2-patches.1), ucd-snmp-includes.h: Applied patch #103805 from bcollar: add sys/time.h to ucd-snmp-includes.h 2001-02-21 15:15 hardaker * snmplib/: int64.c (V4-2-patches.2), int64.c: fix bug #133416 (u64Subtraction math) as suggested by the submittor 2001-02-16 15:12 hardaker * agent/: var_struct.h (V4-2-patches.1), var_struct.h: - increase UCD_REGISTRY_OID_MAX_LEN to 128 at Frank's request 2001-02-16 04:16 jbpn * configure.in: Change behaviour on cygwin to exclude Unix domain transports by default on cygwin, and also fix a minor bug, thanks to suggestions by Peter Folk. 2001-02-14 18:14 hardaker * apps/: snmptrapd.c (V4-2-patches.1), snmptrapd.c: removed unused snmp_alarm.h include 2001-02-12 14:11 marz * perl/SNMP/SNMP.pm: added Karl's patch for usenumeric 2001-02-12 13:54 marz * perl/SNMP/: MANIFEST , SNMP.pm , SNMP.xs , examples/trap-example.pl: added trap reception API from Philip Prindeville 2001-02-11 08:23 jbpn * apps/snmptrapd.c: Use snmp_add not snmp_sess_add (the latter doesn't add a session to the Session list, and it therefore won't get included in the select() fdset, hence snmptrapd will never receive very much). 2001-02-11 08:20 jbpn * snmplib/snmpUDPDomain.c: Fix improperly-terminated list in com2sec handling. 2001-02-11 07:45 jbpn * agent/snmpd.c: Clean up merge (>>>>>>, ====== etc. left behind). 2001-02-10 09:26 jbpn * configure.in: Fix typo. 2001-02-10 09:11 jbpn * agent/mibgroup/agentx/: master.c , master_admin.c , subagent.c: Memory leak patches (sourceforge patch #103605). Remove a few strdup()s, and call free_agent_snmp_session() rather than free() in subagent.c:handle_agentx_packet() for AGENTX_MSG_RESPONSE and default cases, to ensure free()ing of cloned PDU allocated by init_agent_snmp_session. 2001-02-10 07:28 hardaker * snmplib/: snmpAAL5PVCDomain.c , snmpAAL5PVCDomain.h , snmpIPXDomain.c , snmpIPXDomain.h , snmpTCPDomain.c , snmpTCPDomain.h , snmpUDPDomain.c , snmpUDPDomain.h , snmpUnixDomain.c , snmpUnixDomain.h , snmp_transport.c , snmp_transport.h: Whoops. Forgot the new files associated with the pluggable transport stuff. 2001-02-09 11:22 hardaker * agent/mibgroup/disman/: event-mib.h , mteObjectsTable.c , mteObjectsTable.h , mteTriggerBooleanTable.c , mteTriggerExistenceTable.c , mteTriggerTable.c , mteTriggerTable.h , mteTriggerThresholdTable.c: Implemented and made use of mteObjectsTable to send additional objects out with traps generated. Also, don't return data for misc tables when that trigger isn't defined to use that test type. 2001-02-09 11:16 hardaker * agent/: snmpd.c (V4-2-patches.2), snmpd.c: Applied patch #103613: fix memory leak in snmpd port specification -> default_store. 2001-02-09 11:14 hardaker * agent/: mib_modules.c (V4-2-patches.2), mib_modules.c: Applied patch #103612: fix memory leak in mib_module init code 2001-02-09 11:12 hardaker * agent/: agent_registry.c (V4-2-patches.1), agent_registry.c: Applied patch #103611: fix memory leak for duplicate oid registrations. 2001-02-09 11:05 hardaker * agent/mibgroup/ucd-snmp/: memory_freebsd2.c, proxy.c (V4-2-patches.[1,4]), memory_freebsd2.c: Applied patch #103702: fix swap reporting on freebsd 4.2 2001-02-09 10:12 hardaker * acconfig.h , config.h.in , configure , configure.in , agent/agent_trap.c , agent/snmp_agent.c , agent/snmp_agent.h , agent/snmp_vars.c , agent/snmpd.c , agent/mibgroup/mibII/vacm_vars.c , apps/snmpstatus.c , apps/snmptest.c , apps/snmptrap.c , apps/snmptrapd.c , apps/snmptrapd_log.c , apps/snmptrapd_log.h , mibs/UCD-SNMP-MIB.txt , snmplib/Makefile.in , snmplib/snmp_alarm.c , snmplib/snmp_alarm.h , snmplib/snmp_api.c , snmplib/snmp_api.h , snmplib/snmp_client.c , snmplib/vacm.h: Applied patch 103510: domain transport independence. Note: Traps/VACM broken. 2001-02-09 08:54 hardaker * testing/tests/: T001snmpv1get , T002snmpv1getnext , T003snmpv1getfail , T014snmpv2cget , T015snmpv2cgetnext , T016snmpv2cgetfail , T017snmpv2ctov1getfail , T018snmpv1tov2cgetfail , T020snmpv3get , T021snmpv3getnext , T022snmpv3getMD5 , T023snmpv3getMD5DES , T024snmpv3getSHA1 , T025snmpv3getSHADES , T028snmpv3getfail , T030snmpv3usercreation , T053agentv1trap , T054agentv2ctrap , T055agentv1mintrap , T056agentv2cmintrap , T058agentauthtrap , T100agenthup , T110agentxget , T111agentxset , T112agentxsetfail , T113agentxtrap , T120proxyget , T121proxyset , T122proxysetfail: updated most tests to use numeric OIDs so as to not rely on mib parsing 2001-02-09 07:18 hardaker * agent/mibgroup/agentx/master.h: remove unused prototype: get_agentx_transID 2001-02-08 14:15 hardaker * local/Makefile.in , local/traptoemail , man/snmptrapd.conf.5.def: traptoemail perl script created as an example traphandle script 2001-02-08 14:01 hardaker * Makefile.in , acconfig.h , config.h.in , agent/Makefile.in , agent/agent_trap.c , agent/mib_modules.c , agent/snmpd.c , agent/mibgroup/kernel_sunos5.c , agent/mibgroup/agentx/client.c , agent/mibgroup/agentx/master.c , agent/mibgroup/agentx/master_admin.c , agent/mibgroup/agentx/master_admin.h , agent/mibgroup/agentx/master_request.c , agent/mibgroup/agentx/protocol.c , agent/mibgroup/agentx/subagent.c , agent/mibgroup/host/hr_print.c , agent/mibgroup/host/hr_swrun.c , agent/mibgroup/mibII/interfaces.c , agent/mibgroup/mibII/var_route.c , agent/mibgroup/notification/snmpNotifyTable.c , agent/mibgroup/smux/smux.c , agent/mibgroup/ucd-snmp/loadave.c , agent/mibgroup/ucd-snmp/proxy.c , agent/mibgroup/ucd-snmp/vmstat.h , agent/mibgroup/ucd-snmp/vmstat_bsdi4.c , agent/mibgroup/ucd-snmp/vmstat_bsdi4.h , agent/mibgroup/ucd-snmp/vmstat_freebsd2.c , agent/mibgroup/ucd-snmp/vmstat_freebsd2.h , agent/mibgroup/ucd-snmp/vmstat_netbsd1.c , agent/mibgroup/ucd-snmp/vmstat_netbsd1.h , agent/mibgroup/ucd-snmp/vmstat_solaris2.c , agent/mibgroup/ucd-snmp/vmstat_solaris2.h , apps/snmpdelta.c , apps/snmpset.c , apps/snmptrap.c , apps/snmpvacm.c , apps/snmpnetstat/Makefile.in , local/mib2c , man/snmpcmd.1 , mibs/RMON-MIB.txt , mibs/UCD-SNMP-MIB.txt , perl/SNMP/SNMP.pm , snmplib/int64.c , snmplib/parse.c , snmplib/snmp_api.c: Merge from V4-2-patches: merge 1->2 2001-01-30 17:13 hardaker * agent/mibgroup/ucd-snmp/: disk.c (V4-2-patches.1), disk.c: Applied patch #103414: fix disk info for block sizes other than 1024. 2001-01-30 13:28 hardaker * agent/mibgroup/disman/mteTriggerTable.c: use snmp_enum's properly (strdup() the strings first) 2001-01-30 13:28 hardaker * snmplib/: snmp_enum.c , snmp_enum.h: proper constness for some of the function arguments. 2001-01-30 13:27 hardaker * snmplib/read_config.c: fix bug I just introduced (returning proper saveto pointer) 2001-01-30 13:17 hardaker * local/tkmib: - snmpsets are supported - A new "set" button has been added to perform sets on an oid. - All writable objects in a table are now buttons that bring up the set window with the current value instated. - All writable objects in the output of snmp{get,walk,getnext} buttons are displayed as blue and are clickable to change their values. - settings configured via the options menu can now be saved. - use Getopt::Std now. - supports most of the important snmpcmd(1) flags for session setup. 2001-01-30 13:12 hardaker * agent/mibgroup/disman/: event-mib.h , mteTriggerBooleanTable.c , mteTriggerBooleanTable.h , mteTriggerDeltaTable.c , mteTriggerDeltaTable.h , mteTriggerExistenceTable.c , mteTriggerExistenceTable.h , mteTriggerTable.c , mteTriggerTable.h , mteTriggerThresholdTable.c , mteTriggerThresholdTable.h: Initial (not-complete) implementation of the DISMAN-EVENT-MIB: - Implements all 3 tests (boolean, threshold and existence). - not rigorously tested. - Currently only supports querying the local agent (mteTriggerTargetTag must be ''). - Currently only supports sending traps and the mteObjectsTable is not implemented (my next todo item) - Only the default traps are sent. The mteEvent* objects haven't been implemented (no self-defined traps/sets). - no easy to use configuration yet (soon). - configure with --with-mib-modules=disman/event-mib 2001-01-30 13:03 hardaker * snmplib/read_config.c: Use memcpy instead of sprintf for strings that may not be null terminated. 2001-01-30 12:58 hardaker * agent/: snmp_agent.c , snmp_agent.h: Implemented get_current_agent_session() and set_current_agent_session(): - These allow a mib module to retrieve the current agent_snmp_session pointer for the current transaction. - This should probably done differently later when we change the mib module api. - This will completely fail to work properly in a multi-threaded agent (which we currently don't support anyway). 2001-01-29 11:58 hardaker * snmplib/callback.c: debugging statement at initialization time. 2001-01-29 11:58 hardaker * snmplib/read_config.c: properly malloc a 1 byte, NULL character string for "" read strings. 2001-01-29 11:54 hardaker * agent/mibgroup/: header_complex.c , header_complex.h: data seperation and new functions: header_complex_get_from_oid() header_complex_add_data_by_oid() 2001-01-12 08:22 hardaker * mibs/DISMAN-EVENT-MIB.txt: - DISMAN-EVENT-MIB added to mib repository. (Or, guess what I did during a 6 hour plane flight?) 2001-01-12 08:16 hardaker * perl/SNMP/SNMP.xs: support bit strings 2001-01-12 08:00 hardaker * snmplib/: snmp_api.c (V4-2-patches.5), snmp_api.c: - bit_string fixes - make snmp_add_var call snmp_parse_oid() instead of read_objid(). 2001-01-12 07:58 hardaker * snmplib/read_config.c: - new data types supported for read_config routines: unsigned, bit_str. 2001-01-12 07:56 hardaker * snmplib/: asn1.c (V4-2-patches.3), asn1.c: comment out really odd (and broken) check from asn_bitstring_check??? 2001-01-12 07:53 hardaker * agent/mibgroup/agentx/subagent.c: move config string initializer above subagent check so its known even if not used. 2001-01-12 07:51 hardaker * local/: mib2c.storage.conf, mib2c.vartypes.conf (V4-2-patches.[1,1]), mib2c.storage.conf , mib2c.vartypes.conf: - misc bug fixes. - new data types (uint32, unsigned, bits). 2001-01-09 17:08 hardaker * agent/: agent_registry.c , agent_registry.h , ds_agent.h , var_struct.h , mibgroup/mibincl.h , mibgroup/agentx/client.c , mibgroup/agentx/master_admin.c , mibgroup/agentx/master_request.c , mibgroup/agentx/subagent.c , mibgroup/agentx/subagent.h: SubAgent ping support: - agentxPingInterval specifies SECONDS between when the subagent tries to ping the master agent. - if no response is received, it tries to reconnect. - failing that it tries every SECONDS again till it succeeds. - re-registers its oid's based on the current subtree list. - may need some thought. Assumes *all* need to be re-registered. - needs to re-register sysortable entries too, but doesn't. - currently seg-faults on about the 2-4th time or so. Not sure why. - Should make Dave smile or cringe or giggle, not sure which. 2001-01-09 17:02 hardaker * snmplib/: callback.c , callback.h: Allow deregistering of callbacks 2001-01-09 06:20 hardaker * win32/snmpnetstat/: snmpnetstat.dsp (V4-2-patches.1), snmpnetstat.dsp: added getopt.c to list 2001-01-04 16:44 hardaker * snmplib/: snmp_enum.c , snmp_enum.h: - generic snmp enum list support. Not used anywhere (yet). 2001-01-04 16:43 hardaker * configure , configure.in , agent/agent_callbacks.h , agent/agent_trap.c , agent/agent_trap.h , agent/mibgroup/examples/example.c , agent/mibgroup/host/hr_swrun.c , agent/mibgroup/mibII/interfaces.c , agent/mibgroup/notification/snmpNotifyTable.c , agent/mibgroup/notification/snmpNotifyTable.h , apps/snmpnetstat/main.c , snmplib/Makefile.in , snmplib/asn1.c , snmplib/callback.c , snmplib/callback.h , snmplib/mib.c , snmplib/snmp_api.c , snmplib/snmp_logging.c , testing/tests/T053agentv1trap , testing/tests/T054agentv2ctrap , testing/tests/T055agentv1mintrap , testing/tests/T056agentv2cmintrap , testing/tests/T113agentxtrap: - merged patches from V4-2-patches branch to main branch. 2001-01-04 10:37 hardaker * man/snmp.conf.5.def , man/snmpcmd.1 , snmplib/mib.c: - added new printHexText snmp.conf token. - documented -OT, and the token. 2001-01-04 10:27 hardaker * snmplib/: default_store.h , mib.c: Patch #103091 applied: - Added -OT option to view hex strings with text in them. 2000-12-27 16:47 hardaker * testing/tests/T056agentv2cmintrap: file T056agentv2cmintrap was initially added on branch V4-2-patches. 2000-12-27 16:47 hardaker * testing/tests/T055agentv1mintrap: file T055agentv1mintrap was initially added on branch V4-2-patches. 2000-12-22 07:02 hardaker * snmplib/vacm.c: fix view processing to watch for length prefix. The length prefix really really shouldn't be stored directly in the oid. Niels? 2000-12-19 07:22 hardaker * snmplib/snmpv3.c: make init_snmpv3() deal with a NULL argument properly. 2000-12-18 14:37 hardaker * local/.cvsignore: - (.cvsignore): remove passtest from the .cvsignore file (bug #12694) 2000-12-18 10:45 marz * perl/SNMP/: README , SNMP.pm: minor doc fix 2000-12-14 13:46 nba * snmplib/system.c: - system.c: fix uptime for 64-bit Solaris 2000-12-14 13:45 nba * agent/mibgroup/ucd-snmp/dlmod.c: - dlmod.c: fix stupid spelling error 2000-12-13 21:52 nba * agent/mibgroup/ucd-snmp/dlmod.c: - dlmod.c: fix confusion between int, size_t, long for 64-bit compiles. 2000-12-13 08:40 hardaker * man/Makefile.in: - (Makefile.in): add snmpconf.1 2000-12-08 14:49 nba * agent/mibgroup/mibII/vacm_vars.c , snmplib/vacm.c: - vacm_vars.c, vacm.c: indexing of vacmViewTreeFamilyEntry was hosed, assuming that the Subtree index had an IMPLIED attribute. 2000-12-08 14:46 nba * agent/mibgroup/host/: hr_filesys.c , hr_partition.c: - hr_filesys.c, hr_partition.c: fix some zero index values. 2000-12-08 14:43 nba * agent/snmp_vars.c: - snmp_vars.c: fix returns of zeroDotZero (such as ifSpecific) 2000-12-08 14:38 nba * agent/agent_trap.c: - agent_trapd.c: security model values are not the same is snmp version values 2000-12-06 14:45 nba * agent/mibgroup/mibII/interfaces.c: - interfaces.c: Linux kernel 2.0.x has no ARPHRD_HIPPI 2000-12-05 07:00 hardaker * local/Makefile.in: - (Makefile.in): Fix rsnmp's /usr/local hardcoded path. 2000-12-04 17:03 hardaker * testing/tests/T112agentxsetfail: - (T112agentxsetfail): fix 2000-12-04 16:33 hardaker * README , sedscript.in , version.h: - (version.h sedscript.in): version tag ( 5.2 ) ------------------------------------------------------------------------------- Changes: V4.2.3 -> V4.2.4 2002-04-04 15:24 hardaker * snmplib/: snmp_api.c, snmp_api.h: patch from Petter Larsen to add a function for extracting the fd associated with a session 2002-04-04 15:14 hardaker * agent/agent_registry.c: deal with fd unregistrations properly. 2002-04-03 08:32 hardaker * FAQ, README, sedscript.in, version.h, perl/SNMP/SNMP.pm: - (version.h sedscript.in): version tag ( 4.2.4.pre3 ) 2002-04-02 15:02 hardaker * agent/mibgroup/ucd-snmp/registry.c: Apply patch #515577 to fix one case of a registry problem. 2002-04-02 14:57 hardaker * agent/mibgroup/ucd-snmp/disk.c, s/darwin.h: Apply patch #524424 for darwin fixes for ucd-snmp/disk.c 2002-04-02 14:48 hardaker * agent/mibgroup/kernel_sunos5.c: apply patch 527573 to fix 64 bit types on solaris 2002-04-01 22:28 hardaker * snmplib/snmp_api.c: Let init_snmp protect itself. 2002-03-28 23:48 hardaker * agent/mibgroup/ucd-snmp/pass.c: enable row creation for pass modules. Patch #482005 2002-03-28 23:44 hardaker * agent/mibgroup/mibII/interfaces.c: patch #517340: freebsd5 support 2002-03-28 23:38 hardaker * agent/mibgroup/host/hr_filesys.c: apply freebsd5 patch #517333 2002-03-28 23:10 hardaker * perl/SNMP/SNMP.xs: fix bug #525844. perl SNMP was using a trap address of 0.0.0.0. 2002-03-28 23:03 hardaker * snmplib/snmp_api.c: use a static variable for init checking. Bug #536386. 2002-03-28 15:23 dts12 * FAQ: Add a few new entries (mostly relating to traps) 2002-03-27 01:55 dts12 * configure.in, configure: Use the correct name of the Windows IP Helper API library. (Computers can be soooo picky!) 2002-03-26 08:29 hardaker * agent/mibgroup/ucd-snmp/diskio.c: enable diskio on freebsd5. Implements patch 517328 in a different way. 2002-03-26 07:44 dts12 * 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: Remove trailing ':' from list of MIB module names in configure output, to avoid confusion (see Bug #491129) 2002-03-26 06:50 dts12 * configure, configure.in: Add '-lhlpapi' to the agent libraries when compiling under Windows (using Cygwin). DLLIBS is not as suitable as AGENT_LIBS for this (see the equivalent patch on the main branch), but it should do. Should fix Bug #534409. 2002-03-25 22:33 rstory * snmplib/parse.c: fix bug#520478 showMibErrors token is inverted 2002-03-25 18:47 rstory * agent/snmp_vars.c: fix bug#502123 agentx infinite loop. 2002-03-24 05:19 nba * agent/mibgroup/host/hr_swrun.c: Restrict hrSWRunParams returns values to 128 octets 2002-03-24 05:04 nba * snmplib/mib.c: Oops - snprint_* cannot realloc 2002-03-21 07:21 hardaker * configure.in, configure: fix bug #532696 fixing rpm for newer rpm versions 2002-03-20 07:48 hardaker * agent/mibgroup/mibII/system_mib.c: remove illegal SET support for sysDescr. 2002-03-19 02:01 jbpn * agent/mibgroup/smux/smux.h: - patch from Joshua Giles to increase the maximum string length (#527650). 2002-03-18 14:38 nba * win32/libsnmp_dll/libsnmp.def: Add missing exports for VC++ build 2002-03-18 13:23 nba * agent/mibgroup/ucd-snmp/disk.c: Proper test for successful open of ETC_MNTTAB 2002-03-18 13:09 nba * agent/agent_read_config.c: Fix interchanged parameters for strncpy 2002-03-18 08:51 dts12 * win32/: win32.dsw, encode_keychange/encode_keychange.dsp, libagent/libagent.dsp, libsnmp/libsnmp.dsp, libsnmp_dll/libsnmp_dll.dsp, libucdmibs/libucdmibs.dsp, snmpbulkget/snmpbulkget.dsp, snmpbulkwalk/snmpbulkwalk.dsp, snmpd/snmpd.dsp, snmpdelta/snmpdelta.dsp, snmpdf/snmpdf.dsp, snmpgetnext/snmpgetnext.dsp, snmpget/snmpget.dsp, snmpnetstat/snmpnetstat.dsp, snmpset/snmpset.dsp, snmpstatus/snmpstatus.dsp, snmptable/snmptable.dsp, snmptest/snmptest.dsp, snmptranslate/snmptranslate.dsp, snmptrap/snmptrap.dsp, snmptrapd/snmptrapd.dsp, snmpusm/snmpusm.dsp, snmpvacm/snmpvacm.dsp, snmpwalk/snmpwalk.dsp: Apply DOS-type line endings to the DSW/DSP files. 2002-03-18 08:41 dts12 * agent/mibgroup/smux/smux.c: Use the same variable name for output buffer and size calculation. 2002-03-18 05:39 jbpn * README.hpux11, agent/mibgroup/host/hr_storage.c, agent/mibgroup/host/hr_system.c, agent/mibgroup/mibII/var_route.c, agent/mibgroup/ucd-snmp/loadave.c, agent/mibgroup/ucd-snmp/memory.c, agent/mibgroup/ucd-snmp/memory.h, s/hpux.h: - commit Johannes's update to the HPUX-11 patch 2002-03-18 02:31 jbpn * agent/mibgroup/agentx/master.c: - extend tcp_wrappers support to AgentX. This makes it more reasonable to implement a distributed subagent architecture without massive security worries. 2002-03-14 07:23 hardaker * snmplib/snmp_api.c: Fix dont_probe bug pointed out by Stefan Aeschbacher. 2002-03-13 18:58 slif * snmplib/asn1.c: Clarify unsigned char argument for the noisy or confused compiler. 2002-03-13 18:46 slif * agent/mibgroup/mibII/vacm_vars.c, apps/snmptrapd_log.c: quell several warnings about signed vs unsigned comparisons. 2002-03-13 18:44 slif * win32/win32.dsw: remove dependencies to restore building either Debug or Release targets. 2002-03-13 18:43 slif * win32/libsnmp_dll/libsnmp.def: track change setenv --> snmp_setenv 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: address changes for ucd-snmp -> net-snmp note saying these mibs are no longer supported by UCD. 2002-03-13 15:21 hardaker * snmplib/tools.c: malloc at least one byte in hex_to_binary2 2002-03-13 04:03 dts12 * FAQ: Add a description of "unlinked OIDs". 2002-03-12 20:03 hardaker * agent/mibgroup/ucd-snmp/memory_solaris2.c: Patch from daniel Sully to improve solaris swap info 2002-03-12 08:34 dts12 * FAQ: Updating of the FAQ ready for the next release. (Mostly rephrasing of existing entries, but a few new questions) 2002-03-11 10:06 hardaker * agent/: mibgroup/smux/smux.c, mibgroup/ucd-snmp/proxy.c, agent_index.c, agent_read_config.c, agent_registry.c, snmp_agent.c, snmpd.c, mibgroup/agentx/master_request.c: better printing apis 2002-03-11 10:06 hardaker * apps/snmpvacm.c: fix api in a comment (how picky am I?) 2002-03-11 07:41 dts12 * FAQ: Bring the 4x- and main-branch FAQs into agreement. 2002-03-11 05:16 jbpn * snmplib/parse.c: - fix bad type assignment in build_translation_table(), noticed by Peter Stevens. 2002-03-10 14:07 nba * snmplib/mib.h: Oops - forgot to remove the #ifdef for unsafe sprint_* functions declarations 2002-03-10 13:54 nba * apps/snmpwalk.c: Fix up out-of-order error message 2002-03-10 13:44 nba * apps/snmpdelta.c: Don't die on v2 exceptions 2002-03-10 13:41 nba * snmplib/: asn1.c, snmp_debug.c: Remove some calls to old sprint_* functions 2002-03-10 13:39 nba * snmplib/: mib.c, mib.h: Add snprint_* replacement functions for all sprint_* functions 2002-03-10 13:38 nba * man/mib_api.3: Document snprint_{objid,variable,value} 2002-03-10 08:34 hardaker * snmplib/: mib.c, mib.h: include the snprintf counterparts from the 5.0 code. 2002-03-08 18:07 hardaker * agent/mibgroup/mibII/ipAddr.c: redefine a variable on freebsd for 2.2.5 2002-03-08 17:57 hardaker * agent/mibgroup/mibII/interfaces.c: remove a broken fix I accidentically committed 2002-03-08 17:42 hardaker * agent/mibgroup/mibII/interfaces.c: patch from Mihail Balikov to support up but no ip interfaces. 2002-03-08 17:27 hardaker * configure.in, configure, aclocal.m4: patch from Paul Rasmussen to fix --enable-shared 2002-03-08 16:58 hardaker * perl/SNMP/SNMP.xs: old patch from Bert Driehuis to fix c64s in perl 2002-03-08 14:53 nba * snmplib/mib.c: Remove 1000 lines of duplicate code by using the sprint_realloc_* functions in the implementaion of the non-realloc counterparts. 2002-03-08 14:51 nba * apps/: snmpdelta.c, snmptable.c, snmpusm.c, snmpwalk.c: Remove last sprint_nonrealloc calls 2002-03-07 03:20 jbpn * man/mib_api.3: - patch from Guy Harris to describe new mib_api 2002-03-07 02:58 jbpn * snmplib/mib.h: - declare the sprint_realloc_blah functions. Thanks to Guy Harris. 2002-03-06 08:41 dts12 * snmplib/snmpv3.c: Fix a confusion between defAuthType and defPrivType. 2002-03-06 05:52 dts12 * snmplib/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 03:19 jbpn * testing/Makefile.in: - ignore errors doing rm -rf /tmp/snmp-test* when making clean (this happens all the time on the compile farm because e.g. I can't delete Wes's test directories and it's a nuisance because then the rest of the directories don't get cleaned up properly). 2002-03-06 02:24 jbpn * snmplib/mib.c: - fix another potential buffer overflow problem as reported in bug #526262. 2002-03-05 10:45 hardaker * agent/mibgroup/ucd-snmp/versioninfo.c: impose max length restriction supplied by mib for configuration options. 2002-03-05 09:52 hardaker * mibs/UCD-SNMP-MIB.txt: missed a modification to the patch. 2002-03-05 09:51 hardaker * mibs/UCD-SNMP-MIB.txt: A modified patch from Juergen Schoenwaelder for longer configure strings. 2002-03-05 08:23 dts12 * agent/snmp_vars.h: Reverse my earlier (bogus) fix. Things were fine as they were - I must be cracking up..... 2002-03-05 08:05 dts12 * agent/mibgroup/examples/ucdDemoPublic.c: Add missing "standard" headers, and tweak a type slightly. (Based on requests from Gregory Toth). 2002-03-05 06:56 dts12 * agent/snmp_vars.h: Bring declaration of 'init_agent' into line with code definition. 2002-03-05 06:48 dts12 * agent/mibgroup/: notification/snmpNotifyTable.c, ucd-snmp/dlmod.c: Cast a couple of mallocs appropriately (requested by Gregory Toth) 2002-03-04 21:38 hardaker * FAQ, README, sedscript.in, version.h, perl/SNMP/SNMP.pm: - (version.h sedscript.in): version tag ( 4.2.4.pre2 ) 2002-03-04 01:51 dts12 * local/mib2c: Catch and report invalid node specifications. (This ought to be handled by that test that follows immediately, but "$SNMP::MIB{$oid}" appears to return the core mib-2 object regardless) 2002-03-04 01:16 dts12 * agent/mibgroup/ucd-snmp/memory.c: Correct debug output message (thanks to Jeroen Ruigrok) 2002-03-01 22:37 hardaker * snmplib/asn1.c: fix bug #524529 2002-03-01 07:17 nba * ltmain.sh, aclocal.m4, configure: Pull in up-to-date libtool, which should help Darwin 2002-03-01 07:15 nba * config.guess, config.sub: Pull in up-to-date config scripts 2002-02-27 09:47 dts12 * snmplib/vacm.c: Handle views that specify a full instance OID. (Since the internally stored OID prepends the length as well, the apparent length is one greater than it really is) 2002-02-26 14:18 nba * snmplib/: parse.c, parse.h: Save File/line for messages about unlinked OIDs 2002-02-25 15:46 nba * mibs/: Makefile.mib, mibfetch: Make sure that we fetch IANAifType-MIB from the maintained location. 2002-02-25 15:45 nba * mibs/DISMAN-SCHEDULE-MIB.txt: Update for RFC 3231 2002-02-25 08:59 nba * mibs/rfclist: New RFC's issued with mibs: 3201 CIRCUIT-IF-MIB 3202 FRSLD-MIB 3231 DISMAN-SCHEDULE-MIB 2002-02-25 08:57 nba * agent/mibgroup/host/hr_disk.c: FreeBSD4 has new disk names 2002-02-25 08:56 nba * agent/mibgroup/host/hr_print.c: Properly bracket run_lpstat prototype 2002-02-25 02:48 jbpn * snmplib/parse.c: - only copy the first DESCRIPTION clause of MODULE-COMPLIANCE statements to avoid a memory leak (see bug #522363). 2002-02-25 01:21 dts12 * agent/snmpd.c: Specify the correct debug token for displaying the list of modules (spotted by Brian Shaver) 2002-02-22 09:27 dts12 * snmplib/: MSG00001.bin, winservice.mc , MSG00001.bin (1.1), winservice.mc (1.1): Add missing files for Windows service operation. 2002-02-22 08:42 dts12 * agent/snmpd.c: Just close the main session when shutting down under Windows, not everything (so that it can still generate the shutdown trap). 2002-02-22 01:49 jbpn * FAQ, README.win32: - update comments on Win32 port in FAQ - discuss what IPHLPAPI.{LIB,DLL} is and where it can be obtained from in README.win32 2002-02-21 07:02 dts12 * win32/snmpd/snmpd.dsp: Fix bogus structure comments in the snmpd project file. 2002-02-21 03:13 jbpn * agent/mibgroup/smux/smux.c: - emit error on over-length password instead of writing off end of buffer (bug #520649, noted by John Sellens). 2002-02-20 09:27 jbpn * apps/snmptranslate.c, apps/snmptrapd.c, snmplib/snmp_parse_args.c, snmplib/system.c, snmplib/system.h: - changes to avoid namespace clash problems with setenv() which are caused by libwrap supplying a function of that name as well as us. - all calls in the code to setenv() are replaced with a call to snmp_setenv(). - snmp_setenv() calls setenv() if such a function exists, otherwise it simulates the effect by calling putenv(). 2002-02-20 05:43 jbpn * NEWS: - mention tcp_wrappers support for snmptrapd 2002-02-20 05:41 jbpn * apps/: Makefile.in, snmptrapd.c: - add libwrap support for snmptrapd 2002-02-20 05:20 jbpn * configure, configure.in: - exit with an error if --with-libwrap is given and we can't find it 2002-02-20 03:00 jbpn * apps/snmpdelta.c: - initialise some buffers, to avoid garbage printing problems, as noted by Anonymous in bug #520220. 2002-02-19 06:47 hardaker * agent/mibgroup/ucd-snmp/memory.c: Patch from Jeroen Ruigrok to merge a few ifdefs 2002-02-19 01:51 jbpn * agent/auto_nlist.h: - add forward declaration of struct nlist to avoid compiler complaints. Thanks to Andy Hood. 2002-02-18 08:17 hardaker * agent/mibgroup/ucd-snmp/memory.c: patch from Jeroen Ruigrok for minor ifdef clean ups 2002-02-18 02:36 jbpn * apps/snmptrapd_log.c: - use calloc instead of malloc to make sure buffer is initially zero-terminated (in case of 0 varbinds). Bug #518700, noted by Andreas Hartmann. 2002-02-18 02:29 dts12 * agent/mibgroup/host/hr_storage.c: Remove a couple of unhelpful OSF definitions (thanks to Jeroen Ruigrok) 2002-02-18 02:09 jbpn * agent/mibgroup/: notification/snmpNotifyTable.c, target/snmpTargetAddrEntry.c: - remove troublesome inline qualifiers. Thanks to Andy Hood for noting that these cause problems on AIX. 2002-02-18 02:05 jbpn * agent/mibgroup/mibII/at.c: - remove //-style comments. Thanks to Andy Hood for pointing this out. 2002-02-18 00:13 hardaker * snmplib/asn1.c: don't build oid's with >128 length subids. (see bug #518855) 2002-02-15 22:07 hardaker * FAQ, README, sedscript.in, version.h, perl/SNMP/SNMP.pm: - (version.h sedscript.in): version tag ( 4.2.4.pre1 ) 2002-02-15 17:02 hardaker * agent/mibgroup/snmpv3/usmUser.c: fix bug#508126 which actually led me to another. - oid parsing and searching in getnexts could sometimes loop. 2002-02-15 17:00 hardaker * Makefile.top, configure, configure.in: support --disable-shared-version concept from Paul Rasmussen. 2002-02-15 16:41 hardaker * agent/mibgroup/host/hr_swrun.c: dynix broke linux. Bad dynix. No bone. Go to your room. 2002-02-15 16:28 hardaker * snmplib/ucd-snmp-includes.h: add back in netinet/in.h and sys/time.h (in proper protected form) which was deleted from 4.2.3 for some reason we never figured out. 2002-02-15 16:21 hardaker * ChangeLog, FAQ, NEWS, README: updates for what will be 4.2.4 2002-02-15 15:52 hardaker * agent/mibgroup/ucd-snmp/proxy.c: check end of mibview conditions 2002-02-15 08:01 dts12 * agent/mibgroup/mibII/vacm_vars.c: Populate an empty case statement (spotted by Jeroen Ruigrok) 2002-02-15 07:11 hardaker * README.snmpv3: remove unneeded -CN and -CO example options 2002-02-15 06:47 dts12 * agent/snmpd.c, snmplib/winservice.c, snmplib/winservice.h, snmplib/winservice.rc, win32/snmpd/snmpd.dsp: Support for running as a Windows service. (Supplied by Raju Krishnappa & Latha Prabhu) 2002-02-14 11:11 nba * agent/mibgroup/ucd-snmp/vmstat.c: Make buffer pointer static so it doesn't leak 2002-02-14 11:10 nba * snmplib/scapi.h: Fix bad paranthesis 2002-02-14 07:40 hardaker * agent/snmpd.c: fix email address bug #517178 2002-02-14 01:47 dts12 * apps/snmpnetstat/if.c: Check for running off the end of I/F table (patch from RedHat) 2002-02-14 01:44 dts12 * agent/mibgroup/host/hr_swinst.c: Include RedHat patches for better RPM support 2002-02-14 01:38 dts12 * config.h.in, configure, configure.in: Adopt RedHat's configure testing for rpm library requirements 2002-02-13 16:41 hardaker * configure, configure.in: enable shared by default except for developers 2002-02-13 13:51 hardaker * agent/mibgroup/target/snmpTargetAddrEntry.c: remove inline function from being declared in another function. 2002-02-13 13:27 hardaker * agent/mibgroup/notification/snmpNotifyTable.c: remove inline function from being declared in another function. 2002-02-13 08:18 hardaker * perl/SNMP/SNMP.xs: fix sets of unsigned32's. 2002-02-13 07:59 dts12 * snmplib/mib.c: DS_LIB_PRINT_SUFFIX_ONLY is an integer option, not a boolean flag. (Attempting to set this via the SUFFIX environmental variable will turn on packet dumping instead!) 2002-02-13 04:15 jbpn * agent/mibgroup/host/hr_print.c: - fix bug #516904 (snmpd dies if no printcap with cgetent), noted by Anonymous -- check return value of cgetnext() properly in Init_HR_Print(). 2002-02-12 07:11 jbpn * configure.in, configure: - amend fix to bug #516389 (ucd-snmp 4.2.3 libwrap support broken) to actually add -lnsl to link parameters! 2002-02-12 05:29 jbpn * configure, configure.in: - fix bug #516389 (ucd-snmp 4.2.3 libwrap support broken) -- USE_LIBWRAP was not being #defined in the case where -lnsl is needed in addition to -lwrap. 2002-02-12 01:30 dts12 * agent/mibgroup/mibII/vacm_vars.c: Implement the BadCommunity{Names,Uses} counters. 2002-02-11 10:07 jbpn * apps/snmptable.c: - fix bugs #489336 and #508146 (duplicate columns and columns in wrong order). 2002-02-11 08:23 dts12 * snmplib/snmp_parse_args.c: Use the 'ds_set_xxx' library routines, rather than the old 'snmp_set_xxx' calls 2002-02-11 05:30 jbpn * FAQ: - mention HPUX-11 and Dynix/PTX 4.4 support, and some spelling fixes 2002-02-08 06:12 dts12 * agent/mibgroup/mibII/sysORTable.h: Ensure the null versions of the two REGISTER macros swallow their parameters. 2002-02-08 04:42 dts12 * agent/snmp_agent.c: Implement the missing outgoing error statistics counters (patch #510194 from Latha Prabhu) 2002-02-08 02:54 dts12 * agent/snmp_agent.c: Process the full list objects in each pass of a SET, even if one entry fails midway through. This is less efficient than failing immediately, but brings the behaviour in line with the documentation, and ensures that all resources will be released. 2002-02-08 02:50 dts12 * agent/snmp_agent.c: Return the correct error index for problems in SET handling. (patch #467155, from Latha Prabhu) 2002-02-08 02:42 dts12 * agent/mibgroup/: host/hr_storage.c, ucd-snmp/memory.c: Added support for memory and swap entries in hrStorageTable for Solaris (from patch #505498 - thanks to Johannes Schmidt-Fischer) 2002-02-08 02:09 dts12 * agent/mibgroup/mibII/ip.c: Register IP Routing table objects as writable. 2002-02-07 07:39 dts12 * README.hpux11, acconfig.h, config.h.in, agent/mibgroup/ucd_snmp.h, agent/mibgroup/host/hr_network.c, agent/mibgroup/host/hr_storage.c, agent/mibgroup/host/hr_swinst.c, agent/mibgroup/host/hr_swrun.c, agent/mibgroup/mibII/at.c, agent/mibgroup/mibII/icmp.c, agent/mibgroup/mibII/interfaces.c, agent/mibgroup/mibII/interfaces.h, agent/mibgroup/mibII/ip.c, agent/mibgroup/mibII/ipAddr.c, agent/mibgroup/mibII/tcp.c, agent/mibgroup/mibII/tcpTable.c, agent/mibgroup/mibII/tcpTable.h, agent/mibgroup/mibII/udp.c, agent/mibgroup/mibII/udpTable.c, agent/mibgroup/mibII/var_route.c, agent/mibgroup/mibII/var_route.h, agent/mibgroup/ucd-snmp/memory.c, mibs/UCD-SNMP-MIB.txt, s/hpux.h: Support for HP-UX 11, courtesy of Johannes Schmidt-Fischer. 2002-02-05 11:45 hardaker * COPYING: copyright year update for NAI and Cambridge 2002-02-04 03:17 jbpn * snmplib/mib.c: - correct processing for timeticks when DS_LIB_NUMERIC_TIMETICKS is set (corrects bug #511793, reported by Anonymous). 2002-01-28 12:50 hardaker * FAQ: mirror section update 2002-01-28 12:49 hardaker * agent/agent_trap.h: warning added about send_trap_vars and enterprise oid used. 2002-01-25 06:27 jbpn * agent/mibgroup/mibII/vacm_vars.c: - fix minor problem with storageType (always okay to set to current value). - don't reset some variables to old value unless we actually set them in the first place! 2002-01-24 06:06 jbpn * snmplib/read_config.c: - avoid format string nasties in read_config_store() when writing to files (exposed e.g. by the persistent sysName.0 stuff -- try snmpset host sysName.0 s "%08x" -- oops) 2002-01-24 03:14 dts12 * agent/mibgroup/host/hr_swrun.c, agent/mibgroup/host/hr_utils.c, s/aix.h: AIX support for Host Resources module. (Thanks to Andy Hood) 2002-01-23 08:39 jbpn * agent/mibgroup/mibII/vacm_vars.c: - set viewType to the DEFVAL included(1) for new rows 2002-01-22 06:36 jbpn * agent/mibgroup/mibII/vacm_vars.c: - fix bug just introduced where setting an existing row's status to createAndGo(4) or createAndWait(5) would delete the row. 2002-01-22 04:22 jbpn * agent/mibgroup/: notification/snmpNotifyTable.c, target/snmpTargetAddrEntry.c, target/snmpTargetAddrEntry.h, target/snmpTargetParamsEntry.c, target/snmpTargetParamsEntry.h: - backport of recent improvements to snmpTargetParamsTable, snmpTargetAddrTable and snmpNotifyTable. 2002-01-21 04:22 jbpn * agent/snmp_vars.c: - set noSuchObject to FALSE if we have a valid write_method (this causes the correct exception noSuchInstance to be generated if the requested object doesn't exist). 2002-01-21 04:20 jbpn * agent/snmp_agent.c: - slight change to generation of error-index: - explicitly test for error-status == noError, and set error-index to zero in this case; - otherwise use the cached value; - don't zero the cached value in handle_var_list if handle_one_var returns noError - this copes properly with SET requests, where a failing SET will have a FREE phase which will typically return noError. Previously this would erroneously cause the error-index to be set to zero. 2002-01-21 04:11 jbpn * agent/mibgroup/mibII/vacm_vars.c, snmplib/vacm.c, snmplib/vacm.h: - backport of recent vacmSecurityToGroupTable, vacmAccessTable and vacmViewTreeFamilyTable changes (corrected state machines). Before: passed 20, failed 80, untested 11 After: passed 107, failed 1, untested 3 The still-extant failures are due to the non-implemented vacmContextTable. 2002-01-15 12:44 nba * agent/snmp_vars.c: Fix stupid missing sizeof(oid) factor in memcpy 2002-01-15 12:42 nba * agent/mibgroup/ucd-snmp/vmstat.c: Dont use static buffer when reading /proc/stat 2002-01-15 12:41 nba * agent/mibgroup/host/hr_system.c, s/solaris2.6.h, s/solaris2.7.h, s/solaris2.8.h: Fix hrMaxProcesses for Solaris 2002-01-15 12:39 nba * agent/mibgroup/kernel_sunos5.c: Some additional debug statements 2002-01-09 08:27 nba * agent/mibgroup/: kernel_sunos5.c, kernel_sunos5.h: Add function to acces raw kstat data 2002-01-09 08:26 nba * agent/mibgroup/host/hr_storage.c: Use that sysconf returns a long, to save large phys mem 2002-01-09 08:24 nba * mibs/IANAifType-MIB.txt: Update to current IANA version 2002-01-09 08:23 nba * agent/mibgroup/mibII/interfaces.c: Care for Linux drivers that maintain octet couters as log long values 2002-01-09 02:20 jbpn * FAQ: - add OS X to list of supported OSes, to fix bug #501179 (!) 2002-01-03 14:01 hardaker * agent/mibgroup/ucd-snmp/disk.c: fix bug #498809 (I think) by checking setmntent return value. 2002-01-03 13:52 hardaker * apps/snmpnetstat/if.c: check against growing server returns as pointed out by bug #498956 2001-12-18 08:49 jbpn * acconfig.h, win32/config.h, win32/config.h.borland: - add OSTYPE define for win32 2001-12-18 08:44 jbpn * mibs/UCD-SNMP-MIB.txt: - add OBJECT IDENTIFIER for win32 agent 2001-12-18 06:50 jbpn * agent/mibgroup/mibII/system_mib.c: - patch from Latha Prabhu to produce more meaningful sysDescr.0 strings for Microsoft platforms. 2001-12-05 07:48 hardaker * perl/SNMP/SNMP.xs: patch from Jason Gloudon to fix leaking session structures from snmp_timeout(). 2001-12-03 14:52 nba * acconfig.h, config.h.in, configure, configure.in: Complete the BSD IPSTATS configure tests, as pointed out by Mark Moraes (bug# 487708) 2001-11-29 16:54 hardaker * ChangeLog: 4.2.3 changes ------------------------------------------------------------------------------- Changes: V4.2.2 -> V4.2.3 2001-11-29 14:22 hardaker * FAQ, README, sedscript.in, version.h, perl/SNMP/SNMP.pm: - (version.h sedscript.in): version tag ( 4.2.3 ) 2001-11-29 13:25 nba * agent/mibgroup/kernel_sunos5.c: Solaris 8 renamed the kstat ifspeed attribute to ifSpeed and somewhere along the line changed its value from Mbps tp bps 2001-11-28 14:43 hardaker * NEWS: mention improved irix support. 2001-11-28 14:31 hardaker * s/irix.h: last fixes for irix I think 2001-11-28 14:30 hardaker * agent/mibgroup/mibII/interfaces.c: create islands in the stream 2001-11-28 14:09 hardaker * s/irix.h: irix fixes for broken irix headers 2001-11-27 17:05 hardaker * perl/SNMP/SNMP.pm: version stamp (4.2.3.pre1 (opps)) 2001-11-27 17:05 hardaker * agent/mibgroup/versiontag: fix for version stamping the perl module. 2001-11-27 17:03 hardaker * NEWS: update for 4.2.3 2001-11-27 11:09 hardaker * win32/win32.dsw: use at own risk patch from Harrie to fix dependancies 2001-11-27 06:53 jbpn * agent/mibgroup/host/hr_system.c: - try harder to get hrSystemMaxProcesses.0 right, drawing on patch #485765, submitted by Johannes Schmidt-Fischer, for Linux, and also using sysctl() more widely. 2001-11-27 06:51 jbpn * configure.in, s/linux.h: - Look for , in order to give a better value for hrSystemMaxProcesses.0. From patch #485765, submitted by Johannes Schmidt-Fischer. 2001-11-27 03:56 jbpn * agent/mibgroup/mibII/: kernel_linux.c, kernel_linux.h, tcp.c: - give correct values for tcpInErrs.0 and tcpOutRsts.0 under Linux if the kernel makes the data available. From patch #485765, submitted by Johannes Schmidt-Fischer. 2001-11-26 09:51 jbpn * testing/tests/T110agentxget: - longer timeout for initial GET (fix spurious test failures) 2001-11-21 10:49 hardaker * FAQ: help update to remove the support database 2001-11-21 04:53 jbpn * agent/mibgroup/ucd-snmp/disk.c: - fix compilation for Ultrix 4.5 (bug # 415197) -- make sure vfs.f_bsize exists in var_extensible_disk(), and default it to 1024. 2001-11-20 02:27 jbpn * snmplib/snmp_api.h: - remove duplicate definition of SNMP_MAX_SEC_NAME_SIZE, noted by Karl M. Hegbloom. 2001-11-19 05:48 jbpn * man/snmpd.conf.5.def: - documentation of ignoredisk directive. 2001-11-19 05:48 jbpn * agent/mibgroup/host/: hr_disk.c, hr_disk.h, hr_partition.c, hr_partition.h: - patch from Johannes Schmidt-Fischer to add directive "ignoredisk" to skip certain devices (and hence avoid the `snmpwalk times out' type problems frequently reported). Also extends search ranges to cope with larger numbers of disks etc. 2001-11-16 05:31 jbpn * apps/snmptest.c: - add support for Unsigned32/Gauge32 types 2001-11-16 03:21 jbpn * agent/mibgroup/mibII/var_route.c: - more const-ness in qsort_compare => fewer warnings 2001-11-16 02:54 jbpn * apps/snmpnetstat/if.c: - patch from Harrie Hazewinkel to add prototypes for timerSet() and timerPause(). 2001-11-16 02:52 jbpn * agent/snmpd.c: - patch from Harrie Hazewinkel to #include if we have it 2001-11-16 02:47 jbpn * agent/mibgroup/notification/snmpNotifyTable.c: - patch from Harrie Hazewinkel to return a value from notifyTable_unregister_notifications() to avoid warnings 2001-11-16 02:45 jbpn * agent/mibgroup/mibII/var_route.c: - patch from Harrie Hazewinkel to make signature of qsort_compare function match that expected by qsort(3) -- adds const to args. 2001-11-16 02:40 jbpn * snmplib/mib.c: - patch from Harrie Hazewinkel to make definition of print_tree_node static to match forward declaration. 2001-11-15 10:03 jbpn * agent/mibgroup/agentx/protocol.c: - stricter test for null OIDs 2001-11-15 09:24 jbpn * agent/mibgroup/kernel_sunos5.c: - fix bad-looking expression which was causing problems described in email titled "Defect report on UCD SNMP toolkit (crash in kernel_sunos5.c)" sent to net-snmp-users on 2001-07-17. 2001-11-15 08:33 jbpn * man/snmpd.conf.5.def: - document read-only nature of snmpEnableAuthenTraps.0 if value is configured via the authtrapenable token 2001-11-15 08:28 jbpn * agent/: agent_read_config.c, agent_trap.c, mibgroup/mibII/snmp_mib.c: - make value of snmpEnableAuthenTraps.0 persistent. Setting via a read-only configuration file also makes object notWritable (as sysContact.0 et al.). 2001-11-15 05:16 jbpn * testing/tests/: T111agentxset, T121proxyset: - use psyscontact not syscontact to set initial value of sysContact.0 object since the latter also makes the object read-only. 2001-11-15 05:07 jbpn * agent/snmpd.c: - minor fix to formatting of usage message 2001-11-14 17:54 hardaker * FAQ, README, sedscript.in, version.h: - (version.h sedscript.in): version tag ( 4.2.3.pre1 ) 2001-11-14 17:42 hardaker * snmplib/snmp.h: numeric comments in both hex and decimal 2001-11-14 17:41 hardaker * perl/SNMP/SNMP.xs: include INTEGER32 in INTEGER case checking. 2001-11-14 17:31 hardaker * agent/mibgroup/versiontag: version tag perl/SNMP/SNMP.pm with the ucd-snmp version number. 2001-11-14 16:30 hardaker * man/snmpd.conf.5.def: mention snmpconf. 2001-11-14 16:06 hardaker * configure, configure.in: patch from Harrie to fix init function checking in modules 2001-11-14 11:58 hardaker * agent/: agent_callbacks.h, agent_read_config.c, mibgroup/notification/snmpNotifyTable.c: - make a new callback for pre-update-config conditions. - make the snmpNotifyTable make use of it to remove "readOnly" entries which should have been generated via configuration parsing. - note that this doesn't remove the generated target entries, which is not ideal, but at least duplicate traps aren't sent. 2001-11-13 11:13 hardaker * agent/mibgroup/kernel_sunos5.c: Patch from Jochen Kmietsch to look for eri interfaces. 2001-11-13 05:24 jbpn * agent/mibgroup/ucd-snmp/vmstat_solaris2.c: - patch from Jochen Kmietsch to quieten some noisy logging 2001-11-12 23:14 hardaker * snmplib/: asn1.c, mib.c: MS C++ warning fixes from Harrie Hazewinkel 2001-11-11 21:48 nba * snmplib/system.c, win32/config.h: Restore the old value od TIME_WITH_SYS_TIME 2001-11-09 12:21 hardaker * FAQ: Added a germany based mirror 2001-11-09 11:21 hardaker * FAQ: mention new mirror 2001-11-09 11:20 hardaker * configure, config.h.in, configure.in: applied english/typo/changes noted in bug #471179 2001-11-09 09:08 hardaker * snmplib/snmp_api.c: fix bug 479365: use strncpy in snmp_add_var(). 2001-11-09 07:53 hardaker * win32/config.h: fix bug #474488: add extern C wrappers 2001-11-09 07:47 hardaker * man/snmpd.conf.5.def: fix OIDs to include entry node 2001-11-08 09:43 hardaker * mibs/UCD-SNMP-MIB.txt: UNIT specs for the fileTable to say kB explicitly 2001-11-08 09:42 hardaker * man/snmpd.conf.5.def: mention that the fileTable is in kB. 2001-11-06 08:26 hardaker * local/: mib2c, tkmib: add fixes to check for the SNMP and Tk perl modules and print a better error message if they're not available telling users how to get them. 2001-11-06 08:16 hardaker * snmplib/asn1.c: fix asn_build_bitstring to check for NULL values (pointed out by Tata Kalyan). 2001-11-06 07:57 hardaker * snmplib/asn1.c: length check fixed for wrapped addition. Bug pointed out by Tata Kalyan 2001-10-30 21:42 hardaker * snmplib/: default_store.h, read_config.c, read_config.h: patch from Harrie to make paths more configurable from within C code. 2001-10-30 07:14 jbpn * agent/mibgroup/mibII/interfaces.c: - fix bug whereby interface counter is not reset, noted by (amongst others) Victor Kirhenshtein in patch #474064. 2001-10-26 09:08 hardaker * configure, configure.in: patch from Harrie to fix agentx/client -> agentx/subagent help message 2001-10-26 03:34 jbpn * man/snmpd.conf.5.def: - document the fact that setting sysLocation.0 (et al.) via a syslocation (or equivalent) token makes the object read-only, returning a notWritable error response if an attempt is made to SET it. 2001-10-24 10:08 jbpn * agent/mibgroup/mibII/system_mib.c: - fix typo noted by Tim Dietz 2001-10-24 09:54 jbpn * agent/mibgroup/mibII/: system_mib.c, system_mib.h: - implement persistence for sysLocation.0, sysContact.0 and sysName.0 - presence of a syslocation token in snmpd.conf makes sysLocation.0 non-writable (returns notWritable on SET attempts) 2001-10-24 05:08 jbpn * agent/mibgroup/host/hr_swinst.c: - fix small memory leak just introduced 2001-10-24 03:33 jbpn * acconfig.h, configure.in: - autoconf support for detecting pkginfo interface in libadm. Thanks to Stefan Radman (patch #473669). 2001-10-24 03:30 jbpn * agent/mibgroup/host/hr_swinst.c: - use pkginfo interface to determine type of software package more specifically if possible. Slight variation on patch #473669, submitted by Stefan Radman. 2001-10-17 07:52 dts12 * FAQ: Mention the MRTG tutorial web pages (as suggested by Christian Robottom Reis) 2001-10-08 10:56 hardaker * FAQ, README, sedscript.in, version.h: - (version.h sedscript.in): version tag ( 4.2.2 ) ------------------------------------------------------------------------------- Changes: V4.2.1 -> V4.2.2 2001-10-08 10:47 hardaker * agent/mibgroup/notification/: snmpNotifyFilterProfileTable.c, snmpNotifyFilterTable.c, snmpNotifyTable.c: Apply patches suggested in bug #469082 to fix illegal row creations when rowstatus is set to destroy. 2001-10-06 07:49 hardaker * FAQ: minor tweaks to the download list. 2001-10-06 07:42 hardaker * README: Add David Lawrence's text about contributing patches. 2001-10-05 18:09 hardaker * FAQ, README, sedscript.in, version.h: - (version.h sedscript.in): version tag ( 4.2.2.pre6 ) 2001-10-05 18:01 hardaker * acconfig.h, config.h.in, configure, configure.in, snmplib/mt_support.c, snmplib/mt_support.h: Change _REENTRANT define to NS_REENTRANT to not conflict with BSD/OS 4.3. 2001-10-05 17:39 hardaker * agent/mibgroup/mibII/at.h, agent/mibgroup/mibII/icmp.c, agent/mibgroup/mibII/interfaces.c, s/irix.h: irix specific fixes mentioned in bug #405454 2001-10-05 17:22 hardaker * agent/mibgroup/mibII/var_route.c: fix #440808 possibly overwriting a oid buffer. 2001-10-05 16:59 hardaker * local/mib2c.vartypes.conf: fix unsigned32 return variable usage 2001-10-05 16:51 hardaker * agent/mibgroup/mibII/at.c: move arptab_current and arptab_size definitions up out of ifdef mess. 2001-10-05 16:47 hardaker * agent/mibgroup/notification/: snmpNotifyFilterProfileTable.c, snmpNotifyFilterTable.c, snmpNotifyTable.c: don't create rowstatus entries with 'destroy' as initial value. 2001-10-05 16:36 hardaker * agent/mibgroup/notification/: snmpNotifyFilterProfileTable.c, snmpNotifyFilterTable.c, snmpNotifyTable.c: fixed UNDO clauses. 2001-10-05 08:50 hardaker * agent/mibgroup/ucd-snmp/dlmod.c, snmplib/snmp_api.c: Patch from Harrie for picky compilers. 2001-10-05 08:49 hardaker * agent/agent_trap.c: better error description for trapsess 2001-10-05 08:49 hardaker * FAQ: Added mirror sites. 2001-10-05 07:10 hardaker * mibs/: SMUX-MIB.txt, UCD-SNMP-MIB.txt: MIB problems pointed out by Marek Malowidziki 2001-10-04 17:09 hardaker * snmplib/snmp_auth.c: Don't write a null past the end of the community string buffer. 2001-10-04 07:14 hardaker * README, local/snmpconf.dir/snmpd.conf/extending, man/snmpd.conf.5.def: Patch from T. J. Mather: Documentation of the pass_persist snmpd.conf token. 2001-10-04 07:14 hardaker * local/pass_persisttest: Patch from T. J. Mather: An example (perl) pass_persist script. 2001-10-04 02:21 jbpn * agent/snmpd.c: - disable stderr logging (if requested) before calling init_mib_modules(). This should fix the problem noted by Nigel Metheringham in bug #418857 whereby the AgentX master module prints a message to stderr which causes a SIGPIPE when the agent is started as a daemon. Also noted with extensive analysis by Ted Rule in bug #467551. 2001-10-03 11:22 hardaker * FAQ, README, sedscript.in, version.h: - (version.h sedscript.in): version tag ( 4.2.2.pre5 ) 2001-10-03 11:16 hardaker * apps/snmptrapd.c, apps/snmptrapd_log.c, snmplib/mib.c, snmplib/tools.c: proper const casting in front of Markku's casting patch. 2001-10-03 11:10 hardaker * apps/snmptrapd.c, apps/snmptrapd_log.c, snmplib/asn1.c, snmplib/mib.c, snmplib/tools.c: Patch: proper casts for picky compilers from Markku Laukkanen. 2001-10-03 09:22 hardaker * snmplib/snmp_api.c: don't rbuild beyond the end of a buffer (needed buffer + length "- 1"). 2001-10-03 05:38 jbpn * snmplib/keytools.c: - change expression at l. 415 from: *kcstring++ = *kcstring ^ *newkey++; which has undefined behaviour to: *kcstring++ ^= *newkey++; which is okay (since *kcstring is only evaluated once). Similarly at l. 530. The previous constructs cause warnings with GCC3 and some other compilers. Thanks to Niel Markwick who noted this in bug #465969. 2001-10-02 18:01 hardaker * agent/agent_trap.c: Change oid lengths to size_t from int (segfaults on an alpha/linux). 2001-10-02 17:46 hardaker * agent/mibgroup/ucd-snmp/memory_solaris2.c: Add prototype for getTotalSwap(). 2001-10-02 17:15 hardaker * agent/mibgroup/target/: snmpTargetAddrEntry.c, snmpTargetParamsEntry.c: return NOT_WRITABLE instead of READONLY as pointed out by arajesh@india.adventnet.com. 2001-10-02 17:03 hardaker * win32/config.h: Patch from Marc Moeller to define snprintf as _snprintf 2001-10-02 17:02 hardaker * agent/mibgroup/host/hr_print.c: Patch from Marc Moeller to check for HAVE_LPSTAT before calling it. 2001-10-02 17:00 hardaker * README: add Ron. 2001-10-02 17:00 hardaker * snmplib/system.c: get_uptime() implementation for windows from Ron Mevissen. 2001-10-01 17:38 hardaker * FAQ, README, sedscript.in, version.h: - (version.h sedscript.in): version tag ( 4.2.2.pre4 ) 2001-10-01 17:38 hardaker * agent/Makefile.in, agent/mibgroup/Makefile.in, apps/Makefile.in, apps/snmpnetstat/Makefile.in, snmplib/Makefile.in, testing/Makefile.in: make makefileindepend 2001-10-01 17:37 hardaker * makefileindepend.pl: translate .o -> .lo by hand. 2001-10-01 17:07 hardaker * agent/mibgroup/host/: hr_disk.c, hr_print.c: Applied patch #465545 to fix delays in host resources mib when looking at devices and printers. 2001-10-01 16:45 hardaker * ChangeLog, NEWS: New stuff in 4.2.2 2001-10-01 16:39 hardaker * apps/snmpwalk.c, man/snmpwalk.1: make snmpwalk default to detecting illegal OID increases. -Cc turns it off instead of on. 2001-10-01 10:36 hardaker * COPYING: editing tweaks by John to count things properly. Wes looses the ability to count beyond the number 2. 2001-10-01 10:26 hardaker * COPYING: ditto. 2001-10-01 10:22 hardaker * COPYING: Various copyright updates. 2001-10-01 02:52 jbpn * snmplib/scapi.c: - add #include "snmp_logging.h" to avoid compilation problems on some platforms introduced by new error messages. See: 2001-09-29 06:06 nba * snmplib/mib.h: Add a missing prototype for snmp_realloc_by_type 2001-09-29 06:05 nba * agent/mibgroup/ucd-snmp/memory_solaris2.h: Fix a bad #ifdef parantheses 2001-09-26 10:21 hardaker * agent/mibgroup/smux/smux.c: smux is *not* a proper delegation subagent. 2001-09-25 12:46 hardaker * FAQ, README, sedscript.in, version.h: - (version.h sedscript.in): version tag ( 4.2.2.pre3 ) 2001-09-25 11:51 hardaker * snmplib/: scapi.c, scapi.h: Better error messages when encryption support isn't available. 2001-09-25 07:59 jbpn * apps/snmptrapd_log.c: - reinstate another space that would make the test suite fail 2001-09-25 07:53 jbpn * apps/snmptrapd_log.c: - reinstate a missing space 2001-09-25 05:43 jbpn * apps/: snmptrapd.c, snmptrapd_log.c, snmptrapd_log.h: - incorporate rewritten output functions from main branch to avoid fixed length buffers 2001-09-25 05:41 jbpn * snmplib/scapi.c: - use relocating buffer version of sprint functions 2001-09-25 05:40 jbpn * snmplib/: mib.c, mib.h, parse.h: - add relocating buffer code from main branch 2001-09-25 05:39 jbpn * snmplib/: tools.c, tools.h: - add snmp_realloc() and snmp_strcat functions which the relocating buffer code uses 2001-09-21 17:16 hardaker * agent/mibgroup/mibII/interfaces.c: Patch from Glenn Mansfield to fix interface counting on interfaces without ip addresses. 2001-09-20 12:47 hardaker * agent/mibgroup/util_funcs.c: check skip_white() return (as mentioned in patch #462201). 2001-09-20 11:30 hardaker * snmplib/mib.c: fixed a possible buffer overflow bug in sprint_asciistring as pointed out by bug #463226. 2001-09-20 09:46 hardaker * configure, configure.in: Don't warn about missing openssl unless explicitly asked (and then error). 2001-09-20 09:12 jbpn * agent/: snmp_vars.c, mibgroup/mibII/interfaces.c: - move headers around to fix compilation on Solaris 2.7; sys/stream.h needs to be included before sys/socketvar.h for this platform. 2001-09-20 09:09 jbpn * agent/mibgroup/ucd-snmp/memory_solaris2.c: - remove #include "system.h" which uses the type in_addr_t thereby causing problems, and seems to be unnecessary anyway. 2001-09-20 06:59 hardaker * README: Make sure Harrie's name is in the patches README as well as the mainline. 2001-09-20 06:58 hardaker * snmplib/: default_store.c, mib.c, parse.c, snmp_api.c, snmp_client.c, snmp_debug.c, snmpusm.c: Patch from Harrie Hazewinkel: - proper prototypes for some functions. 2001-09-19 17:19 hardaker * FAQ, README, sedscript.in, version.h: - (version.h sedscript.in): version tag ( 4.2.2.pre2 ) 2001-09-19 17:01 hardaker * FAQ, README, sedscript.in, version.h: - (version.h sedscript.in): version tag ( 4.2.2.pre1 ) 2001-09-19 16:59 hardaker * FAQ, README, sedscript.in, version.h: - (version.h sedscript.in): version tag ( 4.2.2 ) 2001-09-18 17:22 hardaker * man/snmpcmd.1, snmplib/mib.c, snmplib/snmp_api.c: Undo Niels' change to allow command line options to override .conf files. Right goal, wrong branch to do it in as it broke SNMPv3 among other things. The initialization process is rather sensitive to ordering. 2001-09-18 15:08 nba * s/darwin.h: Fix an oversight in the Darwin patch 2001-09-18 15:08 nba * aclocal.m4, configure, configure.in: Fix an oversight in the Darwin patches 2001-09-17 09:00 nba * s/darwin.h: The darwin system file, which I forgot when committing the rest of the darwin patch. 2001-09-17 07:07 hardaker * config.h.in: autoheader run 2001-09-17 04:13 nba * apps/snmptrapd.c: Fix newlines inside usage string. 2001-09-16 14:56 nba * agent/: snmpd.c, mibgroup/smux/smux.c: Move the smux_listen_sd variable to smux.c. This way it will be in the library so the linker wont be upset when you link with the agent library. 2001-09-16 14:52 nba * agent/mibgroup/ucd-snmp/memory_netbsd1.h, agent/mibgroup/ucd-snmp/vmstat_netbsd1.c, s/openbsd.h: Patches for OpenBSD 2.9 2001-09-16 14:49 nba * agent/mibgroup/ucd-snmp/diskio.c: diskio support for FreeBSD4. Thanks to Yimin Ge 2001-09-16 14:16 nba * aclocal.m4, configure, configure.in, agent/agent_read_config.c, agent/snmp_vars.c, agent/mibgroup/ucd_snmp.h, agent/mibgroup/host/hr_storage.c, agent/mibgroup/host/hr_swrun.c, agent/mibgroup/mibII/interfaces.c, agent/mibgroup/ucd-snmp/memory_freebsd2.c, agent/mibgroup/ucd-snmp/memory_freebsd2.h, agent/mibgroup/ucd-snmp/vmstat_freebsd2.c: Patches to support Darwin (Mac OS/X) Thanks to Tex Clayton 2001-09-16 14:03 nba * agent/: agent_index.c, agent_registry.c, mibgroup/mibincl.h, mibgroup/util_funcs.c, mibgroup/examples/example.c, mibgroup/mibII/icmp.c, mibgroup/mibII/ip.c, mibgroup/mibII/ipAddr.c, mibgroup/mibII/sysORTable.c, mibgroup/mibII/tcp.c, mibgroup/mibII/tcpTable.c, mibgroup/mibII/udp.c, mibgroup/ucd-snmp/proxy.c: Header rearrangements to make BSD's happy after the WIN32 patch 2001-09-15 06:08 jbpn * snmplib/asn1.c: - add missing argument to snprintf (errpre corresponding to %s) -- it was missing from the patch (#452027) 2001-09-14 17:29 hardaker * perl/SNMP/SNMP.xs: - debugging compilation fixes 2001-09-14 17:26 hardaker * local/tkmib: many needed changes from mainline merged into patches branch 2001-09-14 15:24 hardaker * snmplib/asn1.c: Patch #452027 from Marcus Meissner: security fix to make sure that long asn lengths can't be used and aren't improperly cased to a signed value. 2001-09-14 14:23 hardaker * configure, configure.in: patch #432982 from Hollis: fix --with-libwrap without a path option 2001-09-14 13:58 nba * agent/mibgroup/: kernel_sunos5.c, mibII/udpTable.c: Solaris support for udpTable. Thanks to Johannes Schmidt-Fischer 2001-09-14 09:53 hardaker * snmplib/ucd-snmp-includes.h: from patch #423466: add ability to use this file within the source tree 2001-09-14 09:48 hardaker * win32/config.h.borland: Added config.h file for borland compilers (which differs slightly). From patch #423466 2001-09-14 09:28 dts12 * agent/mibgroup/mibII/: at.c, icmp.c, interfaces.c, ip.c, ipAddr.c, tcp.c, tcpTable.c, udp.c, udpTable.c, var_route.c: Mib-2 support for Windows systems. *Many* thanks to Latha S, for filling this long-awaited need. 2001-09-14 09:07 dts12 * agent/mibgroup/mibII/: icmp.c, ip.c, ipAddr.c, tcp.c, tcpTable.c, udp.c, udpTable.c: Move package-provided header includes ('mibincl' and 'util_funcs') to after the system includes. This shouldn't affect most systems, but is necessary for the Windows port. 2001-09-14 08:28 dts12 * configure: Propogate test for through to the bit that does the work. (Our illustrious leader clearly has no confidence in the competance of his minions. I'd take umbrage, if he wasn't right!) 2001-09-14 08:01 dts12 * config.h.in, configure.in: Add test for 2001-09-14 07:57 dts12 * agent/mibgroup/mibII/: at.c, icmp.c, interfaces.c, ip.c, ipAddr.c, route_write.c, tcp.c, tcpTable.c, udp.c, udpTable.c, var_route.c: Wrap various #includes with appropriate #if HAVE_XXX_H declarations (where this has not already been done). 2001-09-11 14:47 nba * agent/mibgroup/ucd-snmp/: memory.c, memory.h, memory_freebsd2.c, memory_freebsd2.h, memory_netbsd1.c, memory_netbsd1.h, memory_solaris2.c, memory_solaris2.h, vmstat.c, vmstat.h, vmstat_bsdi4.c, vmstat_bsdi4.h, vmstat_freebsd2.c, vmstat_netbsd1.c, vmstat_solaris2.c: Make sure that the OID defines are only in one place. No functional change. 2001-09-11 14:45 nba * agent/mibgroup/ucd-snmp/file.c: Header reordering to allow dmalloc to work. 2001-09-11 14:31 nba * agent/mibgroup/host/hr_partition.c: Fix a misplaces ; in a loop. Thanks to Mala Ramakrishnan and Johannes Schmidt-Fischer 2001-09-10 11:20 hardaker * agent/mibgroup/mibII/interfaces.c: change interface counting to happen more frequently to detect new cards. - see bug #457290 2001-09-10 11:11 hardaker * man/snmptrapd.8, apps/snmptrapd.c: fix -P to usage it prints to stderr (bug #459372) 2001-09-10 10:55 hardaker * agent/mibgroup/util_funcs.c: fix whitespace parsing bug reported it bug #457267. 2001-09-10 10:46 hardaker * agent/mibgroup/ucd-snmp/vmstat_freebsd2.c: apply freebsd specific patch from bug#455924 to fix vmstat's swap report. 2001-09-10 10:11 hardaker * perl/SNMP/SNMP.xs: Use a more portable DBPRT macro. 2001-09-10 09:58 hardaker * agent/mibgroup/notification/: snmpNotifyFilterProfileTable.c, snmpNotifyFilterTable.c, snmpNotifyTable.c: Remove redundant RowStatus value checks mentioned in bug#449502 2001-09-04 07:21 jbpn * agent/snmpd.c: - add missing break; after processing -P option, noted by Botond Tarnay (see patch #458327) 2001-08-31 13:19 nba * mibs/: DISMAN-SCRIPT-MIB.txt, Makefile.mib, README.mibs, rfclist, smistrip: Update to current version of DISMAN-SCRIPT-MIB, and a few cosetic changes to smistrip et al. 2001-08-31 13:18 nba * ltconfig: Update to libtool 1.4. This ensures that make install will work for NetBSD 2001-08-31 13:17 nba * aclocal.m4, configure, ltmain.sh: Update to libtool 1.4. This wil ensure that make install work on NetBSD 2001-08-28 15:04 nba * agent/snmpd.c: Fix a bad fix 2001-08-28 15:03 nba * agent/: agent_read_config.h, snmp_agent.h, snmp_vars.h: C++ bracket the installed sgent headers 2001-08-28 07:35 nba * apps/snmptrapd.c: Fix a malformed multi-line string 2001-08-28 03:05 jbpn * agent/snmp_agent.c: - add missing #include if using libwrap, noted by Nathan Neulinger (patch #453831). 2001-08-28 02:38 jbpn * agent/snmpd.c: - avoid use of pre-processor directives inside printf() call, which is a macro in glibc, making this an undefined behaviour construct (which GCC 3.0 refuses to compile). See bug #455804 for further details. 2001-08-27 22:15 nba * man/: snmp_config.5.def, snmpd.conf.5.def, snmptrapd.conf.5.def: Fix some places where actual lines started with a period. 2001-08-17 15:12 nba * man/Makefile.in: Fix misspelled man page name (snmperror => snmp_perror) 2001-08-17 15:09 nba * mibs/: Makefile.mib, mibfetch: IANA has moved their mibs into an iana.mib directory. Fix RFC number for RMON-MIB. Make "make allmaibs" extract mibs to another directory. 2001-08-17 15:03 nba * config.guess, config.sub: Yet another update from ftp.gnu.org 2001-08-17 14:09 nba * agent/: agent_read_config.c, snmpd.c: Add some needed error checking to the uid/gid parsing code. Allow symbolic uid/gid from the command line. 2001-08-17 14:07 nba * FAQ: Add a missing argument to the snmptrap examples. 2001-08-07 14:55 nba * apps/snmptrapd_log.c, snmplib/mib.c: Timeticks are unsiged! Thanks to Josh Wilmes 2001-08-07 14:42 nba * man/snmpcmd.1, snmplib/mib.c, snmplib/snmp_api.c: Changes to allow command line arguments to override snmp.conf settings. 2001-08-07 14:02 nba * mibs/: IANAifType-MIB.txt, rfclist: Update to current version of IANAifType-MIB. Add rfc 3144 INTERFACETOPN-MIB to rfclist. 2001-08-07 14:00 nba * config.guess, config.sub: Update to current version from ftp.gnu.org 2001-08-07 13:59 nba * apps/snmpset.c, apps/snmptranslate.c, apps/snmptrapd.c, man/Makefile.in, man/snmp_api_errstring.3, man/snmp_error.3, man/snmp_perror.3, man/snmp_sess_perror.3, man/snmpcmd.1, man/snmptrapd.8: A bunch of minor fixes to usage messages and manual pages. 2001-08-07 13:56 nba * apps/snmptest.c: Fix parsing of oid values for set 2001-08-07 07:09 jbpn * agent/snmpd.c: - fix for potential buffer overflow in logfile argument handling, noted by Anonymous (bug #448243). Also use a large enough buffer to handle filenames of length PATH_MAX (if possible). 2001-07-26 01:40 jbpn * apps/snmptrapd_log.c: - initialise buffers to zero in handle_wrap_fmt, to avoid garbage in display of security parameters, as noted by William Frauenhofer (bug #437231). 2001-07-23 10:53 hardaker * agent/mibgroup/util_funcs.c: carefully construct tmp file names. 2001-07-23 10:53 hardaker * config.h.in, configure, configure.in, agent/snmpd.c: use setgroups when available. 2001-07-11 07:34 hardaker * agent/mibgroup/mibII/mta_sendmail.h: add NETWORK-SERVICES-MIB to mib require list 2001-07-09 11:15 hardaker * agent/agent_trap.c: fix trapsess parsing so as to: - set the default port to 162 - don't free memory passed to snmp_parse_args() since snmp_parse_args is broken and needs to copy memory rather than just make use of it. 2001-06-27 15:48 nba * man/snmpd.conf.5.def: Simple fix to trapsess argument list 2001-06-25 08:47 hardaker * snmplib/mib.c: support 'mibs ""'. 2001-06-22 13:07 hardaker * agent/mibgroup/mibII/interfaces.c: Allow interface snmpd.conf tokens to completely override system values. [bug#426975] 2001-06-22 11:38 hardaker * local/mib2c.conf: define ulong_ret 2001-06-22 01:44 dts12 * FAQ, man/snmpd.conf.5.def: Include a warning of the experimental nature of AgentX in the man page, and update the FAQ to reflect the fuller integration of this support. 2001-06-21 15:22 nba * apps/snmpdf.c: Eliminate long long variables 2001-06-21 15:22 nba * apps/snmptable.c: Warn about deprecated -b -w and -i options. 2001-06-21 15:15 nba * man/: snmpd.1.def, snmpd.conf.5.def, snmpset.1, snmpwalk.1: Update time stamps 2001-06-21 15:09 nba * man/snmptranslate.1: Add -m and -M options to header. Update SEE ALSO to reference snmpcmd and RFC 2578-80 in place of 1155 2001-06-21 15:01 nba * snmplib/parse.c: Fix parsing of xx ...::= { yy } 2001-06-21 10:25 hardaker * agent/mibgroup/examples/example.c: typos (IOD -> OID) 2001-06-21 10:18 hardaker * man/snmpd.conf.5.def: - mention "master agentx" - fix config file re-reading oid. 2001-06-21 10:10 hardaker * agent/mibgroup/mibII/system_mib.c: make syscontact and syslocation accept "" strings. 2001-06-21 09:34 hardaker * apps/snmptranslate.c, man/snmptranslate.1: - Applied arg documentation patch from David Eisner 2001-06-14 23:19 nba * man/snmptrapd.8: Document -n option 2001-06-12 15:14 nba * snmplib/default_store.c: Properly detect and diagnose bad boolean and integer configuration values 2001-06-12 15:12 nba * apps/: snmpdelta.c, snmpdf.c, snmpget.c, snmpgetnext.c, snmpstatus.c, snmptrap.c, snmpusm.c, snmpvacm.c, snmpwalk.c: Properly diagnose bad -C options 2001-06-12 07:24 dts12 * snmplib/read_config.c: Fix 'unregister_config_handler' to handle tags other than the first in the list. (Thanks to Paul Serice). 2001-06-11 15:44 nba * apps/snmpwalk.c, man/snmpwalk.1: Add an options (-Cc) to snmpwalk that will validate that the returned objects are indeed lexicographically increasing. 2001-06-11 15:43 nba * apps/snmpset.c, man/snmpset.1, snmplib/snmp_api.c: Allow a simpler snmpset notation when MIB data are loaded: Using '=' for type type will infer it from the MIB. 2001-06-11 15:39 nba * snmplib/: mib.c, parse.c: Fix some long standing bugs when several MIB files define the same objects with different names. Hopefully the results will be consistent now. 2001-06-11 12:12 nba * apps/snmpdelta.c, snmplib/int64.c: Another try at Counter64 problems, thanks to Jason Gloudon 2001-06-11 11:52 nba * apps/snmptrapd_log.c: Fix for a missing 0-byte to terminate community string. Thanks to "KUBOTA,Takaya" . 2001-06-06 21:38 nba * config.h.in, configure, configure.in, agent/mibgroup/host/hr_system.c: Use if available (to fix counting users for Solaris) 2001-06-06 21:33 nba * man/snmpd.1.def: Mention -s and -P pidfile arguments 2001-06-06 21:32 nba * agent/mibgroup/smux/smux.c: Fix sending of traps without varbinds 2001-06-06 21:31 nba * agent/mibgroup/util_funcs.c: More meaningful arguments to setPerrorstatus (true file names) 2001-05-17 12:36 nba * snmplib/snmpv3.c: Fix a Truly Stupid Bug thanks to Katsuhisa ABE 2001-05-04 09:45 hardaker * apps/snmpdf.c: Remove duplicate l from %lld printf syntax 2001-05-04 07:00 hardaker * Makefile.in: insall mib_module_config.h 2001-05-03 10:15 hardaker * snmplib/Makefile.in: add snmp-tc.h to install list 2001-05-02 07:08 hardaker * apps/snmptrapd.c: Add -T flag to usage output. 2001-05-01 12:53 hardaker * agent/mibgroup/mibII/at.c: Fix use of a -1 assigned to a u_long as a failure checking case. 2001-04-23 17:08 hardaker * local/tkmib: fix walk problem once and for all. 2001-04-17 12:29 nba * agent/mibgroup/host/hr_swrun.c: Get data for hrSWRunPerfTable for cygwin under NT (or better) 2001-04-17 11:33 nba * config.guess, config.sub, configure, configure.in: Update to a recent version of config.guess/config.sub. Update configure to handle the new NetBSD variant that include the object format. 2001-04-12 05:12 dts12 * agent/snmp_agent.c: Better fix for bug #414855 from arajesh Handles non-repeaters=0 as well, and avoids memory leaks. 2001-04-11 06:01 dts12 * agent/snmp_agent.c: Handle GetBulk requests with max-repetitions=0 properly (bug #414855) 2001-04-10 09:33 hardaker * apps/snmpdf.c: fixed segfault when row has holes. 2001-04-06 16:20 hardaker * man/snmpcmd.1: - Added documentotion for -Ot 2001-04-06 07:32 hardaker * agent/mibgroup/notification/snmpNotifyTable.c: traps/informs reversed 2001-04-05 09:34 slif * agent/mibgroup/ucd-snmp/pass.c: remove unused variable from snmp_oid_min_compare. 2001-04-05 09:13 slif * agent/mibgroup/ucd-snmp/pass.c: Fix snmp_oid_compare and reverse encodings to deal with numbers > 2^31. 2001-04-05 08:21 slif * agent/agent_trap.c: use malloc to decrease stack size in snmpd_parse_config_trapsess. 2001-04-05 06:14 dts12 * agent/mibgroup/ucd-snmp/pass_persist.c: Extend recent 'pass' changes to 'pass_persist'. (Thanks, Mike!) 2001-04-05 02:27 dts12 * agent/mibgroup/ucd-snmp/pass.c: Handle setting null string values via the 'pass' mechanism. (Support#406728) Also handle embedded whitespace in such values. 2001-04-04 14:56 hardaker * FAQ, README, sedscript.in, version.h: - (version.h sedscript.in): version tag ( 4.2.1 ) 2001-04-04 14:55 hardaker * FAQ, README: Change wording to say 4.2 line is the last to use the ucd-snmp name. 2001-04-04 14:51 hardaker * ChangeLog: ChangeLog ------------------------------------------------------------------------------- Changes: V4.2 -> V4.2.1 2001-04-04 14:04 hardaker * agent/mibgroup/ucd-snmp/loadave.c: fix missing variable on solaris 2.6 2001-04-04 14:02 hardaker * testing/eval_tools.sh: use kill -TERM instead of kill -SIGTERM for portability (breaks on solaris). 2001-04-04 12:39 slif * agent/mibgroup/host/hr_swrun.c: Cleanup debug messages, build. 2001-04-04 09:18 slif * agent/mibgroup/examples/example.c: Fix network byte order for IpAddress displayed. 2001-04-04 08:50 slif * apps/snmptrapd.c: quiet exit on SIGTERM/SIGINT, same as snmpd. 2001-04-04 08:49 hardaker * agent/: auto_nlist.c, auto_nlist.h: fix for auto_nlist bogus definitions for machines without nlist. 2001-04-04 08:49 hardaker * README.snmpv3: update to when agent removes "createUser" directives. 2001-04-04 08:31 hardaker * agent/mibgroup/ucd_snmp.h: Applied patch #412080: add freebsd5 to module include list. 2001-04-04 08:12 dts12 * EXAMPLE.conf.def: Document how to enable the AgentX facility in the master agent. 2001-04-04 07:59 hardaker * local/tkmib: fix bug #411917: change walk end condition as suggested by submitter. 2001-04-04 07:43 dts12 * snmplib/parse.c: Change 'Line' variable name, to assist with Mac port. 2001-04-04 07:42 dts12 * agent/mibgroup/ucd-snmp/proxy.c: Fix typo in cast (missing 'struct') 2001-04-04 07:37 hardaker * snmplib/snmp_api.c: Use a larger malloced buffer when decoding a large incoming encrypted message. 2001-04-04 07:36 hardaker * snmplib/snmp_debug.c: Limit size of hex messages to 1/5th buffer size (to be safe). 2001-04-04 07:24 jbpn * agent/snmpd.c: - call external signal handlers before calling snmp_select_info(), rather than after calling snmp_select_info() but before select(). This fixes a potential problem that could arise if a signal handler closed a session, which would cause select() to return -1 with EBADF, and thus terminate the agent. 2001-04-04 06:50 dts12 * agent/mibgroup/ucd-snmp/disk.c: Ensure that checking for 'statvfs' is done consistently 2001-04-04 06:48 dts12 * agent/mibgroup/mibII/system_mib.c: ensure that 'exec_command' is used consistently with the availability of execv 2001-04-04 06:45 dts12 * snmplib/: mib.c, snmp_api.c, snmp_logging.c: Keep one of the pickier compilers (HP's aCC) happy. 2001-04-03 22:07 hardaker * snmplib/snmpusm.c: Fix maximum encrypted packet length support for reverse encoded packets. 2001-04-03 18:07 slif * testing/tests/T120proxyget: fix rwcommunity 2001-04-03 16:44 hardaker * local/wesrestart: remove old unused script 2001-04-03 16:41 hardaker * local/snmpconf.dir/snmpd.conf/operation: Add snmpconf directive support for the new "master" token. 2001-04-03 16:41 hardaker * local/snmpconf: Fix bug in menus for configuration files containing only "groups". 2001-04-03 16:40 hardaker * README: Change my name -> net-snmp developers. 2001-04-03 15:36 hardaker * EXAMPLE.conf.def: mention snmpconf 2001-04-03 15:28 hardaker * README: url changes mostly. 2001-04-03 15:28 hardaker * NEWS: 4.2.1 update (please check). 2001-04-03 15:28 hardaker * FAQ: ftp site update. 2001-04-03 14:04 hardaker * configure, configure.in: Added agentx to default modules to compile in 2001-04-03 10:12 hardaker * local/mib2c: add a comment at the end of the mib2c output explaining that its merely a template. 2001-04-03 08:27 hardaker * AGENT.txt, FAQ, PORTING, README, README.agentx: Web page/ftp site updates. Uses www.net-snmp.org everywhere now. 2001-04-03 06:24 slif * agent/mibgroup/util_funcs.c: Fix signed/unsigned compare. 2001-04-03 06:21 dts12 * agent/mibgroup/mibII/kernel_linux.c: Plug file-descriptor leak when using cached data. (Bug#412000) 2001-04-02 23:22 nba * apps/snmptest.c: Fix an incompletely initialized variable 2001-04-02 23:21 nba * local/snmpconf: The answers for the "load which files" menu are kept secret from the code that loads the files .... fixed. 2001-04-02 20:02 hardaker * local/: Makefile.in, snmpconf.dir/snmptrapd.conf/formatting, snmpconf.dir/snmptrapd.conf/traphandle: Added snmptrapd configuration file directives to snmpconf. 2001-04-02 10:08 jbpn * man/snmp_agent_api.3: - update documentation of agent_check_and_process to reflect current behaviour 2001-04-02 09:58 jbpn * agent/snmp_agent.c: - Fix memory leak in handle_one_var where long varbinds weren't correctly free()d. - Change behaviour of agent_check_and_process so that alarms run correctly. 2001-04-02 08:51 dts12 * agent/mibgroup/agentx/master.c: Use the 'standard' config handler registration routine, and recognise the config setting 'master all' 2001-04-02 06:53 nba * man/snmpd.conf.5.def: Fix some missing quoting on .IP parameters 2001-03-30 08:05 hardaker * FAQ, README.agentx, agent/mibgroup/agentx/README.agentx: moved agentx README to top 2001-03-30 07:22 dts12 * FAQ: Typo in AgentX README filename 2001-03-30 07:20 dts12 * agent/: ds_agent.h, snmp_agent.c, snmpd.c, mibgroup/agentx/README.agentx, mibgroup/agentx/master.c, mibgroup/agentx/master.h: Provide 'master' config directive to control whether or not to activate extensible subagent support. Initially restricted to AgentX support only. 2001-03-30 03:46 dts12 * agent/mibgroup/agentx/README.agentx: Update to reflect the increased maturity of the AgentX implementation. 2001-03-30 03:34 dts12 * FAQ: Tweaked various entries, and added a few new ones. General Shield meddling. 2001-03-30 01:00 dts12 * README: Add prominent warning regarding ucd-snmp => net-snmp switch. 2001-03-30 00:46 dts12 * snmplib/snmp_api.c: Fix interpretation of "pure numeric" peername strings (i.e. listen on the specified port on all interfaces) - problem identified by Mala Ramakrishnan. 2001-03-30 00:04 nba * snmplib/parse.c: Replace atoi/atol with strto(u)l which has better out-of-range returns. This is not a perfect solution, but it is better ... 2001-03-29 21:43 hardaker * ISSUES: rm ISSUES 2001-03-29 14:34 hardaker * COPYING: minor formatting. 2001-03-29 14:33 hardaker * COPYING: Um, got the year right this time. 2001-03-29 14:32 hardaker * COPYING: update for 2001: added my required NAI BSD copyright. 2001-03-29 08:23 slif * testing/eval_tools.sh: merge change from main branch (return_value=1 statement). 2001-03-29 08:21 slif * win32/libsnmp_dll/libsnmp.def: Add vacm_is_configured. 2001-03-28 22:12 nba * mibs/: rfclist, rfcmibs.diff: Add Printer-MIB to the rfclist with the corresponding patch. 2001-03-28 13:06 nba * snmplib/snmp_client.c: Properly ignore non-response PDU's when doing async transaction. 2001-03-28 13:04 nba * man/snmpcmd.1, snmplib/mib.c: Fix index handling to properly accept indexing with TimeTicks. Implement -Ir to disable index checks. 2001-03-28 06:20 hardaker * FAQ, README, sedscript.in, version.h: - (version.h sedscript.in): version tag ( 4.2.1.pre2 ) 2001-03-27 10:27 hardaker * apps/snmptrapd.c: Use snmp_log with %s to prevent % expansion in octet strings containing a %s. 2001-03-27 05:37 dts12 * agent/: snmp_agent.c, mibgroup/agentx/master_request.c: Handle non-responsive AgentX sub-agents more robustly. (Based on suggestions from Harrie Hazewinkel & Paul Rasmussen) 2001-03-27 02:35 dts12 * agent/mibgroup/smux/smux.c: Reset count of authorized peers on closedown. (Thanks to Vlad Tunik) 2001-03-26 18:03 hardaker * agent/mibgroup/mibII/vacm_vars.c, snmplib/vacm.c, snmplib/vacm.h: Fixed vacm to drop v1/v2c packets properly when no com2sec entries are found. 2001-03-26 11:06 hardaker * local/ipf-mod.pl: add usage comment at top 2001-03-22 14:34 nba * mibs/rfclist: New MIB in RFC 3083: DOCS-BPI-MIB 2001-03-22 14:27 nba * agent/mibgroup/host/hr_filesys.c, s/cygwin.h, agent/mibgroup/host/hr_storage.c, agent/mibgroup/host/hr_swrun.c, agent/mibgroup/host/hr_utils.c: Make most of the host resources mib compile under Cygwin. We can now do --with-mib-modules=host --with-out-mib-modules=host/hr_network 2001-03-22 12:27 hardaker * agent/mibgroup/util_funcs.c: fix header_simple_table() for too long requests 2001-03-22 08:13 hardaker * apps/snmptrapd.c: Bad Wes: find all instances of cut-n-paste errors before committing. 2001-03-22 08:12 hardaker * apps/snmptrapd.c: Bad Wes: don't call function without the ()s. (at least in C). 2001-03-22 07:46 dts12 * agent/agent_trap.c: Fix for minor memory leak with trap-related varbind values. Thanks to John Villalovos (and the Intel SNMP team) 2001-03-21 17:22 driehuis * snmplib/mib.c: Bugfix for crash at snmp_shutdown time with OS's that check pointer validity (e.g., FreeBSD) 2001-03-21 08:16 hardaker * agent/mibgroup/mibII/interfaces.c: join broken snmp_log lines 2001-03-21 08:15 hardaker * apps/snmptrapd.c: fix -F (I think) 2001-03-21 07:43 hardaker * snmplib/snmp_api.c: patch from Harrie to fix variable types (int -> size_t) 2001-03-20 08:25 nba * agent/mibgroup/mibII/at.c, agent/mibgroup/mibII/at.h, agent/mibgroup/mibII/interfaces.c, s/linux.h: Fix the atTable and ipNetTopMediaTable for Linux to return the ifIndex 2001-03-19 13:14 nba * apps/snmpdelta.c, man/snmpdelta.1: Major option parsing surgery to cather for the getopt using version of snmp_parse_args. Seems to have been forgotten when the rest of the apps were updated. 2001-03-19 13:13 nba * agent/mibgroup/ucd-snmp/disk.c: Re-order sys/conf.h and sys/param.h to make FreeBSD-5 happy 2001-03-15 13:44 hardaker * agent/mibgroup/mibII/ip.c: fixed bug #405000: dropped support for IPOUTNOROUTES, since no calculation of it seems close to correct. 2001-03-15 13:36 hardaker * agent/mibgroup/mibII/udp.c: fix part 2 of bug 405519 adding fullsock to udpinerrors 2001-03-15 13:31 hardaker * agent/mibgroup/ucd-snmp/vmstat_solaris2.c: fix bug #408388 where memmove is called with too short a length. 2001-03-15 11:21 hardaker * FAQ, README, sedscript.in, version.h: - (version.h sedscript.in): version tag ( 4.2.1.pre1 ) 2001-03-15 03:34 jbpn * testing/eval_tools.sh: kill -SIGKILL isn't legal syntax on Solaris or Linux; changed to kill -9 which is likely safer don't set return_value to 1 after killing snmpd, which causes spurious test failures 2001-03-14 14:38 hardaker * agent/agent_trap.h: Patch from Harrie Hazewinkel: make send_enterprise_trap_vars a public fn. 2001-03-14 11:08 hardaker * agent/mibgroup/mibII/at.c: fix ipnettomedia indexing on solaris. 2001-03-14 10:27 slif * agent/mibgroup/tunnel/tunnel.c: Use config.h, don't use ucd-snmp directory to build in the mibgroup tree. 2001-03-14 10:18 slif * testing/RUNTESTS: quiet "which" output. never ending saga... 2001-03-14 10:08 slif * agent/mibgroup/agentx/master_request.c: quiet unsigned long compare. 2001-03-14 10:00 slif * agent/mibgroup/agentx/client.c: Get a decl of in_addr_t from netinet/in.h, where necessary. 2001-03-14 10:00 slif * snmplib/parse.c: Avoid warnings of struct timeval decl in system.h by including *time.h*. 2001-03-14 09:47 slif * agent/snmpd.c, apps/snmpvacm.c, apps/snmpnetstat/winstub.c, snmplib/parse.c: patch submitted by Harrie Hazewinkel 2001-03-14 09:40 slif * testing/RUNTESTS: don't run tests without needed programs: snmpd, snmpget, snmpgetnext. 2001-03-14 08:24 slif * configure, configure.in: Provide an empty DLLIBS value for non-dlmod uses. 2001-03-14 07:36 slif * agent/mibgroup/agentx/protocol.c: cast u_long to u_char when storing 8-bit values. 2001-03-14 07:33 slif * agent/mibgroup/ucd-snmp/proxy.c: fix unsigned length compares. 2001-03-14 05:45 dts12 * agent/mibgroup/host/hr_swrun.c: Fix Linux file descriptor leak (reported by Oliver Fänger) 2001-03-13 13:20 hardaker * snmplib/default_store.c: Patch from Harrie Hazewinkel to check for NULLs in DEBUG msg 2001-03-12 14:06 nba * agent/mibgroup/agentx/: master_admin.c, subagent.c: Fix some minor leaks. 2001-03-12 14:05 nba * agent/snmpd.c: Some minor fixes to argument processing, including terminating snmpd on extraneous non-option arguments. 2001-03-10 08:13 hardaker * agent/mibgroup/mibII/ip.c: Bug #404988: don't use ipstat.ips_fragtimout as a number of seconds. 2001-03-07 10:26 slif * testing/eval_tools.sh: new DELAY function; start/stop daemons using new STARTPROG/STOPPROG with DELAY; log commands issued and final result to SNMP_TMPDIR/invoked; suppress "kill" output to help Cygwin users happy. 2001-03-07 10:23 slif * testing/RUNTESTS: add -S parameter for DELAY seconds; add trap for interrupt control; pass test number and display-header-only to eval_onescript.sh; add which test to verbose locating messages (Cygwin uses type, not which). 2001-03-07 10:20 slif * testing/: TESTCONF.sh, eval_onescript.sh: Incorporate test number into test results dir name. Provide default values for test number and display-header-only flag. 2001-03-07 10:19 slif * testing/Makefile.in: "make clean" removes any test result dirs "/tmp/snmp-test-*". 2001-03-07 10:15 slif * testing/tests/: T054agentv2ctrap, T056agentv2cmintrap, T058agentauthtrap: Replace sleep with commented out DELAY ; each start/stop action now invokes DELAY. 2001-03-07 10:14 slif * testing/tests/T100agenthup: Replace sleep with DELAY. 2001-03-07 10:13 slif * win32/config.h: Change element separator to Win32 ';' in DEFAULT_MIBS Declare Win32 has getpid!. 2001-03-07 10:10 slif * snmplib/snmp_api.c: Win32 include io.h to declare mktemp. Expand the comment near mktemp usage to explain why it is needed. 2001-03-07 10:09 slif * snmplib/snmp_alarm.c: remove unnecessary ifndef WIN32. ifdef SIGALRM is sufficient. 2001-03-07 10:07 slif * agent/snmpd.c, apps/snmptrapd.c: Win32 include process.h to declare getpid. 2001-03-07 10:06 slif * snmplib/snmp_logging.c: Use proper define to qualify include-ing a header. 2001-03-07 10:04 slif * agent/mib_modules.c, apps/snmpnetstat/if.c, snmplib/system.h: Apply the time goo consistently: move header includes out of system.h. 2001-03-06 10:08 hardaker * configure, configure.in: don't force inclusion of -ldl. 2001-03-05 06:30 slif * snmplib/snmpv3.c: Follow method usage, don't declare getHwAddress unless used. 2001-03-05 06:30 slif * snmplib/snmp_api.c: Remove nested variable ep - one already exists. 2001-03-05 06:28 slif * agent/mibgroup/examples/ucdDemoPublic.c: Comment out example variables that are not used. 2001-03-04 17:41 slif * README.win32, win32/config.h, win32/mib_module_config.h, win32/mib_module_includes.h, win32/mib_module_inits.h, win32/libsnmp_dll/libsnmp.def, win32/libucdmibs/libucdmibs.def, win32/libucdmibs/libucdmibs.dsp: patch to build more modules, including agentX, on Win32 using MS-VC. 2001-03-04 17:27 slif * agent/mibgroup/header_complex.c, agent/mibgroup/agentx/client.c, agent/mibgroup/agentx/master.c, agent/mibgroup/agentx/master_admin.c, agent/mibgroup/agentx/master_request.c, agent/mibgroup/agentx/protocol.c, agent/mibgroup/agentx/subagent.c, agent/mibgroup/notification/snmpNotifyFilterProfileTable.c, agent/mibgroup/notification/snmpNotifyFilterTable.c, agent/mibgroup/notification/snmpNotifyTable.c, agent/mibgroup/target/target.c, agent/mibgroup/ucd-snmp/dlmod.c, agent/mibgroup/ucd-snmp/pass_persist.c, agent/mibgroup/ucd-snmp/proxy.c, apps/snmptrapd_log.c: patch to build more of the agent using MS-VC on Win32 platform. 2001-03-03 14:34 nba * mibs/: IANAifType-MIB.txt, MTA-MIB.txt, Makefile.mib, README.mibs, TUNNEL-MIB.txt, ianalist, mibfetch, rfclist, rfcmibs.diff, smistrip: Update to current IANAifType-MIB, plus addition of README and tools to get a complete set of IETF MIB files. 2001-03-03 07:11 nba * agent/mibgroup/agentx/master.h: Remove an unused prototype 2001-03-03 06:36 nba * man/snmptrapd.8, apps/snmptrapd_log.c: Add a new %P formatting sequence to user specified log formats. It print the security information from the PDU (community, user, context as available) Also modify the default trap output to use it. 2001-03-03 06:21 nba * apps/snmptrapd_log.c: Fix specifiers like %.3s 2001-03-03 06:10 nba * snmplib/parse.c: Fix the parser to diagnose oid specs like::= { single } Be silent for internal links when moving nodes to the adoption list. This should help giving only a single message for missing imports of enterprises. 2001-03-02 13:24 slif * snmplib/asn1.c, snmplib/mib.c, snmplib/mib.h, snmplib/snmp_api.c, snmplib/snmp_parse_args.c, snmplib/snmp_parse_args.h, win32/libsnmp_dll/libsnmp.def: cleanup for MS-VC Win32 build 2001-03-02 07:36 hardaker * README: sourcerforge -> sourceforge 2001-03-02 07:25 hardaker * perl/SNMP/SNMP.xs: Patch from Karl Schilke to fix timestamps in synchonous cases 2001-03-02 06:31 hardaker * snmplib/snmp_api.c: Remove unused variable from snmp_oid_compare(). 2001-03-01 19:49 hardaker * snmplib/: asn1.c, snmp_api.c: Fix snmp_oid_compare and reverse encodings to deal with numbers > 2^31. 2001-02-21 15:31 nba * man/: snmp.conf.5.def, snmpcmd.1: Fix a couple of typos 2001-02-21 15:22 hardaker * snmplib/ucd-snmp-includes.h: Applied patch #103805 from bcollar: add sys/time.h to ucd-snmp-includes.h 2001-02-21 15:15 hardaker * snmplib/int64.c: fix bug #133416 (u64Subtraction math) as suggested by the submittor 2001-02-21 14:38 nba * agent/mibgroup/host/hr_filesys.c: Try fixing inconsistent indexing on BSD 2001-02-19 08:46 slif * agent/mibgroup/ucd-snmp/proxy.c: - proxy.c: remove some unused variables. 2001-02-16 15:12 hardaker * agent/var_struct.h: - increase UCD_REGISTRY_OID_MAX_LEN to 128 at Frank's request 2001-02-14 18:15 hardaker * apps/snmptrapd.c: removed unused snmp_alarm.h include 2001-02-13 16:21 hardaker * snmplib/snmp_api.c: fix bug #130740 using suggested close() wrapper around mkstemp() 2001-02-09 11:16 hardaker * agent/snmpd.c: Applied patch #103613: fix memory leak in snmpd port specification -> default_store. 2001-02-09 11:14 hardaker * agent/mib_modules.c: Applied patch #103612: fix memory leak in mib_module init code 2001-02-09 11:12 hardaker * agent/agent_registry.c: Applied patch #103611: fix memory leak for duplicate oid registrations. 2001-02-09 11:08 hardaker * perl/SNMP/SNMP.xs: Applied patch #103604: Add support for V1 traps and int/int32 differences 2001-02-09 11:06 hardaker * agent/mibgroup/ucd-snmp/: memory_freebsd2.c, proxy.c: Applied patch #103702: fix swap reporting on freebsd 4.2 2001-02-06 14:26 nba * apps/snmpnetstat/Makefile.in: Add a dependency for libsnmp 2001-02-06 14:25 nba * agent/mibgroup/ucd-snmp/vmstat_freebsd2.c: Implement raw interrupt and context switch counters 2001-02-06 14:24 nba * agent/mibgroup/notification/snmpNotifyTable.c: Make dmalloc happy by fixing a malloc read overrun 2001-02-06 14:16 nba * man/snmpcmd.1, snmplib/default_store.h, snmplib/mib.c: Backport -OT output to 4-2-patches branch 2001-02-06 06:02 hardaker * perl/SNMP/SNMP.pm: documentation fix 2001-01-31 23:02 nba * snmplib/snmp_api.c: Fix value validation for snmpset/snmptrap 2001-01-31 23:00 nba * agent/mibgroup/ucd-snmp/proxy.c: Fix bad return of a pointer to non-static storage 2001-01-31 15:44 hardaker * agent/mibgroup/host/hr_print.c: Patch from Frank Bartels for freebsd fixes 2001-01-30 17:13 hardaker * agent/mibgroup/ucd-snmp/disk.c: Applied patch #103414: fix disk info for block sizes other than 1024. 2001-01-29 13:24 hardaker * agent/mibgroup/smux/smux.c: fix bug #130410: set the write_method in var_smux before returning NULL to make sure that sets happen on OIDs that don't exist first. 2001-01-29 13:15 hardaker * local/mib2c: fix suggested in bug #129948: check for - arguments at the begginning of the command line token (don't match mib-2, eg). 2001-01-29 13:13 hardaker * snmplib/parse.c: fix suggested in bug #129876: check for hint != NULL before freeing. 2001-01-26 05:49 nba * agent/mibgroup/host/hr_print.c: Fix bug on FreeBSD when /etc/printcap is empty 2001-01-25 14:38 nba * mibs/RMON-MIB.txt: Updated to RFC 2819 2001-01-24 21:37 nba * agent/Makefile.in: Install libraries before agent so that libtool can relink. 2001-01-20 05:54 nba * apps/snmpdelta.c, snmplib/int64.c: Two Counter64 glitches detected by Jason Gloudon 2001-01-20 05:44 nba * agent/snmpd.c: Dont set up the select parameters before calling interrupt handlers! Thanks to Frank Strauss. 2001-01-20 05:42 nba * snmplib/snmp_api.c: Fix encoding of BITS variable, thanks to Frank Strauss 2001-01-20 05:37 nba * agent/mibgroup/ucd-snmp/vmstat_solaris2.c: Raw IO counters from Jochen Kmietsch 2001-01-20 05:36 nba * agent/mibgroup/ucd-snmp/vmstat.h, mibs/UCD-SNMP-MIB.txt: Prepare for more raw counters 2001-01-15 15:14 nba * agent/mibgroup/ucd-snmp/proxy.c: undo a change that sneaked in by mistake 2001-01-15 14:07 nba * agent/mibgroup/ucd-snmp/proxy.c, agent/mibgroup/ucd-snmp/vmstat.h, agent/mibgroup/ucd-snmp/vmstat_bsdi4.c, agent/mibgroup/ucd-snmp/vmstat_bsdi4.h, agent/mibgroup/ucd-snmp/vmstat_freebsd2.c, agent/mibgroup/ucd-snmp/vmstat_freebsd2.h, agent/mibgroup/ucd-snmp/vmstat_netbsd1.c, agent/mibgroup/ucd-snmp/vmstat_netbsd1.h, agent/mibgroup/ucd-snmp/vmstat_solaris2.c, mibs/UCD-SNMP-MIB.txt, agent/mibgroup/ucd-snmp/vmstat_solaris2.h: Extend the systemStats.cpuRaw section to include more raw counters for various operating systems. Basic testing performed for Solaris and FreeBSD. Code guesstimate for NetBSD and BSDi. 2001-01-12 08:00 hardaker * snmplib/snmp_api.c: - bit_string fixes - make snmp_add_var call snmp_parse_oid() instead of read_objid(). 2001-01-12 07:57 hardaker * snmplib/asn1.c: comment out really odd (and broken) check from asn_bitstring_check??? 2001-01-12 07:52 hardaker * local/: mib2c.storage.conf, mib2c.vartypes.conf: - misc bug fixes. - new data types (uint32, unsigned, bits). 2001-01-10 21:55 nba * snmplib/snmp_api.c: Fix calling of init_callbacks even if init_snmp called with NULL parameter 2001-01-10 21:53 nba * snmplib/snmp_api.c: Fix badly applied previous patch 2001-01-10 21:52 nba * apps/snmpvacm.c: Fix usage message (-e is now -Ce) 2001-01-10 21:51 nba * agent/mibgroup/mibII/var_route.c: Fix a bad ipRouteProtocol return 2001-01-10 21:50 nba * agent/mibgroup/host/hr_swrun.c: Fix problem when running --without-root-access for FreeBSD. Thanks to Bert Driehuis. 2001-01-10 21:48 nba * agent/mibgroup/kernel_sunos5.c: Use the ifspeed attribute from driver when available 2001-01-09 06:29 hardaker * agent/mibgroup/mibII/interfaces.c: Applying patch found in bug #127299: - switch ifAdmin and ifOperStatus meanings to match kernel parameters better. 2001-01-09 06:21 hardaker * win32/snmpnetstat/snmpnetstat.dsp: added getopt.c to list 2001-01-08 08:19 hardaker * agent/mibgroup/host/hr_swrun.c: Patch from Anders Ellefsrud - fix hr_swrun when programs have exited so we don't truncate getnext queries. 2001-01-08 08:14 hardaker * snmplib/snmp_api.c: Patch from Frank Strauss: - fix BITS encoding length when mib knowledge is available. 2001-01-04 23:18 nba * apps/: snmpset.c, snmptrap.c: Try fixing problems with snmpset of negative values 2001-01-04 23:15 nba * agent/mibgroup/ucd-snmp/vmstat_bsdi4.c: Add the raw cpu couters for BSDi. Courtesy Bert Driehuis. 2001-01-04 23:12 nba * agent/mibgroup/host/hr_swrun.c, agent/mibgroup/ucd-snmp/loadave.c, snmplib/callback.c: Save some unused variables 2001-01-04 23:09 nba * acconfig.h, config.h.in, agent/agent_trap.c, agent/mib_modules.c, agent/mibgroup/agentx/client.c, agent/mibgroup/agentx/master.c, agent/mibgroup/agentx/master_admin.c, agent/mibgroup/agentx/master_admin.h, agent/mibgroup/agentx/master_request.c, agent/mibgroup/agentx/protocol.c, agent/mibgroup/agentx/subagent.c: Add missing dmalloc support for some files 2001-01-04 23:04 nba * Makefile.in: Ensure sort order for config.h.in 2001-01-04 10:24 hardaker * configure, configure.in: fix semi-colon problem. Patch #103101. 2001-01-03 07:01 hardaker * agent/mibgroup/host/hr_swrun.c: /proc/%d/cmdline may be an empty file for some processes. Return "" if so. 2001-01-02 09:47 hardaker * snmplib/snmp_logging.c: add a "%s" formatting string to the syslog() call (redhat bug #18153). 2000-12-29 13:38 hardaker * agent/mibgroup/mibII/interfaces.c: Patch from Ted Rule: - better checking for formatting of the /proc/net/dev file to avoid linux core dumps when the kernel mis-behaves. 2000-12-27 16:47 hardaker * testing/tests/: T053agentv1trap, T054agentv2ctrap, T055agentv1mintrap, T056agentv2cmintrap, T113agentxtrap: - trap API testing suite enhanced to test more cases. 2000-12-27 16:45 hardaker * agent/agent_callbacks.h, agent/agent_trap.c, agent/agent_trap.h, agent/mibgroup/notification/snmpNotifyTable.c, agent/mibgroup/notification/snmpNotifyTable.h, snmplib/callback.c, snmplib/callback.h: - Make the notification mib work more via callbacks and remove ifdefs in agent_trap.c - Make the agent_trap.c file check for callback registrations and handle it internally using the old trapsink support if no callback is found. - This fixes the problem when init_mib_modules() isn't called in subagents. 2000-12-27 16:42 hardaker * agent/mibgroup/examples/example.c: make the example traps be sent using a enterprise specific trap of 99 rather than 3. We need to define it in the mib still. 2000-12-27 15:26 hardaker * snmplib/asn1.c: fix broken compiler precedence as reported in support #110473. 2000-12-22 08:54 hardaker * snmplib/asn1.c: fix counter64 reverse encodings. 2000-12-22 06:58 hardaker * snmplib/vacm.c: fix view processing to watch for length prefix. The length prefix really really shouldn't be stored directly in the oid. Niels? 2000-12-21 14:43 nba * apps/snmpnetstat/main.c: - main.c: fix problem with positional community argument to snmpnetstat 2000-12-21 14:37 nba * snmplib/mib.c: - mib.c: make sure init_mib_internals is called before doing anything serious in init_mib 2000-12-21 08:22 hardaker * snmplib/snmp_api.c: Patch from Frank Strauss to fix support for BITS ------------------------------------------------------------------------------- Changes: V4.1.2 -> V4.2 2000-12-04 15:30 hardaker - (NEWS, README): updates. 2000-12-04 14:48 marz ensure mibload.t uses correct MIBDIR for testing 2000-12-04 11:05 hardaker - (AGENT.txt, FAQ, README): convert url's to www.netsnmp.org. 2000-12-04 08:45 hardaker - (NEWS): agentx note changes. 2000-12-03 07:29 nba - snmptrapd_log.c: fox missing leading zeroes for %.2d like formats. Add an alternate format for up-time displays. 2000-12-02 18:22 marz found the uninitialized data bug...must have been in there dormant for a while, other test fixes - good to go! 2000-12-01 16:36 hardaker - (agent/snmpd.c): reference sourceforge. 2000-12-01 16:35 hardaker - (AGENT.txt): reference sourceforge. 2000-12-01 16:34 hardaker - (TODO): reference net-snmp-coders. 2000-12-01 16:34 hardaker - (README): update. 2000-12-01 16:33 hardaker - (bug-report, agent/mibgroup/versiontag): remove the bug report script. 2000-12-01 16:31 hardaker - (PORTING): reference sourceforge. 2000-12-01 16:23 hardaker - (man/snmptrapd.conf.5.def): mention the fact that snmpv3 traps are the same as snmpv2 traps. 2000-12-01 16:23 hardaker - (NEWS): update. 2000-12-01 15:31 hardaker - (README): update. 2000-12-01 15:16 hardaker - (snmpd.conf.5.def): update for proxy support. 2000-12-01 14:36 hardaker - (FAQ): update a few things. 2000-12-01 14:28 nba - mib.c: diagnose wrong quoting in indices 2000-12-01 14:23 nba - parse.c: add RFC-1213 as an aliase for RFC1213-MIB (used in many mibs) 2000-12-01 14:19 nba - smux.c: reformat some debug messages for readability 2000-12-01 14:17 nba - interfaces.c: fix ifType values for Linux 2000-12-01 14:14 nba - subagent.c: supply a missing return value 2000-12-01 10:04 hardaker - (snmpconf): quote things with spaces in them. 2000-12-01 09:49 hardaker - (snmpconf.1): quick man page for snmpconf. 2000-12-01 09:15 hardaker - (local/snmpconf.dir/snmpd.conf/monitor): cleanups. 2000-12-01 09:14 hardaker - (snmplib/parse.c): change no-parent log message into a warning. 2000-12-01 09:11 hardaker - (agent/mibgroup/agentx/README.agentx): update from Dave. 2000-12-01 09:10 hardaker - (FAQ): update from Dave. 2000-12-01 07:59 hardaker - (agent/agent_trap.c): Patch from Dave Shield: - support v2->v1 trap conversion. 2000-12-01 07:56 hardaker - (configure, configure.in): typo. 2000-12-01 07:42 marz additional fixes to support targetted builds of perl/SNMP using -NET-SNMP-PATH (and white space removal as my emacs kindly does that for me?) 2000-11-30 14:06 nba - getopt.h, snmp_parse_args.h: extern "C" bracketing 2000-11-30 14:04 nba - snmpd.conf.5.def: fix formatting of smuxpeer token 2000-11-30 10:31 hardaker - (FAQ): Update from Dave. 2000-11-30 10:18 hardaker - (master_request.c): Patch from Dave Shield to fix bad sets for agentx. 2000-11-30 09:19 hardaker - (ov/README): minor corrections, probably still incorrect. 2000-11-30 09:18 hardaker - (local/Makefile.in, snmpconf, acl, basic_setup, monitor, operation, system, trapsinks): - grouping support. - sort-of-quiet output support. - operation mode support (setting user, group, ports...) 2000-11-30 09:13 hardaker - (snmplib/read_config.c): save a warning header at the top of the persistent data file. 2000-11-30 09:11 hardaker - (agent/mibgroup/tunnel/tunnel.c): Cleanup patch from Frank Strauss. 2000-11-30 09:10 hardaker - (agent/snmpd.c): set DS_AGENT_NO_ROOT_ACCESS in -H help output. 2000-11-30 09:08 hardaker - (configure, configure.in): mention the TUNNEL-MIB support. 2000-11-29 18:21 slif Update e-mail address for Slifcak 2000-11-29 11:34 marz fixed order of function checking so that vsnprintf is not found in libdb (BSD db) by mistake 2000-11-29 05:18 marz partial submit to get perl/SNMP tests to pass and update the docs somewhat - still getting cores in notify.t. had to change create_user_from_session to update an existing user incase 2 sessions are started with the same user 2000-11-28 18:00 marz partial submit to get perl/SNMP tests to pass and update the docs somewhat - still getting cores in notify.t. had to change create_user_from_session to update an existing user incase 2 sessions are started with the same user 2000-11-27 14:37 hardaker - (local/snmpconf.dir/snmpd.conf/basic_setup): basic setup series of questions. 2000-11-27 14:36 hardaker - (local/snmpconf.dir/snmpd.conf/acl): typos. 2000-11-27 14:36 hardaker - (local/snmpconf): - add support for "groups" of items. - don't use IO::Dir, as its not in the standard perl module distributions. 2000-11-27 14:34 hardaker - (agent/mibgroup/ucd-snmp/dlmod.h): remove unneeded variable reference. 2000-11-27 14:33 hardaker - (agent/snmp_agent.c): Patch from John Naylon: - fix auto-set support for the agent (and plug a memory leak). 2000-11-27 13:42 nba - snmp.conf.5.def: document tokens extendedIndex and noRangeCheck 2000-11-27 13:41 nba - parse.c: fix a C++ style comment 2000-11-24 15:14 nba - memory_freebsd2.c, vmstat_netbsd1.c: minor fixes for NetBSD 1.5, OPenBSD 2.6 2000-11-22 13:48 hardaker - (mibgroup/ucd-snmp/dlmod.c): Patch from Sean Harding: - don't export an internal variable. 2000-11-21 15:17 nba - mib.c: fix parsing of oid like 99.13.\"guf\"8 2000-11-19 13:03 nba - SNMP.xs, mib2c.vartypes.conf: The recent specialisation of the Integer types in the parser created problems for the perl module and in turn for mib2c. Sorry for not catching this before pre2 :-( 2000-11-19 12:58 nba - fixes to ./configure --with-defaults --enable-mini-agent; make install and run the tools under cygwin. Haven't tried the agent yet :-) 2000-11-18 07:14 hardaker - (version.h bug-report sedscript.in): version tag ( 4.2.pre2 ) 2000-11-18 07:12 hardaker - (T049snmpv3inform): v3 inform test added. 2000-11-17 11:01 nba - mib.c, snmp_api.c: better error messages for bad snmpset calls and bad indices. Also fix a bug with quoted indices. 2000-11-17 10:32 hardaker - (tests/T050snmpv3trap): test for snmpv3 traps. 2000-11-17 10:30 hardaker - (snmptrapd.c): fix cases where the format strings are specified. 2000-11-17 10:26 nba - IANAifType-MIB.txt: update from IANA 2000-11-17 08:32 hardaker - (master_request.c): Patch from Dave Shield: - fix memory leaks. - fix agentx problems with bad sets. 2000-11-16 17:55 hardaker - (snmplib/snmpv3.c): added a space in a debugging output statement. 2000-11-16 17:54 hardaker - (snmplib/read_config.c): simple debugging statement added. 2000-11-16 17:54 hardaker - (snmplib/snmp_api.c): set DS_LIB_APPTYPE if it hasn't been set yet. 2000-11-16 17:52 hardaker - (testing/eval_tools.sh): add CONFIGTRAPD. 2000-11-16 17:50 hardaker - (snmplib/mib.c, testing/tests/T112agentxsetfail, testing/tests/T122proxysetfail): - support -Ir for "dont check range/type values" (letter r subject to debate). 2000-11-16 17:25 hardaker - (callback.c): better debugging output to display a callback count when done. 2000-11-16 16:52 hardaker - (T113agentxtrap): A new test to test trap support from agentx subagents. 2000-11-16 16:50 hardaker - (T058agentauthtrap): sleep some and only perform one get request. 2000-11-16 16:49 hardaker - (T054agentv2ctrap): sleep a bit and only send one snmp set request. 2000-11-16 15:47 nba - getopt.c: quell compiler warnings 2000-11-16 15:31 nba - parse.[ch], mib.c, snmp_api.c: rename TYPE_UINTEGER32 back to TYPE_UINTEGER 2000-11-16 15:16 nba - snmptrapd.c, snmptrapd.conf: new config directives format1 and format2 to set log formats for TRAP1 and TRAP2 pdus. 2000-11-16 13:50 nba - snmp_api.c: add functionality to check value types in addition to ranges for snmpset and snmptrap. 2000-11-16 13:47 nba - parse.c: Fix DEFVAL parsing for OBJECT IDENTIFIER or BITS values (i.e. DEFVAL { { 0 0 } } etc) 2000-11-16 11:39 hardaker - (T058agentauthtrap): add a greater timeout to the get request. 2000-11-16 11:35 hardaker - (example.c): - send a v2c trap using its own data, not the system_mib's. - more debugging statements. 2000-11-16 11:34 hardaker - (T053agentv1trap, T054agentv2ctrap, T058agentauthtrap): - new tests for traps sent by the agent. 2000-11-16 09:56 hardaker - (target.c): Don't delete READONLY trap sessions. 2000-11-15 16:37 hardaker - (testing/tests/T052snmpv2cinform): test inform sending/receiving. 2000-11-15 16:37 hardaker - (apps/snmptrap.c, man/snmptrap.1): support -Ci for sending informs. 2000-11-15 15:48 hardaker - (snmptrapd_log.c): use SNMP_MAXBUF instead of a local length definition. 2000-11-15 14:18 nba - Makefile.in: fix make'ing in remote directory 2000-11-15 14:11 nba - main.c: update to use getopt for argument parsing. 2000-11-15 14:10 nba - snmp_agent.c: fix a confusing indentation. 2000-11-15 14:09 nba - agent_trap.c: make sure community is \0-terminated in targetParamsTable 2000-11-15 14:03 nba - snmptrapd_log: fix a buffer that is way too short for a trap with just a single parameter. Fix a bad limit test in str_append. 2000-11-15 14:00 nba - snmptranslate.c: fix a stupid perror for snmp_perror 2000-11-15 13:58 nba - parse.[ch], mib.c: enhance the parser to distinguish INTEGER, Integer32, Unsigned32, UInteger32. 2000-11-15 13:55 nba snmp_api.c: remove an unused variable 2000-11-15 07:49 hardaker - (snmp_vars.c, subagent.c): Patch from Lawrence Greenfield: - Don't make init_agent()/subagent_pre_init() exit but return an error condition instead. 2000-11-12 08:08 hardaker - (ucdDemoPublic.c): add NULL to end of demo string and check for len=0. 2000-11-12 04:45 nba snmp_api.c: Make sure the noRangeCheck token is a boolean 2000-11-12 04:41 nba - mib.c: give the tree-top a name to protect error message when looking up .foo 2000-11-12 04:36 nba - snmptranslate.c: use config_perror for a better error message 2000-11-12 04:34 nba - proxy.c: remove some unused variables. 2000-11-12 04:33 nba -agent_traps.c: Move a conditionally used variable 2000-11-12 04:32 nba Fix a bogus #ifdef 2000-11-10 09:18 hardaker - (configure, configure.in): apply patch #102224 from jbpn for cross-compiling. 2000-11-10 08:56 hardaker - (testing/TESTCONF.sh, testing/eval_tools.sh, testing/tests/T051snmpv2ctrap): - first pass at a testing script to test trap functionality. - which even uncovered a bug. 2000-11-10 08:55 hardaker - (apps/snmptrapd.c): - fork if file logging or syslogging, but not printing. - don't close open file descriptors. There shouldn't be any. 2000-11-10 08:53 hardaker - (apps/snmptrapd_log.c): properly null terminate log strings. 2000-11-09 16:40 hardaker - (configure.in): attempt to implement a --with-rsaref flag. 2000-11-09 15:32 hardaker - (README, perl/SNMP/README): mention Karl. 2000-11-09 15:31 hardaker - (NEWS, perl/SNMP/README): mention Karl. 2000-11-09 14:56 hardaker - (examples/bulkwalk.pl, t/bulkwalk.t): patch from Karl Schilke: - support bulk requests. 2000-11-09 14:53 hardaker - (MANIFEST, README, SNMP.pm, SNMP.xs): patch from Karl Schilke: - support bulk requests. 2000-11-08 23:33 hardaker - (read_config.c): fix -H output. 2000-11-08 23:02 hardaker - (snmp_agent.c): make agent_check_and_process() call run_alarms(). 2000-11-08 22:45 hardaker - (diskio.c): fix OID. 2000-11-08 17:06 hardaker - (SNMP.pm, SNMP.xs): patch from Mark Cavage for default value support. 2000-11-08 17:03 hardaker - (mib.c, parse.c, parse.h): minimal DEFVAL parsing support. 2000-11-08 16:20 hardaker - (config.h.in, configure): check for librsaref, etc, if needed. 2000-11-07 15:15 hardaker - (config.h.in, configure, configure.in, agent/agent_read_config.c, agent/snmpd.c): - uid/gid changes. 2000-11-07 15:10 hardaker - (SNMP.xs): fix TYPE_NOTIF -> TYPE_NOTIFTYPE. 2000-11-07 11:30 hardaker - (SNMP/SNMP.pm, SNMP/SNMP.xs): Patch from Joe Clarke: - implement best-guess (-Ib) parsing. - access to trap varbinds. - range access. 2000-11-07 11:00 hardaker - (.cvsignore): ignore build created files. 2000-11-07 10:58 hardaker - (README, SNMP.pm, SNMP.xs): patch from Karl Schilke: - implement a finish() call. 2000-11-07 10:54 hardaker - (SNMP/SNMP.xs): patch from Karl Schilke: - multiple callback patch for perl/SNMP/SNMP.xs. 2000-11-07 10:48 hardaker - (read_config.c): log an error message if the optional config file DNE. 2000-11-07 10:41 hardaker - (SNMP.pm): fix iid parsing with respect to mib nodes with a - in it. 2000-11-07 10:29 hardaker - (if_fields.h, interfaces.c, ipMedia.c, ipRoute.c, tcp.c, tcpTable.c, udp.c, udpTable.c): Patch from Bert Driehuis: - mibJJ fixes [FreeBSD/other BSD's]. 2000-11-07 10:13 hardaker - (agent/agent_read_config.c, agent/ds_agent.h, agent/snmpd.c, man/snmpd.1.def, man/snmpd.conf.5.def): Patch from Harrie Hazewinkel: - implement uid/gid changes after startup for the agent. 2000-11-07 08:33 hardaker - (target.c): a better sanity check for session deletion. 2000-11-07 07:24 hardaker - (target.c): Patch from Dave to sanity check param->updateTime. 2000-11-06 11:00 hardaker - (md5.c): check to see that MDsign() data lies on a 32 byte boundry. - its possible some compilers will choke on this hack. - fixes bug #12175. 2000-11-03 17:54 hardaker - (mib2c): sort OIDs properly. 2000-11-03 16:44 hardaker - (example.c): Patch from Harrie Hazewinkel: - fix mib registrations for duplicate OIDs being used for the trap examples. 2000-11-03 15:31 hardaker - (snmpd.c): second patch from dougwarz in bug #117273 to fix smux problems. - Um, applied correctly this time (I hope). 2000-11-03 15:29 hardaker - (snmpd.c): second patch from dougwarz in bug #117273 to fix smux problems. 2000-11-02 22:19 nba Clean up some unused variables etc. 2000-11-02 22:16 nba - Makefile.in: fix some $(srcdir) references when running outside source 2000-11-02 22:15 nba - snmptrapd.c: fix the format string for format_trap 2000-11-02 22:14 nba - Makefile.in: remove some duplicates from file lists 2000-11-02 22:12 nba Document the -OX output option 2000-11-02 22:11 nba Document the sysservices token 2000-11-02 16:17 hardaker - (agent/mibgroup/ucd_snmp.h): add ucd-snmp/proxy. 2000-11-02 16:16 hardaker - (agent/mibgroup/versiontag): change cvs archive site and package name. 2000-11-02 13:23 hardaker - (smux.c): Patch 102239 from dougwarz to fix a previously bad smux.c patch. 2000-11-01 16:36 hardaker - (version.h bug-report sedscript.in): version tag ( 4.2.pre1 ) 2000-11-01 16:14 hardaker - (T120proxyget, T121proxyset, T122proxysetfail): proxy test suite. 2000-11-01 16:08 hardaker - (agent/mibgroup/ucd-snmp/proxy.c, agent/mibgroup/ucd-snmp/proxy.h): - minimal SET support for the proxy code. 2000-11-01 10:22 hardaker - (T112agentxsetfail): test for agentx sets that should fail properly. 2000-10-31 14:30 nba - tcpTable.c: remove an unnescessary #include 2000-10-31 14:28 nba - smux.c: fix wrong variable length 2000-10-31 14:25 nba - protocol.c: fix some suspicious looking code 2000-10-31 14:21 nba - man/snmpd.conf: fix a typo 2000-10-31 12:41 nba - mib.c: add -OX output format, for just another way of printing indices 2000-10-31 12:27 nba - interface.c: add "interface" config for unguessable interface type/speed 2000-10-31 12:25 nba - apps/*: make sure we report any errindex/errcode in the response 2000-10-31 12:04 nba - protocol.c: clean up unused variables. 2000-10-31 10:13 hardaker - (smux.c): patch #1 from bug #117273 applied to fix smux socket problems. 2000-10-31 09:24 hardaker - (SNMP.xs): print counter64's as unsigned. 2000-10-31 07:54 hardaker - (agent_trap.c, agent_trap.h, subagent.c, snmpNotifyTable.c, snmpNotifyTable.h): Patch from Dave: - fix notifications from agentx subagents. 2000-10-30 22:03 hardaker - (smux.c): fix bug #119786: make smux reuse socket address. 2000-10-30 21:42 hardaker - (eval_tools.sh, tests/T110agentxget, tests/T111agentxset): - fix bug #382 - fix agentx non-root tests to use -x /tmp/blah/agentx_socket. 2000-10-30 13:45 hardaker - (snmpd.1.def): fix a typo pointed out by Chris Pepper. 2000-10-30 11:46 hardaker - (tests/T111agentxset): test script for AgentX set support. 2000-10-30 11:43 hardaker - (tests/T110agentxget): header changed to include the word GET. 2000-10-30 11:13 nba - ucd-snmp/vmstat_*, memory_freebsd2.c, dlmod.c: Make ssRawCpu objects Counters, and add support for *BSD (including OpenBSD) 2000-10-30 11:07 nba - Clean up unused variables. 2000-10-30 11:04 hardaker - (testing/tests/T101agentx, testing/tests/T110agentxget): - renamed the agentx test script. 2000-10-30 11:03 hardaker - (testing/eval_tools.sh): don't add -c CONFIGFILE if it doesn't exist. 2000-10-30 10:39 hardaker - (agent/snmpd.c): error when parsing -X for non-agentx builds. 2000-10-27 11:29 hardaker - (apps/snmptrapd.c): add -o flag to log to a particular file. 2000-10-27 10:41 hardaker - (snmplib/snmp_api.c): use mkstemp if available. 2000-10-27 10:40 hardaker - (config.h.in, configure, configure.in): Search for mkstemp(). 2000-10-27 10:08 hardaker - (FAQ): update linux kernel list to include 2.2. 2000-10-26 17:51 hardaker - (eval_tools.sh): make SKIPIFNOT check the mib module list too. 2000-10-26 17:48 hardaker - (tests/T101agentx): AgentX subagent test for simple get retrieval. 2000-10-25 17:44 hardaker - (snmpd.c): Add -X option to snmpd to run as a subagent. 2000-10-25 17:06 hardaker - (read_config.c): fix for cases whene debugging is always off. 2000-10-17 15:30 hardaker - (config.h.in): autoheader run 2000-10-16 03:13 daves - (agentx/master.c): Specify the length of the (pseudo-)answer to a request. This allows it to be cached correctly for multi-pass SET handling. 2000-10-16 03:11 daves - (agentx/subagent.c): Don't overwrite saved mode information This should help with (some of) the SET handling problems. 2000-10-16 01:56 daves - (agentx/master_request.c): Don't free callback data structure. This holds information that needs to persist across multi-pass requests. I realise that this introduces a memory leak, but this isn't the correct place to handle this. 2000-10-12 14:52 hardaker - (snmpd.c): add -I to the help output. 2000-10-12 14:24 hardaker - (agent/dlmods/*): remove obsolete versions 2000-10-12 14:08 hardaker - (configure): update. 2000-10-12 14:01 hardaker - (acconfig.h, config.h.in, configure.in): Patch from Matt Braithwaite: - udp configuration changes to check for misc structure definitions. 2000-10-12 13:48 hardaker - (TUNNEL-MIB.txt): TUNNEL-MIB definition. 2000-10-12 13:48 hardaker - (tunnel.h): config_add_mib(TUNNEL-MIB). 2000-10-12 13:47 hardaker - (tunnel.h, tunnel.c, tunnel.h): Patch from Frank Strauss: - implement the TUNNEL-MIB. 2000-10-10 14:33 mslifcak Fix unlink_tree for "top level" tree nodes. 2000-10-10 11:02 hardaker - (Makefile.in): reverse library link ordering again... 2000-10-10 09:03 mslifcak Remove relative path to include system.h. 2000-10-10 06:53 mslifcak Remove unneeded decl of vsnprintf without stdarg/varargs decl of va_list. 2000-10-10 05:15 mslifcak Apply patch for DEC Alpha EV6, supplied by Shumon Huque 2000-10-09 17:06 mslifcak patch to fix leading zero error introduced by changes for shutdown_mib. 2000-10-09 15:51 hardaker - (dlmod.c): minor debugging output additions. 2000-10-09 15:51 hardaker - (Makefile.in): move auto_nlist to libucdmibs. 2000-10-09 11:43 hardaker - (FAQ, README): add new mirror. 2000-10-09 10:26 mslifcak Move config- and store-related cleanup from shutdown_mib to snmp_shutdown. 2000-10-09 02:36 daves - (mibII/interfaces.c): Qualify an individual interface type test symbol (Qn: should any/all of the others be qualified as well?) 2000-10-06 08:56 mslifcak Support for shutdown_mib - clearing the MIB trees and configured registrations. 2000-10-06 05:33 mslifcak Plug memory leak for ucd-supplied setenv on Win32 platform. 2000-10-06 04:58 mslifcak Remove unused variables. 2000-10-05 23:45 nba - mib.c: fix silly bug in new oid parser, when leaving the tree and going into sub-ids we know nothing about 2000-10-05 16:03 hardaker - (Makefile.in): Patch from Harrie Hazewinkel: - fix library dependency order. 2000-10-04 17:59 hardaker - (Makefile.in): install "extending" snmpconf file. 2000-10-04 17:58 hardaker - (extending): add snmpconf support for extending the agent (pass, exec, ...) 2000-10-04 17:58 hardaker - (monitor): misc updates and add "file" watching. 2000-10-04 17:57 hardaker - (acl): don't specify line specifications for default snmpconf usage. 2000-10-04 14:50 nba - FAQ: fix a confusion between "omit" and "include" 2000-10-04 13:25 hardaker - (pass_persist.c): opaques in pass_persist. 2000-10-04 10:35 hardaker - (pass.c): support opaque return types. 2000-10-04 07:15 mslifcak Fix parsing problem for -Pc option; reported by Christian Mautner. 2000-10-04 07:02 mslifcak qualify new i/f types. 2000-10-04 06:52 mslifcak qualify symbols for new i/f types. 2000-10-04 06:51 mslifcak Terminate list to compile (add a comma). 2000-10-04 00:18 nba - snmptable.c: index columnt (-Ci) width not properly computed when using GETBULK 2000-10-03 18:19 hardaker - (agent_registry.c, agent_registry.h, snmpd.c): Patch from John Naylon: - add a passback argument to register_readfd() callbacks. 2000-10-03 18:17 hardaker - (Makefile.in): Patch from Harrie Hazewinkel: - move auto_nlist.o/lo to libucdagent since some mib-modules need it. 2000-10-03 18:07 hardaker - (smux.c): Patch from Jochen Friedrich: - fix getnext requests to subagents. 2000-10-03 17:26 hardaker - (mibJJ/interfaces.c): Patch from Frank Strauss: - better iftype guessing. 2000-10-03 17:24 hardaker - (interfaces.c): Patch from Frank Strauss: - better iftype guessing. 2000-10-03 16:52 hardaker - (smux.c): Patch from Doug Warzecha: - fix oid parsing in traps. 2000-10-03 16:23 hardaker - (example.c, example.h): example of coding a v2 trap from someone who I have very sadly forgotten. I've been looking for that message for a while to properly attribute this patch. Sigh. 2000-10-03 16:21 hardaker - (snmp_agent.c): Patch from Douglas Warzecha: - snmpd returns wrong error index on SNMPv1 request (BUG#375). 2000-10-03 09:12 mslifcak Fix null deref of ss->community, reported by Jim Pickering. 2000-10-03 08:03 mslifcak Casting to fix problems building with aCC Thanks to Markku Laukkanen 2000-10-03 05:59 mslifcak Remove chdir to undo fix for (BUG#298) 2000-10-02 21:41 nba - mib.c: Escape " and \ in text strings. 2000-10-02 21:39 nba - snmp_logging.c: #include 2000-10-02 21:38 nba - Makefile.in: fix a missing $(srcdir) during make install of mib2c configuration files 2000-10-02 21:37 nba - snmpset.c: Do a exit(2) for failure in setting the variable. 2000-10-02 21:36 nba - hr_swrun.c: add a safeguard for very long argument lists. 2000-10-02 21:34 nba - hr_disk.c: Add a name pattern that matches x86 IDE disks for Solaris. 2000-10-02 21:33 nba - kernel_sunos5.c: make the buffer for SIOCGIFCONF dynamic. 2000-10-02 11:41 hardaker - (Makefile.in): install snmpusm.h. 2000-10-02 10:48 hardaker - (snmpconf): - new options for installing created files. - more comments in the code. - allow reading a .conf directly to writing for auto-commenting .conf files. - misc. 2000-10-02 10:47 hardaker - (agent/mibgroup/Makefile.in, agent/Makefile.in): make depend-less. 2000-10-02 09:35 hardaker - (snmp_agent.c): protect against 0 byte statP mallocs. 2000-10-02 09:14 hardaker - (interfaces.c): Patch from Ted Rule: - fix interfaces.c for variable length number formatting in /proc/net/dev. 2000-10-01 16:40 mslifcak Per Niels recommendation, chdir to PERSISTENT_DIRECTORY (re: bug #298) 2000-09-30 08:57 mslifcak Fix DEBUGMSGTL not found error for builds without dlmod support. Thanks to simon@zid.tuwein.ac.at 2000-09-30 08:50 mslifcak Fix some kernel symbols - thanks to simon@zid.tuwien.ac.at 2000-09-29 14:35 hardaker - (*/Makefile.in): make depend + .o -> .lo fixes. 2000-09-29 14:27 hardaker - (makefileindepend.pl): skip empty depend lines. 2000-09-29 14:09 hardaker - (snmpconf): drop duplicate lines from read in snmpd.conf files. 2000-09-29 13:46 hardaker - (snmpconf): sort unknown directives by filetype (whoops). 2000-09-29 13:42 hardaker - (monitor): minor wording adjustments. 2000-09-29 13:42 hardaker - (snmpconf): print more information/comments to the screen. 2000-09-29 11:31 hardaker - (var_struct.h): increase registration name length to 32 from 16 (Bug #172) 2000-09-29 11:12 hardaker - (snmp_api.c): incorrect val length passed to parse_unsigned_int (Bug #339). 2000-09-29 11:01 hardaker - (snmp_api.c): fix Bug#353 for hostnames that look like "5w". - don't interprete them as an ip-port. 2000-09-29 10:39 hardaker - (snmp_alarm.c): Patch from jbpn@cambridgebroadband.com: - There is a peculiarity in the snmp_alarm_unregister function in snmplib/snmp_alarm.c which can cause a segmentation fault. (Bug #367) 2000-09-29 10:34 hardaker - (snmpTargetParamsEntry.c): Patch from John Naylon: - fix use of NULL timestamp pointer in new row creation (Bug #346) 2000-09-28 14:38 nba - mib_api.3: add a few functions to the header 2000-09-28 14:14 nba - snmptrap.c: remove an extraneous snmp_free_pdu 2000-09-28 14:13 nba - man/: add man entries for many library functions (pointing to snmp_api.3) 2000-09-28 11:09 mslifcak remove second copy of sys/socket.h 2000-09-28 11:08 mslifcak For building on Ultrix V4.x 2000-09-27 12:59 hardaker - (dlmod.h): add the UCD-DLMOD-MIB to the default load list. 2000-09-27 12:55 hardaker - (config.h.in, configure, configure.in, ucd_snmp.h, dlmod.c): - include ucd-snmp/dlmod by default. - build code only if dlopen is found. 2000-09-27 08:31 hardaker - (auto_nlist.c): Patch from Harrie Hazewinkel: - don't print kernel based warning messages when -r, etc, is specified. 2000-09-26 16:07 hardaker - (displaytable.pm): minor bug fixes. 2000-09-26 14:21 hardaker - (displaytable.pm, manager.pm): - displatable supports -mark/-onmarked. - user's oncall schedule is modifiable via the web. 2000-09-26 13:17 mslifcak For Win32 API: Declare strtoul, vsnprintf; Enable reverse BER encoding. 2000-09-26 13:15 mslifcak Include system.h (vsnprintf decl) 2000-09-26 13:14 mslifcak Fix unsigned comparison. 2000-09-26 13:14 mslifcak Fix unsigned comparisons. 2000-09-26 13:13 mslifcak Fix signed comparison; Remove unused var. 2000-09-26 13:12 mslifcak Include getopt.h (optarg decl); Remove unused var. 2000-09-26 13:11 mslifcak Match Initialise_Table args 3,4 declarations with definitions. 2000-09-26 12:58 hardaker - (interfaces.c): make the adminstatus RONLY. 2000-09-26 10:21 hardaker - (mib2c): chomp($1) is illegal. 2000-09-26 03:04 mslifcak Explicitly build path to CACHEFILE, as not all C compilers support "##". 2000-09-25 17:49 hardaker - (displaytable.pm): Wes actually documented something? you must be kidding! 2000-09-25 16:56 mslifcak chdir just before sending coldstart trap, to allow for paths to be resolved. 2000-09-25 15:08 hardaker - (displaytable.pm): minor graphing changes 2000-09-25 09:35 mslifcak case insensitive token search (use strcasecmp). 2000-09-22 06:03 nba -mibs/: MIB updates 2000-09-22 05:55 nba - mibs/: MIB updates 2000-09-22 05:52 nba - snmp_api.c: support setting of BITS variables 2000-09-22 05:50 nba - snmpstatus.c: show error object 2000-09-22 04:29 nba - snmpusm.c: issue error message with object 2000-09-22 04:28 nba - system.h: provide prototypes for strtol, strtoul, snprintf, vsnprintf 2000-09-22 04:27 nba - vacm_vars.c: protect against overrun of strings 2000-09-21 16:17 nba - apps/: display failed object when one is identified by pdu->errindex 2000-09-21 15:59 hardaker - (Makefile.in, snmpdf.1): document the snmpdf command. 2000-09-21 15:50 nba - snmptable: use GETBULK to collect data when protocol allows it. Add -CB options to fall back to GETNEXT. 2000-09-21 15:38 nba - mib.c: rewrite index handling in object ids, to allow symbolic enums. Add Daves suggested -Ov output. Also enhace -Td output to destinguish OBJECT-TYPE from TRAP-TYPE, MODULE-IDENTITY etc. 2000-09-21 15:31 hardaker - (snmpdf.c): use the UCD-SNMP-MIB's dskTable if the HOST-RESOURCES-MIB is empty or if -Cu is specified on the command line. 2000-09-21 15:28 nba - parse.c: add ability to collect VARIABLES/OBJECTS for TRAP-TYPE and NOTIFICATION-TYPE. Ignore files that does not have DEFINITIONS as their second token. Enhance -Td output accordingly. 2000-09-21 15:22 nba - snmplib: add snprintf, strtol, strtoul for systems that don't have them 2000-09-21 15:10 hardaker - (mib.h): add fake struct definition for enums 2000-09-21 14:16 nba file strtoul.c was initially added on branch V4-1-1-patches. 2000-09-21 14:16 nba file strtol.c was initially added on branch V4-1-1-patches. 2000-09-21 14:16 nba file snprintf.c was initially added on branch V4-1-1-patches. 2000-09-21 06:16 hardaker - (mib.c, mib.h): make sprint* non-static (bug #132). 2000-09-21 00:25 hardaker - (snmp_alarm.c): Patch from John Naylon: - fix bug #360 where a client might remove a alarm registration during a call to the alarm function and invalidate the pointer being used by the calling function. 2000-09-21 00:22 hardaker - (configure, configure.in): --disable-shared by default in cvs checkouts. 2000-09-20 17:31 hardaker - (snmpconf): space indent tokens if # prepended. 2000-09-20 17:30 hardaker - (snmpTargetAddrEntry.c, snmpTargetParamsEntry.c): null internal help lines. 2000-09-20 17:29 hardaker - (Makefile.in, monitor): disk, proc, and load checks. 2000-09-20 17:28 hardaker - (authopts): fix valid answers for auth and priv types. 2000-09-20 17:27 hardaker - (vacm_vars.c, usmUser.c, snmpv3.c): NULL out help messages for .conf tokens that are either internal or no longer the standard way of doing things. 2000-09-20 17:26 hardaker - (configure, configure.in): export SNMPCONFPATH to Makefiles 2000-09-20 17:25 hardaker - (EXAMPLE.conf.def): minor correction of table name. More errors exist. 2000-09-20 16:46 hardaker - (Makefile.in, debugging, mibs, output): more snmp.conf snmpconf config files. 2000-09-20 15:17 hardaker - (Makefile.in, authopts): snmp.conf support for basic authentication options. 2000-09-20 14:55 hardaker - (snmpconf): - don't force reading of /usr/local/share/snmpd.conf. - don't print unknown directive comment headers if there aren't any. 2000-09-20 14:45 hardaker - (snmpconf): space things out on the screen a bit better. 2000-09-20 14:44 hardaker - (trapsinks): add port number option to trapsink directives. 2000-09-20 14:35 hardaker - (Makefile.in, snmpconf): install snmpconf and its various support files. 2000-09-20 14:20 hardaker - (snmp_api.c, snmp_api.h): do reverse v3 header encoding with a static buffer. 2000-09-20 11:37 hardaker - (snmpconf): misc updates and improvements. 2000-09-20 08:54 hardaker - (snmp_api.c): Fix dynamic array problem pointed out by Jochen Kmietsch. 2000-09-20 02:05 daves - (agentx/protocol.c): Don't include context strings on PDUs that shouldn't have them (Thanks to Pedro Pereira for identifying this) 2000-09-19 17:07 hardaker - (acl, system, trapsinks): initial snmpconf description files. 2000-09-19 17:06 hardaker - (snmpconf): read older configuration files in and merge with new results. 2000-09-19 14:40 hardaker - (snmp_api.c): print pdu type on debugging dump output. 2000-09-19 14:15 hardaker - (asn1.c, snmp.c): reverse encoding support for specialized opaque datatypes (float, double, etc). 2000-09-19 14:15 hardaker - (aclocal.m4): document macros a bit more for submission to the autoconf macro library. 2000-09-19 08:30 mslifcak Fix bug #295 reported by John Whitney johnw@aiinet.com 2000-09-18 14:59 hardaker - (snmp_vars.h, snmpd.h): Patch from Harrie Hazewinkel: - move getStatPtr definition to proper .h file. 2000-09-18 14:55 mslifcak Fix bug #347 reported by das_deniz@yahoo.com: make sbin install dir 2000-09-14 09:05 hardaker - (agent_read_config.c, snmpd.conf.5.def): Patch from Harrie Hazewinkel: - add a port specification snmpd.conf token. 2000-09-14 08:52 hardaker - (agent_trap.c): ignore output of gethostbyname for trap session adding. 2000-09-13 15:06 hardaker - (snmpconf): new utility to generate .conf files by prompting the user with questions. 2000-09-08 13:07 hardaker - (proxy.c): Patch from Scott Lipcon: - fix proxy support for null length strings. 2000-09-07 10:12 hardaker - (config.h.in, configure, configure.in): - fix openssl checks. - run autoheader. 2000-09-05 13:35 mslifcak Minor touchups to build on Win32 platform. 2000-09-05 13:34 mslifcak Welcome the newest ucd-snmp applications to the Win32 builds. 2000-09-04 15:19 nba - read_config.c: restart errorcount when reloading config 2000-09-04 15:12 nba - snmpnetstat.1: align man page with program 2000-09-04 15:10 nba - ipAddr.c: remove a bad ntohl for OpenBSD 2000-09-04 15:09 nba - mibincl.h, {tc,ud}p{,Table}.c: ensure just one include of socket.h to make unprotected include file in Ultrix happy 2000-09-04 15:05 nba - configure.in: make --without-libwrap work 2000-09-01 15:14 hardaker - (vmstat_solaris2.c, vmstat_solaris2.h): Patch from Jochen Kmietsch: - updated code. 2000-09-01 11:54 hardaker - (snmptrapd.c): Scott Lipcon noted that snmptrapd doesn't support -T. 2000-08-30 13:28 nba - parse.c: fix loop in syntax error in DEFVAL clause. Also fix reading of .index file with filenames containing blanks. 2000-08-28 13:43 marz minor syntax glitch in POD docs 2000-08-24 01:55 daves - (apps/snmptable.c): Fix bug with displaying header-less indexed tables (Thanks to Ernie Miller) 2000-08-19 11:29 mslifcak Apply patch from to fix sign in asn_rbuild_unsigned_int . 2000-08-18 04:18 mslifcak restore previous version; openbsd, solaris, linux build ok. 2000-08-18 03:44 mslifcak remove unused printf argument passed to snmp_log. 2000-08-18 03:20 mslifcak fix bug 253 with patch supplied by Jeffrey Honig 2000-08-18 02:52 mslifcak fix bug 318 - test 9 and 10 explicitly create the test user. 2000-08-17 13:42 mslifcak The battle to trim newlines correctly continues...reduce length by one. 2000-08-16 15:04 hardaker - (snmp_api.c, snmpusm.c): fix various encryption/decryption problems. 2000-08-16 15:03 hardaker - (scapi.c): fix padding size in encryption. 2000-08-16 14:48 hardaker - (scapi.c): set plaintext length at the end of sc_decrypt. 2000-08-15 05:08 mslifcak Fix bug 284 with a short explanation about snmp.conf. 2000-08-15 03:00 mslifcak Fix bug 283 - umask 022, make install. Thanks to csaba.toth@szk.bke.hu 2000-08-15 00:09 nba - snmptest.c: overhaul input_variable, kill newline 2000-08-14 22:05 nba - aclocal.m4, configure.in: fixes for configure --silent 2000-08-14 17:27 hardaker - (Makefile.top, configure, configure.in): - --enable-silent-libtool to make Niels smile. 2000-08-14 17:17 hardaker - (snmpv3.c, snmpv3.h): implement a new (default) engineID type based on a random number, and a timestamp. - I think it won't invalidate existing installations (heh). 2000-08-14 16:47 hardaker - (read_config.c): - if -Dread_config, then print even no-help tokens and a * for PREMIB ones. 2000-08-14 14:51 nba - (many): portability fixes for OpenBSD 2.6, FreeBSD 4.1, Ultrix 4.5 2000-08-14 11:33 hardaker - (keytools.c): Patch from Yigal Hochberg: - remove unused context variables. 2000-08-14 11:29 hardaker - (scapi.c): Patch from Yigal Hochberg: - remove duplicate keylength check. 2000-08-11 13:09 hardaker - (snmp_api.c): optimize reverse encoding of varbindlists. 2000-08-11 08:55 hardaker - (README.mib2c): Patch from Jan Alfred Sandven: - typos. 2000-08-11 06:05 nba - apps/*: snmpapp -V should not give the usage message too. 2000-08-11 00:44 nba - snmptrapd.8: fix typo. Thanks to G. Allen Morris III 2000-08-10 23:23 nba - parse.c: predefine ObjectSyntax, ApplicationSyntax, SimpleSyntax and ObjectName 2000-08-10 16:20 hardaker - (Makefile.in, mib2c): - make mib2c look in $(snmplibdir) for .conf files. - install mib2c and .conf files. 2000-08-10 14:33 hardaker - (default_store.h, snmp_api.c): dynamically decide to reverse/forward encode. 2000-08-10 14:31 hardaker - (extensible.c): fix CR termination. 2000-08-10 14:25 hardaker - (acconfig.h, config.h.in): define reverse encoding on by default. 2000-08-10 13:02 mslifcak fix bug 252 for configure and sys/socket.h on BSD/OS 4.2 2000-08-10 09:07 hardaker - (asn1.c, asn1.h, snmp.c, snmp.h, snmp_api.c, snmp_api.h, snmpusm.c, snmpusm.h, snmpv3.c): - implement reverse encoded messages. - TODO: clean up, run-time determination of weather to use it or not. 2000-08-09 15:40 mslifcak Fix bug 331 with patch in part provided by John Naylon 2000-08-09 15:27 mslifcak no // comment, in deference to non-ANSI-C compilers. 2000-08-09 07:21 nba - hr_swrun.c: fix the RunPath for swapped out Linux process 2000-08-09 07:21 nba - hr_print.c: fix a debug token 2000-08-09 04:44 nba - main.c: fix parsing of -v 2000-08-09 01:13 daves - (mibJJ/ipRoute.h): Omit route_write for now 2000-08-09 00:58 daves - (mibJJ/*): Experimental re-write of mibII (Pilot error when trying to commit the changes earlier - sorry!) 2000-08-08 10:06 hardaker - (extensible.c): strip newlines. 2000-08-08 08:51 hardaker - (snmp_parse_args.c): Patch from Scott Lipcon: start optind at 1 not 0. - 2000-08-08 06:36 mslifcak Fix bug #295 (free *secStateRef before allocating another one). 2000-08-08 06:05 mslifcak fix bug #298 reported and patch supplied by Conrad Link 2000-08-08 04:59 nba - snmp_api.c: fix a busy loop when alarm queue is active without any outstanding requests 2000-08-08 04:47 nba - snmpset.1: cannot set counters 2000-08-08 04:42 mslifcak Fixed (BUG#332) using patch submitted by John Naylon Also consolidated comments about the four send PDU functions. 2000-08-07 06:59 mslifcak Fix leak in reportable errors found by John Naylon 2000-08-07 05:48 nba file add_module_replacement.3 was initially added on branch V4-1-1-patches. 2000-08-07 05:48 nba file read_objid.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file snmp_set_save_descriptions.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file snmp_set_mib_warnings.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file read_module_node.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file read_module.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file read_all_mibs.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file read_mib.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file print_variable.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file print_value.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file print_objid.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file print_description.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file print_mib.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file init_mib_internals.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file init_mib.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file get_module_node.3 was initially added on branch V4-1-1-patches. 2000-08-07 02:49 nba file add_mibdir.3 was initially added on branch V4-1-1-patches. 2000-08-04 17:13 hardaker - (configure, configure.in): add in the notification group by default. 2000-08-04 17:08 hardaker - (notification.h): notification mib wrapper. 2000-08-04 17:06 hardaker - (snmp_parse_args.c): - initialize optind before calling getopt. - debugging output. 2000-08-04 16:56 hardaker - (proxy.c): properly set the first (unused) argument to snmp_parse_args(). 2000-08-04 16:53 hardaker - (agent_trap.c, snmpNotifyTable.h, snmpTargetAddrEntry.c, snmpTargetAddrEntry.h, snmpTargetParamsEntry.c, snmpTargetParamsEntry.h, target.c): - if using the snmpNotificationTable, insert non-v1 trap sinks into it. 2000-08-04 05:26 daves - (mibgroup/mibJJ.h mibgroup/mibJJ/*): Experimental re-write of mibII 2000-08-04 05:21 daves - (mibgroup/util_funcs.[ch]): New 'cached table' routines 2000-08-03 08:37 mslifcak Fix bug #325 identified by John Naylon 2000-08-03 01:24 nba file IP-FORWARD-MIB.txt was initially added on branch V4-1-1-patches. 2000-08-03 01:24 nba file INET-ADDRESS-MIB.txt was initially added on branch V4-1-1-patches. 2000-08-03 01:24 nba file IF-INVERTED-STACK-MIB.txt was initially added on branch V4-1-1-patches. 2000-08-03 01:24 nba file HCNUM-TC.txt was initially added on branch V4-1-1-patches. 2000-08-02 07:06 mslifcak Silent running grep results. 2000-08-02 06:10 mslifcak Fix BUG #291 : allow "255.255.255.255" for text input to ASN_IPADDRESS 2000-08-02 05:20 mslifcak Fix (BUG#323) : free PDU when snmp_send fails. 2000-08-02 05:06 mslifcak Add -p option once to snmpd args. Find MIBDIRS in source tree. Fix condition to set PATH. 2000-08-01 23:30 nba - ip.c: One more #if solaris 2000-08-01 23:19 nba - ip.c: A bad #if ... the proper define to test for Solaris is solaris2 2000-08-01 16:40 hardaker - (snmp_parse_args.c): remove unused usage() typedef. 2000-08-01 16:40 hardaker - (proxy.c, proxy.h): -Wall warning fixes. 2000-08-01 16:39 hardaker - (FAQ): mention newer versions of Solaris. 2000-08-01 16:37 hardaker - (TESTCONF.sh, TESTCONF.sh.in): revert to non-configed TESTCONF. 2000-08-01 16:31 hardaker - (Makefile.top): make un-quiet. 2000-08-01 10:23 hardaker - (snmp-ucd.sh): fix bug #297 (don't kill grep and init script invocations). 2000-08-01 04:45 mslifcak Fix bug found by Yigal Hochberg 2000-08-01 03:30 daves - (agent/snmp_vars.c): Fix building of complete OID (work with the name originally registered, not any subsequent division boundaries) 2000-07-31 20:09 mslifcak Remove duplicate fopen from shell_command. 2000-07-31 18:58 mslifcak (TESTCONF.sh.in) - set MIBDIRS to sibling of the testing directory. (RUNTESTS) - allow binaries to be in the "-D bindir" directory. 2000-07-31 15:25 mslifcak Dont adjust PATH if SNMP_PATH is set. Dont add port spec to SNMP_FLAGS if one is already specified. 2000-07-31 13:49 mslifcak Remove test directories for skipped tests. Keep test directories for failed tests. Keep test directories for passed tests when "RUNTESTS -s" is specified. Search config.h at the root of the build tree. 2000-07-31 11:32 mslifcak Merge from automake-1.4: Add for Rhapsody, OpenStep, Cray-T3, SX-4, SX-5 2000-07-31 11:31 mslifcak Merge from automake-1.4: Add for Rhapsody, OpenStep 2000-07-30 17:38 hardaker - (snmpNotifyTable.c, snmpNotifyTable.h, target.c, target.h): - implement untested filtering function callback for target searches. - delete unused function. - misc warning fixes. 2000-07-30 17:07 hardaker - (snmpNotifyFilterProfileTable.c, snmpNotifyFilterProfileTable.h, snmpNotifyFilterTable.c, snmpNotifyFilterTable.h): - more notification table implementations for filtering. - Framework complete, functionality is not. 2000-07-30 17:05 hardaker - (header_complex.c, header_complex.h): - handle implied objects. - implement header_complex_get() for simple data retrievals. 2000-07-28 06:15 mslifcak Cleanup include headers to fix bug #307. Thanks to sandven@research.att.com. 2000-07-27 15:19 hardaker - (configure, configure.in): Patch from Vinay Mohta: - access_hosts() requires an argument so fake one. 2000-07-27 15:00 hardaker - (interfaces.c): Patch from Mattias Barthel: - fix for interfaces without an attached IP address. 2000-07-27 14:55 hardaker - (vmstat_solaris2.c, vmstat_solaris2.h): Patch from Jochen Kmietsch: - support raw values. 2000-07-27 08:25 hardaker - (snmpusm.c): print errors to stderr. 2000-07-27 06:20 nba - parse.c: Fix a missing initization when one MIB holds MODULE-COMPLIANCE for another 2000-07-27 01:35 nba - snmp_api.c: Fix pdu->community being overwritten with session->community Thanks to Dana P. Cook 2000-07-26 22:28 mslifcak Update for win32 build: remove unused variables and unpublished method. 2000-07-26 08:53 hardaker - (mib2c.storage.conf): misc changes and improvements. 2000-07-26 08:53 hardaker - (tkmib): Patch from Bert Driehuis: - translateObj hack. 2000-07-26 08:49 hardaker - (tkmib): Patch from Bert Driehuis: - remove beginning newline in description clauses. 2000-07-21 14:00 hardaker - (setupdb, snmptosql): only delete history rows once every hour or so. - too CPU intensive for large tables. 2000-07-21 12:59 hardaker - (setupdb, snmptosql): record and display sysUpTime and others. 2000-07-21 12:57 hardaker - (manager.pm): graphing works again. 2000-07-21 12:57 hardaker - (displaytable.pm): comments, legends, and max/min work again. 2000-07-17 11:00 hardaker - (vmstat_solaris2.h): config_require kernel_sunos5. 2000-07-12 09:29 hardaker - (snmpv3.c): copy key length as well as the key when using the same privacy key as the auth key. 2000-07-11 13:34 marz added ranges field to SNMP::MIB hash 2000-07-11 10:05 hardaker - (mib.c): Patch from Robert Story: - make null PREFIX variable possible so non-dot-leading oids are accepted. 2000-07-11 09:22 hardaker - (snmp_agent.c, snmptrapd.c, snmp_api.c, snmp_api.h, snmpusm.c, snmpusm.h): - make the session pointers indicate weather or not they are "authoritative", meaning weather they should be learning engineIDs or reporting on them. - pass the received-packet session pointer into snmpv3_parse and usm_proccess_in_msg() to use this flag. - set isAuthoratative = true in the agent, and unknown in the snmptrapd. 2000-07-11 08:32 hardaker - (snmpv3.c): make the createUser token accept an engineid (-e ARG) to use. 2000-07-07 01:37 daves - (mibII/interfaces.c): Recognise Token Ring interfaces under Linux 2000-07-06 17:19 hardaker - (read_config.c): print generic strings when saving persistent data where possible. (IE, check for printable characters before printing hex). 2000-07-06 17:05 hardaker - (TESTCONF.sh, TESTCONF.sh.in): moved TESTCONF.sh to TESTCONF.sh.in and have the MIBS path variable built by configure since it knows where the root level source directory is. 2000-07-06 17:04 hardaker - (configure, configure.in, header_complex.c, snmpNotifyTable.c, asn1.h, snmp_api.c): - implement IMPLIED index handling. - make the created USM entries set the storageType and RowStatus appropriately. 2000-07-06 17:02 hardaker - (snmp_api.h): better comments on a couple of function definitions. 2000-07-05 07:50 mslifcak fix (BUG#290) gracefully handle some PDUs that have no variables. 2000-07-05 06:46 mslifcak [no log message] 2000-07-04 10:21 hardaker - (snmp_vars.c, snmptrapd.c, snmp_api.c, snmp_api.h, snmpusm.c, snmpusm.h): - remove last remnants of the "initial" user. - make engineid reports from the usm happen based on the report flag in the message flag. - Note: this is a big issue with the SNMPv3 protocol specs. The specifications note that you send a report if you are "authoritative", but don't describe how to know if you are authoritative or not. For situations like proxies and notification receivers, where you are sometimes authoritative and other times you're not, this is problematic. The SNMPv3 ASIs do not pass in enough information to determine this and the WG has proclaimed that the ASIs are not meant to be used as an API, but the initial work done by NAI and TISLabs attempted to implement the USM such that it would be a "reference" release and hence we followed the specifications to the letter and used the ASIs as APIs just to see if we could. We could previously only because we were always either authoritative or non-authoritative. Since beginning to work on proxy and the notification mib, this is no longer possible. For the record, I am hereby changing the initial reference release in such a manner as it no longer conforms exactly to the SNMPv3 ASIs. So as not to confuse anyone, this is an entirely theoretical issue with respect to the SNMPv3 specification and is perfectly legal to do. Though I could easily go on, I'll step off my soap box now. 2000-07-03 10:10 hardaker - (agent_callbacks.h, agent_trap.c, agent_trap.h, snmpNotifyTable.c, snmpTargetAddrEntry.c, snmpTargetAddrEntry.h, snmpTargetParamsEntry.c, snmpTargetParamsEntry.h, target.c): - Add a new callback for sending traps. - Make the notification mib use it. - make the target mib generate more persistent sessions. - Make the notification mib always ask the target mib for a session list, which is now cached directly by the target mib. 2000-07-03 08:38 mslifcak fix (BUG#262) - (some) statements that cannot be reached. 2000-07-03 07:55 mslifcak fix (BUG#287) 2000-07-03 06:11 mslifcak fix bug # 289 2000-06-30 04:45 mslifcak simplify memory allocation in read_config_read_{octet_string, objid} 2000-06-30 00:47 nba - read_config.c: Fix a missing initialization for keywords without help 2000-06-28 23:37 nba - IF-MIB.txt: upgrade to RFC 2863 2000-06-28 00:58 nba - interfaces.c, configure: Irix 6.5 has ifi_baudrate.ifs_value 2000-06-27 01:34 nba - main.c: better option parsing. 2000-06-27 01:34 nba - snmpv3.c: do case insensitive matching of option values. 2000-06-27 00:33 nba - snmptranslate.1: document that -w is also for -Td 2000-06-27 00:30 nba - various man page nit-picking 2000-06-27 00:28 nba - snmptable.c: fixes and usage message for -Ch and -CH 2000-06-26 23:43 nba - Makefile.in, *MIB.txt: update to current RFC version 2000-06-26 23:42 nba - Makefile.mib, mibfetch, smistrip: tools to extract MIBs from RFC documents. 2000-06-26 23:40 nba - parse.c, mib.[ch], snmptranslate.c: add parsing of CHOICE and checks for OBJECT-GROUP and AGENT-CAPABILITIES. This allows us to parse complete MIB extracts from RFC documents. 2000-06-26 23:38 nba - Makefile.top: make libtool silent, so we can see those warnings 2000-06-26 23:37 nba - snmpTargetAddrEntry.c: do a cast to kill a warning 2000-06-26 23:32 nba - agent_trap.c: Fix a leak when request is blocked by VACM and no trap is sent. 2000-06-26 11:56 mslifcak fix (BUG#233) 2000-06-23 06:42 mslifcak replace malloc/memset 0 with calloc. 2000-06-23 01:08 daves - (mibII/kernel_linux.[ch], mibII/ip.c): Added support for ipRoutingDiscards (Thanks to Bryan Blackman) 2000-06-22 17:09 mslifcak remove extra include errormib.h 2000-06-22 16:50 mslifcak Fix bug #276 - close most file descriptors before exec'ing command. 2000-06-22 15:59 mslifcak fgets: use sizeof(buf) in lieu of compiler constant STRMAX. 2000-06-22 15:53 mslifcak Use fewer large static buffers. pass_persist uses bigger buffers now. 2000-06-21 14:59 hardaker - (manager.pm, snmptosql): record and report sysUpTime. 2000-06-21 14:31 hardaker - (snmptosql): minor sql caching speed optimizations. 2000-06-21 13:33 hardaker - (snmptosql): Ack. Don't delete stuff from the history table that frequently. 2000-06-21 12:51 hardaker - (snmptosql): better error description support. 2000-06-21 12:46 hardaker - (manager.pm, snmptosql): collect sysDescr, sysObjectId, & versionTag. 2000-06-21 12:46 hardaker - (displaytable.pm): add -selectorder. 2000-06-21 12:25 hardaker - (snmpNotifyTable.c): Uh, only if not deleted. 2000-06-21 12:23 hardaker - (snmpNotifyTable.c): change createAndGo/createAndWait states to active/NIS. 2000-06-20 20:01 mslifcak Declare top_builddir to avoid annoying /libtool not found message. 2000-06-20 17:30 mslifcak Dont assume ANSI C-preprocessor (replace "##" concatenation with sprintf). 2000-06-20 15:37 mslifcak Win32 MS-VC++ build fixups. 2000-06-20 15:37 mslifcak Encapsulate local variable "x" to the scope where needed. 2000-06-20 15:36 mslifcak Remove unused var "newvar". 2000-06-20 15:36 mslifcak Use int vs ulong for array indexing variables to avoid signed/unsigned mismatch. 2000-06-20 15:34 mslifcak Remove unused vars struct tm, time_t. 2000-06-20 15:34 mslifcak Remove unused var "initlist". 2000-06-20 15:33 mslifcak Declare strncasecmp in system.h ; Remove unused var "status". 2000-06-20 15:31 mslifcak Remove unused vars. 2000-06-20 15:30 mslifcak Declare optarg in getopt.h. 2000-06-20 14:00 hardaker - (mib2c.storage.conf): misc minor changes. 2000-06-20 13:59 hardaker - (.cvsignore, snmpNotifyTable.c, snmpNotifyTable.h): - SNMP-NOTIFICATION-MIB's snmpNotifyTable implemented: - uses the SNMP-TARGET-MIB to get its addresses from. - uses header_complex to handle the data. - much todo: - dynamic target/notification mib updating without kill -HUP needed. - this will be a real pain. - fix v3 related traps still (same usm bug I've been meaning to fix). - the rest of the SNMP-NOTIFICATION-MIB tables. 2000-06-20 13:53 hardaker - (snmpTargetAddrEntry.c, snmpTargetAddrEntry.h, snmpTargetParamsEntry.c, snmpTargetParamsEntry.h): - generic target session creation - misc other minor fixes. 2000-06-20 13:51 hardaker - (target.h, target.c, target.h): generic target session creation based on entries in the SNMP-TARGET-MIB table. 2000-06-20 13:50 hardaker - (header_complex.c): remove Michael's horriblely wrong "fixes". 2000-06-20 13:48 hardaker - (agent_trap.c, agent_trap.h): add remove_trap_session(). 2000-06-20 13:46 hardaker - (read_config.c): deal with 0-length persistent strings better. 2000-06-19 12:32 mslifcak Check more alloc failures. 2000-06-19 12:15 mslifcak (protocol.c) Use sizeof(oid), not 4! (client.c) Add _all_ of OID value for agentx_register and agentx_unregister. 2000-06-19 11:41 mslifcak Removed sizeof(u_char) and unnecessary (unsigned) casts to malloc params. 2000-06-19 03:04 nba Prototype fixup. 2000-06-19 03:01 nba s/conifg/config/ .... Hrrrmmmpf 2000-06-19 02:58 nba - makenosysdepend.pl Makefile.in: object files are now named .lo ... 2000-06-16 16:01 hardaker - (snmpTargetAddrEntry.h): add the SNMPv2-TM mib to the default list. 2000-06-16 16:01 hardaker - (snmpTargetAddrEntry.c, snmpTargetParamsEntry.c): fix incorrect OIDs. 2000-06-15 06:45 marz fat fingers 2000-06-15 06:42 marz add defaults to daemon search path...recalc t/snmptest.cmd everytime per makefile.PL is run 2000-06-14 16:15 hardaker - (manager.pm): fix user preferences. Columns are optionally displayable again. 2000-06-14 16:15 hardaker - (snmptosql): fix history deletion. 2000-06-12 16:43 hardaker - (snmpd.conf.5.def): document trapsess. 2000-06-12 16:39 hardaker - (agent_read_config.c, agent_trap.c, agent_trap.h): - new snmpd.conf token for trap sessions: "trapsess". - uses snmp_parse_args so any type of trap can be sent with it modified by any of the parameters that are documented in snmpcmd(1). - v3 traps don't work due to the same USM problems found in the recent proxy submissions (my next target). - -Ci in the argument specifies informs should be used. 2000-06-12 16:18 hardaker - (master_request.c): re-enable freeing of master request. 2000-06-12 16:17 hardaker - (acconfig.h, config.h.in): save exec data to /var/ucd-snmp. - could cause problems for non-root runs. Untested. 2000-06-12 14:12 hardaker - (snmptrapd_log.c): Patch from Markku Laukkanen: - remove ending commas in enum list. 2000-06-12 10:36 hardaker - (setupdb, setupuser, snmptosql): use "Table"s instead of "Entry"s. 2000-06-12 10:33 hardaker - (manager.pm): save mib descriptions for display purposes (again). 2000-06-12 10:29 hardaker - (manager.pm): remove debugging statements. 2000-06-12 10:27 hardaker - (manager.pm): properly sort displayed table columns again. 2000-06-07 13:23 hardaker - (snmp_config.5.def, read_config.c, read_config.h): - the TYPE.conf parser now accepts tokens from a different .conf file TYPE if a special "[TYPE]" keyword is inserted into the .conf file. See snmp_config(5) for a better description. 2000-06-07 13:22 hardaker - (acconfig.h, config.h.in, configure, configure.in): - map strtoul to atoi if the function isn't found. 2000-06-06 14:26 hardaker - (INSTALL, green.gif, manager.pm, red.gif, setupauth, setupdb, setupnewhost, setupuser, snmptosql, snmptosqltable, sqltohtml): - management cleanup and installation instructions written. - should be mostly complete (ie, barely functional) for the alpha testers. 2000-06-06 08:03 hardaker - (snmptosql): host name changes -> varchar(64) 2000-06-06 08:02 hardaker - (manager.pm): many minor fixes and changes. 2000-06-06 08:02 hardaker - (displaytable.pm): allow table title setting. 2000-06-02 11:41 hardaker - (.cvsignore): add *.made. 2000-06-02 11:40 hardaker - (Makefile.in, fixproc, ipf-mod.pl, mib2c, tkmib): - make (and install) perl scripts differently, without modifying the orig. 2000-06-01 16:47 hardaker - (snmptosql): typos. 2000-06-01 16:44 hardaker - (snmptosql): - debugging to STDERR. - auto deletion of old historical data. 2000-06-01 16:44 hardaker - (manager.pm): beginnings of a nicer real interface. 2000-06-01 16:43 hardaker - (getValues.pm): some variables were global and hence persistent and were messing things up. 2000-06-01 14:48 hardaker - (snmpd.c): store persistent data immediately after init'ing to ensure we update counters and stuff that must change (eg, engineBoots). 2000-05-31 16:22 hardaker - (snmpd.1.def): describe -I. 2000-05-31 15:52 hardaker - (configure, configure.in, mib_modules.c, mib_modules.h, snmpd.c): - new -I switch to snmpd to do dynamic determinaton of which mib modules to initialize (and hence which mib tree sections to support). 2000-05-31 15:50 hardaker - (default_store.c, default_store.h): default store routines for void pointers. - which I immediately decided to do something different for what I originally implemented it for, so its not being used yet. 2000-05-31 05:59 daves - (mibII/ip.[ch]): Allow IP support without the At/ipNetToMedia module 2000-05-30 17:11 hardaker - (proxy.c, proxy.h): simple proxy support. - maps one oid inside the agent to a possibly-different oid on a target. - uses snmp_parse_args() so it takes standard command line config options. - no set support. - no kill -HUP support. - no SNMPv3 support (sigh). 2000-05-30 15:06 nba file IANA-LANGUAGE-MIB.txt was initially added on branch V4-1-1-patches. 2000-05-30 15:06 nba file IANA-ADDRESS-FAMILY-NUMBERS-MIB.txt was initially added on branch V4-1-1-patches. 2000-05-30 15:06 nba file DISMAN-SCHEDULE-MIB.txt was initially added on branch V4-1-1-patches. 2000-05-30 15:06 nba file AGENTX-MIB.txt was initially added on branch V4-1-1-patches. 2000-05-30 07:47 mslifcak Fix problem identified by V. Grenet : new method snmp_oid_min_compare 2000-05-30 01:31 nba file mibfetch was initially added on branch V4-1-1-patches. 2000-05-30 01:31 nba file smistrip was initially added on branch V4-1-1-patches. 2000-05-30 01:31 nba file Makefile.mib was initially added on branch V4-1-1-patches. 2000-05-26 09:24 daves - (mibII/sysORTable.c mibII/system_mib.c): - Use new time utility routines to simplify processing - Update sysORLastChange when adding/removing entries 2000-05-26 09:23 daves - (util_funcs.[ch]): New time-diff utility routines 2000-05-26 08:46 daves - (snmpd.c snmp_agent.c mibII/var_route.c): Use 'mibincl.h' header 2000-05-26 07:48 daves - (agent_registry.[ch] agentx/client.[ch] agentx/master_request.c agentx/subagent.c): - Support for MIB region timeouts 2000-05-26 07:46 daves - (snmp.h snmp_api.c snmp_client.c): Support for per-request timeout handling 2000-05-26 07:45 daves - (agentx/protocol.c): Minor error in AgentX packet dump 2000-05-25 10:07 hardaker - (memory.c): Patch from Ragnar Kjřrstad: - fixed linux problem: wrong params getting returned. 2000-05-25 05:38 mslifcak Fix use of bin2asc to not always show "string"; use snmp_oid_compare, too. See bug #234 for details. 2000-05-25 03:39 daves - (mibII/interfaces.c): Consolidate header handling. 2000-05-25 03:31 daves - (mibII/interfaces.c): Correct confusing comment 2000-05-25 01:53 daves - (configure.in configure): Replace use of 'cut' with equivalent 'sed' calls 2000-05-25 01:30 daves - (configure.in aclocal.m4 configure): - Direct certain checks to the appropriate file descriptor (see BUG#247) 2000-05-22 16:22 hardaker - (apps/.cvsignore): add more stuff to ignore. 2000-05-22 16:21 hardaker - (Makefile.in, snmp_parse_args.c, snmp_parse_args.h, snmpbulkget.c, snmpbulkwalk.c, snmpdelta.c, snmpdf.c, snmpget.c, snmpgetnext.c, snmpset.c, snmpstatus.c, snmptable.c, snmptest.c, snmptrap.c, snmpusm.c, snmpvacm.c, snmpwalk.c, Makefile.in, snmp_parse_args.c, snmp_parse_args.h): - moved snmp_parse_args to the library, as I promised to do ages ago. - no longer calls usage() directly, but returns -1 if you should. 2000-05-22 05:47 daves - (snmplib/tools.[ch]): Routine for comparing two markers. 2000-05-22 05:42 daves - (local/mib2c): Generate multiple tables in one code file 2000-05-17 10:28 hardaker - (vacm_vars.c, vacm_vars.h, vacm.c, vacm.h): Patch from Arne Oesleboe: - writable vacm mib support. - other misc vacm fixes. 2000-05-17 10:26 hardaker - (snmpusm.c): Patch from Arne Oesleboe: - Don't segfault on an unknown command, instead print a warning.. 2000-05-17 10:25 hardaker - (snmpvacm.c): Patch from Arne Oesleboe: - added a new command: snmpvacm. 2000-05-17 09:25 hardaker - (agent_read_config.c): mention the port number on the trapsink help line. 2000-05-17 09:20 hardaker - (snmptrapd.c): use standardized buffer sizes 2000-05-17 09:13 hardaker - (Makefile.in, snmptrapd.c, snmptrapd_log.c, snmptrapd.8): Patch from Jeff Cours: - customized formatting of trap output. 2000-05-17 09:11 hardaker - (README): add Jeff and Arne. 2000-05-17 08:15 hardaker - (mib.c): *correctly* associate escapeQuotes with the right default_store bool. 2000-05-17 08:11 hardaker - (snmp.conf.5.def): document escapeQuotes. 2000-05-17 08:09 hardaker - (snmpcmd.1, default_store.h, mib.c): new option -OE: - shell backslash escape quotations marks for cutting and pasting onto another snmp command line. 2000-05-15 09:24 daves - (mibII/{ip,icmp,tcp,udp,kernel_linux}.[ch]): - Pull Linux MIB-II statistics gathering into a single routine. - Cache MIB-II statistics on all architectures. 2000-05-15 08:53 hardaker - (ucd_snmp.h, vmstat_bsdi4.c, vmstat_bsdi4.h): Patch from Bert Driehuis: - vmstat support for bsdi4. 2000-05-15 03:06 daves - (snmp_agent.c): Re-remove redundant PDU clone (It reappeared during a recent change) 2000-05-15 03:00 daves - (agent_registry.[ch] agentx/master_admin.c): Implement missing routine 'unregister_mib_context' - (agent_registry.[ch] agent_index.[ch]): Move 'fd' registry handling back to agent_registry - (agentx/client.c): Recognise new code file for index handling 2000-05-12 10:15 hardaker - (snmp_agent.c): Um, default to port 161. Opps. 2000-05-12 09:00 daves - (agent_registry.[ch] var_struct.h agentx/master_admin.c): - Preparation for per-MIB region timeout, and context support 2000-05-12 08:45 daves - (kernel_sunos5.c): Recognise Solaris ATM LAN Emulation interfaces Thanks to Jay Young 2000-05-12 08:13 daves - (agent_index.[ch] agent_registry.[ch] Makefile.in agentx/master_admin.c): - Split index handling out from the MIB registry. 2000-05-12 07:02 daves - (kernel_sunos5.c): Add support for recognising QuadFastEther interface 2000-05-12 06:57 daves - (apps/snmptable.c): Fix problem with missing separator (with -Ci -Cf) Thanks to Xavier FOURNET 2000-05-12 04:02 daves - (snmp_agent.c): Remove redundant PDU clone I'm sure this was put in for a reason, but I can't remember what. It doesn't seem to be needed now, and just leaks memory. Here's hoping..... 2000-05-12 03:11 daves - (agent/snmpd.c): Catch (and ignore) SIGPIPE signals. Disappearing subagents therefor appear as normal I/O failures 2000-05-12 02:24 daves - (agentx/protocol.c): - Implement opaque-encoded float & double types - Bring packet dump in line with the main library style - Add packet dump capability for outgoing PDUs 2000-05-10 16:52 hardaker - (snmpd.1.def): document -p. 2000-05-10 16:43 hardaker - (snmp_agent.c): always use the default transport mapping, not the last one. 2000-05-10 16:25 hardaker - (ds_agent.h, snmp_agent.c, snmpd.c): implement multiple transport mappings via -p [transport:]port[@address]. 2000-05-10 11:08 mslifcak fix udpstat --> tcpstat 2000-05-10 07:59 daves - (agentx/master_request, agentx/master_admin.c): - Handle subagent disappearing without warning 2000-05-10 07:57 daves - (agent/snmp_agent.c snmplib/snmp_api.h): - Provide a mechanism to handle asynchronous send failures. 2000-05-10 06:13 daves - (snmp_api.h): Logical NOT? Bitwise NOT? Who'll notice the difference anyway! 2000-05-10 05:34 daves - (agentx/master_request.c): Handle non-responsive subagents 2000-05-10 05:33 daves - (agent_registry.c mibII/sysORTable.c): Don't assume subsession link is valid 2000-05-10 05:29 daves - (snmp_api.h): Definitions for session closedown handling 2000-05-09 14:42 mslifcak also clean Win32 binary objects, and core files. 2000-05-09 14:34 mslifcak touch up the "clean" rule. 2000-05-09 11:32 mslifcak until Dave's version wins, need snmp_varlist_add_variable to build Win32 agent. 2000-05-09 11:31 mslifcak fix some Win32 builds (signals? we don't need no steenking signals!) 2000-05-09 11:30 mslifcak Remove trailing CR [0x0d] from one line. 2000-05-09 08:50 hardaker - (Makefile.top, Makefile.in, Makefile.in): fix link time problems with aCC (or any other unknown compiler). 2000-05-09 08:47 hardaker - (Makefile.top, Makefile.in, Makefile.in): fix link time problems with aCC (or any other unknown compiler). 2000-05-09 07:43 daves - (agentx/master_request.c): Send out re-delegated requests (and fix a problem with specifying the end-of-range value) 2000-05-09 07:40 daves - (agentx/subagent.c): Fix handling of error response generation (by analogy with recent changes to snmp_agent.c) 2000-05-09 07:34 daves - (snmp_agent.c): Handle AgentX "end-of-range" indication. (This is not the cleanest way of doing things, but works for now. We can tidy up later). 2000-05-09 07:16 daves - (snmp_vars.c): Use MIB registry 'start' values (rather than the original name registered) This handles subsequent part of 'split' ranges properly. 2000-05-08 11:08 hardaker - (Makefile.in): I can't believe the last checkin even compiled (luck). 2000-05-08 11:03 hardaker - (Makefile.in): fix library list. 2000-05-05 09:56 hardaker - (diskio.c): Patch from Bert Driehuis: - disk io support for BSD/OS. 2000-05-05 09:54 hardaker - (at.c): Patch from Bert Driehuis: - fix a zero byte malloc bug (mostly noticed with -lefence). 2000-05-05 09:43 hardaker - (configure, configure.in): Patch from Albert Chin-A-Young: - --with-libwrap improvements. 2000-05-05 09:00 daves - (agentx/subagent.c agentx/master_request.c): - Significant improvements to AgentX processing (Thanks to Reiner Beninga) 2000-05-05 08:58 daves - (snmplib/snmp_api.[ch] snmplib/snmp_client.c agent/snmp_agent.[ch]): - Minor changes to assist with AgentX development (These may not be absolutely necessary, but they get things working again!) 2000-05-04 16:21 hardaker - (configure, configure.in): minor unimportant --without-openssl fix. 2000-05-04 16:19 hardaker - (configure, configure.in): Patch from John L. Villalovos: - allow --without-openssl to work. 2000-05-04 16:15 hardaker - (Makefile.in): add the DISMAN-SCRIPT-MIB.txt 2000-05-04 16:01 hardaker - (Makefile.in): Patch from Albert Chin-A-Young: - install UCD-DISKIO-MIB.txt. 2000-05-04 15:21 hardaker - (displaytable.pm, manager.pm): make purdy graphs with history tables. 2000-05-04 08:26 daves - (snmplib/snmp_client.[ch]): New routine 'snmp_clone_varbind()' (From a suggestion by Reiner Beninga) 2000-05-04 08:24 daves - (snmplib/snmp_api.c): Various minor fixes (Thanks to Reiner Beninga) 2000-05-04 01:29 daves - (snmp_agent.[ch]): Handle index/status information separately from PDU. Also means that delegated requests have access to variable indexes (Based on a suggestion from Reiner Beninga) 2000-05-04 01:00 daves - (ucd-snmp/proc.c): Initialize newly malloced structure (Thanks to Jeff Wilson - see BUG #231) 2000-05-03 09:06 daves - (snmp_agent.[ch] agentx/master_admin.c): - Clone PDU within init_agent_snmp_session. New routine 'free_agent_snmp_session' (Thanks to Reiner Beninga) 2000-05-03 08:17 daves - (snmp_agent.c): When returning an error response, use a clean copy of the original request PDU. 2000-05-03 08:14 daves - (snmp_agent.[ch]): Routine to handle variables individually (Thanks to Reiner Beninga) 2000-05-03 04:37 daves - (snmp_agent.c): Check accessibility of exact requests before processing (and remove redundant 'generic' SET handling) 2000-05-02 09:56 hardaker - (manager.pm): lots of small changes. 2000-05-01 11:34 nba - mib.c: fix printing of BITS variables 2000-05-01 06:55 marz applied patch from Steve Pheran Snodgrass to fix incompatibility with perl5.6 ref stringification 2000-04-29 07:46 hardaker - (config.h.in, configure.in, agent_registry.c): Patch from Frank Strauss: - use sigaction when available. 2000-04-28 16:22 hardaker - (snmptosql): fix -m/-M the wrong way. 2000-04-28 16:15 hardaker - (snmptosql): - do history saving better (different table). - -m/-M mib loading options (which don't appear to be working right yet). 2000-04-28 07:36 hardaker - (agent_registry.c, snmpd.c): Patch from Frank Strauss: - fix signal handling. 2000-04-27 14:58 hardaker - (Makefile.in, snmpdf.c): implement a remote df command via snmp - (needs the host resources mib working on the remote system). 2000-04-27 10:57 hardaker - (Makefile.top, config.h.in, configure, configure.in): rpm is now requiring yet another library: libpopt. 2000-04-26 15:20 hardaker - (Makefile.top): run libtool --finish without -n (go ahead and do the cmds) 2000-04-26 15:19 hardaker - (Makefile.top, configure, configure.in, agent/Makefile.in): - more libtool fixes (.so versioning, properly install...) 2000-04-26 14:18 hardaker - (*/.cvsignore, */Makefile.in, Makefile.top, aclocal.m4, configure, configure.in, ltconfig, ltmain.sh): - use libtool for building. - Certainly, I must have broke something in the process. (make depend, eg) 2000-04-26 14:15 hardaker - (*/.cvsignore, */Makefile.in, Makefile.top, aclocal.m4, configure, configure.in, ltconfig, ltmain.sh): - use libtool for building. - Certainly, I must have broke something in the process. (make depend, eg) 2000-04-26 08:11 hardaker - (FAQ): new secondary slogan. 2000-04-26 07:22 hardaker - (snmp_api.c, snmpusm.c): Attempt to parse the PDU when a report is being sent so that the requestid can be used in the outgoing report. This should fix a problem where SNMP Research's Emante agent is doing engineID discovery probes based on the request_id (which is a fairly poor choice as the message_id would be a better one to match on in general and is the only possible thing to use in cases where the report is encrypted). 2000-04-25 13:08 hardaker - (FAQ): mention that the perl module is included with the source. 2000-04-25 08:24 hardaker - (snmp_api.c): misc -Ddump fixes. 2000-04-25 08:02 hardaker - (snmptable.c): check for end of mib view exceptions (v2c, v3). 2000-04-24 11:27 hardaker - (snmp_api.c): -D support for those "older" protocols that shouldn't be used anymore (v1, v2c). 2000-04-24 10:36 hardaker - (asn1.c, default_store.h, mib.c, snmp.c, snmp_api.c, snmp_auth.c, snmp_debug.c, snmp_debug.h, snmpusm.c): - timestamps can be printed as a numeric number only (-Ot). - more configurable packet dumping code for both send and receive. - uses new -D tokens: dumph (headers), dumpx (hex), dumpv (values). dumpx_ and dumpv_ (note the _s) make it eat space (and newline) before the segment in question. Try -Ddump then -Ddumph,dumpv_ to see examples. - todo: - better horizontally formated information (probably using "%NUMs"). - USM is called after pdu building (makes sense but is backwards visually in the dumped packet). - option to strip datatype token (ie Integer:). 2000-04-24 09:37 hardaker - (version.h bug-report sedscript.in): version tag ( 4.2.pre0 ) 2000-04-24 09:13 hardaker - (version.h bug-report sedscript.in): version tag ( EXT.4.2.pre0 ) 2000-04-21 14:13 hardaker - (snmpwalk.c): fix GET call for an snmpwalk. (was using a GETNEXT PDU, ack). 2000-04-21 10:41 hardaker - (snmpv3.c): more u_long -> size_t for engineID len. 2000-04-21 08:18 hardaker - (mib.c): fix fprint_description to check for null subtrees. 2000-04-21 08:17 hardaker - (snmpv3.c, snmpv3.h): use size_t for engineid lengths. 2000-04-19 11:02 marz changed mode_t typedef to agree with what ActiveState perl uses (anyone have a problem with this?) 2000-04-19 10:59 marz added Marc Lehman patch to ensure alloc/dealloc use same mechanism (perl vs. system default) 2000-04-19 08:26 hardaker - (snmp_agent.c): agent_check_and_process() always block if caller requested it. 2000-04-19 04:34 mslifcak move static decl to .c;minor casting about to support aCC 2000-04-18 11:11 mslifcak Synch devel branch with patches branch. 2000-04-18 11:07 mslifcak Define optarg for apps use; Define vacm_is_configured for agent use. 2000-04-18 07:57 hardaker - (vmstat.c, vmstat.h, UCD-SNMP-MIB.txt): Patch from Mizuki Honda: - implement raw cpu usage numbers. 2000-04-18 03:18 daves - (man/snmptable.1 apps/snmptable.c): - Command-specific '-C' options for snmptable 2000-04-18 02:01 daves - (apps/snmp_parse_args.c): Handle previous form of -Z option as well 2000-04-17 15:36 hardaker - (snmp_parse_args.c): fix -Z if args are wrong. 2000-04-17 15:32 hardaker - (snmp_parse_args.c, snmpcmd.1): fix -Z to use a ','. 2000-04-17 15:06 hardaker - (mta_sendmail.c, mta_sendmail.h): Patch from Christoph Mammitzsch: - update on the sendmail module. 2000-04-17 15:00 hardaker - (vmstat.c): Patch from John L. Villalovos: - fix ssCpuSystem, ssCpuUser, ssCpuIdle. 2000-04-17 14:18 hardaker - (Makefile.top, Makefile.in): properly use LN_S for linking snmpinform. 2000-04-17 13:45 hardaker - (snmpusm.c, snmpv3.c, snmpv3.h): engineID changes for better aCC support. 2000-04-17 13:44 hardaker - (.cvsignore): ignore snmpinform. 2000-04-17 09:58 hardaker - (snmp_agent.c): fix row creation. 2000-04-17 07:25 daves - (auto_nlist.c snmpd.c agentx/master.c): Don't exit on failure with '-r' 2000-04-14 15:07 hardaker - (snmp_parse_args.c, snmpdelta.c, snmpget.c, snmpgetnext.c, snmpstatus.c, snmpcmd.1, snmpget.1, default_store.h, mib.c): - move -If to -Cf and invert behaviour. 2000-04-14 15:06 hardaker - (configure, configure.in): remove debugging output (opps). 2000-04-14 09:03 hardaker - (versioinfo.c): alright. Who made versionClearCache RONLY? 2000-04-13 05:49 nba - snmptranslate.1: decument the -w width option 2000-04-12 12:05 mslifcak hide user's hostname; prompt before sending e-mail; prompt to save as file. 2000-04-12 11:22 mslifcak fix %f(%s) 2000-04-12 09:29 hardaker - (snmpcmd.1): document -If. 2000-04-12 09:17 hardaker - (snmp_parse_args.c): put ++ back in that accidentically got checked in. 2000-04-12 09:16 hardaker - (snmpset.c): put space back in usage line. 2000-04-12 09:12 hardaker - (snmp_parse_args.c, snmpdelta.c, snmpget.c, snmpgetnext.c, snmpset.c, snmpstatus.c, default_store.h, mib.c): - Add a new option -If to specify fixing of PDUs. - Anyone know a better place to put this option? - Applications don't do this by default anymore, and you can't in snmpset. 2000-04-12 07:38 hardaker - (vacm_vars.c, vacm.c, vacm.h): fix to allow no v1/v2c requests when configured for just v3. 2000-04-12 06:50 mslifcak fix MSVC build for encode_keychange, and add more symbols for release builds 2000-04-12 05:32 nba - parse.c: correct parsing of sub-types textual conventions. Allow parsing of MACRO invocations for standard symbols 2000-04-12 05:31 nba - parse.[ch], snmptranslate.c: allow specification of with for -Tp 2000-04-12 05:30 nba - HOST-RESOURCES-MIB.txt, HOST-RESOURCES-TYPES.txt: align with published RFC 2790 2000-04-11 15:33 hardaker - (configure, configure.in): make config_add_mib() actually look for the mib in $srcdir/mibs/blah and install it if found. 2000-04-11 15:21 hardaker - (snmpv3.c, snmpv3.h): make macaddr engineid setup not linux specific, but #defines are checked instead. 2000-04-11 15:20 hardaker - (snmp_logging.h): remove old callback typedef no longer needed. 2000-04-11 14:38 hardaker - (snmpv3.c, snmpv3.h): Patch from John L. Villalovos: - enable engineID to be set from MACAddr. 2000-04-11 09:51 hardaker - (mta_sendmail.c, mta_sendmail.h): New module from Christoph Mammitzsch: - implements the MTA-MIB for monitoring sendmail. 2000-04-11 09:50 hardaker - (MTA-MIB.txt, NETWORK-SERVICES-MIB.txt): new mibs for new modules. 2000-04-11 03:25 daves - (agent/snmp_agent.c): Save/restore original statP value for SET handling. 2000-04-11 02:35 daves - (agent/snmp_agent.c): Report failures from ACTION phase of SET correctly. 2000-04-11 01:57 daves - (agentx/master_request.c): Dynamically resize subagent requests (Thanks to Reiner Beninga) 2000-04-10 05:08 daves - (snmp_agent.c agentx/master_request.c): Fix multi-subagent requests (Thanks to Reiner Beninga) 2000-04-07 12:25 hardaker - (snmptrap.c, snmpusm.c): - fix snmpv3 traps to be authoritative from the client side, not the receiver side. snmpv3 informs stay as is. Unfortunately, for command line apps this doesn't make a whole lot of sense but is right in terms of how the protocol works and this is hence somewhat of a hack. 2000-04-07 07:50 daves - (agent/snmp_agent.c): Handle v2 exception types in v1 queries 2000-04-07 07:16 hardaker - (snmptrapd.c, read_config.c, snmpv3.c): - allow NULL help lines for config directives and use it to hide internal directives used for persistent storage. 2000-04-06 15:31 hardaker - (snmp_api.c, snmp_api.h): - turn backwards compatibility macros back into functions so default_store.h dependencies go away again. - create a flag to not probe for engineIDs durning sess_open(). 2000-04-06 07:20 daves - (snmplib/snmp_api.c): Fix mishandled Counter64 parsing 2000-04-06 03:36 daves - (agent/snmpd.c): Fix usage message alignment. 2000-04-06 03:31 daves - (man/snmpd.1.def): Document the AgentX socket command-line option 2000-04-05 08:41 hardaker - (FAQ2HTML): it's been sitting in my personal src tree for > 2 years. 2000-04-05 08:38 hardaker - (mibincl.h, usmUser.c, snmptrapd.c, lcd_time.c, scapi.c, snmp_api.c, snmpusm.c, snmpusm.h, snmpv3.c): - make snmptrapd handle v3 users properly, (and shutdown properly as well). - a more generic user storage routine added to snmpusm.c and used in usmUser.c with a side effect of needing callback.h above snmpusm.h. 2000-04-05 08:27 hardaker - (rsnmp): -> /usr/bin/perl 2000-04-05 08:24 hardaker - (.cvsignore): misc minor additions to / 2000-04-04 11:03 daves - (agent/snmp_agent.c): Ensure unimplemented objects return 'noSuchObject' 2000-04-03 14:57 mslifcak Initialize statP. 2000-04-03 09:12 daves - (agent/snmp_agent.c): Ensure a v1 SET returns a v1 error status. 2000-04-03 08:32 hardaker - (ChangeLog): Year was "100" for 2000 (noticed by Jay Riddell): 2000-04-03 07:53 daves - (agent/snmp_agent.c): Ensure SETs fail if one varbind does. 2000-03-31 07:25 daves - (agent/snmp_vars.c): Fix to report 'noSuchObject' in certain circumstances 2000-03-31 07:13 daves - (snmplib/snmp_api.c): Don't repeat the first four bytes in a PDU dump 2000-03-31 07:04 daves - (snmplib/snmp_logging.c): Handle logging empty strings (e.g. a null indent) 2000-03-30 00:15 daves - (agent/snmp_agent.c): Initialise timeout structure properly (Thanks to ashipman@erggroup.com) 2000-03-27 10:32 mslifcak remove trailing newline from hrSWRunName values. 2000-03-24 09:09 mslifcak to sync with patches branch. 2000-03-24 05:07 nba - snmptrapd.c: correctly free the reponse if sending it fails 2000-03-24 04:22 mslifcak xx_synch_response: avoid freeing PDU twice. 2000-03-23 23:29 nba - snmpcmd.1, snmptrap.1, snmptrap.c, Makefile.in: Install and document snmpinform. 2000-03-23 09:58 mslifcak Enqueue only complete request_list entry; Reduce scoping of callback vars. 2000-03-23 03:02 nba file snmpinform.1 was initially added on branch V4-1-1-patches. 2000-03-22 08:13 mslifcak printf ? 2000-03-21 11:12 mslifcak modify F. Strauss' patch per N. Baggesen's suggestion: remove export-dynamic. 2000-03-21 09:14 mslifcak more smooth sailing with Win32 .DLL . DLLEXPORT, anyone ? 2000-03-21 09:07 mslifcak win32 build check: no sigaction, SIGCLD defined. 2000-03-21 08:47 daves - (ds_agent.h snmpd.c mibgroup/agentx/{master,subagent}.c): - Command-line option for specifying AgentX port (based on patch from Frank Strauss) 2000-03-21 08:38 daves - (snmp_api.c): Support 'host:port' representation of peernames 2000-03-21 04:05 daves - (snmp_agent.c): Missing new-line on debug output 2000-03-21 02:52 daves - (mibII/{tcp,udp,ip,icmp}*) Continuing mibII code cleanup 2000-03-20 11:14 mslifcak Comment -C -- do not use this flag. 2000-03-17 15:32 hardaker - (header_complex.c): sizeof(x)*(len+1) not sizeof(x)*len+1 2000-03-16 00:10 nba - configure, hr_print.c: detect system printers (SysV/lpstat, *BSD/cgetnext, Linux/printcap) 2000-03-15 18:30 mslifcak Second part : all members of struct snmp_index are pointers. 2000-03-15 15:07 mslifcak Fix memory leak with unregister_index. 2000-03-15 15:07 mslifcak Fix memory leak when cleaning up trap variables. 2000-03-15 08:48 daves - (snmp_api.c snmp_client.c): Initialise varbind data hook elsewhere as well. 2000-03-15 07:57 daves - (agentx/master_request.c): Fix infinite loop problem when walking subagent. 2000-03-15 06:09 daves - (agent/snmp_agent.c): Avoid calling read routine for each SET handling pass. N.B: This hasn't been tested with AgentX subagents yet 2000-03-15 06:07 daves - (snmplib/snmp_api.[ch]): Provide hook for internal varbind-related data 2000-03-15 05:22 daves - (agent/var_struct.h): Use a single magic number for MIB registry name lengths. 2000-03-15 01:51 daves - (snmplib/system.h): Don't declare gettimeofday() if the system provides it. (Fix provided by Ron Mevissen) 2000-03-14 07:57 daves - (agent/snmp_agent.c): Don't overwrite saved status when checking access. 2000-03-14 07:52 daves - (agent/snmp_agent.c): Return a response, even if the request failed. 2000-03-13 15:32 nba - ipfwacc.h: fix the MIB name 2000-03-10 12:48 hardaker - (configure): autoconf run 2000-03-10 11:09 hardaker - (Makefile.dlmod): Patch from Frank Strauss: - dlmod build Makefile example. Needs incorperation with main configure. 2000-03-10 11:02 hardaker - (agent_registry.c): better signal check from Michael Slifcak 2000-03-10 10:59 hardaker - (UCD-DLMOD-MIB.txt): typo found by Michael Slifcak. 2000-03-10 10:54 hardaker - (dlmod.c, dlmod.h, snmpd.conf.5.def, UCD-DLMOD-MIB.txt): Patch from Frank Strauss: - Reimplementation of the dlmod mib module: o mibgroup/misc/dlmod + dlmods/dlmod_mib -> mibgroup/ucd-snmp/dlmod o fixed registration (ucdavis.ucdExperimental.14 instead of ucdavis.14) o added configure stuff for HAVE_SNPRINTF, which was used by dlmod.c o removed `_dynamic_' prefixes from init/deinit functions o made dlmodIndex not-accessible (only implementation, not definition) o removed the asn_parse_XXX stuff o made entries with state `error' able to accept state `load' o made the wombat example usable as static and dynamic module o added simple config_parse functionality to the wombat example 2000-03-10 10:52 hardaker - (agent_registry.c, agent_registry.h, snmpd.c): Patch from Frank Strauss: - signal registry system implemented (needs to be redone allowing multiple callbacks and handlers for all signals). - arbitrary file descriptor/socket registration. - this is not the way it should be done (use sessions instead). 2000-03-10 10:44 hardaker - (Makefile.in, Makefile.top, acconfig.h, config.h.in, configure.in, Makefile.in, Makefile.in, Makefile.in, Makefile.in, Makefile.in): Patch from Frank Strauss: - clean up shared library usage. 2000-03-10 10:16 hardaker - (config.h.in): autoheader re-arranged some stuff. 2000-03-07 11:58 mslifcak more touchups to allow UnixWare build to complete. 2000-03-07 11:21 hardaker - (default_store.h): make MAX_SUBIDS larger and a multiple of 8. 2000-03-07 10:13 mslifcak Introduce --enable-mini-agent to configure agent (snmpv3, no mibII interfaces). 2000-03-07 09:03 mslifcak assume "snmpapp" if no arg passed to init_snmpv3. 2000-03-07 08:58 mslifcak remove init_mib() call - not appropriate here. 2000-03-07 08:35 mslifcak Let the aix4 patch work. 2000-03-07 07:08 mslifcak trim fat from recent check-ins. 2000-03-06 20:01 mslifcak cleaned up SCO UnixWare build. 2000-03-06 16:40 mslifcak start support for SCO UnixWare 5 as svr5. 2000-03-06 10:56 hardaker - (default_store.h, snmp_api.c): Patch from Robert Story: - don't check ranges if not requested. 2000-03-06 10:55 hardaker - (snmp_agent.c, snmp_agent.h, snmpd.c): Patch from Robert Story: - fix exit()ing behaviour in the libucdagent library. 2000-03-06 10:36 hardaker - (snmptrapd.c): Patch from Robert Story: - -n prints numeric IP addrs. 2000-03-06 10:25 hardaker - (callback.h, snmp_logging.c, snmp_logging.h): Idea from ashipman@erggroup.com: - callback function (using callback.h) added for external logging. 2000-03-05 05:25 marz fix to preserve trailing multi component instance id's at the end of symbolic mib names(e.g., foo.6.7) when doing translateObj. 2000-03-04 11:34 nba - configure.in, configure: support --without-openssl, even if OpenSSL is available 2000-03-04 11:30 nba - agent/(various): globalize the kvm_t *kd variable 2000-03-04 11:26 nba - mib_modules.c, hr_storage.c: pre-processor # should be in column 1 2000-03-04 11:17 nba - inet.c, inet6.c: survive -v 2c exception replies 2000-03-04 11:17 nba - snmp_api.c: remove a superfluous & in front of an array 2000-03-04 11:15 nba - ucd_snmp.h, {memory,vmstat}_netbsd1.[ch]: support for NetBSD 2000-03-04 11:14 nba - hr_disk.c: fixes for NetBSD 2000-03-04 11:10 nba - versioninfo.c: don't return the trailing newline 2000-03-04 11:08 nba - hr_swrun.c: fix process size for FreeBSD 3 and NetBSD 2000-03-04 11:05 nba - agent_trap.h: fix a wrong prototype 2000-03-04 11:04 nba - snmptable.c: fix problems printing table name and headers when using -OS format 2000-03-02 11:50 nba - snmp_api.c: fix address length info for tcp connect 2000-03-02 11:48 nba - loadave.c: fix for AIX 4 2000-03-02 08:30 daves - (mib2/ip.[ch] mib2/ipAddr.[ch]): First stab at tidying up mib2 support. 2000-03-01 13:23 hardaker - (snmptosql): fix dynamic table testing for creation needed. 2000-03-01 13:22 hardaker - (manager.pm, ucd-snmp.pm): Opps. Wrong name. ucd-snmp.pm -> manager.pm. 2000-03-01 13:21 hardaker - (ucd-snmp.pm): turned sqltohtml into an apache module. 2x speed improvement. 2000-03-01 08:32 mslifcak fix bug 180 for cygwin build with _REENTRANT; per ashipman@erggroup.com 2000-02-29 14:30 mslifcak Invoke snmp_sess_send from within snmp_read to avoid mutex deadlocks. 2000-02-28 14:25 nba - snmpd.h, smux.c: don't initialize smux master in sub agent 2000-02-28 14:16 nba - snmp_vars.c: use SUB_AGENT symbol 2000-02-28 14:12 nba - mib.c: sprint_by_type should handle ASN_BIT_STR 2000-02-28 14:10 nba - snmp_parse_args.c: correctly call the -I options input options 2000-02-28 10:47 mslifcak fix bug #176 (AIX 4 - use knlist in lieu of nlist) 2000-02-24 17:17 mslifcak apply patch to fix bug no. 177. 2000-02-24 13:31 hardaker - (default_store.h, read_config.c, snmp_api.c): new snmp.conf keyword to force the parser to ignore unknown tokens. 2000-02-24 03:59 mslifcak document UNSIGNED32 and COUNTER32 ('u' and 'c') in snmpset (gratis ashipman@erggroup.com) 2000-02-24 03:56 mslifcak add support for COUNTER32 to snmp_add_var; document UNSIGNED32 and COUNTER32 ('u' and 'c') in snmptrap (gratis ashipman@erggroup.com) 2000-02-23 23:06 nba - pass.c, pass_persist.c: fix setting of octet strings. 2000-02-23 02:09 nba - mt_support.h: a bad ; in the C++ bracketing 2000-02-23 02:09 nba - system.c: remove some superfluous indirections in strcasecmp 2000-02-23 02:07 nba - vmstat_solaris.c: make sure we agree with the prototype of getpagesize! 2000-02-22 15:31 nba - pass_persist.h: declare init_pass_persist 2000-02-22 09:57 mslifcak prune two more symbols not used by auto_nlist for Solaris-built MIB modules. 2000-02-21 16:17 mslifcak Apply R. Story's patch for mkdirhier and strncasecmp on win32 2000-02-21 07:39 mslifcak fix bug 171 (thanks to Larry Parmelee). 2000-02-21 05:56 mslifcak remove free after snmp_close (don't free twice!) 2000-02-21 04:58 mslifcak Added description in SH_NAME for several man-pages (c/o ragnark) 2000-02-18 12:14 mslifcak refer the .so macro to man3; adjust Makefile.in to use the renamed file. 2000-02-17 05:17 mslifcak include pass_persist in the required list. 2000-02-17 02:00 daves - (configure* ucd-snmp/vmstat_solaris2.c): - Provide missing 'getpagesize' routine for Solaris 2.4 (Thanks to Ragnar Kjřrstad) 2000-02-16 20:17 mslifcak include mibincl.h in hr_system.c to fix bug #159. 2000-02-16 16:35 mslifcak remove auto_nlist of unused "swaplist" symbol. 2000-02-16 15:17 mslifcak patch suggested by Rick Beaman 2000-02-16 14:58 mslifcak remove unused vars 2000-02-16 14:57 mslifcak test lengths before allocating memory; use new VACMSTRINGLEN constant. 2000-02-16 08:18 mslifcak include time.h once 2000-02-16 08:02 mslifcak restore #if HAVE...IN_PCB_H 2000-02-15 23:47 nba - configure.in, ipch.[ch]: initial stabs at Linux ipv6 support. A lot is lacking in the kernel statistics though. 2000-02-15 23:40 nba - (many): configure check for netinet/ip6.h 2000-02-15 23:34 nba - hr_filesys.c: MNTTYPE defines for FreeBSD-3 and BSDI-4, and moving the return value for Ext2FS to the newly defined OID. 2000-02-15 23:24 nba - freebsd3.h: some kernel symbols not to be used for FreeBSD 3 2000-02-15 23:23 nba - snmptable.c: give a sensible output for an empty table. 2000-02-15 23:22 nba - vacm*: buffer length checking! 2000-02-15 23:20 nba - hr_storage.c: return memory size in pages. 2000-02-15 23:17 nba - ucd_snmp.h, memory_freebsd2.h: make it work for FreeBSD-3 too 2000-02-15 23:16 nba - snmp_agent.c: one more place to send a AUTHFAIL trap 2000-02-15 23:15 nba - agent_registry.c: fix a return for SNMPv1/Counter64 case 2000-02-15 02:12 daves - (apps/snmp_parse_args.c): Omit deprecated options from optarg handling. 2000-02-11 15:48 hardaker - (manager/*): /usr/local/bin/perl -> /usr/bin/perl 2000-02-11 15:47 hardaker - (makedepend.in): /usr/local/bin/perl -> /usr/bin/perl 2000-02-11 15:38 hardaker - (rsnmp): perl5 -> perl 2000-02-11 15:17 hardaker - (man/Makefile.in): install snmp_trap_api.3 2000-02-11 14:20 hardaker - (local/Makefile.in): last minute makefile touchup 2000-02-11 14:03 hardaker - (NEWS): update for 4.1.1 2000-02-11 13:47 hardaker - (ChangeLog): Update for 4.1.1 2000-02-11 13:29 hardaker - (version.h bug-report sedscript.in): version tag ( 4.1.1 ) 2000-02-11 12:53 hardaker - (T016snmpv2cgetfail, T017snmpv2ctov1getfail): update for Timeout for v2c. 2000-02-11 12:49 hardaker - (local/Makefile.in): don't cp for snmpcheck 2000-02-11 12:44 hardaker - (local/Makefile.in): fix for seperate build path 2000-02-11 12:30 hardaker - (sysORTable.h): Patch from Niels Baggesen: - compiler warning fix. 2000-02-11 12:29 hardaker - (snmp_agent.c): patch from Niels: - don't send autherror responses for v2c. - send authFailure trap. 2000-02-11 12:22 hardaker - (acconfig.h, config.h.in): change perl path to /usr/bin. 2000-02-11 06:58 hardaker - (acconfig.h, config.h.in): Dont define PROCFIXCMD and EXECFIXCMD by default. 2000-02-10 11:14 mslifcak fix for older platforms to use pass_persist; not included by default. 2000-02-10 10:33 mslifcak [no log message] 2000-02-10 10:32 hardaker - (hr_swinst.c): minor fixes pointed out by Michael. 2000-02-10 10:28 hardaker - (snmpv3.c): fix setup engineID buffer overflow found by Mike Baer. 2000-02-10 08:39 nba - man/*: set the dates on the pages to reflect the revision date 2000-02-10 08:13 mslifcak fix varargs decl/defn of snmp_log 2000-02-10 08:00 mslifcak typedef int ssize_t (one line added) for build on SunOS 4. 2000-02-10 07:54 hardaker - (FAQ): mention the tutorial. 2000-02-10 07:14 daves - (FAQ): Explicit examples of sending traps by hand 2000-02-10 04:41 daves - (snmplib/{snmp_api,snmp_client}.c apps/snmpnetstat/inet6.c): - Comment unused code more informatively as to why it is omitted. 2000-02-09 13:53 hardaker - (eval_tools.sh, T023snmpv3getMD5DES, T024snmpv3getSHA1, T025snmpv3getSHADES): - skip ssl tests we can't perform. 2000-02-09 13:51 mslifcak include sys/param.h to get PATH_MAX on FreeBSD. 2000-02-09 13:38 hardaker - (Sv3SHADESconfig, T024snmpv3getSHA1, T025snmpv3getSHADES): - make SHA tests actually work. 2000-02-09 13:32 hardaker - (Sv3configsha): sha config support 2000-02-09 13:31 hardaker - (T003snmpv1getfail, T016snmpv2cgetfail, T017snmpv2ctov1getfail, T018snmpv1tov2cgetfail): fix for proper ACM error outputs. 2000-02-09 13:30 mslifcak Define SNMP_MAXPATH, and use it. 2000-02-09 13:30 hardaker - (T024snmpv3getSHA1 T025snmpv3getSHADES): new tests 2000-02-09 13:16 hardaker - (UCD-SNMP-MIB.txt): mention a new ucdExperimental registration (wavlan). 2000-02-09 13:16 hardaker - (agent_callbacks.h, agent_registry.c, agent_registry.h, snmp_agent.c, vacm_vars.c): - fix posible acm DoS problems by checking access tables early on. 2000-02-09 11:38 hardaker - (hr_swinst.c): patch from redhat for better RPM support. 2000-02-09 10:43 hardaker - (configure.in): change mode to autoconf. 2000-02-09 10:41 hardaker - (Makefile.in): fix rsnmp build. Really. I mean it. 2000-02-09 10:41 hardaker - (hr_filesys.c, hr_storage.c): Patch from Andy HOOD: - Solaris patches. 2000-02-09 10:37 hardaker - (Makefile.in): - fix rsnmp.made. - use $(MAKE). 2000-02-09 08:41 hardaker - (vmstat_solaris2.c, vmstat_solaris2.h): Update from Jochen Kmietsch 2000-02-07 11:49 marz oops missing important fix for win32 build - fd_set must be same size as in winsock 2000-02-07 11:18 mslifcak Undo last change; on Sun, additional platform info was not obtained; the proper solution would be to remove the second token (hostname). 2000-02-07 10:43 mslifcak Keep customer's nodename out of the published 'uname' information. 2000-02-07 07:20 hardaker - (PORTING): Michael likes diff -u. 2000-02-06 06:11 nba - read_config.c: Fix one final ':' to ENV_SEPARATOR_CHAR 2000-02-05 17:39 hardaker - (snmpv3.c): correct some awful text -> engineID creation mistakes. 2000-02-05 08:37 hardaker - (snmptrapd.c): fix wrapped line continuation in usage message. 2000-02-05 06:56 marz fix version number 2000-02-04 18:55 marz weird delay in creation of pid files 2000-02-04 18:21 marz brain-o ------------------------------------------------------------------------------- Changes: V4.1 -> V4.1.1 marz 5 Feb 00 06:56:43 fix version number hardaker 5 Feb 00 08:37:27 - (snmptrapd.c): fix wrapped line continuation in usage message. hardaker 5 Feb 00 17:39:54 - (snmpv3.c): correct some awful text -> engineID creation mistakes. nba 6 Feb 00 06:11:59 - read_config.c: Fix one final ':' to ENV_SEPARATOR_CHAR hardaker 7 Feb 00 07:20:24 - (PORTING): Michael likes diff -u. mslifcak 7 Feb 00 10:43:29 Keep customer's nodename out of the published 'uname' information. mslifcak 7 Feb 00 11:18:26 Undo last change; on Sun, additional platform info was not obtained; the proper solution would be to remove the second token (hostname). marz 7 Feb 00 11:49:01 oops missing important fix for win32 build - fd_set must be same size as in winsock hardaker 9 Feb 00 08:41:11 - (vmstat_solaris2.c, vmstat_solaris2.h): Update from Jochen Kmietsch hardaker 9 Feb 00 10:37:00 - (Makefile.in): - fix rsnmp.made. - use $(MAKE). hardaker 9 Feb 00 10:41:14 - (hr_filesys.c, hr_storage.c): Patch from Andy HOOD: - Solaris patches. hardaker 9 Feb 00 10:41:44 - (Makefile.in): fix rsnmp build. Really. I mean it. hardaker 9 Feb 00 10:43:05 - (configure.in): change mode to autoconf. hardaker 9 Feb 00 11:38:42 - (hr_swinst.c): patch from redhat for better RPM support. hardaker 9 Feb 00 13:16:17 - (agent_callbacks.h, agent_registry.c, agent_registry.h, snmp_agent.c, vacm_vars.c): - fix posible acm DoS problems by checking access tables early on. hardaker 9 Feb 00 13:16:58 - (UCD-SNMP-MIB.txt): mention a new ucdExperimental registration (wavlan). mslifcak 9 Feb 00 13:31:01 Define SNMP_MAXPATH, and use it. hardaker 9 Feb 00 13:31:24 - (T003snmpv1getfail, T016snmpv2cgetfail, T017snmpv2ctov1getfail, T018snmpv1tov2cgetfail): fix for proper ACM error outputs. mslifcak 9 Feb 00 13:51:12 include sys/param.h to get PATH_MAX on FreeBSD. hardaker 9 Feb 00 13:53:37 - (eval_tools.sh, T023snmpv3getMD5DES, T024snmpv3getSHA1, T025snmpv3getSHADES): - skip ssl tests we can't perform. daves 10 Feb 00 04:41:10 - (snmplib/{snmp_api,snmp_client}.c apps/snmpnetstat/inet6.c): - Comment unused code more informatively as to why it is omitted. daves 10 Feb 00 07:14:51 - (FAQ): Explicit examples of sending traps by hand hardaker 10 Feb 00 07:54:46 - (FAQ): mention the tutorial. mslifcak 10 Feb 00 08:00:26 typedef int ssize_t (one line added) for build on SunOS 4. mslifcak 10 Feb 00 08:13:14 fix varargs decl/defn of snmp_log nba 10 Feb 00 08:40:04 - man/*: set the dates on the pages to reflect the revision date hardaker 10 Feb 00 10:28:21 - (snmpv3.c): fix setup engineID buffer overflow found by Mike Baer. hardaker 10 Feb 00 10:32:08 - (hr_swinst.c): minor fixes pointed out by Michael. mslifcak 10 Feb 00 10:33:47 *** empty log message *** mslifcak 10 Feb 00 11:14:58 fix for older platforms to use pass_persist; not included by default. hardaker 11 Feb 00 06:58:03 - (acconfig.h, config.h.in): Dont define PROCFIXCMD and EXECFIXCMD by default. hardaker 11 Feb 00 12:22:10 - (acconfig.h, config.h.in): change perl path to /usr/bin. hardaker 11 Feb 00 12:29:37 - (snmp_agent.c): patch from Niels: - don't send autherror responses for v2c. - send authFailure trap. hardaker 11 Feb 00 12:30:02 - (sysORTable.h): Patch from Niels Baggesen: - compiler warning fix. hardaker 11 Feb 00 12:44:23 - (local/Makefile.in): fix for seperate build path hardaker 11 Feb 00 12:49:03 - (local/Makefile.in): don't cp for snmpcheck hardaker 11 Feb 00 12:53:15 - (T016snmpv2cgetfail, T017snmpv2ctov1getfail): update for Timeout for v2c. hardaker 11 Feb 00 13:29:29 - (version.h bug-report sedscript.in): version tag ( 4.1.1 ) ------------------------------------------------------------------------------- Changes: V4.0.1 -> V4.1 mslifcak 24 Aug 99 04:44:47 Clean CRs from read_config,snmp_logging; comment define USE_ASN_SHORT_LEN. mslifcak 24 Aug 99 05:11:13 Remove ASN_SHORT_LEN hack - known to dump core in agent. mslifcak 24 Aug 99 06:19:49 Add "." to PATH for RUNTESTS; Drop optreset to build most platforms mslifcak 24 Aug 99 10:25:53 -(testing/eval_tools) - let some (AIX) agents settle before firing requests. hardaker 24 Aug 99 12:48:21 - (vacm_vars.c): correct sysORTable entry. hardaker 24 Aug 99 13:36:35 - (snmpusm.c): check for null response pointer. hardaker 24 Aug 99 13:37:31 - (snmp_parse_args.c, default_store.h, snmp_api.c, snmpv3.c): - provide defVersion token support in snmp.conf (sort of hackish). hardaker 24 Aug 99 13:41:18 - (TODO): remove snmpv3 support :-) mslifcak 24 Aug 99 14:05:39 -(top/Makefile.in) - remove more generated files with distclean rule. hardaker 24 Aug 99 14:15:40 - (all_system.h): remove. again. mslifcak 24 Aug 99 14:17:33 -(host/hr_swrun;mibII/icmp,ip;ucd-snmp/disk,proc) log_perror --> snmp_log_perror mslifcak 24 Aug 99 15:14:18 -(smux.c) apply Nick Amato's patch: prevent SMUX close on parse or error. hardaker 24 Aug 99 15:59:42 - (snmp_api.c): remove version setting in snmp_api.c. Not needed there. hardaker 24 Aug 99 16:01:55 - (NEWS): 4.0.1 update mslifcak 24 Aug 99 16:05:15 -(configure.*) move statement about ucdDemoPublic into comment field. mslifcak 24 Aug 99 16:49:22 -(testing/*) run tests when package is not installed, and when the build tree is not the same as the source tree. hardaker 24 Aug 99 17:13:25 - (ChangeLog): update for 4.0.1 hardaker 24 Aug 99 17:14:50 - (version.h bug-report sedscript.in): version tag ( 4.0.1 ) mslifcak 24 Aug 99 17:39:54 -(RUNTESTS) export PATH before use mslifcak 24 Aug 99 17:43:04 -(testing/Makefile.in) no need to build targets in test rule. mslifcak 26 Aug 99 13:18:31 -(testing/RUNTESTS) improved PATH set mslifcak 26 Aug 99 13:40:13 -(testing/Makefile.in) don't built targets that are no longer used mslifcak 27 Aug 99 07:35:10 -(configure*, sedscript*) change ...EXTENIS... to ...EXTENSI... mslifcak 27 Aug 99 08:03:46 Howard Spindel suggests an API for traps with pass_persist. hardaker 27 Aug 99 09:17:08 - (icmp.c, interfaces.c, ip.c, route_write.c, tcp.c, udp.c, var_route.c): - Susanne Osted pointed out a lack of #if HAVE_SYS_PARAM_H. hardaker 28 Aug 99 07:19:16 - (Makefile.in): install snmp_alarm.3. hardaker 28 Aug 99 07:29:48 - (acconfig.h, config.h.in, configure, configure.in, read_config.c): - add /etc/snmp to default conf file path to make RedHat happy. hardaker 30 Aug 99 09:33:41 - (Makefile.in, agent_read_config.c, agent_registry.c, agent_trap.c, agent_trap.h, ds_agent.h, snmp_agent.c, snmp_agent.h, snmp_vars.c, snmpd.c, util_funcs.c, sysORTable.c, callback.c, callback.h, default_store.h, read_config.c, snmp_api.c): - restructure the agent into two pieces: a library and a application. - needs much more work. - many parameters are now controlled by new default_store settings to help relieve compile time bindings. - merge init_snmp and the custom version called inside the agent. - add a new place for trap specific agent code (agent_trap.[ch]). - probably other things I've forgotten that I did. hardaker 30 Aug 99 09:38:18 - (client.c, master.c, master_request.c, protocol.c, subagent.c): - debugging statements. - use new default_store settings instead of external variables. hardaker 30 Aug 99 10:30:56 - (master.c, master_request.c): yet more debugging. nba 30 Aug 99 13:02:18 - man/snmpd.conf.5.def: document smuxpeer directive nba 30 Aug 99 13:03:40 - apps/snmp_parse_args.c: properly handle MIB:oid construct nba 30 Aug 99 13:05:02 - apps/snmptrapd.c: fix argument parser nba 31 Aug 99 00:08:45 - agent/snmpd.c: don't try to parse a packet when there is an error in recvfrom mslifcak 31 Aug 99 08:17:24 -(agent_trap.c) fix recent memory leak, and sizeof(objid_snmptrap) bug. mslifcak 31 Aug 99 09:26:14 -(agent_trap.c) always free PDU after snmp_send. daves 2 Sep 99 06:38:16 - (agent/mibgroup/misc/ipfwacc.h): Fix MIB location of ipfwacc module daves 2 Sep 99 06:38:53 - (agent/mibgroup/misc/ipfwacc.c): Fix MIB location of ipfwacc module hardaker 2 Sep 99 07:07:04 - (subagent.c): shutdown_subagent -> subagent_shutdown so configure doesn't find it. hardaker 2 Sep 99 08:52:48 - (subagent.c): opps. Forgot a shutdown name change instance. hardaker 3 Sep 99 13:15:15 - (history.c, history.h, snmp_vars.linux.h): removed. No longer needed. hardaker 3 Sep 99 13:15:33 - (Makefile.in): install agent header files. hardaker 3 Sep 99 13:27:13 - (Makefile.in): - install libagent.a. - mkdirheir on needed new installation directories. hardaker 3 Sep 99 13:30:36 - (snmplib/Makefile.in): install more library headers. hardaker 3 Sep 99 14:28:46 - (snmp_vars.c): don't fall off the end of the search tree. hardaker 3 Sep 99 15:01:39 - (FAQ): more BSDI system versions listed. nba 6 Sep 99 23:53:07 - (man/snmp_api.3 snmplib/snmp_api.c agent/snmpd.c apps/snmptrap.c): fix memory leak when agent sends traps by implementing the missing free of TRAP pdu in snmp_send. nba 6 Sep 99 23:55:38 - if.c: correct calls of snmp_fix_pdu to use GETNEXT mslifcak 7 Sep 99 14:47:18 -(parse.*) fix small memory leaks; allow INDEX{INTEGER...} clauses; allow larger DESCRIPTION clauses [max 8192]. mslifcak 7 Sep 99 15:22:14 snmpv3.c - silence type warning from MSVC++. mslifcak 7 Sep 99 15:23:02 (default_store.*) - make 3rd param to ds_set_string type of const char *. mslifcak 7 Sep 99 15:23:51 (win32/config.h) - set SNMPCONFPATH to succeed compile; (win32*libsnmp.def) - add new snmp_get_token to list. mslifcak 7 Sep 99 15:32:00 -(snmp_api.h) struct pdu and snmp_session agree: long type for version member. mslifcak 7 Sep 99 15:32:59 -(parse.c) remove unneeded strdup to File variable from init_mib_internals. mslifcak 7 Sep 99 15:57:13 -(parse.c) fix Unlinked OID print when object identifier has no parent. mslifcak 7 Sep 99 20:12:57 -(agent_trap.c,snmptrap.c,snmp_api.[3c]) - snmp_free_pdu fix Bug #54 per Niels B. -(snmpnetstat/if.c) - fix for GETNEXT per Niels B. mslifcak 7 Sep 99 20:19:52 snmptrap.c - rework fix bug #54 (missed else). mslifcak 8 Sep 99 05:16:34 include read_config.h nba 8 Sep 99 07:45:54 - (configure.in, loadave.c): Solaris 2.7 has getloadavg prototype nba 8 Sep 99 07:46:51 - snmp_api.h: move inclusion protection to the real beginning/end of the file nba 8 Sep 99 07:48:03 - var_struct.h: the Agentx code uses unsigned values for the variable type. nba 8 Sep 99 07:50:37 - (various): fix compiler warnings nba 8 Sep 99 07:51:26 - snmpd.1.def: fix a formatting problem nba 8 Sep 99 07:52:23 - apps/snmptrapd.c: fix argument processing (-ld and similar) mslifcak 8 Sep 99 13:00:40 -(testing/RUNTESTS) prefix PATH with . and .. , as the script changes dir. mslifcak 8 Sep 99 13:04:55 -(snmplib/snmp_client.*) add snmp_split_pdu, snmp_varbind_len methods. mslifcak 8 Sep 99 17:02:37 mibincl.h, mibgroup/mibII/* - fixup for CygWin32 build mslifcak 8 Sep 99 17:49:13 -(config*,win32/*,snmplib/*) resource locking originally from Markku Laukkanen mslifcak 8 Sep 99 17:52:47 -(mt_support.*) Original by Markku Laukkanen, changes by M. Slifcak mslifcak 8 Sep 99 22:30:29 -(smux.c) var_smux_write fixed per Mike Michaud and Nick Amato mslifcak 8 Sep 99 22:34:37 -(mibincl.h) comment out duplicate #include header lines. daves 9 Sep 99 01:32:15 - (mibs/SNMPv2-CONF.txt): Omit unnecessary import clause mslifcak 9 Sep 99 02:21:50 -(winstub.c) Hack to allow snmpnetstat -a to work on AIX4 (sic). mslifcak 9 Sep 99 02:31:26 -(*config*) turn on resource locking with --enable-reentrant. mslifcak 9 Sep 99 13:59:26 -(mib.c, parse.c) mib.c print_tree_node test display null type with range parse.c work around core dump freeing TCs that specify ranges. nba 12 Sep 99 21:50:23 - var_route.c: Linux cleanup. Required for Linux/SPARC nba 12 Sep 99 21:57:18 - agent/*, snmplib/*: malloc fixes, some provoked by the corrected snmp_send semantics. nba 12 Sep 99 21:58:17 - TESTCONF.sh: fix some exports to export the right variable. nba 12 Sep 99 21:59:34 - protocol.c: add a missing include file. nba 12 Sep 99 22:00:33 - snmp_impl.h: removed some unused/unneeded defines/structs nba 13 Sep 99 04:35:18 - var_route.c: Linux cleanup. Required for Linux/SPARC nba 13 Sep 99 13:32:07 - snmpd.c: fix a buffer overflow hardaker 13 Sep 99 15:01:54 - (agent_callbacks.h, agent_read_config.c, agent_registry.c, agent_registry.h, snmp_agent.c, snmp_vars.c, snmpd.c, subagent.c, subagent.h, sysORTable.c, vacm_vars.c, vacm_vars.h): - further separation of agent church and state: - use callbacks everywhere needed to not call mib module code directly. - get rid of all instances of USING_ in libagent code. mslifcak 13 Sep 99 20:20:54 -(snmp_api.c) re-assert Niels' patch to snmp_send to free v2/v1 Trap-PDUs mslifcak 14 Sep 99 09:54:05 -(FAQ, man/snmpcmd.1, snmplib/parse.*) add replace MIB capability(experimental) marz 14 Sep 99 13:00:12 (apps/snmp_parse_args.c, snmplib/snmp_api.[ch]): fix spurious error message when snmp_parse_oid fails mslifcak 14 Sep 99 13:22:39 parse.c - another fix for node: consider NULL name or NULL parent mslifcak 15 Sep 99 06:08:32 include mibgroup/mib_module_includes.h for benefit of mib_module_dot_conf.h hardaker 15 Sep 99 09:45:35 - (Makefile.in, snmp_close.3, snmp_free_pdu.3, snmp_open.3, snmp_read.3, snmp_select_info.3, snmp_send.3, snmp_sess_async_send.3, snmp_sess_close.3, snmp_sess_error.3, snmp_sess_init.3, snmp_sess_open.3, snmp_sess_read.3, snmp_sess_select_info.3, snmp_sess_send.3, snmp_sess_sess_timeout.3, snmp_sess_session.3, snmp_timeout.3): Patch from Mark H. Wood: - create some fake sourcing man pages for functions. mslifcak 15 Sep 99 11:30:58 fine tuning mt support mslifcak 16 Sep 99 14:16:38 -per agreement with Markku, no support needed for Solaris-specific threads. hardaker 17 Sep 99 07:17:21 - (snmp_api.3): Patch from Mark H. Wood: - fix comments. mslifcak 17 Sep 99 11:19:42 -(parse.c) - remove unneeded use of static var "last" mslifcak 17 Sep 99 11:24:48 -remove old-style init for replace mib feature. mslifcak 17 Sep 99 11:42:17 make module_map* and tokens structures static (only used in parse.c ?) hardaker 17 Sep 99 15:37:41 - (configure): update to 2.13. daves 21 Sep 99 09:21:59 - (snmplib/snmp_api.c): handle adding 'error' type variables to a PDU daves 21 Sep 99 09:25:25 - (agent/mibgroup/agentx/protocol.c): Handle parsing null-length variables daves 21 Sep 99 09:32:27 - (agent_registry.c snmpd.c): Simple run-time dump of registered MIBs mslifcak 21 Sep 99 10:40:43 -(mib.c) undo erroneous change to init_mib (thanks NB!) daves 22 Sep 99 09:27:37 - (agent/snmpd.c): stupid typo daves 22 Sep 99 09:31:08 - (agent/agent_registry.c): stupid typo daves 22 Sep 99 09:33:51 - (agent/agent_registry.[ch]): Provide method for prioritised registration daves 22 Sep 99 09:35:09 - (agent/mibgroup/mibII/sysORTable.c): - Ensure local sysORTable takes precedence over subagent versions daves 22 Sep 99 09:54:02 - (agent_registry.c snmp_vars.c var_struct.h): Change the way the MIB registry handles registered ranges. This should work more reliably (as well as being rather simpler, IMHO) daves 22 Sep 99 09:58:12 - (agent_registry.c): remove redundant routines daves 22 Sep 99 10:00:56 - (agent_registry.c): Ensure registry is initialised correctly on subagents daves 22 Sep 99 10:01:45 - (mibgroup/agentx/master_request.c): Improved AgentX response handling mslifcak 22 Sep 99 12:51:00 -(snmp_api.c) - Improved error status aggregation. hardaker 27 Sep 99 16:22:20 - (read_config.c): Opps: DS_LIB_DONT_READ_CONFIGS needed an !. hardaker 28 Sep 99 16:52:04 - (Makefile.in, mib_modules.c, mib_modules.h, snmp_vars.c, snmpd.c): - make libucdagent and libucdmibs as seperate libraries. In theory, you shouldn't need libucdmibs to use libucdagent. daves 29 Sep 99 11:14:42 - (snmplib/snmp_api.c): protect snmp_close() against a null Sessions list daves 29 Sep 99 11:17:01 - (mt_support.h snmp_api.[ch]): Support for session and incoming transaction IDs daves 29 Sep 99 11:23:40 - (agent_registry.c): Correct value of default registration priority daves 29 Sep 99 11:36:43 - (agent_registry.[ch]): - Improve registry error handling - Correctly handle unregistering MIB regions daves 29 Sep 99 11:38:22 - (agent_registry.c): - 'Children' nodes now have a different status, and shouldn't be freed. Oops! daves 29 Sep 99 11:43:00 - (agent_registry.[ch]): Provision to unregister MIBs by session daves 29 Sep 99 11:46:02 - (agent/snmp_vars.c): - Move setting agent start time to earlier in the initialisation sequence (so that it can be overridden in subagents with the master's value) daves 29 Sep 99 11:48:55 - (agent/mibgroup/mibII/sysORTable.c): Change in MIB registration interface daves 29 Sep 99 12:19:56 - (agent/mibgroup/agentx/*): Assorted improvements! mslifcak 29 Sep 99 14:31:48 Robust copy of information to tree, import_list, display hints. hardaker 29 Sep 99 16:35:43 - (config.h.in, configure, configure.in): - fix RANLIB testing for --enable-shared. hardaker 29 Sep 99 16:36:07 - (README): added Mike Michaud to the thank you list. hardaker 29 Sep 99 16:38:34 - (header_complex.c, header_complex.h): - new extraction and freeing functions. - bug fix, missing a malloc size by one (electric fence is very cool). hardaker 29 Sep 99 16:38:59 - (client.c): thats "timeval" not "timevale" Dave (hehe). hardaker 29 Sep 99 16:39:21 - (client.h): define DEFAULT_MIB_PRIORITY to 255. hardaker 29 Sep 99 16:39:42 - (master_admin.c): -Wall fixes and found a missing }. hardaker 29 Sep 99 16:40:08 - (pass.c): run ntohl on ip addresses stored in a long. hardaker 29 Sep 99 16:40:30 - (mib2c.vartypes.conf): removed extra \n. hardaker 29 Sep 99 17:01:28 - (agent_registry.c, agent_registry.h): fix bugs. hardaker 29 Sep 99 17:01:50 - (mib_modules.c): include netinet/in.h mslifcak 29 Sep 99 23:42:49 Remove unused file.. snmplib/hpux.c daves 30 Sep 99 01:09:25 - (mibgroup/host/hr_system.c): - protect against NULL utmp file (from Fabrice Dupre) daves 1 Oct 99 09:48:20 - (agent/Makefile.in): Fix incompatability in agent library names daves 2 Oct 99 14:28:20 - (mibgroup/agentx/master_admin.c mibgroup/agentx/subagent.c): - Fix a problem with re-used PDU structures being freed twice. daves 4 Oct 99 03:58:22 - (agent_registry.[ch] mibgroup/agentx/client.h): - consolidate definitions of default MIB registration priority daves 4 Oct 99 09:53:48 - (agent_registry.[ch] snmp_vars.h mibII/sysORTable.c agentx/client.[ch] agentx/master_admin.c): - Handle MIB range registration, and clean up wrapper interfaces daves 4 Oct 99 09:58:26 - (mib_modules.c mibgroup/agentx/subagent.[ch]): - Ensure subagent is initialised early (prior to MIB registration, etc) daves 4 Oct 99 10:15:38 - (snmplib/callback.h): Increase number of application callbacks supported daves 4 Oct 99 10:17:53 - (agent_callbacks.h mibgroup/mibII/sysORTable.[ch] mibgroup/agentx/master_admin.c mibgroup/agentx/subagent.c): - Complete subagent handling of Agent Capabilities / sysORTable daves 4 Oct 99 10:22:25 - (agentx/client.[ch] agentx/master_admin.c): Trivial 'ping' implementation nba 4 Oct 99 11:48:51 - (snmp_api?, int64.? snmptrap.c): add some error checking for variables nba 4 Oct 99 11:50:50 - Makefile.in: always use $(MAKE) for make in Makefiles nba 4 Oct 99 11:52:25 - configure.in: remove -pedantic from --with-developer, and the system headers are not prepared for it (at least on Linux and NetBSD) nba 4 Oct 99 13:38:19 - various: include additions and fixes to kill warnings hardaker 4 Oct 99 13:51:51 - (system_mib.c): make sysServices configurable. nba 4 Oct 99 13:52:20 - subagent.h, subagent.c, mib_modules.c: pre_init_subagent confuses configure into believing there is a init_subagent function. Rename to subagent_pre_init hardaker 4 Oct 99 16:32:19 - (header_complex.c, header_complex.h): added header_complex_find_entry(). daves 5 Oct 99 07:23:45 - (agentx/master_request.c agentx/subagent.c): Working SET support nba 5 Oct 99 21:49:22 - snmp_debug.h: make the DEBUG* macros safe for use in compound statements nba 5 Oct 99 22:18:46 - snmp_parse_args.c: fixes to report invalid engineId nba 5 Oct 99 22:22:54 - subagent.c: include system.h for prototype for calculate_time_diff hardaker 6 Oct 99 08:57:42 - (fixproc): new commented version. hardaker 6 Oct 99 16:31:53 - (acconfig.h, config.h.in, read_config.c, snmp_api.c, snmp_client.c): - Save and parse older persistent storage files to make sure data is not lost during storage crashes. - Fix SNMPv3 engineID probes: PDU's are allowed to have a NULL varbindlist. daves 7 Oct 99 07:26:20 - (agent_trap.c agent_trap.h agent_read_config.c snmpd.h): - Re-write of agent trap handling: Provision for v1 traps with varbinds Consolidate v1 and v2 trap sink lists Preliminary INFORM support daves 7 Oct 99 08:42:15 - (agent_trap.[ch]): Improve accessibility for subagents daves 7 Oct 99 09:01:25 - (agentx/subagent.c agentx/master_admin.c): Notification support mslifcak 12 Oct 99 05:58:28 mib.c : quick_print is exposed for CMU_COMPATIBLE builds. lcd_time.c : commented unused dump_etimelist_entry under SNMP_TESTING_CODE. mslifcak 12 Oct 99 06:07:44 Define address length for FreeBSD platform. mslifcak 13 Oct 99 03:54:02 add missing proto for save_persistent. nba 13 Oct 99 07:09:36 - master_admin.c, system_mib.h: includes for prototypes mslifcak 15 Oct 99 07:09:14 -(default_store.c, callback.c) fix bug in array-boundary check in snmplib/callback.c reported by Bert Holstein 15 Oct 1999. hardaker 20 Oct 99 17:26:59 - (header_complex.c): parsed strings from oid's include null terminators. hardaker 20 Oct 99 18:08:39 - (mib.c): enable oid parser to handle simple embedded strings in oids and to translate them into oid segments. EG: .1.3.\"hello\".\'hi\' -> .1.3.5.104.101.108.108.111.104.105 hardaker 21 Oct 99 10:07:00 - (mib.c): enable oidname."hi".'there' in get_module_node() as well. mslifcak 21 Oct 99 10:20:15 Note SNMPERR_UNKNOWN_OBJID error without specifying snmp_errno _outside_ the library. mslifcak 21 Oct 99 10:26:29 Note SNMPERR_UNKNOWN_OBJID error from within the library. mslifcak 21 Oct 99 10:37:49 mib.c - restore line stomped in my last update. read_config.c - drop unused variable. snmp_api.c - new method snmp_open_ex replaces set internal hook functions. mslifcak 21 Oct 99 10:39:09 Fixups for building with MSVC++. (no hpux.c, supply MAX_PERSISTENT_BACKUPS). mslifcak 21 Oct 99 10:41:38 reminders for snmp_sess_perror usage after open. snmptable.c - open/close session from main(). netstat/main.c - use snmp_sess_perror. mslifcak 21 Oct 99 10:42:28 use snmp_open_ex. mslifcak 21 Oct 99 12:09:51 Fix BUG#78 mslifcak 21 Oct 99 12:31:28 small patch from M. Laukkanen to fix HP aCC build. nba 21 Oct 99 12:52:26 - memory_solaris.c: reorder computations to avoid overflow. nba 21 Oct 99 12:54:41 - memory_solaris2.c: reorder computations to avoid overflow. mslifcak 22 Oct 99 06:29:16 In fixing bug #83 on 4.0 branch, discovered that 3.6 branch did not have "octet" token support. Added. mslifcak 22 Oct 99 06:29:52 Fix BUG #83. mslifcak 22 Oct 99 07:39:01 Removed duplicated variable in a nested block. ARg! hardaker 22 Oct 99 09:59:39 - (mib.c): enable hex strings inside oids. mslifcak 22 Oct 99 10:12:26 Display _some_ octet string indices of object identifiers as quoted printable. Should be expanded to handle other INDEX types. hardaker 22 Oct 99 15:28:59 - (acconfig.h, config.h.in, configure, configure.in, keytools.c, keytools.h, scapi.c): - use openssl for md5/sha support (from Olafur Gudmundsson). hardaker 22 Oct 99 15:29:38 - (mib.c): print string based OIDs better. hardaker 24 Oct 99 08:24:02 - (configure, configure.in): SNMPCONFPATH uses sysconfdir not datadir. hardaker 24 Oct 99 08:24:21 - (README.snmpv3): typo. hardaker 24 Oct 99 08:25:35 - (mib.c): fix "mibs" and "mibdirs" .conf directives to properly handle multiple calls (additive) and '+'s and things. hardaker 24 Oct 99 08:27:28 - (read_config.c): - premib directives weren't getting read due to a missing negation (!). - more parsing debugging statements added. mslifcak 25 Oct 99 08:06:32 minor rework to clarify signed compares and remove unused variables. nba 25 Oct 99 13:39:27 - interfaces.c: fix a memory leak in the Linux part nba 25 Oct 99 13:41:01 - configure.in, proc.c: support for FreeBSD 2.1 where ps doesn't have c flag nba 25 Oct 99 13:51:22 - hr_system.c: play it safe when no utmp file exists nba 25 Oct 99 13:53:26 - snmptrapd.c, snmptrapd_handlers.c: support for traphandle DEFAULT nba 25 Oct 99 13:56:26 - RUNTESTS, TESTCONF.sh eval_onescript.sh eval_tools.sh: support non-bash shells (echo -n vs echo \\c). Don't require . in PATH nba 25 Oct 99 13:58:03 - snmptranslate.c: let ':' in OID do "the right thing" nba 25 Oct 99 13:59:05 - pass.c: do an htonl when passing ip address nba 25 Oct 99 14:07:11 - snmpdelta.c: COUNTER64 will dereference freed pointer nba 25 Oct 99 14:08:25 - snmpd.conf.5.def: minor quirk nba 25 Oct 99 14:13:57 - *: configure support for dmalloc malloc debugger (www.dmalloc.com) hardaker 25 Oct 99 14:35:51 - (snmptranslate.c): enable -p printing of only a section of the mib tree. hardaker 25 Oct 99 16:05:03 - (snmptranslate.c, parse.c): hack to do wild card searches for a mib node. mslifcak 26 Oct 99 10:34:40 Allow unsigned range for counter/gauge/timeticks (fix BUG#84 per Sander Steffann). hardaker 27 Oct 99 14:33:33 - (Makefile.in): fix up ucd-snmp-config.h building. hardaker 27 Oct 99 14:34:10 - (snmp_agent.h): prototype agent_check_and_process(). hardaker 27 Oct 99 14:34:55 - (Makefile.in, ucd-snmp-agent-includes.h): added a header file to wrap around the various agent include files. hardaker 27 Oct 99 14:35:27 - (master_admin.c): simple debugging so you can watch stuff register. hardaker 27 Oct 99 14:36:21 - (Makefile.in, default_store.3, default_store.3.bot, default_store.3.h, default_store.3.top, snmp_agent_api.3): - new manual pages: default_store.3, snmp_agent_api.3. hardaker 27 Oct 99 14:36:55 - (default_store.h): - mark regions to be included in the default_store.3 manual page. hardaker 27 Oct 99 14:37:49 - (lcd_time.h): define and comment LCD_TIME_SYNC_OPT better. hardaker 27 Oct 99 14:38:06 - (ucd-snmp-includes.h): add default_store.h and snmp_logging.h hardaker 27 Oct 99 17:12:01 - (ucd-snmp-includes.h): added more include files. hardaker 27 Oct 99 17:12:59 - (mib.c): bail if we can't find an index in the mib tree to use for breaking an oid apart. hardaker 27 Oct 99 17:30:25 - (vacm_vars.c): watch for null communities when printing debug statements. mslifcak 28 Oct 99 04:55:52 Dave's comment about pre_parse etc. was too good to lose in e-mail. mslifcak 28 Oct 99 05:23:05 u_int8/16/32_t types no longer needed for WIN32 builds. mslifcak 28 Oct 99 05:25:02 Oops! restore version r1.131. mslifcak 28 Oct 99 06:49:03 rephrase subtree not found code in _get_symbol. hardaker 28 Oct 99 13:47:57 - (snmptosql): debugging and error checking. hardaker 29 Oct 99 08:58:17 - (mib2c.conf, mib2c.vartypes.conf): Patch from Keith Tuson: - misc fixes. hardaker 29 Oct 99 09:28:11 - (FAQ): added reference to an above question for perl installation. hardaker 29 Oct 99 09:28:43 - (ucd-snmp-agent-includes.h): added var_struct.h and agent_read_config.h hardaker 29 Oct 99 09:52:18 - (default_store.h, mib.c): two new printing options: - printNumericOids - printNumericEnums hardaker 29 Oct 99 10:06:03 - (ds_agent.h, snmp_agent.c, snmpd.c, snmp_parse_args.c): - snmp over TCP options: -T TCP. - new quick print options: -qo -qe for numeric oids and enums. hardaker 29 Oct 99 10:13:44 - (snmpcmd.1): document -T and -q[oe] hardaker 29 Oct 99 10:15:01 -(default_store.3{,.h}): removed from CVS since they are built hardaker 29 Oct 99 10:15:43 - (.cvsignore): ignore default_store.3{,.h} hardaker 29 Oct 99 16:58:07 - (tkmib): make it do snmpv3. Added many things to the options menu. marz 29 Oct 99 19:54:10 (apps/snmp_parse_args.c, snmplib/snmpv3.c): make engineID setup conditional on app type to prevent apps from easily ending up with the same engineID as agent on same host hardaker 1 Nov 99 13:18:00 - (snmp_parse_args.c, default_store.h, mib.c, snmp_alarm.c): - don't break oids into pieces if quick_print is turned on. - ditto if the new default_store option is turned on. - made a default_store option to not use sigalrm for snmp_alarms. hardaker 2 Nov 99 09:57:31 - (Makefile.in): install other header files needed by SNMP.pm. mslifcak 2 Nov 99 15:37:05 Use HAVE_STDARG_H when deciding to use varargs vs ANSI-C prototypes. mslifcak 2 Nov 99 15:46:08 Install snmp_agent_api.3 mslifcak 3 Nov 99 06:11:03 declare find_best_tree_node for MSVC build. mslifcak 3 Nov 99 06:49:30 Near line 663 : close(fd) before invoking wait_on_exec mslifcak 3 Nov 99 13:18:59 Following call to fdopen (near get_exec_output), do not close(fd). mslifcak 3 Nov 99 13:20:16 Fix build problem on Linux RedHat 6.0 : key off GNU_LIBRARY value. mslifcak 4 Nov 99 02:42:15 Patch to build BSD/OS 4.0.1; from Bert Driehuis -- driehuis@playbeing.org mslifcak 4 Nov 99 04:14:28 More STDC_HEADERS cleanup: use HAVE_STRING_H, HAVE_STDLIB_H instead. mslifcak 4 Nov 99 04:33:32 Change example away from STDC_HEADERS. mslifcak 4 Nov 99 05:08:31 Every #define is given a value; set to 1 if no value was specified. mslifcak 4 Nov 99 05:13:05 First pass support for FreeBSD 4.0 [problems with proc table lookups]. mslifcak 4 Nov 99 06:11:48 Use sysctl(CTL_VM..) to get virtual memory stats. hardaker 4 Nov 99 10:03:47 - (Makefile.in, acconfig.h, config.h.in, configure, configure.in, mib.c): - define IN_UCD_SNMP_SOURCE in config.h but not in ucd-snmp-config.h. - move ucd-snmp-config.h up in the build order before subdirs. - Make default MIBDIRS search path include $HOME/.snmp/mibs. - Make MIBDIRS parsing handle $HOME variables in it. hardaker 4 Nov 99 10:04:42 - (mib2c.conf): include headers for compilation for both internal and external to the ucd-snmp source. mslifcak 4 Nov 99 10:19:35 Redo FreeBSD 4.0: define freebsd3 in s/freebsd4.h; reduce "define" thrashing. hardaker 4 Nov 99 10:28:44 - (snmp_parse_args.c, snmpcmd.1): move -q flags to -O. mslifcak 4 Nov 99 13:43:40 Speed up sprint_variable: halve the number of calls to get_symbol. mslifcak 5 Nov 99 06:22:52 Say goodbye to SNMP_MALLOC, malloc_zero, xcalloc, xmalloc, and xstrdup. Respectively replaced with calloc, calloc, calloc, malloc, and strdup. nba 9 Nov 99 01:50:09 - mib.c,parse.c: make error reporting in parser work according to spec (-Pe) show defining modules in snmptranslate -d use ds_toggle_boolean nba 9 Nov 99 12:59:52 - snmptrapd.c,snmptrapd_handlers.c: make it compile with VC++ 5.0 (but no handlers (yet)) hardaker 9 Nov 99 13:02:17 - (snmpd.c): fix -H. hardaker 9 Nov 99 13:02:41 - (ucd_snmp.h): require the DEMO-MIB (just for tutorial purposes). hardaker 9 Nov 99 13:09:21 - (vacm_vars.c, vacm_vars.h): simple new .conf tokens: rocommunity, rwcommity. hardaker 9 Nov 99 13:09:40 - (Makefile.in): install the DEMO-MIB. nba 9 Nov 99 15:16:03 - various: adapt tools to use getopt (and put one in for Win32) nba 9 Nov 99 22:20:52 . snmp_parse_args.c: a glitch in the conversion to getopt (thanks to driehuis@playbeing.org) nba 9 Nov 99 23:30:03 - getopt.h: arguments to getopt did not match those in getopt.c nba 10 Nov 99 08:30:13 - win32/*: fixes to the VC++ build projects nba 10 Nov 99 08:32:00 - win32/*: VC++ project updates daves 10 Nov 99 08:57:00 - (agent/agent_read_config.c): Only set up trap sinks on the master agent daves 10 Nov 99 08:58:38 - (agent/agent_trap.[ch]): minor re-structure to allow subagent trap "sinks" daves 10 Nov 99 08:59:45 - (agentx/subagent.c): Fix AgentX notify support nba 10 Nov 99 12:20:47 - win32/*.dsp: yet another round of making this crap work nba 10 Nov 99 15:29:18 - apps/*: changes for getopt usage, and reworking of snmp_parse_args nba 10 Nov 99 22:12:08 - win32/*: clean up repository files, and add proper .cvsignore files daves 11 Nov 99 03:37:59 - (agentx/client.c): Silly typo in start time synchronisation nba 11 Nov 99 22:14:27 - snmpcmd.1: update man page to correspond to the new getopt situation Note: even though some options have been removed from this page, they still work! nba 11 Nov 99 22:50:00 - snmp_parse_args.c, mib.c: alignment of option code. Some enhancements to the snmptranslate -d output. daves 12 Nov 99 08:46:33 - (snmplib/snmp_api.c): Provide a unique ID for all incoming PDUs marz 12 Nov 99 13:01:08 (lcd_time.[ch], snmpusm.c): fix enginetime update algorithm to conform to spec rfc2574 3.2.7.b.1 nba 14 Nov 99 01:48:51 - snmptable, snmp_parse_args: allow the application specific options to nba 14 Nov 99 01:51:57 - snmptable: add in the application specific snmptable options between the normal options. nba 14 Nov 99 01:53:16 - snmpbulkget: new tool to issue a single GETBULK request nba 14 Nov 99 01:54:17 - snmp_parse_args: changes to support multi-valued options nba 14 Nov 99 01:59:20 - mibs/*, vacm_vars.h: update the mib files to rfc 2571-2575. Also add SNMP_COMMUNITY_MIB from the coex draft. nba 14 Nov 99 02:00:00 - vacm_vars.c: kill a warning nba 14 Nov 99 02:01:37 - pass.c, snmpd.conf.5.def: add an UNSIGNED return type nba 14 Nov 99 02:04:46 - mib.c, snmptranslate.c: move the MIB:id handling inside read_objid for consistency. Also fixes a buffer overrun in mib.c nba 14 Nov 99 02:42:38 - SNMPv2-CONF.txt: comment out the IMPORT clause nba 14 Nov 99 06:12:03 - snmptrapd.c: add the new common -O option set nba 14 Nov 99 06:15:01 - snmptrapd.8: add the new common -O option set nba 14 Nov 99 06:32:25 - ipc6: Add the IPv6 code from the Kame project. I have only massaged it so much as to still compile on non-IPv6 systems, and detect Linux, INRIA, Solaris IPv6. No code for them yet. Original author: itojun@iijlab.net daves 15 Nov 99 07:56:06 - (agent/snmp_vars.c): Fix handling of failed GET/SET requests mslifcak 15 Nov 99 08:29:06 Fix description of read_objid return value. nba 15 Nov 99 14:00:20 - snmp_parse_args.c: further error checking, courtesy mslifcak snmpbulkget.c: needs #include (Thanks to Robert Story) nba 15 Nov 99 14:03:36 - mibs/: replace RFC1271-MIN.txt with RMON-MIB.txt (RFC 1757 version) nba 15 Nov 99 14:05:57 - parse.c: fix a spelling error in the MIB replacement table. nba 15 Nov 99 14:09:29 - .cvsignore: updates to keep cvs silent about generated files. hardaker 15 Nov 99 15:18:46 - (FAQ, README): new mirror in Australia. hardaker 15 Nov 99 15:19:22 - (mib_modules.c, snmp_vars.c): move subagent_pre_init() to init_agent(). hardaker 15 Nov 99 15:19:47 - (TODO): memory int -> uint. hardaker 15 Nov 99 15:20:10 - (header_complex.c): set to '\0' instead of NULL for -Wall. hardaker 15 Nov 99 15:21:07 - (mib2c, tkmib): remove -w. hardaker 15 Nov 99 15:21:28 - (snmp_agent_api.3): don't call subagent_pre_init(). hardaker 15 Nov 99 15:21:57 - (mib2c.storage.conf): debugging statements inserted. hardaker 15 Nov 99 15:22:24 - (asn1.c, asn1.h): new function: asn_check_packet(). hardaker 15 Nov 99 15:36:26 - (snmpdelta.c, snmptable.c, snmptest.c, snmptranslate.c, snmptrapd.c): - add default_store.h hardaker 15 Nov 99 15:38:25 - (default_store.h, mib.c): move more options to the ds_* routines. hardaker 15 Nov 99 15:41:38 - (snmp_api.c, snmp_api.h): - move more options to the ds_* routines. - implement support for TCP broken SNMP packets by storing buffers and dealing with pieces of incoming data till we have a full packet. mslifcak 15 Nov 99 16:43:25 Don't add NULL varbind when ENDOFMIBVIEW is reached. hardaker 15 Nov 99 17:41:10 - (snmp_agent.c, master.c, protocol.c, protocol.h, subagent.c, snmp_api.c, snmp_api.h): - make TCP support better for agentx. Still has a problem (I broke agentx). mslifcak 15 Nov 99 21:57:36 Fix bug#75: build --without-opaque-types mslifcak 16 Nov 99 03:36:09 Fix spelling misteak. nba 16 Nov 99 06:21:25 - snmp_parse_args.c, snmptranslate.c, mib.c: redo the snmptranslate options to follow the common option set. Issue warnings when someone uses the old form, advising about the new. mslifcak 16 Nov 99 08:48:31 Embrace all HP-9000/6xx,7xx, 8xx series platforms, without regrets. daves 16 Nov 99 09:13:59 - (snmplib/asn1.c): Fix encoding of root OIDs. hardaker 16 Nov 99 10:24:59 - (protocol.c): add the header length to the packet length estimate. hardaker 16 Nov 99 10:26:02 - (snmp_parse_args.c): add the T: flag for -T to getopt mslifcak 16 Nov 99 14:41:50 MSVC touchups: Added snmptrapd project .DSP file; All .DS[PW] files CR-LF line terminated; Fix warnings in asn1.c and snmp_api.c; Remove unused var in snmptranslate.c. mslifcak 16 Nov 99 14:56:59 Build with getopt. mslifcak 17 Nov 99 05:59:15 Replace u_int16_t with more universally supported u_short. mslifcak 17 Nov 99 07:35:03 Project file for building snmpbulkget using MSVC++ gratis Robert Story. mslifcak 17 Nov 99 07:36:58 Add snmpbulkget to list of apps to build. hardaker 17 Nov 99 11:55:41 - (ds_agent.h, kernel.c, snmpd.c, snmpd.1.def): - run time rootless running support for snmpd, by reqest of Joe. (-r) hardaker 17 Nov 99 12:21:26 - (snmptosql): - move to Net::SMTP. - Make new authgroup and authhost tables to contain SNMP::Session defaults. hardaker 17 Nov 99 13:05:00 - (configure.in): update the so LD for linux to $(CC). hardaker 17 Nov 99 13:08:17 - (configure): update. hardaker 17 Nov 99 13:09:14 - (mib2c.storage.conf): update. Deals with RowStatus objects better. nba 17 Nov 99 21:51:19 - default_store.c: ds_toggle_boolean missed a mask mslifcak 18 Nov 99 17:58:47 Check-in agent changes to support Win32 agent built with MSVC++. Thanks to Robert Story. mslifcak 18 Nov 99 18:14:58 More touchup per MSVC++ Win32 agent work. mslifcak 18 Nov 99 18:20:45 More MSVC++ Win32 agent files, gratis Robert Story. daves 19 Nov 99 11:06:26 - (agent/agent_registry.h): Provide missing index allocation defines. hardaker 19 Nov 99 13:47:01 - (mib2c.storage.conf): fix mib2c.storage.conf. hardaker 19 Nov 99 14:20:25 - (snmp_vars.c, snmpd.c, snmp_alarm.h, snmp_api.c): - make snmp_select_info possibly handle alarm timers. - make snmpd use them and call snmp_run_alarms(). hardaker 19 Nov 99 15:24:15 - (acconfig.h, config.h.in, configure, configure.in, sedscript.in, disk.c, disk.h, UCD-SNMP-MIB.txt): Patch from Andy HOOD: - monitor disk inode percentages. nba 22 Nov 99 05:27:15 - configure.in: configure test for netinet/ip.h nba 22 Nov 99 05:28:09 snmp_logging.c: only timestamp efter a newline nba 22 Nov 99 05:28:45 - snmpd.c: reinstate snmpd -a functionality nba 22 Nov 99 05:29:37 - pass.c: remove a const casting warning nba 22 Nov 99 05:32:05 - IPV6-TCP-MIB, IPV6-UDP-MIB, ipv6.c, tcp.c: move the IPv6 tcp and udp tables to their proper position in the tree, according to the RFC. nba 22 Nov 99 06:59:46 - ipv6.c: upgrade to the current Kame patch nba 22 Nov 99 07:16:59 - ipv6.c: some more ANSI prototypes daves 22 Nov 99 07:30:06 - (agent_registry.[ch] agentx/client.[ch] agentx/master_admin.c): Index de-allocation, and AgentX index support. mslifcak 22 Nov 99 08:20:29 Retry add MSVC++ project file. mslifcak 22 Nov 99 08:21:58 Add CVS ignore list for win32/libagent. hardaker 22 Nov 99 08:29:33 - (snmptable.c): Patch from Robert Story: - Added ability to use MIB to query tables with non-sequential column OIDs. - Added code to handle sparse tables. hardaker 22 Nov 99 09:00:45 - (usmUser.c): fix oid -> char conversions pointed out by Michael Slifcak. hardaker 22 Nov 99 09:07:34 - (README): added more people to the thanks list. hardaker 22 Nov 99 09:18:15 - (configure, configure.in, host_res.h, hr_filesys.c, hr_storage.c, hr_swrun.c, hr_system.c, bsdi4.h): Patch from Bert Driehuis: - bsdi support for the host resources mib. hardaker 22 Nov 99 09:24:51 - (T016snmpv2cgetfail, T017snmpv2ctov1getfail): update tests for new error messages. hardaker 22 Nov 99 12:30:05 - (vmstat.c, vmstat_freebsd2.c): use header_generic not header_simple_table hardaker 22 Nov 99 12:49:21 - (vacm_vars.c, pass.c): fix oid -> char conversions. nba 22 Nov 99 12:54:08 - *: change the first argument of the config parser functions to a const string hardaker 22 Nov 99 13:05:05 - (acconfig.h, config.h.in, configure, configure.in, tcp.c): Patch from Garrett Wollman: - FreeBSD 4.x fixes. hardaker 22 Nov 99 16:48:54 - (snmp_vars.c): remove creation of initial and template* users. hardaker 22 Nov 99 16:50:25 - (vacm_vars.c, usmUser.c): new config tokens allowing easy user and vacm/user configuration and setup. hardaker 22 Nov 99 17:02:11 - (scapi.c): fix length check of key space. hardaker 22 Nov 99 17:52:36 - (README.snmpv3): update to reflect new and easier .conf mechanisms. nba 23 Nov 99 01:23:16 - ipv6.h: remove an __P that had sneaked in nba 23 Nov 99 01:24:37 - IPSEC-MIB.txt: change some underlines into dashes, and repair the ::= (maybe I should have looked at this file before adding it :-)) nba 23 Nov 99 01:26:26 - pass_persist.c: fix some arguments (int => size_t). Thanks to Anthony Shipman daves 23 Nov 99 01:37:29 - (host/hr_swrun.c): Fix linux process memory usage figures. (Reported by Mitch Shields) daves 23 Nov 99 02:11:43 - (host/hr_storage.c host/hr_swrun.c): Guard against calculation overflow nba 23 Nov 99 02:20:13 - snmp_agent.c: #include for select prototype daves 23 Nov 99 05:21:58 - (snmp_agent.c agentx/subagent.c): Make main session structure visible throughout the agent, and use this for AgentX subagent as well. daves 23 Nov 99 05:40:09 - (agent_registry.[ch]): - Make index registration API more immediately convenient - Associate such registrations with the main session - new routine to unregister all indexes for a given session - differentiate between ANY index and NEW index - clean up assorted compiler warnings hardaker 23 Nov 99 17:51:44 - (snmptosql): fix from address line, other misc fixes. daves 24 Nov 99 09:03:00 - (agentx/master_admin.c): Release allocated indexes on subagent shutdown. hardaker 24 Nov 99 09:09:08 - (acconfig.h, config.h.in, configure, configure.in, usmUser.c, keytools.c, keytools.h, lcd_time.c, scapi.h, tools.c, keymanagetest.c, scapitest.c, config.h): - force --enable-developer for CVS checkouts. - remove all references to KMT. hardaker 24 Nov 99 09:16:02 - (INSTALL): change editing of config.h note. hardaker 24 Nov 99 10:43:08 - (vacm_vars.c): Patch from Frank Strauss: - allow seperation of mask with both . and :. mslifcak 24 Nov 99 11:07:05 Fix BUG#57 using modified patch supplied by zany@triq.net. mslifcak 24 Nov 99 11:07:49 Fix BUG#57 using 2/3 of patch supplied by zany@triq.net. nba 25 Nov 99 14:32:47 - snmp_api.c, agent_trap.c, snmp_agent.c, snmp_mib.h, snmp_mib.c: fix misalignment of statistics counters nba 25 Nov 99 14:33:15 - snmp_mib.h: fix misalignment of statistics counters nba 25 Nov 99 14:52:57 - usmUser.c: new user is not added unless both auth and priv is specified on createUser directive nba 25 Nov 99 14:56:12 - defaults_store.h, snmp_api.c, snmp_parse_args.c: add defCommunity directive - snmp_api.h, snmp_api.c: add errorcode for malloc failure nba 25 Nov 99 14:57:57 - mib.c: kill yet another silly warning from gcc nba 26 Nov 99 11:18:23 - default_store.c: although read_config is case insensitive, ds_handle_config was not. At the same time it failed to report the problem that it was called but didn't know what to do. marz 27 Nov 99 06:31:11 (agent/kernel.c, testing/eval_tools.sh): fix -r switch to supress error messages about failed kernel and add -r to default testing code so 'make test can be run by user hardaker 27 Nov 99 09:18:15 - (vacm_vars.c): redo rwuser/rouser to allow specification of auth type. mslifcak 29 Nov 99 05:50:27 More HP-UX aCC fixes supplied by Markku Laukkanen. mslifcak 29 Nov 99 10:30:51 Use ntohs macro to carefully obtain the default service port. mslifcak 29 Nov 99 10:33:45 Fix reference to snmplib. mslifcak 29 Nov 99 10:36:43 Remove last vestiges of DEBUG_MALLOC_INC fragments. mslifcak 29 Nov 99 11:58:37 Free STREAM packet buffer when session is closed; Test for close in progress for read, write, select, and timeout functions. mslifcak 29 Nov 99 12:43:34 Use size_t for name_len member. hardaker 29 Nov 99 14:02:08 - (system.c, system.h): implement strcasestr (from Michael Slifcak). hardaker 29 Nov 99 14:02:50 - (parse.c): make best matching (-b) use regex when available. hardaker 29 Nov 99 14:03:49 - (config.h.in, configure, configure.in): - check for regex.h, regcomp, strcasestr. hardaker 29 Nov 99 14:04:09 - (README): another name. nba 30 Nov 99 03:01:34 - snmp_api.h, snmp_mib.[ch]: A couple additional SNMP statistics points daves 30 Nov 99 07:07:01 - (agentx/master.c): Remove redundent routine. daves 30 Nov 99 07:08:43 - (agentx/master_request.c): Fix handling of multi-variable requests to subagents. mslifcak 30 Nov 99 13:10:40 Fix -Td usage description; use switch when current_name is NULL. mslifcak 30 Nov 99 13:11:14 Include ctype.h hardaker 30 Nov 99 14:30:32 - (snmp_parse_args.c, mib.c, mib.h, parse.c): implement regex matching everywhere. mslifcak 30 Nov 99 14:47:36 Use Wes' cool new get_wild_node match method. mslifcak 30 Nov 99 16:50:41 Add multiple match capability to find_best_tree_node, and use it in snmptranslate (new -B option). mslifcak 1 Dec 99 06:40:07 Error check and free resources during regex processing. mslifcak 1 Dec 99 10:38:18 Prevent overflow of object ID in get_module_node. In find_best_tree_node, treat result from recursed call same for match = 0. mslifcak 1 Dec 99 15:55:56 Fix bug #112 and finish patch supplied by Anthony Shipman. mslifcak 1 Dec 99 16:32:14 Use SNMP_MAXBUF when defining large static buffer storage. nba 2 Dec 99 04:41:55 - mib.c: accessing and freeeing env_var misplaces around NULL test nba 2 Dec 99 04:42:57 - snmptrapd.c: fix snmp_clone_pdu2 by using the snmplib version nba 2 Dec 99 05:06:55 - usmUser.c snmpv3.[ch]: move usm_parse_create_usmUser from the agent to the library, so that snmptrapd can use it. mslifcak 2 Dec 99 09:21:45 Fix bug #81 - continue install after error creating persistent directory. hardaker 2 Dec 99 16:59:55 - (parse.c): turn on REGEX_EXTENDED. nba 3 Dec 99 15:03:48 - snmptrapd.c: correct handling of SIGHUP tp reconfigure. nba 3 Dec 99 15:04:16 - snmptrapd_handlers.c: a little nicer error message nba 3 Dec 99 15:05:13 - parse.c: remember to NULL a freed pointer hardaker 3 Dec 99 16:51:43 - (configure, configure.in): switch to PIC from pic. hardaker 3 Dec 99 16:52:16 - (Makefile.in): use $(MAKE) instead of make. hardaker 3 Dec 99 16:52:51 - (vmstat.c): remove duplicate limits.h include. nba 5 Dec 99 21:49:50 - pass.c, pass_persist.c: ensure proper byte ordering when pass'ing ipaddress. mslifcak 6 Dec 99 09:19:08 Show all non-printable subids in dump_oid_to_string. Recurse clear_tree_flags only if necessary. hardaker 6 Dec 99 13:47:41 - (snmp_parse_args.c): default specifications for auth/priv types. hardaker 6 Dec 99 13:51:34 - (snmp_parse_args.c): print error strings returned by generate_Ku(). nba 6 Dec 99 14:32:22 - .cvsignore: Make CVS silent about installation files hardaker 6 Dec 99 14:48:08 - (snmpusm.c): - make snmpusm usable again, changing arguments slightly. - make it also use defaults for passphrases, user, etc. hardaker 6 Dec 99 14:56:21 - (Sv3config, T030snmpv3usercreation): make v3 testing work again. hardaker 6 Dec 99 14:58:28 - (snmpusm.c): fix usage for new args. mslifcak 6 Dec 99 15:09:53 Convert USM_ERR* to SNMPERR_USM*. nba 6 Dec 99 15:13:21 - system.c, config.h, win32.dsw, *.dsp, libsnmp.def: cleaning up for VC builds mslifcak 6 Dec 99 16:31:26 More fun updating MS VC build of apps and library. mslifcak 7 Dec 99 08:03:06 Use argv[0] since the app wont be snmpgetnext, probably. daves 7 Dec 99 08:29:55 - (agent/agent_read_config.[ch] agent/snmp_vars.[ch] agent/snmpd.[ch] snmplib/read_config.[ch] snmplib/snmp_api.c): - Use the saved application name for registering config handlers (N.B: This change will need to be applied to MIB modules as well) hardaker 7 Dec 99 09:14:30 - (hr_other.c): shorten cpu description length. hardaker 7 Dec 99 09:17:41 - (sysORTable.c): make sysOrIndex not-accessible, as it should be. hardaker 7 Dec 99 09:32:02 - (UCD-SNMP-MIB.txt): Patch from Juergen Schoenwaelder: - convert to SMIv2 and cleanup. hardaker 7 Dec 99 13:45:59 - (snmpwalk.c): - New ability to peform a get on the requested OID when either no results are returned or when the user requests an inclusive option. - New ability to print number of variables found at the end. hardaker 7 Dec 99 13:54:11 - (snmpwalk.1): document -Ci and -Cp (badly). mslifcak 7 Dec 99 15:23:44 Eliminate multiplying by sizeof(char) or sizeof(unsigned char); agentx/client.c - snmp_free_varbind replaces free in four places; snmpv3/usmUser.c - usm_free_user replaces free in one place. hardaker 8 Dec 99 09:19:08 - (mib.c): register a config token for suffix printing. hardaker 8 Dec 99 14:08:20 - (UCD-SNMP-MIB.txt): make mrIndex IMPLIED since it is in the code. hardaker 8 Dec 99 14:41:53 - (mib.c): fix -Os and index based oid printing to work again. mslifcak 8 Dec 99 15:01:20 Include getopt.h to define optarg. mslifcak 8 Dec 99 15:04:54 Add missing dskPercentNode to DskEntry (thanks to Michael Kirkham ). hardaker 8 Dec 99 15:23:07 - (mib.c, parse.c, parse.h): - remembered IMPLIED indexes. - properly print OIDs with length prefixes on parsed OIDs so cutting/pasting of them works. - properly print strings and oids that are IMPLIED. - print strings in either ' or " quotes depending on if their IMPLIED. hardaker 8 Dec 99 15:26:51 - (README): add Juergen. hardaker 8 Dec 99 15:28:54 - (*..Makefile.in): make depend. hardaker 8 Dec 99 15:29:52 - (snmpd.c): move sys/param out of ifdef FD_SET. hardaker 8 Dec 99 15:47:02 - (*..Makefile.in): A real make depend with no ssl dependancies, etc. hardaker 8 Dec 99 15:49:32 - (makefileindepend.pl, makenosysdepend.pl, remove-files): - move the make depend perl scripts to the top level where they only need to be edited once. hardaker 8 Dec 99 17:13:17 - (acconfig.h, config.h.in, master.c, read_config.c, system.c, system.h): - implement mkdirhier() and use it for persistent storage and agentx socket file creation. daves 9 Dec 99 07:34:03 - (man/snmp_trap_api.3): Initial documentation for agent trap generation. nba 9 Dec 99 07:34:08 - mib.c: implement MIB::label nba 9 Dec 99 07:49:34 - snmpcmd.1: support MIB::label mslifcak 9 Dec 99 08:14:59 Patches supplied by Juergen Schoenwaelder. hardaker 9 Dec 99 10:08:26 - (Makefile.top, config.h.in, configure, configure.in, agent/Makefile.in, snmplib/Makefile.in): - fixed --enable-shared (at least on linux). hardaker 9 Dec 99 15:26:23 - (keytools.c): Patch from Leonard Gomelsky: - generate_Ku() speed improvements. hardaker 9 Dec 99 16:16:40 - (UCD-SNMP-MIB.txt): changed all instances of kb to kB. hardaker 9 Dec 99 16:53:14 - (snmpnetstat/Makefile.in): fix for --enable-shared hardaker 9 Dec 99 17:09:23 - (agent/*Makefile.in): fix for --enable-shared on hpux nba 10 Dec 99 03:06:18 - master.c: add a missing #include (at least for Solaris). nba 10 Dec 99 03:07:06 - pass.c: fix some buf/buf2 confusion nba 10 Dec 99 03:09:33 - pass_persist.c: fix some buf/buf2 confusion nba 10 Dec 99 03:10:30 - read_config.c: add some missing const specifiers nba 10 Dec 99 03:20:10 - (various): changes to compile snmpd with VC++ 5.0 (Release mode) mslifcak 10 Dec 99 07:28:33 Fix to build executable agent on HP-UX. mslifcak 10 Dec 99 10:23:36 Apply Dave's patch to fix max varbinds testing on GETBULK. marz 10 Dec 99 10:44:29 (snmlib/snmp_api.c): fix bug in _sess_copy where pointers that were not owned by newly created session could get mistakenly freed if errors were encountered during session copy - also eliminate some redundant copying of security{Auth|Priv}Key data mslifcak 10 Dec 99 13:03:58 Fix HP-UX problem with ipDefaultTTL. daves 13 Dec 99 03:17:41 - (agent_registry.c): Handle delegated MIB regions properly when split. daves 13 Dec 99 03:18:38 - (agent_trap.c): allow specification of enterprise OID when sending traps daves 13 Dec 99 04:43:14 - (agent/snmpd.c agent/mibgroup/smux/smux.[ch]): - Patch to get SMUX support working with the new agent architecture. This is probably not The Right Way To Do Things Now, but it works. Thanks to Nick Amato and Mike Michaud. mslifcak 13 Dec 99 09:49:28 Added patch from M.Michaud to use send_enterprise_trap_vars. hardaker 13 Dec 99 09:57:37 - (DLMOD-MIB.txt, UCD-DLMOD-MIB.inc, UCD-DLMOD-MIB.txt): - Juergens patch to move DLMOD-MIB -> UCD-DLMOD-MIB and -> SMIv2. - moved to the experimental tree. mslifcak 13 Dec 99 12:04:15 Clean also removes generated default_store.3.h . mslifcak 13 Dec 99 13:54:27 Sanity checks added to _get_symbol. hardaker 13 Dec 99 14:20:10 - (config.h.in, configure, configure.in): --with-efence implemented. - (forced checking for --enable-developer and CVS checkouts) mslifcak 13 Dec 99 14:54:31 Fix problem printing IMPLIED indices of OBJECTID type. mslifcak 13 Dec 99 15:12:01 Finish symbol conversion with numeric when subtree is leaf node. mslifcak 13 Dec 99 16:03:00 Allow sprint_variable to work even if no MIB files were read. hardaker 14 Dec 99 08:08:00 - (snmp_parse_args.c, snmptranslate.c, snmptrapd.c, default_store.h, mib.c, mib.h): - argument shuffling... -I for input args created, and -OR moved there. -Ib created. -TB created for snmptranslate (was -B). hardaker 14 Dec 99 08:41:41 - (IANAifType-MIB.txt, UCD-SNMP-MIB.txt): Patch from Juergen Schoenwaelder: - updates. hardaker 14 Dec 99 14:54:09 - (keytools.c): reverse generate_Ku optimizations, as they don't work. hardaker 14 Dec 99 15:19:35 - (Makefile.in): DLMOD -> UCD-DLMOD hardaker 14 Dec 99 16:05:08 - (configure, configure.in): move -lefence check up to front (last in link). hardaker 14 Dec 99 16:05:37 - (header_complex.c): get next in link list before deleting root. mslifcak 15 Dec 99 04:21:27 Isolate and retouch deprecated command line options. mslifcak 15 Dec 99 05:51:00 Share kstat fd iff ucd-snmp/memory_solaris2 is also configured. hardaker 15 Dec 99 09:17:03 - (EtherLike-MIB.txt, IPFILTER.txt, UCD-IPFILTER-MIB.inc, UCD-IPFILTER-MIB.txt): Patch from Juergen Schoenwaelder: - Even more updates. hardaker 15 Dec 99 09:19:14 - (SNMPv2-PARTY-MIB.txt SNMPv2-M2M-MIB.txt ): removed. mslifcak 15 Dec 99 09:42:44 Remove snmp_log_syslog, snmp_log_filelog, snmp_log_stderrlog; Simplify snmp_log_string. mslifcak 15 Dec 99 09:56:24 Add time marker create, set, and delta time check methods. mslifcak 15 Dec 99 11:08:19 Replace kc from memory_solaris2.c with kstat_fd, defined in kernel_sunos5.c. nba 16 Dec 99 23:05:47 - kernel.c: output error string, not number nba 16 Dec 99 23:06:58 - snmpd.c: \n terminate some log messages nba 16 Dec 99 23:08:02 - smux.[ch]: fix some prototypes and includes. nba 16 Dec 99 23:08:54 - snmptranslate.c: be explicit in the -t warning nba 16 Dec 99 23:09:42 - mib.c: fix a tail recursion elimination problem printing oids nba 16 Dec 99 23:10:31 - snmpv3.c: a more spevific help message for defVersion nba 17 Dec 99 02:08:17 - mib.c: kill that tail recursion elimination, it just adds too many conditionals. Properly output an empty string index. nba 17 Dec 99 02:09:18 - snmp_parse_args.c: remove some superfluous usage() calls. nba 17 Dec 99 02:14:18 - snmptable.c: cleanup of the "new" mib walk to determine fields. Make it default (don't even document the -C compatibility option). Ignore not-accessible fields in the walk. nba 17 Dec 99 02:18:30 - snmptrapd.c: make the oids given to trapd handlers properly .0 terminated. Add a SNMP-COMMUNITY-MIB::snmpTrapAddress.0 Add syslog of v2 traps and informs nba 17 Dec 99 03:22:39 - libsnmp.def: add some function names hardaker 17 Dec 99 07:03:09 - (snmpcmd.1): document -I and -O flags. hardaker 17 Dec 99 07:05:08 - (snmpcmd.1): mention that -IR and -Ib are actually used by default. hardaker 17 Dec 99 07:13:03 - (snmp.conf.5.def): document a bunch of new configuration options. hardaker 17 Dec 99 07:26:05 - (snmpd.conf.5.def): document rocommunity, rwcommunity, rouser, rwuser. hardaker 17 Dec 99 07:28:34 - (snmpd.conf.5.def): document the file directive. hardaker 17 Dec 99 07:40:43 - (snmpd.conf.5.def): document createUser. hardaker 17 Dec 99 10:10:42 - (NEWS): first pass at changes. hardaker 17 Dec 99 10:11:02 - (sedscript.in): PERSISTENT_DIRECTORY token added. hardaker 17 Dec 99 10:11:34 - (snmpd.c): reorder init() routines for -H to prevent segfaulting. hardaker 17 Dec 99 10:16:32 - (Makefile.in): put snmpd.o into the object list, and remove it from direct compilation in the CC link line. hardaker 17 Dec 99 10:17:05 - (usmUser.c): changed help line of createUser to seperate DES token from the passphrase. hardaker 17 Dec 99 10:17:28 - (snmp_parse_args.c): removed -R from the -h output. hardaker 17 Dec 99 10:18:24 - (NEWS): second pass. hardaker 17 Dec 99 10:18:42 - (snmp_agent_api.3): re-structure based on recent changes. mslifcak 17 Dec 99 14:23:25 Fixed a few spelilng errors. mslifcak 17 Dec 99 15:21:39 Add Bill Fumerola's patch for FreeBSD 4.x to use swapinfo. Include FreeBSD 4.x specific memory and vmstat when building that agent. mslifcak 17 Dec 99 15:41:14 No dummy values for FreeBSD, please. hardaker 17 Dec 99 15:46:08 - (snmp_alarm.c): missing ! operater on signal test. hardaker 17 Dec 99 15:55:48 - (NEWS): mention -I. hardaker 17 Dec 99 15:56:27 - (agent_read_config.c, agent_registry.c, snmp_vars.c): - include "snmp_alarm.h" for mib modules that need the callback def. hardaker 17 Dec 99 15:57:10 - (header_complex.c, header_complex.h): completely restructured. - drasticly reduces memory usage for large data sets (1/3). daves 20 Dec 99 03:01:49 - (agentx/README.agentx): Updated to describe current status. daves 20 Dec 99 04:15:55 - (agent_trap.c snmp_vars.c mibII.[ch] mibII/*.c mibII/sysORTable.h): - Use SNMP_OID prefix definitions in OID specifications. - Register the various MIB-2 modules separately in sysORTable. hardaker 20 Dec 99 06:43:40 - (snmp_parse_args.c): Force set to 1 for -D so multiple switches can be given (ie, don't toggle the value). hardaker 20 Dec 99 06:48:24 - (Makefile.in): moved kernel.o into the libucdagent library. hardaker 20 Dec 99 13:23:25 - (IPSEC-MIB.txt): removed hardaker 20 Dec 99 13:25:15 - (IPFWACC-MIB.txt): moved to UCD-IPFWACC-MIB.txt hardaker 20 Dec 99 13:26:09 - (UCD-IPFWACC-MIB.txt): moved and updated from IPFWACC-MIB.txt hardaker 20 Dec 99 13:30:06 - (UCD-IPFWACC-MIB.txt): moved table to one level deeper under mib node. hardaker 20 Dec 99 13:30:36 - (ipfwacc.c): moved table to one level deeper under mib node. hardaker 20 Dec 99 15:38:34 - (Makefile.in): IPFWACC-MIB.txt -> UCD-IPFWACC-MIB.txt hardaker 20 Dec 99 17:19:18 - (agent_trap.c): make uptime a long for 64bit architectures. hardaker 20 Dec 99 17:20:15 - (agentx/protocol.c): make a things size_t instead of u_int (for 64bit code). hardaker 20 Dec 99 17:20:55 - (snmp_api.c): Digital Unix hack for bad recvfrom implementation. hardaker 20 Dec 99 17:31:45 - (EXAMPLE.conf.def): minor note. hardaker 20 Dec 99 17:32:23 - (NEWS): mention SMIv2 updates. hardaker 20 Dec 99 17:32:37 - (mibincl.h): add agent_trap.h hardaker 20 Dec 99 17:34:31 - (version.h bug-report sedscript.in): version tag ( 4.1.pre1 ) nba 21 Dec 99 02:37:19 - snmpd.c, smux.c, snmp_api.c: take away some unused variables. nba 22 Dec 99 02:41:42 - memory_freebsd2.c: make it work (again) for FreeBSD-2 :-) nba 22 Dec 99 02:43:15 - hr_storage.c: kill a dummy value nba 22 Dec 99 05:46:21 - system.c: naughty, naughty Niels, just reindenting ... nba 22 Dec 99 05:47:11 - system_mib.c: use some #defines i place of numbers nba 22 Dec 99 05:58:18 - vacm routines: alignment with RFC mibs, preparing for trap generation and a better integration with variable tree walking hardaker 22 Dec 99 15:12:26 - (master.c): use snmp_sess_open for the second try at opening the master port. hardaker 22 Dec 99 15:13:05 - (master_request.c): increase max vars to 64 (was 16). I have a table with more than that number in columns, which breaks snmptable. hardaker 22 Dec 99 16:30:01 - (vmstat_solaris2.c, vmstat_solaris2.h): Patch from Jochen Kmietsch: - first pass at vmstat support for solaris. hardaker 23 Dec 99 08:21:37 - (vmstat_solaris2.c): Patch from Jochen Kmietsch: - non 80-column wrapped version. hardaker 28 Dec 99 15:42:08 - (master_request.c): remove the ! in front of in_a_view, which changed. hardaker 30 Dec 99 07:51:36 - (snmpd.c): usage line order messed up, as pointed out by Robert Story. mslifcak 30 Dec 99 12:00:58 Fix compile errors. mslifcak 31 Dec 99 09:31:12 Fix bug # 122 mslifcak 31 Dec 99 09:32:58 Apply patch provided by Serg Trushnikov for AIX 4.2.1 knlist mslifcak 31 Dec 99 10:11:12 Fix bug #125 - insert underscore into struct snmp_ipaddr member names. mslifcak 31 Dec 99 10:33:16 Autoconf patch c/o Albert Chin-A-Young mslifcak 31 Dec 99 10:36:46 Fix warnings of uninitialized variables. mslifcak 31 Dec 99 12:43:50 Fix bug #48 : no strcasecmp/strncasecmp for Sinix mslifcak 31 Dec 99 13:27:44 Apply some NetBSD 1.3.x, 1.4 patches c/o Grea A. Woods nba 3 Jan 00 15:23:21 - EXAMPLE.conf.def: adapt to changes in valid vacm syntax nba 3 Jan 00 15:26:07 - snmp_vars.c: include agent_registry.h only once nba 3 Jan 00 15:26:51 - snmpd.c: add a missing const specifier nba 3 Jan 00 15:27:29 - mibII.h: add prototype for init_mibII nba 3 Jan 00 15:28:24 - wombat.[ch]: correct prototype for wombat_parse_config nba 3 Jan 00 15:30:26 - system.h: add prototype for strcasecmp nba 3 Jan 00 15:32:59 - parse.c: fix File variable being left pointing into the stack. Ignore .index file on WIN32 platform nba 3 Jan 00 15:34:22 - mib.c: also note TEXTUAL CONVENTION in -Td output nba 3 Jan 00 15:39:40 - snmpcmd.1: add snmpbulkget to list of applications - snmptranslate.1: explain -T outputs - snmptrapd.conf.5.def: defalt traphandler is implemented hardaker 4 Jan 00 08:58:24 - (README, FAQ): Japan mirror location change. hardaker 4 Jan 00 10:33:54 - (Makefile.in): install struct.h hardaker 4 Jan 00 10:35:06 - (snmp_agent.c): deal with blocking better in snmp_agent_check_and_process(). hardaker 4 Jan 00 16:27:45 - (config.h.in, configure, configure.in): Patch from Sander Steffann: - Add -I/usr/include/rpm because of badly written rpm header files. nba 4 Jan 00 22:12:10 - EXAMPLE.conf.def, FAQ, snmpd.conf.5.def: remove all traces of security model "any" in "group" configuration directives nba 4 Jan 00 23:50:27 - parse.c: #ifdef some variables not used under win32 nba 4 Jan 00 23:51:11 - snmptrapd.c: implement trand handlers for win32 daves 6 Jan 00 01:58:56 - (mibgroup/mibII.c): Remove redundant file hardaker 6 Jan 00 08:57:31 - (util_funcs.h): properly wrap struct.h include directive for non-source-directory include. marz 6 Jan 00 12:56:50 update syntax (exact) marz 6 Jan 00 13:07:03 we should not print to stderr if stderr logging is diabled - this thows off the alignment of test output for 'make test' in both ucd-snmp and Perl/SNMP marz 6 Jan 00 13:14:10 update config access syntax (exact) hardaker 6 Jan 00 15:08:28 - (COPYING): y2k bug. hardaker 6 Jan 00 15:08:48 - (mib2c): removed a debugging statement. hardaker 6 Jan 00 15:09:20 - (mib2c.conf): unquoted quotes quoted. hardaker 7 Jan 00 09:29:06 - (snmp_agent.c): better handling of write failures. hardaker 7 Jan 00 10:38:48 - (snmpTargetAddrEntry.c, snmpTargetParamsEntry.c): update to v4 API set code. hardaker 7 Jan 00 11:22:40 - (snmptranslate.c): Patch from Robert Story: - handle multiple translated OIDs. hardaker 7 Jan 00 16:21:50 - (vacm_vars.c): properly group rw/rousers into usm not v1/v2c. nba 7 Jan 00 23:43:10 - configure.in: some missing "x" in tests for --with-openssl and --disable-developer nba 8 Jan 00 00:56:30 - configure.in: bugfix for a bugfix bug mslifcak 8 Jan 00 11:44:58 Fix build for Linux RedHat 6.1 (cant link libwrap without libnsl). mslifcak 8 Jan 00 12:07:44 Use knlist iff aix4 and HAVE_KNLIST [not complete w/o configure mods] daves 10 Jan 00 01:37:32 - (agent/mibgroup/mibII.h): Re-remove redundant prototype. daves 10 Jan 00 02:31:39 - (snmplib/snmp_api.c): Differentiate max-repetition and non-repeater errors. daves 10 Jan 00 03:06:42 - (agent/snmp_agent.c): Count numbers of variables requested/set daves 10 Jan 00 06:12:40 - (snmplib/system.c): Re-structure get_uptime() to cache boot time. mslifcak 10 Jan 00 13:14:03 Allow MSVC++ 5.x users to build using this workspace. mslifcak 10 Jan 00 13:21:30 Qualify use of withval to define library and include search paths. marz 10 Jan 00 14:21:14 Checking in SNMP-3.1.0b1 marz 10 Jan 00 14:34:50 *** empty log message *** marz 10 Jan 00 14:40:04 add mibload hardaker 10 Jan 00 15:36:18 - (mibincl.h): include stdlib.h and malloc.h. hardaker 10 Jan 00 15:36:40 - (Sv3config): remove the trailing space. hardaker 10 Jan 00 15:38:44 - (config.h.in, configure, configure.in): - make --without-efence work. - check for -lnsl more explicitly. mslifcak 10 Jan 00 16:30:51 ucdDemoPublic.c - remove uninitialized variables from write method. snmp_vars.c - proper oid compare; no copy from save if oids exact match snmpd.c - terminate statement. mslifcak 10 Jan 00 16:31:16 snmptranslate.1 - remove junk line. mslifcak 10 Jan 00 16:31:38 snmptranslate.c - simple default case. mslifcak 10 Jan 00 16:32:08 snmp_api.c - better comment for snmp_oid_compare. read_config.c - remove sizeof(u_char) from malloc size calc. scapi.h - spell check. mslifcak 11 Jan 00 01:33:45 Trolling for malloc errors; more graceful degradation. mslifcak 11 Jan 00 01:53:08 Glean refs to mibII.o from this makefile. mslifcak 11 Jan 00 07:44:50 Add IN_UCD_SNMP_SOURCE to not break Win32 builds. mslifcak 11 Jan 00 07:59:23 Keep win32 release build from breaking. mslifcak 11 Jan 00 08:10:10 Init file count at zero, not by incrementing random value. mslifcak 11 Jan 00 09:13:38 Restore memdup usage to its former luster. marz 11 Jan 00 10:37:21 remove bad session test - session.t has it already - note the call to gethostbyname can hang for some time if DNS is not setup correctly - anyone know a way arround this? mslifcak 11 Jan 00 15:05:09 Use CFLAGS when linking (could have profile switch, etc). hardaker 12 Jan 00 11:16:27 - (snmpv3.c): cast malloc returns. mslifcak 12 Jan 00 21:09:47 Use DEBUGMSGOID liberally, replacing sprint_objid; small speedup. daves 13 Jan 00 02:46:47 - (agent/snmp_vars.c): Remove extraneous bracket. mslifcak 13 Jan 00 05:36:21 No get_boottime support for cygwin (yet). Hopefully a temporary condition. daves 13 Jan 00 06:31:44 - (snmplib/parse.[ch]): Unload MIB module (N.B: Somewhat simplistic with regard to multiply-loaded nodes) daves 13 Jan 00 06:33:40 - (snmplib/parse.c): More complete handling of unloading MIB modules. mslifcak 14 Jan 00 09:33:39 Small compile fix and debug message restoration. hardaker 14 Jan 00 11:34:25 - (bug-report): grep for configure flags hardaker 14 Jan 00 16:09:09 - (scapi.c): implement DES encryption. hardaker 14 Jan 00 16:10:29 - (NEWS): remove export control note about DES. daves 17 Jan 00 06:13:39 - (man/snmptrapd.8): Describe default logging behaviour. daves 17 Jan 00 09:02:32 - (agent/snmp_vars.c): Discard "too-late" responses from overlapped regions. marz 17 Jan 00 12:47:58 added v2 trap marz 18 Jan 00 07:00:26 modified for v2-trap. marz 18 Jan 00 07:54:12 fix error messages and return vals for trap funcs, clean up pdu mslifcak 18 Jan 00 08:14:42 Prevent array bounds error when creating specific trap oid. mslifcak 18 Jan 00 14:23:44 Latest vmstat_solaris2 from the author Jochen Kmietsch. mslifcak 18 Jan 00 21:22:06 Cleanup around ip6_vars.h include (no #if 0) mslifcak 18 Jan 00 21:25:53 Remove commented out objects that are MAX-ACCESS not-accessible. mslifcak 18 Jan 00 21:29:01 1.Make snmp_get_do_logging visible from DLL 2.Apply Win32 patch from R.Story to activate mib stats module (snmp_mib). mslifcak 18 Jan 00 21:37:02 Consistent getpagesize (first divide by 1024). daves 20 Jan 00 04:25:05 - (snmplib/snmp_api.c): Support selective binding of server addresses. mslifcak 21 Jan 00 01:46:04 Remove party crud; spell check. mslifcak 21 Jan 00 01:46:41 Add const to cleanup a few signatures. mslifcak 21 Jan 00 01:49:35 Minimize data handling and use register variabies in snmp_oid_compare and compare_tree. marz 21 Jan 00 07:27:13 added v3 inform marz 21 Jan 00 08:00:27 inform. marz 21 Jan 00 08:13:25 inform marz 21 Jan 00 10:47:24 *** empty log message *** mslifcak 21 Jan 00 11:19:09 config_arch_require solaris2 version of vmstat. nba 23 Jan 00 08:51:39 - parse.c: add some more error checking to getoid nba 23 Jan 00 12:42:11 - parse.c: fix merging of anonymous nodes when they are named nba 23 Jan 00 12:43:54 - parse.c: errenous => erroneous marz 23 Jan 00 16:41:06 handle adding OPAQUE vars for setting and traps etc. daves 24 Jan 00 07:21:34 - (examples/{example,wombat}.[ch]): - Consolidated example modules into one, including config and SET support. marz 24 Jan 00 08:59:32 *** empty log message *** mslifcak 24 Jan 00 09:44:45 Make sure kstat_fd is initialized before being used. mslifcak 24 Jan 00 09:55:32 Fix Bug #144 items 1,3,4 : case insensitive check for "all" keyword. mslifcak 24 Jan 00 10:05:12 Itojun's netbsd ELF patch + remove wombat [Dave's example fix] mslifcak 24 Jan 00 10:14:56 Fix printing IMPLIED index (from associate of J. Kmietsch) modified and applied. marz 24 Jan 00 10:36:43 *** empty log message *** marz 25 Jan 00 06:49:43 syntax for win32 build marz 25 Jan 00 11:47:12 add missing synbols for perl/SNMP module marz 25 Jan 00 12:05:59 additional win32 install notes nba 25 Jan 00 13:52:42 - parse.c: fix a missing initialization of tc_index hardaker 25 Jan 00 13:55:33 - (vestinternett/diskio.[ch]): Ragnar Kjrstad's diskio mib. hardaker 25 Jan 00 13:56:02 - (VEST-INTERNETT-MIB.txt): Ragnar Kjrstad's diskio mib. nba 25 Jan 00 14:12:58 - HOST-RESOURCES-MIB.txt, HOST-RESOURCES-TYPES.txt, Makefile.in: Update to the current draft HOST-RESOURCES (draft-ops-hostmib-01) hardaker 25 Jan 00 14:47:59 - (configure): help update hardaker 25 Jan 00 14:50:56 - (snmp_alarm.3, snmp_alarm.c): Patch from Frank Strauss: - fix registration function to do what it says it should do. mslifcak 25 Jan 00 19:30:51 Larger buffer for print_module_name; Fix possible null deref in get_tc. mslifcak 25 Jan 00 21:46:14 mib.c:print_tree_node - show module name once in -- FROM; parse.c: show "Cannot find module" once per missing module. mslifcak 26 Jan 00 07:14:50 fix compile error when --without-root-access is used (strauss@ibr.cs.tu-bs.de) mslifcak 26 Jan 00 07:26:22 Acknowledge more contributors. hardaker 26 Jan 00 10:24:21 - (getValues.pm) getValues.pm was noted missing hardaker 26 Jan 00 15:29:54 - (UCD-DISKIO-MIB.inc, UCD-DISKIO-MIB.txt, VEST-INTERNETT-MIB.txt): Patch from Juergen Schoenwaelder: - fix the diskio mib, convert to SMIv2, and move to ucdExperimental. hardaker 26 Jan 00 15:30:42 - (UCD-DLMOD-MIB.txt): Patch from Juergen Schoenwaelder: - prefix oid with "ucd". hardaker 26 Jan 00 15:31:00 - (UCD-IPFILTER-MIB.txt): Patch from Juergen Schoenwaelder: - prefix oids with "ucd". hardaker 26 Jan 00 15:32:25 - (UCD-SNMP-MIB.txt): Patch from Juergen Schoenwaelder: - clean up and reformat sub-registration comments. hardaker 26 Jan 00 15:34:20 - (UCD-DEMO-MIB.txt, UCD-DISKIO-MIB.txt, UCD-DLMOD-MIB.txt, UCD-IPFILTER-MIB.txt, UCD-IPFWACC-MIB.txt, UCD-SNMP-MIB.txt): - correct ucd-snmp-coders email address to replace "ece" with "ucd-snmp". hardaker 26 Jan 00 16:06:31 - (agent_trap.c, agent_trap.h, snmpd.conf.5.def): Patch from Frank Strauss: - add ability to allow sending traps to ports other than 162. hardaker 26 Jan 00 16:28:22 - (Makefile.in, Makefile.in, Makefile.in, Makefile.in): - make depend. hardaker 26 Jan 00 16:53:41 - (snmpv3.c): fix priv key length extrapolation. Should be done differently?. hardaker 26 Jan 00 16:54:43 - (Sv3DESconfig, T023snmpv3getMD5DES): fix DES test so it works. hardaker 26 Jan 00 17:15:07 - (snmpcmd.1, snmptrapd.conf.5.def, snmpusm.1): - badly done updates. hardaker 26 Jan 00 17:18:17 - (version.h bug-report sedscript.in): version tag ( 4.1.pre2 ) hardaker 26 Jan 00 17:32:41 - (configure, configure.in): allow ',' seperated --with-*-modules flag values. hardaker 26 Jan 00 19:22:53 - (configure, configure.in): comma, comma, comma, comma, comma-chameleon. hardaker 27 Jan 00 08:33:43 - (default_store.c): make config parser handle "" (null) parsed strings. marz 27 Jan 00 11:14:09 remove no-op snmp_synch_setup mslifcak 27 Jan 00 14:51:39 1. Fix memory leak when anonymously named nodes are used. 2. Hack around smicng's "SMI " statements to prevent other memory leaks. mslifcak 27 Jan 00 16:13:58 Remove hack around "SMI" token; keep the good part of the previous patch. mslifcak 28 Jan 00 07:18:09 Some variable renaming for consistency, error checking improved, missing string.h included. Patch supplied by author. mslifcak 28 Jan 00 12:30:20 Fix spell LITTLE_ENDIAN. Thanks to talman@hitt.nl. mslifcak 28 Jan 00 12:38:22 Change agentx_{build,parse}_short . Thanks to Gerard Talman@hitt.nl. mslifcak 28 Jan 00 12:52:25 This with previous two changes completes a patch for items 2,3,4 for bug #149. nba 30 Jan 00 03:01:52 - host.h: config_require_mib(HOST-RESOURCES-TYPES) nba 30 Jan 00 03:04:22 - hr_disk.c: convert to 1k blocks nba 30 Jan 00 03:09:38 - hr_storage.c: convert from pages to 1k blocks nba 30 Jan 00 03:11:28 - if.c: defensive test for missing objects (it might fail to show down status properly) marz 30 Jan 00 08:19:34 create V3 user entry, cleanup marz 30 Jan 00 10:42:36 clean up before release - update version, release notes Note: KNOWN BUGS the new quoted OCTETSTR instance identifiers returned by get_symbol are not compatible with the perl/SNMP module (__get_label_iid) marz 30 Jan 00 10:44:37 clean up before release - update version, release notes Note: KNOWN BUGS the new quoted OCTETSTR instance identifiers returned by get_symbol are not compatible with the perl/SNMP module (__get_label_iid) not sure that this ever worked - will have to look at old OCTETSTR behaviour and see how to recreate it marz 30 Jan 00 10:58:02 clean up before release - update version, release notes etc. daves 31 Jan 00 01:05:16 - (agent/agent_registry.h): Log failed MIB registrations. daves 31 Jan 00 01:45:15 - (agent/agent_trap.c): Include instance subidentifier in snmpTrapOID and snmpTrapEnterprise OID definitions. (Thanks to Gerard Talman) daves 31 Jan 00 02:40:02 - (snmplib/snmp_api.[ch]): Restore traditional socket field names. daves 31 Jan 00 03:00:16 - (snmplib/snmp_api.h): Alternative approach to Irix socket handling. daves 31 Jan 00 03:03:15 - (acconfig.h config.h.in configure.in configure): - Attempt to detect non-traditional socket address structure (on Irix 6.x). daves 31 Jan 00 03:14:50 - (snmplib/snmp_api.c): Initialize addrlen in _sess_read(). (Frank Strauss) daves 31 Jan 00 03:41:08 - (AGENT.txt): Revised and updated version. daves 31 Jan 00 07:49:50 - (acconfig.h config.h.in configure.in configure): - Improved checking for Irix-style socket address structure. daves 31 Jan 00 07:51:54 - (snmplib/snmp_api.h): Attempt to mimic Irix-style socket address structure. daves 31 Jan 00 07:53:52 - (snmplib/asn1.c snmplib/snmp.c snmplib/snmp_api.c snmplib/snmpusm.c): - Don't assume size_t is signed (Pekka Kytolaakso) daves 31 Jan 00 07:55:06 - (snmplib/snmpv3.[ch]): Don't assume size_t is signed (Pekka Kytolaakso) - N.B: This changes the interface of snmpv3_generate_engineID() slightly. daves 31 Jan 00 07:56:38 - (apps/snmptest.c): Don't assume size_t is signed (Pekka Kytolaakso) daves 31 Jan 00 07:57:56 - (mibgroup/examples/example.[ch]): - Provide an example for how to trigger a trap. marz 31 Jan 00 10:41:16 set DS_LIB_DONT_BREAKDOWN_OIDS to get previoulsy released behaviour of get_symbol wrt octet based instance ids (i.e., no double-quoting) daves 1 Feb 00 01:49:55 - (acconfig.h config.h.in configure.in configure snmplib/snmp_api.h): - Fix broken setting of socket address structure choice. daves 1 Feb 00 03:37:25 - (agentx/master_request.c): Fix session ID handling when delegating requests. daves 1 Feb 00 04:19:16 - (configure.in configure): Catch common invalid configure options. daves 1 Feb 00 05:27:03 - (FAQ): Expand the description of generating traps from the agent slightly. hardaker 1 Feb 00 08:32:03 - (diskio.*): moved to the ucd-snmp directory hardaker 1 Feb 00 08:34:09 - (diskio.h): load the mib. hardaker 1 Feb 00 08:34:24 - (diskio.c): move to ucdExperimental.15. hardaker 1 Feb 00 08:43:03 - (NEWS): update (again). hardaker 1 Feb 00 08:45:41 - (snmpcmd.1): .PP -> .IP for -Ob. hardaker 1 Feb 00 08:46:07 - (snmpusm.1): changed context string in examples to "". mslifcak 1 Feb 00 11:26:36 Fixup more signed/unsigned comparisons. daves 2 Feb 00 01:12:37 - (host/hr_disk.c): Fix solaris initialisation, plus extra debugging info. mslifcak 2 Feb 00 04:44:23 Remove dependencies on (moved) vestinternett/diskio nba 2 Feb 00 06:44:31 - solaris2.8.h: Solaris 8 seems close to Solaris 7 nba 2 Feb 00 06:45:25 - hr_disk.c: add NetBSD support hardaker 2 Feb 00 07:17:28 - (configure, configure.in): updated --help daves 2 Feb 00 08:02:46 - (agent/snmp_vars.c): Correctly handle individually excluded instances mslifcak 2 Feb 00 08:42:17 Allow -Co to affect the outcome. mslifcak 2 Feb 00 08:52:43 fix the fat-fingering patch I just made. feh. hardaker 2 Feb 00 10:52:33 - (smux.c): Patch from Robert Miles: - various fixes: 1) The first registration request could be lost. 2) Registration delete requests never received a response. 3) Registration delete requests were not finding the registration when the delete's priority was set to -1. 4) Non-zero values were not being encoded properly in registration responses. marz 2 Feb 00 14:18:09 add instructions for building w/ OpenSSL on VC++ mslifcak 2 Feb 00 14:18:22 Let hrProcessorLoad out of the genie's bottle. mslifcak 2 Feb 00 16:24:15 Touchup for building more MIB modules in Win32 (MSVC). mslifcak 2 Feb 00 16:36:21 Touchup to build more MIB modules on Win32. daves 3 Feb 00 01:35:12 - (FAQ): Document changes to access control stuff. mslifcak 3 Feb 00 04:12:57 Undo uninformed change : load average != average time that CPU is idle. mslifcak 3 Feb 00 06:43:10 include mib_module_config.h to make the USING_ constants visible. marz 3 Feb 00 09:44:37 update my email mslifcak 3 Feb 00 09:56:48 Include mib_module_config.h from mibincl.h, not top level config.h. marz 3 Feb 00 10:48:37 add -u PIDFILE to snmptrapd, now we need -c -C :), btw is the value of optarg reliable after getopt has been called again...it seems to work mslifcak 3 Feb 00 12:57:20 Remove DOS-style line termination (CR-LF --> LF). libsnmp.def - remove unneeded comment about obsolete v2party. mslifcak 3 Feb 00 12:58:27 Note the wombat is replaced by example in more places. mslifcak 3 Feb 00 13:28:31 Follow condition HAVE_GETPID for pid_file object. hardaker 3 Feb 00 14:29:19 - (dummy/*): removed, use example instead. hardaker 3 Feb 00 14:44:33 - (subagent.c): include mib_module_config.h. hardaker 3 Feb 00 14:46:10 - (subagent.c): protect sysORTable callbacks with #ifdefs. hardaker 3 Feb 00 14:51:40 - (README): remove dummy reference. nba 3 Feb 00 23:57:49 - agent/registry.c, agent_trap.c, client.c: change some type casts from (char *) to (u_char *) top silence some warnings. nba 3 Feb 00 23:59:57 - mt_support.h: another way of doing nothing, not giving a "null effect" warning from gcc. nba 4 Feb 00 00:16:01 - read_config.c, mib.c: fix some PATH separators from constant : to ENV_SEPARATOR{_CHAR} nba 4 Feb 00 00:17:48 - hr_disk.c: A little cleanup of the disk device definitions, also adding SCSI to FreeBSD 3 nba 4 Feb 00 01:20:55 - vacm_vars.c: slight rewording of warning message nba 4 Feb 00 04:00:27 - hr_disk.c: really do that FreBSD scsi thing marz 4 Feb 00 06:44:24 have mib loading api return result codes marz 4 Feb 00 08:55:42 add defaults for v2 trap params hardaker 4 Feb 00 12:01:32 - (configure, configure.in, Makefile.in): find, locate, and use perl if found. hardaker 4 Feb 00 12:47:26 - (snmp_api.c, snmp_api.h, snmpv3.c): provide v3 defaults. hardaker 4 Feb 00 13:12:18 - (read_config.c): don't print failed access errors (EACCES). hardaker 4 Feb 00 13:15:51 - (Makefile.in, Makefile.in, Makefile.in, Makefile.in, Makefile.in, Makefile.in): final make depend. hardaker 4 Feb 00 13:50:15 - (agent_read_config.c): don't read the opt config file or call post_config callbacks, since the library takes care of that now. marz 4 Feb 00 13:52:08 updates for perl/SNMP build hardaker 4 Feb 00 13:56:19 - (snmptrapd.c): - implement -c and -C flags for Joe. - redid the init structure to make it look more like the current agent. hardaker 4 Feb 00 14:01:30 - (snmptrapd.8): document -c and -C. marz 4 Feb 00 15:21:41 build fixes and test enhancements marz 4 Feb 00 15:44:44 updates for perl/SNMP build ------------------------------------------------------------------------------- Changes: V4.0 -> V4.0.1 hardaker 23 Aug 99 16:44:27 - (Makefile.in): install the snmpusm.1 manual page. mslifcak 24 Aug 99 04:44:47 Clean CRs from read_config,snmp_logging; comment define USE_ASN_SHORT_LEN. mslifcak 24 Aug 99 05:11:13 Remove ASN_SHORT_LEN hack - known to dump core in agent. mslifcak 24 Aug 99 06:19:49 Add "." to PATH for RUNTESTS; Drop optreset to build most platforms mslifcak 24 Aug 99 10:25:53 -(testing/eval_tools) - let some (AIX) agents settle before firing requests. hardaker 24 Aug 99 12:48:21 - (vacm_vars.c): correct sysORTable entry. hardaker 24 Aug 99 13:36:35 - (snmpusm.c): check for null response pointer. hardaker 24 Aug 99 13:37:31 - (snmp_parse_args.c, default_store.h, snmp_api.c, snmpv3.c): - provide defVersion token support in snmp.conf (sort of hackish). hardaker 24 Aug 99 13:41:18 - (TODO): remove snmpv3 support :-) mslifcak 24 Aug 99 14:05:39 -(top/Makefile.in) - remove more generated files with distclean rule. hardaker 24 Aug 99 14:15:40 - (all_system.h): remove. again. mslifcak 24 Aug 99 14:17:33 -(host/hr_swrun;mibII/icmp,ip;ucd-snmp/disk,proc) log_perror --> snmp_log_perror mslifcak 24 Aug 99 15:14:18 -(smux.c) apply Nick Amato's patch: prevent SMUX close on parse or error. hardaker 24 Aug 99 15:59:42 - (snmp_api.c): remove version setting in snmp_api.c. Not needed there. hardaker 24 Aug 99 16:01:55 - (NEWS): 4.0.1 update mslifcak 24 Aug 99 16:05:15 -(configure.*) move statement about ucdDemoPublic into comment field. mslifcak 24 Aug 99 16:49:22 -(testing/*) run tests when package is not installed, and when the build tree is not the same as the source tree. ------------------------------------------------------------------------------- Changes: V3.6.2 -> V4.0 hardaker 14 Sep 98 09:11:57 - (acconfig.h, config.h.in, configure, configure.in): - change the PERSISTENTFILE define to PERSISTENTDIR. hardaker 14 Sep 98 09:17:45 - (agent_read_config.c, snmpd.c, snmpd.h, system.c): - move persistent cache capability into the library from the agent. (snmptrapd, and others will need this as well). - implement some new functions: init_snmpv3(), snmpv3_shutdown(), snmpv3_get_engine_boots(), etc. - agentBoots -> engineBoots. hardaker 14 Sep 98 09:21:05 - (Makefile.in, read_config.c, snmp_api.c, snmp_api.h, snmpv3.c, snmpv3.h): - move persistent cache capability into the library from the agent. (snmptrapd, and others will need this as well). - implement some new functions: init_snmpv3(), snmpv3_shutdown(), snmpv3_get_engine_boots(), etc. - agentBoots -> engineBoots. hardaker 14 Sep 98 09:23:09 - (snmp_parse_args.c, snmp_parse_args.h, snmpbulkwalk.c, snmpdelta.c, snmpget.c, snmpgetnext.c, snmpset.c, snmpstatus.c, snmptable.c, snmptest.c, snmptrap.c, snmpwalk.c): - pass app name to snmp_parse_args, so it can pass it to init_snmp(), which now needs it for persistent cache reading. hardaker 14 Sep 98 09:25:13 - (snmpEngine.c, snmpEngine.h): - Begin implementation of the SNMP-FRAMEWORK-MIB. hardaker 14 Sep 98 17:43:12 - (acconfig.h, config.h.in): define ENTERPRISE_NUMBER to 2021. hardaker 14 Sep 98 17:43:50 - (snmpv3.c, snmpv3.h): implement snmpEngineID creation and configuration. hardaker 14 Sep 98 17:44:06 - (snmpEngine.c): report snmpEngineID properly. hardaker 14 Sep 98 17:49:15 - (snmpv3mibs.h): high-level module created to import v3 releated mibs. hardaker 14 Sep 98 21:09:41 - (util_funcs.[ch], snmpEngine.c, snmpv3.[ch], system.[ch]): - move snmpEngineTime calculation to snmplib/snmpv3.c. - move calculate_time_diff() to system.c from util_funcs.c. hardaker 14 Sep 98 22:29:55 - (snmpMPDStats.c, snmpMPDStats.h): - implement SNMP-MPD-MIB. hardaker 14 Sep 98 22:30:10 - (snmpv3mibs.h): add snmpMPDStats module. hardaker 14 Sep 98 22:40:24 - (snmpEngine.c, snmpMPDStats.c): register the modules in sysORTable. hardaker 16 Sep 98 07:04:11 - (snmpMPDStats.c): double blank -> single. hardaker 16 Sep 98 07:04:58 - (usmStats.c, usmStats.h): implement the usmStats portion of the SNMP-USER-BASED-SM-MIB. hardaker 16 Sep 98 07:05:43 - (snmpv3mibs.h): add usmStats to require list. hardaker 18 Sep 98 09:54:08 - (snmp_api.c): change sprintf_oid buf length in DEBUGPOID to 4096. hardaker 18 Sep 98 09:55:07 - (snmpd.c): init_snmpv3 needs to go above init_agent for engineID creation. hardaker 18 Sep 98 09:59:20 - (snmpv3mibs.h, usmUser.c, usmUser.h, Makefile.in, snmpusm.c, snmpusm.h, snmpv3.c, snmpv3.h): - basic usmUser structure created for the libray with support functions: - struct usmUser *usm_get_user(*engineID, engineIDLen, *name, *userList); - struct usmUser *usm_add_user(*user, *userList); - struct usmUser *usm_free_user(*user); - struct usmUser *usm_clone_user(*from); - struct usmUser *usm_create_initial_user(); - first pass at basic USM module support added to the agent. hardaker 18 Sep 98 12:42:46 - (snmp-tc.h): create a new .h file to store common textual convention defines. hardaker 18 Sep 98 12:46:38 - (usmUser.c, snmpusm.c, snmpusm.h): - create and use storageType/userStatus in the usmUser structure. - fix the auth/priv protocol pointer initializations for the "initial" user. hardaker 20 Sep 98 11:46:13 - (snmp_vars.c): include snmpusm.h and snmpv3.h. hardaker 20 Sep 98 11:47:17 - (snmp_agent.c): if a mib module returns an error > SNMP_GEN_ERR, translate the error to SNMP_GEN_ERR for v1 requests. hardaker 20 Sep 98 11:49:04 - (mib2c): - fprintf -> DEBUGP. - __P -> ANSI. hardaker 20 Sep 98 11:52:08 - (usmUser.c, usmUser.h): - getNext bug fixes. - make usmPublic truely writable. - implement usm_parse_oid() to parse an oid into engineID/name. - implement the usmUserSpinLock. - misc other bug fixes. hardaker 21 Sep 98 11:12:49 - (snmp_vars.c): finally fixed the write_method's for creation problem. hardaker 23 Sep 98 10:40:04 - (SNMPv2-TC.txt): rejustify a table. hardaker 23 Sep 98 10:45:13 - (usmUser.c): - Make usmUserStatus actually writable and capable of creating new rows. - Begin (broken) cloneFrom setting. - Fixes: - properly malloc space. - properly use double char name and engineID pointers. - do proper oid comparisons for getNexts. - check to see that uptr is defined before using it to retrieve data. - cloneFrom should always return the ZeroDotZero OID. hardaker 23 Sep 98 10:46:35 - (snmpusm.c): - fix usm_add_user() from always adding the user at the end of the list. - set default values for auth/priv protocols on new users. hardaker 23 Sep 98 10:47:28 - (snmp_api.c, snmp_api.h): create snmp_duplicate_objid() to malloc a new oid. hardaker 23 Sep 98 12:15:11 - (ISSUES): update hardaker 23 Sep 98 12:24:04 - (ISSUES): took one. hardaker 23 Sep 98 17:58:49 - (ISSUES): cloning/malloc issue. hardaker 23 Sep 98 17:59:40 - (snmpusm.c, snmpusm.h): created usm_cloneFrom_user() to clone sec info. hardaker 23 Sep 98 18:00:21 - (usmUser.c): make usmCloneFrom actually work (is setable). hardaker 23 Sep 98 20:15:57 - (ISSUES): storage type issues. hardaker 23 Sep 98 20:16:24 - (usmUser.c): make usmUserAuthProtocol and usmUserPrivProtocol writable. hardaker 23 Sep 98 20:50:05 - (ISSUES): RowStatus question added. hardaker 23 Sep 98 20:50:45 - (snmpusm.c, snmpusm.h): create usm_remove_user() to remove a user from a list. hardaker 23 Sep 98 20:51:46 - (usmUser.c): make usmUserStatus destroy's actually remove a user. hardaker 27 Sep 98 22:53:53 - (ISSUES): more stuff. hardaker 27 Sep 98 22:55:09 - (read_config.c, read_config.h, snmpusm.c, snmpusm.h): - bug fixes. - new support functions for saving users to the persistent cache. hardaker 27 Sep 98 22:57:00 - (usmUser.c, usmUser.h): - bug fixes. - usmUserStatus is setable (to either volatile or nonVolatile). - users created by set's are saved (if set to nonVolatile) on agent shutdown. hardaker 29 Sep 98 20:11:20 - (ISSUES): error mapping (coex work). marz 1 Oct 98 12:58:42 - (snmp.h, snmpusm.[ch], snmp_api.[ch]): added USM api and snmpv3_build, some tweaks to parse in prep for snmpv3_parse marz 1 Oct 98 14:05:45 - (snmp_api.c): fixes to snmpv3_parse marz 4 Oct 98 17:20:30 - (snmp_api.[ch], snmp_client.c, snmpusm.c): added snmpv3 parsing routines hardaker 5 Oct 98 20:05:03 - (ISSUES): more stuff. hardaker 5 Oct 98 20:06:57 - (snmp_api.c, snmp_api.h): breakdown of snmpv3_build() into sub-functions. hardaker 5 Oct 98 21:59:26 - (snmpusm.c): make generateRequestMsg do something generic. hardaker 5 Oct 98 22:00:22 - (snmpv3.c, snmpv3.h): return a u_char * instead of a char * for engineIDs. hardaker 5 Oct 98 22:01:04 - (snmp_api.c): misc bug fixes. hardaker 5 Oct 98 22:50:10 - (snmp_api.c): last of known bugs in snmpv3_build fixed (a pointer was being used twice in overlapping needed time periods). marz 7 Oct 98 13:02:40 -(snmp_parse_args.c): add v3 support marz 7 Oct 98 13:06:41 -(snmp_api.[ch], snmpusm.[ch], snmpv3.c): added pdu field to hold sec state ref, fixed usm prototypes, added check for null hent return hardaker 7 Oct 98 15:36:05 - (snmpusm.c): flush out a generic processIncomingMsg(). hardaker 7 Oct 98 15:36:36 - (snmp_impl.h): add securityName to the agent's packet_info structure. hardaker 7 Oct 98 15:38:00 - (snmp_api.c): many many bug fixes to v3 parse/build routines. hardaker 7 Oct 98 15:39:17 - (vacm_vars.c): recognize the securityName when USM model is in use. hardaker 7 Oct 98 17:17:10 - (snmp_agent.c): initial pass at v3. Will fail on sending error messages. hardaker 7 Oct 98 17:45:22 - (snmp_api.c): pass in the sec_parms length to processIncomingMsg hardaker 7 Oct 98 17:46:04 - (snmp_agent.c): bug fix: using an array as a pointer (used to be one). hardaker 7 Oct 98 22:40:43 - (snmp_api.c, snmpv3.c, snmpv3.h): - default snmpv3 parameters can be specified in a snmp.conf file. hardaker 8 Oct 98 10:13:23 - (ISSUES): everyone loves issues! hardaker 9 Oct 98 08:03:57 - (config.h.in, configure, configure.in): use zlib when using rpm libraries. dreeder 9 Oct 98 13:59:12 - (ISSUES): Need a pass for traditional UN*X system programming holes. hardaker 9 Oct 98 18:23:27 - (snmpusm.c): generateRequestMsg() doesn't ASN encode the sec_params. hardaker 9 Oct 98 18:24:02 - (snmp_api.c): restructure the packet building to use less memcpy's. hardaker 9 Oct 98 18:24:26 - (snmp_agent.c): use snmp_build_packet() to construct all v3 data. dreeder 12 Oct 98 07:18:56 - (ISSUES): proof memory invocation/disposal; put time stamps in log files. hardaker 12 Oct 98 07:19:28 - (snmp_api.c, snmp_api.h): - new stats counter API. - bug fixes. hardaker 12 Oct 98 07:42:28 - (snmp_api.c, snmp_api.h): bug fixes with counters (returns u_int, EG). hardaker 12 Oct 98 07:44:55 - (snmp_agent.c): - make v3 code return errors properly. - bug fixes. hardaker 12 Oct 98 07:45:11 - (snmpMPDStats.c, snmpMPDStats.h, usmStats.c, usmStats.h): - use the new stats counter API. marz 12 Oct 98 07:56:30 -(snmp_parse_args.c): merged hex to bin funcs - There can be only One marz 12 Oct 98 08:11:46 -(snmp_api.[ch], snmpusm.[ch]): merged hex to bin funcs, fixed MP/USM api, implemented noAuthNoPriv USM, implemented engine probe algorithm hardaker 12 Oct 98 09:23:49 - (ISSUES): note on David's issue. hardaker 12 Oct 98 12:26:06 - (acconfig.h, config.h.in, configure, configure.in): - look for /dev/random and define HAVE_DEV_RANDOM. - look for libkmt and libcrypto and define HAVE_LIBXXX. marz 12 Oct 98 15:46:36 - (snmpusm.c): fixed header size issues (difference between asn_build_header and asn_build_sequence) hardaker 12 Oct 98 21:56:42 - (system.c, system.h): make calculate_time_diff take a pointer. hardaker 12 Oct 98 21:59:53 - (snmpv3.c): use new calculate_time_diff(). hardaker 12 Oct 98 22:04:06 - (snmp_client.c): bug fixes: - snmp_synch_input() needs to clone a report pdu too. - snmp_clone_pdu() needs to copy contextEngineID, contextName, and securityName hardaker 12 Oct 98 22:12:50 - (snmp_api.c, snmp_api.h): - make snmp_increment_statistic() return the changed value. - create new function: snmp_free_varbind() to free a list. - \n's to the end of the new debugging messages for engineID discovery. - Merge response/report handling to make report's call their callback as well (engineID discovery was never returning). hardaker 12 Oct 98 22:19:54 - (configure, configure.in): remove incorrect comment. hardaker 12 Oct 98 22:22:36 - (ISSUES): wierd memory question. hardaker 12 Oct 98 22:23:16 - (system.c): use new calculate_time_diff(). hardaker 12 Oct 98 22:25:06 - (snmp_agent.c): handle engineID discovery requests. hardaker 12 Oct 98 22:58:26 - (usmUser.c): new function to return the userList. hardaker 12 Oct 98 22:58:55 - (snmpusm.c, snmpusm.h): new function usm_check_secLevel(int, struct *usmUser); hardaker 12 Oct 98 22:59:36 - (snmp_agent.c): handle unknownSecurityName and unsupportedSecurityLevel. hardaker 13 Oct 98 13:27:14 - (acconfig.h, config.h.in, configure, configure.in): - new options: --disable-privacy, --enable-v2p-md5. hardaker 13 Oct 98 13:31:22 - (acconfig.h, config.h.in): comment formatting. hardaker 14 Oct 98 13:29:05 - (snmp_api.c): make snmp_add_var set the size of the oid buffer. hardaker 14 Oct 98 13:29:40 - (snmpusm.c, snmpusm.h): moved the default userList into the library. hardaker 14 Oct 98 13:31:29 - (usmUser.c): use the new library default user list. hardaker 14 Oct 98 13:32:58 - (snmp_agent.c): - use the new library default user list. - don't free a nonexistent pdu (it only exists for v3 requests). hardaker 14 Oct 98 13:47:56 - (snmp_agent.c): make sure pdu->securityName is null terminated. hardaker 14 Oct 98 17:52:23 - (aclocal.m4, configure, configure.in, Makefile.in): - new arguments to configure to set CFLAGS and LIBS: - --with-KMT=path - --with-SSLeay=path - fix to agent/mibgroup/Makefile to keep the above from getting the wrong asn1.h from the SSLeay package. hardaker 14 Oct 98 20:41:07 - (aclocal.m4, config.h.in, configure, configure.in, */Makefile.in): - check for kmt.h - re-order CPPFLAGS to put -I flags last. hardaker 14 Oct 98 20:45:51 - (usmUser.c, usmUser.h, snmpusm.c, snmpusm.h): - move usm_parse_config_usmUser to the library. hardaker 14 Oct 98 20:47:48 - (agent_read_config.c): include snmpusm.h dreeder 15 Oct 98 12:02:40 - Base for SCAPI + some formatting on the path to snmpv3 startup and shutdown. - Shuffling in header files to defeat warnings of #define redundancies: notably, s/freebsd*.h and snmplib/system.h - Debug & tini toolbag in snmplib/{debug,tools}.* - Changed configure option --enable-v2p-md5 to --enable-internal-md5. - Consolidated library system and local header include sequences into snmplib/all_*.h files. Possibly better solutions for this... hardaker 15 Oct 98 22:24:52 - (usmUser.c): removed usm_parse_config_usmUser that David put back by accident when doing formating. hardaker 15 Oct 98 22:25:17 - (keytools.c, keytools.h): added length to engineID. hardaker 15 Oct 98 22:25:58 - (read_config.c, read_config.h): make copy_word return a pointer. hardaker 15 Oct 98 22:26:21 - (scapi.c, scapi.h): move #includes from .h to .c. hardaker 15 Oct 98 22:27:03 - (snmpusm.c, snmpusm.h): new config options to change keys. hardaker 15 Oct 98 22:27:58 - (snmpv3.c): don't call init_kmt() unless HAVE_LIBKMT is defined. hardaker 15 Oct 98 22:42:00 - (keytools.c, keytools.h): move #include from .h to .c. hardaker 15 Oct 98 22:47:56 - (usmUser.c, usmUser.h): - use do_keychange() to implement the key change write methods. - a bit of -Wall cleanup. dreeder 16 Oct 98 11:28:12 - Updated SCAPI crypting functions to identify transforms OIDs not #define's. - Moved "global" definitions of OID transforms to snmpusm.h, and out of usmUser.c and snmpusm.c. - sc_generate_keyed_hash() stands as a good example of what other functions will look like. dreeder 16 Oct 98 11:50:09 - (scapi.c, scapi.h) Output buffer arguments for (en|de)crypting are single-pointers. lewis 16 Oct 98 13:15:16 - - (snmpusm.h): - Added USM_ERR symbols used by usm_generate_out_msg lewis 16 Oct 98 13:20:07 - - (snmpusm.c) - Rewrote usm_generate_out_msg, renaming old implementation to usm_generate_out_msg_NULL - This code compiled on FreeBSD, not tested for linking or running - Added functions to calculate indicies (asn_predict_int_length, asn_predict_length, usm_calc_offsets) and to make the CBC-DES initialization vector (usm_set_salt). dreeder 18 Oct 98 21:14:09 - SCAPI code complete, but not completely tested. Added testing/ directory. Verified that Ed's recent changes compile cleanly. Tried to patch up "critical" -Wall warnings. hardaker 19 Oct 98 07:10:27 - (Makefile.top): remove -Wall requirement. dreeder 19 Oct 98 15:12:57 - Core SCAPI routines appear sound. testing/ directory is no longer commented out. SNMPv3 style key manipulations untested yet. Created (?) a slew of new warnings from files early in compile sequence. dreeder 20 Oct 98 11:38:42 - Tests for generate_Ku and generate_kul. (testing/ktest -h for help.) Cleaned up new set of "critical" warnings -- mostly adding #include's. Fixed KMT/apps/randtest.c so it compiles under Linux. marz 21 Oct 98 08:18:03 -(snmp_api.[ch]): add fields for authKey and privKey lewis 21 Oct 98 12:07:16 - - (snmp.h) - Added SNMP_ERR_ error symbolic constants for the auth/priv (USM) module reported errors. - Used values 19-27, updated MAX_SNMP_ERR to 27. lewis 21 Oct 98 12:08:24 - - (snmpusm.h) - Added symbolic constants for errors found processing incoming messages. - Equated the symbols with those added to snmp.h hardaker 21 Oct 98 12:10:03 - (snmp_api.h): added ASN/SNMP counters to the counter list. marz 21 Oct 98 12:50:24 -(snmp_api.[ch]): correctly add #define sizes for authKey and privKey marz 21 Oct 98 13:38:57 -(snmp_api.[ch]): added auth/priv protocol type fields to session marz 21 Oct 98 13:49:11 -(snmp_api.c): added cast for internal pdu (internal pdu should be elimianted someday) hardaker 21 Oct 98 13:53:38 - (snmp_api.h): STAT_MAX_STATS -> MAX_STATS. hardaker 21 Oct 98 17:54:08 - (snmpv3.c): remove snmp_perror() defined as perror(). It's a real function. hardaker 21 Oct 98 17:58:08 - (asn1.c): asn_build_string: allow a null string to build a 00 padded string. hardaker 21 Oct 98 18:00:07 - (snmp_api.c): - engineID discovery debugging messages. - zero length contextNames ok. - set max length before usm_generate_out_msg(). hardaker 21 Oct 98 19:04:35 - (snmp_api.c): move the engineID discovery to snmp_sess_open(). hardaker 21 Oct 98 19:05:12 - (snmp_api.h): synch snmp_pdu and internal_snmp_pdu. dreeder 21 Oct 98 19:55:15 - Shook the bugs out of key manipulation routines (generate_kul, generate_Ku). Completed and tested KeyChange TC code ({encode,decode}_keychange). Created initial elements of an automated test harness in testing/. Created data files and test scripts to demonstrate compliance. Miscellaneous additions to snmplib/tools.?, some temporary/transitional. marz 21 Oct 98 19:58:11 -(snmp_parse_args.c): add auth/priv proto flags, add auth priv key flags marz 21 Oct 98 20:19:08 - (snmp_api.[ch]): updated auth/priv prot and key fileds in session, added suport in snmp_sess_open and close (yanked fields from PDU - did I do that?) hardaker 21 Oct 98 21:21:41 - (lcd_time.c): minor warning fixes. hardaker 21 Oct 98 21:22:07 - (tools.c, tools.h): new tool: memdup(). hardaker 21 Oct 98 22:08:07 - (snmp_api.c): - generate a usm user from session data if needed. - check the result from the usm and fail if it does. marz 22 Oct 98 08:02:11 -(snmp_api.c): added DEBUGP code to trace message version and secLevel for demo lewis 22 Oct 98 13:37:34 - - (snmpusm.c) - Not a working/tested version, but it compiles. - Fixed one bug - "&" to "==" in an if() - Did not alter code to deny null engine id users - Added much code in process incoming message - New use of errors and DEBUGP - Still waiting on updates to lcd_time.h to implement step #3 of RFC 2274, s3.2. dreeder 23 Oct 98 09:45:47 - LCD Time API prototypes are complete. 90% stable. Draft of automated testing harness in testing/. Use testing/eval_suite.sh to run all current tests. lewis 23 Oct 98 11:38:25 - - (lcd_time.h) - added definitions for TRUE and FALSE (if not previously defined) - fixed a compilation bug in the ensure entry macro lewis 23 Oct 98 11:47:37 - - (snmpusm.c) - Added the step 3 code to process outgoing messages function - Still un-run dreeder 23 Oct 98 15:39:02 - Complete code for LCD time API. Awaiting serious tests. Changed snmpv3_get_engine{Time,Boots} to snmpv3_local_snmpEngine* dreeder 24 Oct 98 23:07:54 - Shook bugs out of LCD to manage engine IDs/time ("testing/etest -a"). Added a function dump_snmpEngineID ("testing/misctest -1"). Made sprint_hexstring not-static... (temporary change I think). Added comments/questions about building snmpEngineID. (snmpv3.c) Added TRUE/FALSE defines to snmpusm.c. (These should be standardized.) Added SNMP_MAXBUF_SMALL. (tools.h) Cleaned up (clarified?) test harness description. marz 25 Oct 98 14:48:06 -(snmp_parse_args.c): move key generation (generate_Ku) after init_snmp hardaker 25 Oct 98 20:59:33 - (snmp_agent.c): debugging parse/build statements and errno fixes. hardaker 25 Oct 98 21:00:15 - (system.h): created DEBUGPL to do DEBUGP with file/line statements. hardaker 25 Oct 98 21:01:00 - (tools.c): check memdup() for NULL passed in. hardaker 25 Oct 98 21:01:58 - (read_config.c): bug fixes: misc NULL checks. hardaker 25 Oct 98 21:02:40 - (snmp_client.c): default to setting secNameLen and contextNameLen to -1. dreeder 25 Oct 98 22:28:18 - Mostly shuffling pre-existing things about -- Used USE_INTERNAL_MD5 put kmt_hash parallel with v2p MD5 hash. sc_encrypt/sc_decrypt now also return: SNMPERR_SC_NOT_CONFIGURED. Tested and "fixed" build with on&off settings of: USE_V2PARTY_PROTOCOL, SCAPI_AUTHPRIV, USE_INTERNAL_MD5. Greatest damage done in agent/snmp_agent.c, snmplib/snmp_client.c. Repaired use of key manipulation functions in snmpusm.c. (Could use peer review as my expectations of use may differ.) Added (and removed 1) some XXX's in party code... hardaker 26 Oct 98 13:34:03 - (snmpusm.c): enable NULL engineIDs in user storage. hardaker 26 Oct 98 13:37:03 - (snmp_api.c, snmp_api.h): - creating users from a session: create_user_from_session(). - make probing use the above twice (once for NULL engineID and once for probed engineID). - bug fix: snmp version printed in debugging was off by -1. hardaker 26 Oct 98 20:41:19 - (snmp_agent.c): set context name on engineID report. hardaker 26 Oct 98 20:42:06 - (snmpd.c): create the "initial" user for engineID:null. hardaker 26 Oct 98 22:12:17 - (keytools.c): check for NULL pointer, not *pointer. hardaker 26 Oct 98 22:15:01 - (snmpusm.c): malloc kul space in usm_set_password(). dreeder 28 Oct 98 09:39:57 - get_enginetime() now returns <0,0> tuple for NULL/""/len=0 engineIDs. sc_{check,generate}_keyed_hash() process hashes <= hash output len. (Stable, but expect an expanded test in scapitest.c soon.) Misc: Put MD5_HASHSIZE_BYTES in party.h; SNMP_ZERO in tools.h lewis 28 Oct 98 13:16:54 - - (snmpusm.c) - Debugged running of usm_generate... function so that it runs with no authentication / no privacy options. (Don't have a way yet to test with the fancy security.) - Added a line for debugging which sets all bytes of the security header and the PDU's resting place to FF - for debugging purposes only. This lets me see what bytes remain to be punched in. This line is flush left in the file, indicating that it is to be cut out if we reach release. - Added "emergency_print," an uncalled routine I like to have when running in gdb. It dumps a field of x bytes in hex, 25 values to a line. dreeder 28 Oct 98 14:19:52 - Bounded KMT code with #define's for HAVE_LIBKMT - Will not compile without either HAVE_LIBKMT -or- USE_INTERNAL_MD5. - Added new error code: SNMPERR_KT_NOT_AVAILABLE. - Added a test for previous changes to sc_*_keyed_hash() functions. (Augmented test_dokeyedhash() in keymanagement.c.) lewis 29 Oct 98 09:56:08 - - (snmpusm.c) - Made fixes to process incoming - Began to add code for the security state reference lewis 29 Oct 98 10:27:37 - - (snmpusm.h) - Added prototype for set_reportErrorOnUnknownID lewis 29 Oct 98 10:29:16 - - (snmpusm.c) - Fixed some of Wes' reported problems. - Added code to store secStateRef - Still need to use it in generate_outgoing lewis 29 Oct 98 14:30:18 - - (snmpusm.c) - Now makes use of the stored secStateRef in generate outgoing - I hope - I still haven't been able to get message back and forth, it's time to figure out how to run the snmpd stuff I guess. marz 29 Oct 98 15:06:49 add #idef gaurds for kmt.h and kmt_algs.h dependent on existence of headers rather than libkmt lewis 30 Oct 98 06:45:24 - - (snmpusm.h) - Added a state reference free routine - Changed name of the routine to set the report-on-error flag so that it begins with "usm_". lewis 30 Oct 98 06:46:52 - - (snmpusm.c) - Modified the free state ref routine to take a void * instead of a struct whatever *, this plus adding it to the .h file makes is useable by the Message Processor. lewis 30 Oct 98 07:34:26 - - (snmpusm.c) - Removed a potential memory hole (returning on error from the process incoming routine without freeing the security state reference). hardaker 30 Oct 98 08:38:53 - (snmpv3.c): snmp_perror() -> perror() ["malloc"]. hardaker 30 Oct 98 08:43:52 - (snmpd.c): - Make -D a toggle. - use usm_set_reportErrorOnUnknownID(). hardaker 30 Oct 98 08:45:09 - (snmp_parse_args.c): - Make -D a toggle. hardaker 30 Oct 98 16:44:43 - (snmp_agent.c): make the agent watch the error status from packet parsing instead of doing checks itself. hardaker 30 Oct 98 16:52:03 - (snmpusm.c): usm_get_user(): allow a null length (but non null pointer) engineID. marz 1 Nov 98 15:55:11 -(asn1.c, lcd_time.c, snmp_api.c, snmp_api.h, snmp_client.c, snmpusm.c, snmpv3.c): remove internal pdu/varlist, pdu_free update, handle initial user as discussed, remove initial user hack, remove engineID probe/Report hack, handle securityStateRef as discussed, handle zero-length context, normalize _enginetime arg order, include wes's patches for null engineid and secNameLen++ hardaker 1 Nov 98 19:32:43 - (snmp_parse_args.c, snmp_parse_args.h, snmpbulkwalk.c, snmpdelta.c, snmpget.c, snmpgetnext.c, snmpset.c, snmpstatus.c, snmptable.c, snmptest.c, snmptrap.c, snmpwalk.c): - use "snmpapp" as configuration file name. hardaker 1 Nov 98 19:36:59 - (snmp_api.c): generate user->Kul from session->Ku. hardaker 1 Nov 98 19:38:29 - (snmp_agent.c): generate all sorts of new SNMP reports when needed. hardaker 1 Nov 98 19:39:29 - (snmpd.c): use snmp_perror() if snmp_agent_parse() returns 0. hardaker 2 Nov 98 09:00:25 - (vacm.c): allow a security level >=, not ==. hardaker 2 Nov 98 09:01:07 - (snmpv3.c): remove usm_create_initial() and set_enginetime(). hardaker 2 Nov 98 09:06:04 - (snmpusm.c, snmpusm.h): - new function: init_usm_post_config(void); - make usm_get_user_from_list() handle a bogus initial user flag. hardaker 2 Nov 98 09:09:35 - (snmp_api.c): - use init_usm_post_config(); - use usm_get_user_from_list to ask not to return the default initial user. - fix snmp_var_add_variable() to allow counters. hardaker 2 Nov 98 09:10:15 - (snmp_parse_args.c): typo on des key initialization, forgot the 'X'. hardaker 2 Nov 98 09:13:36 - (snmp_agent.c): - fix report OIDs to be correct. - debugging statement when sending a report. - added unsupported security level report. - send a counter instead of an integer. hardaker 2 Nov 98 16:01:24 - (snmp_parse_args.c): generate Ku for priv protocol using auth protocol hash. hardaker 3 Nov 98 09:37:03 - (lcd_time.c): first byte==0 engine ID's are valid. lewis 4 Nov 98 11:35:29 - - (snmpusm.c) - Better handling of null and unknown engine IDs. dreeder 4 Nov 98 11:45:08 - (lcd_time.c) Special cases for NULL or 0 length engineIDs. hardaker 4 Nov 98 21:53:32 - (snmp_agent.c): check engineID to make sure its us. lewis 5 Nov 98 09:52:35 - - (snmpusm.c) - Fixed call to predict integer length routine to give it the *whole* number, not just one (first/last depends on endian) of the number. Doh! scale rating 9. - Altered that routine to be more like the asn_build_int ... i.e., no longer assumes the length of the length is 1. Doh! rating a 1. lewis 5 Nov 98 11:03:24 - - (snmpusm.c) - Fixed some DEBUGP calls to show the right function, perhaps these will become DEBUGPL in the future. dreeder 5 Nov 98 15:37:29 - Mostly function header comments in read_config.c, util_funcs.c, snmpv3.c. (Please feel free to check for accuracy...) Check for NULL in register_config_handler(). Added length argument to snmpv3_get_engineID(). Check for length(P)