ChangeLog
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2891k
- * Makefile.in:
- - (Makefile.in): Watch out for multiple spaces in C defs.
-
- 1997-03-24 00:50 whardake
- * agent/mibgroup/: example.c, example.h:
- - (example.c,.h): New example mib module duplicating the passtest
- script in C code.
-
- 1997-03-24 00:49 whardake
- * agent/mibgroup/memory.c:
- - (memory.c): prototype write function better.
-
- 1997-03-18 07:53 whardake
- * FAQ:
- - (FAQ): snmp.conf -> snmpd.conf
-
- 1997-03-18 07:52 whardake
- * FAQ:
- - (FAQ): Update from Dave Shield.
-
- 1997-03-14 07:16 whardake
- * agent/mibgroup/README:
- - (mibgroup/README): Update from Dave Shield.
-
- 1997-03-14 04:55 whardake
- * agent/mibgroup/versioninfo.c, sedscript.in,
- bug-report:
- version tag ( 3.1.4.pre4 )
-
- 1997-03-14 04:54 whardake
- * acconfig.h, config.h.in, mibs/ucd-snmp.txt:
- - (acconfig.h, ucd-snmp.txt): recognize new hosts for sysObjectId.
-
- 1997-03-14 04:53 whardake
- * snmplib/context_parse.c, snmplib/party_parse.c,
- snmplib/system.c, snmplib/system.h, agent/snmpd.c
- :
- - (snmpd.c, context_parse.c, party_parse.c, system.[ch]):
- - 64bit fix: get_myaddr() should return int not long.
-
- 1997-03-14 04:51 whardake
- * configure, configure.in, apps/Makefile.in:
- - (configure.in, apps/Makefile.in): fix trap by including optional .o files.
-
- 1997-03-14 02:22 whardake
- * agent/snmp_groupvars.h:
- - (snmp_groupvars.h): axe.
-
- 1997-03-14 02:20 whardake
- * agent/snmp_vars_event.h:
- - (snmp_vars_event.h): axe.
-
- 1997-03-14 02:18 whardake
- * agent/Makefile.in, apps/snmpnetstat/Makefile.in:
- - (agent/Makefile.in, apps/snmpnetstat/Makefile.in): make depend.
-
- 1997-03-14 02:17 whardake
- * makedepend.in:
- - (makedepend.in): run on snmpnetstat dir also.
-
- 1997-03-14 02:07 whardake
- * Makefile.in:
- - (Makefile.in): Fix sedscript to include s# as well as s/ commands.
-
- 1997-03-14 02:01 whardake
- * man/snmpd.1.def:
- - (snmpd.1.def): Updated to include -c/-C and SNMPCONFPATH env var.
-
- 1997-03-14 01:49 whardake
- * mibs/ucd-snmp.txt:
- - (ucd-snmp.txt): remove the last of the sed script defs.
-
- 1997-03-14 01:48 whardake
- * Makefile.in, configure, configure.in,
- mibs/Makefile.in:
- - (Makefile.in, config*, mibs/Makefile.in): enable mibs/ make install.
-
- 1997-03-14 00:49 whardake
- * mibs/: rfc1271.txt, snmpv2.txt, ucd-snmp.txt:
- - (mibs/{rfc1271,snmpv2,ucd-snmp}.txt): New mibs directory for sub-mibs.
-
- 1997-03-14 00:47 whardake
- * mib.txt:
- - (mib.txt): streamed down.
-
- 1997-03-14 00:46 whardake
- * ucd-snmp.txt:
- - (ucd-snmp.txt): moved to mibs/.
-
- 1997-03-14 00:38 whardake
- * Makefile.in, ece-mib.def, mib.txt, mibII.txt
- , ucd-snmp.txt:
- - (ucd-snmp.txt, mib.txt, Makefile.in): Don't build mib files anymore.
-
- 1997-03-13 08:45 whardake
- * maketarget, agent/kernel.c, agent/kernel.h,
- agent/snmp_agent.c, agent/snmp_vars.c, agent/snmpd.c
- , agent/snmpd.h, agent/mibgroup/at.c,
- agent/mibgroup/icmp.c, agent/mibgroup/interfaces.c,
- agent/mibgroup/interfaces.h, agent/mibgroup/ip.c,
- agent/mibgroup/loadave.c, agent/mibgroup/tcp.c,
- agent/mibgroup/udp.c, agent/mibgroup/var_route.c,
- apps/snmpstatus.c, apps/snmptrap.c, apps/snmptrapd.c
- , apps/snmpnetstat/if.c, apps/snmpnetstat/inet.c
- , apps/snmpnetstat/main.c, apps/snmpnetstat/netstat.h
- , apps/snmpnetstat/route.c, man/snmpd.1.def,
- man/snmpnetstat.1, snmplib/mib.c, snmplib/snmp_api.c
- , snmplib/snmp_client.c:
- - (many): Patch from Niels Baggensen:
- - A large number of problems with the Linux port
- - Some problems with NetBSD 1.2C, but it's still not perfect
- - More (symbolic) debug output from snmpd, when using -V. -d implies -V
- Shows you variable requested and value returned
- - Return ipRouteMask under Solaris
- - snmpnetstat -r shows non-standard netmasks
- - snmpnetstat -o (new) shows interface octets, without enquiring for mtu
- and other variables not present for a Cisco Frame-Relay virtual circuit
- interface
- - snmpnetstat tcp/udp print-out had ntohs/htons in wrong places for port
- numbers (shows up on little-endian architectures)
- - adds a maketarget script that can be used to create a parallel symlinked
- source directory. Useful if your make does not support VPATH
-
- 1997-03-13 08:17 whardake
- * agent/common_header.h:
- - (common_header.h): fix path to alarm.h.
-
- 1997-03-13 07:17 whardake
- * apps/: Makefile.in, snmpnetstat/Makefile.in:
- - (apps/*/Makefile.in): depend problems fix.
-
- 1997-03-13 07:10 whardake
- * configure, configure.in:
- - (config*): remove duplicate gethostname check.
-
- 1997-03-13 07:07 whardake
- * Makefile.in, agent/Makefile.in,
- agent/mibgroup/Makefile.in, apps/Makefile.in,
- apps/snmpnetstat/Makefile.in, snmplib/Makefile.in:
- - (*/Makefile.in): make depend and rule fixes as well.
-
- 1997-03-13 06:45 whardake
- * agent/Makefile.in, agent/mibgroup/Makefile.in,
- apps/Makefile.in, apps/snmpnetstat/Makefile.in,
- snmplib/Makefile.in:
- - (*/Makefile.in): New make depend rules to seperate system/non dependent stuff.
-
- 1997-03-13 06:45 whardake
- * configure, configure.in:
- - (config*): check for system dependent modules.
-
- 1997-03-13 06:36 whardake
- * agent/mibgroup/: view_vars.c, context_vars.c,
- acl_vars.c:
- - (view_vars.c, context_vars.c, acl_vars.c): don't include snmpv2_vars.h.
-
- 1997-03-13 06:35 whardake
- * agent/mibgroup/: hpux.c, memory.c, memory.h:
- - (hpux.c, memory.c, memory.h): Patch from Dave Shields to fix minor problems.
-
- 1997-03-13 05:44 whardake
- * agent/: Makefile.in, acl.conf, kernel_sunos5.c
- , kernel_sunos5.h, route_write.c,
- snmp_var_route.c, mibgroup/kernel_sunos5.c,
- mibgroup/kernel_sunos5.h:
- - (kernel_sunos5.[ch]): moved to mibgroup/.
- - (route_write.c, snmp_var_route.c): delete from agent dir.
-
- 1997-03-13 05:34 whardake
- * agent/: Makefile.in, acl_vars.c, alarm.c,
- alarm.h, common_header.h, context_vars.c, event.c
- , event.h, party_vars.c, snmp_vars.c,
- snmpd.c, view_vars.c, mibgroup/acl_vars.c,
- mibgroup/acl_vars.h, mibgroup/alarm.c, mibgroup/alarm.h
- , mibgroup/context_vars.c, mibgroup/context_vars.h
- , mibgroup/event.c, mibgroup/event.h,
- mibgroup/party_vars.c, mibgroup/party_vars.h,
- mibgroup/snmpv2_subtrees.h, mibgroup/snmpv2_vars.h,
- mibgroup/view_vars.c, mibgroup/view_vars.h:
- - (agent/*, mibgroup/*): moved alarm, context, views, event, party,
- and acl variable groups to mibgroup/.
-
- 1997-03-13 01:14 whardake
- * agent/mibgroup/extensible_subtrees.h:
- - (extensible_subtrees.h): Removed file.
-
- 1997-03-13 00:37 whardake
- * apps/snmpnetstat/main.c, snmplib/party_parse.c:
- - (config*): check for in_addr_t and define as u_int (32 bits) if not present.
- - (apps/*.c, party_parse.c): use it.
-
- 1997-03-13 00:32 whardake
- * Makefile.in, acconfig.h, config.h.in,
- configure, configure.in, apps/snmpbulkwalk.c,
- apps/snmpget.c, apps/snmpgetnext.c, apps/snmpset.c
- , apps/snmpstatus.c, apps/snmptest.c,
- apps/snmptrap.c, apps/snmpwalk.c:
- - (config*): check for in_addr_t and define as u_int (32 bits) if not present.
- - (apps/*.c, party_parse.c): use it.
-
- 1997-03-12 08:15 whardake
- * snmplib/snmp_api.c:
- - (snmp_api.c): returns from inet_addr are in_addr_t (u_int) not u_long.
-
- 1997-03-12 06:55 whardake
- * agent/mibgroup/README:
- - (mibgroup/README): doc update from Dave Shield.
-
- 1997-03-12 06:48 whardake
- * apps/snmpnetstat/Makefile.in, apps/Makefile.in,
- agent/Makefile.in:
- - (*/Makefile.in): make depend update.
-
- 1997-03-12 06:45 whardake
- * configure, configure.in, agent/snmp_agent.c,
- agent/snmpd.c, agent/mibgroup/Makefile.in,
- agent/mibgroup/ip.c, agent/mibgroup/ip.h,
- agent/mibgroup/route_write.c, agent/mibgroup/route_write.h
- , agent/mibgroup/snmp.c, agent/mibgroup/snmp.h,
- agent/mibgroup/snmp_mib.c, agent/mibgroup/var_route.c,
- agent/mibgroup/var_route.h:
- - (configure.in, snmpd.c, snmp_agent.c, route_write.[ch],
- var_route.[ch], ip.[ch], snmp.[ch] -> snmp_mib.[ch]):
- - Moved snmp mib module -> snmp_mib for naming conflicts with snmplib.
- - Moved snmp_var_route.c -> mibgroup/var_route.c
- - Moved write_route.c -> mibgroup/write_route.c
-
- 1997-03-12 00:28 whardake
- * agent/mibgroup/: snmp_mib.c, snmp_mib.h:
- - (mibgroup/snmp.[hc] -> mibgroup/snmp_mib.[hc]): Moved due to name clashes.
-
- 1997-03-11 08:36 whardake
- * agent/mibgroup/at.h, agent/mibgroup/icmp.c,
- agent/mibgroup/interfaces.c, agent/mibgroup/ip.c,
- agent/mibgroup/snmp.c, agent/mibgroup/snmp.h,
- agent/mibgroup/system.c, agent/mibgroup/tcp.c,
- agent/mibgroup/udp.c, agent/mibgroup/wombat.c,
- acconfig.h, config.h.in, configure,
- configure.in, agent/route_write.c,
- agent/snmp_var_route.c, snmplib/mib.c:
- - (mibgroup/*):
- - remove trailing ;s on bunches of functions.
- - make everything but interfaces.c compile on irix6.3.
- - (config*,system.c): use uname and gethostname if available.
- - (configure.in, configure): Don't check _KERNEL if ifnet.if_mtu already works.
-
- 1997-03-11 00:04 whardake
- * agent/mibgroup/ip.c:
- - (ip.c): freebsd2 patch.
-
- 1997-03-10 08:28 whardake
- * configure, configure.in:
- - (configure.in): space protect modules when checking for with grep.
-
- 1997-03-10 07:55 whardake
- * configure, configure.in:
- - (configure.in): New configure option: --with-out-mib-modules="list".
-
- 1997-03-07 07:11 whardake
- * agent/common_header.h:
- - (common_header.h): comment out end of #endif.
-
- 1997-03-07 07:09 whardake
- * acconfig.h, config.h.in, configure,
- configure.in:
- - (config*): make new configure options respect $(srcdir).
-
- 1997-03-07 06:02 whardake
- * configure, configure.in:
- - (configure): removed {} requirement from config_load_mib() calls.
-
- 1997-03-07 06:00 whardake
- * agent/mibgroup/: at.h, disk.h, errormib.h,
- extensible.h, icmp.h, interfaces.h, ip.h,
- loadave.h, memory.h, proc.h, snmp.h,
- system.h, tcp.h, udp.h, versioninfo.h,
- wombat.h:
- - (mibgroup/*): removed {} requirement from config_load_mib() calls.
-
- 1997-03-07 05:01 whardake
- * agent/mibgroup/versioninfo.c, sedscript.in,
- bug-report:
- version tag ( 3.1.4.pre3 )
-
- 1997-03-07 04:51 whardake
- * snmplib/snmp.c:
- - (snmplib/snmp.c): remove second ctype.h include.
-
- 1997-03-07 04:50 whardake
- * agent/mibgroup/hpux.c:
- - (hpux.c): ifdef a few headers for correct make depend.
-
- 1997-03-07 04:49 whardake
- * agent/mibgroup/Makefile.in, snmplib/Makefile.in,
- apps/Makefile.in:
- - (mibgroup/Makefile.in, apps/Makefile.in, snmplib/Makefile.in): depend.
-
- 1997-03-07 04:48 whardake
- * agent/: snmp_agent.c, snmp_vars.c, snmpd.c:
- - (snmp_agent.c, snmp_vars.c, snmpd.c): remove extproto.h include.
-
- 1997-03-07 04:47 whardake
- * agent/Makefile.in:
- - (agent/Makefile.in): make depend and extensible/ removes.
-
- 1997-03-07 04:46 whardake
- * Makefile.in, config.h.in, sedscript.in:
- - (Makefile.in, sedscript.in): Fix sedscript generation. sigh.
-
- 1997-03-07 04:44 whardake
- * .cvsignore:
- - (.cvsignore): add mib_module_config.h
-
- 1997-03-07 04:40 whardake
- * remove-files:
- - (remove-files): add makedepend.in
-
- 1997-03-07 04:39 whardake
- * makedepend.in:
- - (makedepend.in): new make depend script
-
- 1997-03-07 02:42 whardake
- * acconfig.h, configure, configure.in:
- - (config*): generate a mib_module_config.h with defines of whats being used.
-
- 1997-03-07 01:49 whardake
- * agent/mibgroup/struct.h:
- - (mibgroup/struct.h): moved to here.
-
- 1997-03-07 01:34 whardake
- * agent/mibgroup/: hpux.c, hpux.h:
- - (hpux.[ch]): Added hpux specific files from extensible dir.
-
- 1997-03-07 01:07 whardake
- * agent/mibgroup/versiontag:
- - (mibmodule/versiontag): moved into place from extensible/
-
- 1997-03-07 00:58 whardake
- * agent/: snmp_vars.h, mibgroup/disk.c, mibgroup/disk.h
- , mibgroup/errormib.c, mibgroup/errormib.h,
- mibgroup/extensible.c, mibgroup/extensible.h,
- mibgroup/ip.c, mibgroup/ip.h, mibgroup/loadave.c,
- mibgroup/loadave.h, mibgroup/pass.c, mibgroup/pass.h
- , mibgroup/proc.c, mibgroup/proc.h,
- mibgroup/read_config.c, mibgroup/read_config.h,
- mibgroup/snmp.c, mibgroup/system.c,
- mibgroup/util_funcs.c, mibgroup/util_funcs.h:
- - (snmp_vars.h, mibgroup/*): strict-prototyping and config_require()s.
-
- 1997-03-07 00:07 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c): removed more non-mibgroup specific calls and headers.
-
- 1997-03-07 00:05 whardake
- * agent/: mibgroup/Makefile.in, mibgroup/disk.c,
- mibgroup/disk.h, mibgroup/errormib.c,
- mibgroup/errormib.h, mibgroup/extensible.c,
- mibgroup/extensible.h, mibgroup/loadave.c,
- mibgroup/loadave.h, mibgroup/memory.c,
- mibgroup/memory.h, mibgroup/mibdefs.h,
- mibgroup/mibincl.h, mibgroup/pass.c, mibgroup/pass.h
- , mibgroup/proc.c, mibgroup/proc.h,
- mibgroup/read_config.c, mibgroup/read_config.h,
- mibgroup/system.c, mibgroup/system.h,
- mibgroup/util_funcs.c, mibgroup/util_funcs.h,
- mibgroup/versioninfo.c, mibgroup/versioninfo.h,
- Makefile.in:
- - (extensible/* -> mibgroup/*): moved extensible stuff to mib modules.
-
- 1997-03-05 07:29 whardake
- * snmplib/snmp_api.c:
- - (snmp_api.c): Yep. It was wrong. Tested and works now.
-
- 1997-03-05 07:15 whardake
- * snmplib/snmp_api.c:
- - (snmp_api.c): fixed prototyping errors in snmp_parse. Possibly wrong.
-
- 1997-03-05 07:13 whardake
- * agent/acl_vars.c:
- - (acl_vars.c): incorrectly fixed prototyping errors for write_acl().
-
- 1997-03-05 06:05 whardake
- * snmplib/: acl.c, acl.h, acl_parse.c, asn1.c
- , asn1.h, context.c, context.h,
- context_parse.c, md5.c, md5.h, mib.c,
- mib.h, parse.c, parse.h, party.c, party.h
- , party_parse.c, snmp.h, snmp_api.c,
- snmp_api.h, snmp_auth.c, snmp_client.c,
- snmp_client.h, snmp_impl.h, system.c, system.h
- , view.c, view.h:
- - (*.c, *.h): Patch from Niels Baggesen to prototype *everything*.
-
- 1997-03-05 06:01 whardake
- * agent/mibgroup/at.c, agent/mibgroup/at.h,
- agent/mibgroup/icmp.c, agent/mibgroup/icmp.h,
- agent/mibgroup/interfaces.c, agent/mibgroup/interfaces.h
- , agent/mibgroup/ip.c, agent/mibgroup/ip.h,
- agent/mibgroup/snmp.c, agent/mibgroup/snmp.h,
- agent/mibgroup/snmpv2_vars.h, agent/mibgroup/system.c,
- agent/mibgroup/system.h, agent/mibgroup/tcp.c,
- agent/mibgroup/tcp.h, agent/mibgroup/udp.c,
- agent/mibgroup/udp.h, apps/snmpbulkwalk.c,
- apps/snmpget.c, apps/snmpgetnext.c, apps/snmpset.c
- , apps/snmpstatus.c, apps/snmptest.c,
- apps/snmptranslate.c, apps/snmptrap.c,
- apps/snmptrapd.c, apps/snmpwalk.c,
- apps/snmpnetstat/if.c, apps/snmpnetstat/inet.c,
- apps/snmpnetstat/main.c, apps/snmpnetstat/route.c:
- - (*.c, *.h): Patch from Niels Baggesen to prototype *everything*.
-
- 1997-03-05 05:58 whardake
- * acconfig.h, config.h.in, agent/acl_vars.c,
- agent/alarm.c, agent/alarm.h, agent/common_header.h
- , agent/context_vars.c, agent/event.c,
- agent/event.h, agent/kernel.h, agent/party_vars.c
- , agent/route_write.c, agent/snmp_agent.c,
- agent/snmp_var_route.c, agent/snmp_vars.c,
- agent/snmp_vars.h, agent/snmp_vars_event.h,
- agent/snmpd.c, agent/snmpd.h, agent/var_struct.h
- , agent/view_parse.c, agent/view_vars.c:
- - (*.c, *.h): Patch from Niels Baggesen to prototype *everything*.
-
- 1997-03-05 02:37 whardake
- * README:
- - (README): Contributer name addition.
-
- 1997-03-05 02:28 whardake
- * agent/snmpd.h:
- file snmpd.h was initially added on branch Ext-3-1-4-pre2-niels.
-
- 1997-03-05 02:28 whardake
- * agent/kernel.h:
- file kernel.h was initially added on branch Ext-3-1-4-pre2-niels.
-
- 1997-03-05 02:17 whardake
- * snmplib/snmp_client.c:
- - (snmp_client.c): Patch from Elwyn B Davies:
- - Fix a PDU cloning bug.
-
- 1997-03-05 01:04 whardake
- * agent/mibgroup/.cvsignore:
- - (mibgroup/.cvsignore): new to ignore created .h files.
-
- 1997-03-05 01:03 whardake
- * agent/mibgroup/system.c:
- - (system.c): removed system nlist (unused).
-
- 1997-03-05 00:48 whardake
- * acconfig.h, config.h.in, configure,
- configure.in, agent/Makefile.in,
- agent/common_header.h, agent/snmp_vars.c,
- agent/snmp_vars.h, agent/mibgroup/Makefile.in,
- agent/mibgroup/at.h, agent/mibgroup/icmp.h,
- agent/mibgroup/interfaces.h, agent/mibgroup/ip.h,
- agent/mibgroup/snmp.c, agent/mibgroup/snmp.h,
- agent/mibgroup/system.c, agent/mibgroup/system.h,
- agent/mibgroup/tcp.h, agent/mibgroup/udp.h,
- agent/mibgroup/wombat.h:
- - (config*, agent/*, agent/mibgroup/*):
- - Added .o file list to agent/Makefile.in generated by configure.
- - new files generated by configure:
- - mibgroup/mib_module_includes.h: A list of mib .h files for snmp_vars.h.
- (every module *must* have a .h file)
- - mibgroup/mib_module_inits.h: A list of init_wombat() type functions.
- (only present if exist in wombat.c).
- - mibgroup/mib_module_loads.h: This file is generated by a new macro in
- the mib.h files called
- config_load_mib(), which simplifies
- the loading of the mib sections.
-
- 1997-03-04 06:44 whardake
- * acconfig.h, config.h.in, configure,
- configure.in, agent/mibgroup/Makefile.in:
- - (config*, mibgroup/Makefile.in):
- - mibgroup compile list is build by configure and can be augmented
- by the --with-mib-modules="list of modules" command line to configure.
-
- 1997-02-17 07:11 whardake
- * sedscript.in, bug-report:
- version tag ( 3.1.4.pre2 )
-
- 1997-02-17 06:32 whardake
- * agent/mibgroup/interfaces.c:
- - (interfaces.c): Remove MAX_NAME_LENGTH requirements.
-
- 1997-02-17 06:31 whardake
- * agent/mibgroup/icmp.c:
- - (icmp.c): don't use ret variable, since it's not defined.
-
- 1997-02-17 06:30 whardake
- * agent/event.c:
- - (event.c): Was passing an int to bcopy instead of &int.
-
- 1997-02-17 06:30 whardake
- * agent/alarm.c:
- - (alarm.c): typedef for getStatPtr().
-
- 1997-02-17 05:53 whardake
- * agent/: Makefile.in, mibgroup/Makefile.in:
- - (agent/*Makefile.in): Make depend.
-
- 1997-02-17 05:47 whardake
- * snmplib/: mib.c, snmp_api.c, snmp_api.h:
- - (mib.c, snmp_api.c, snmp_api.h): Patch from Dave Shield to remove
- ANSI specific requirements.
-
- 1997-02-17 05:46 whardake
- * agent/mibgroup/.cvsignore:
- - (agent/mibgroup/.cvsignore): Added.
-
- 1997-02-17 05:38 whardake
- * configure, configure.in, agent/Makefile.in,
- agent/common_header.h, agent/snmp_agent.c,
- agent/snmp_var_route.c, agent/snmp_vars.c,
- agent/snmp_vars.h, agent/snmpd.c, agent/var_struct.h
- , agent/mibgroup/Makefile.in, agent/mibgroup/README
- , agent/mibgroup/at.c, agent/mibgroup/at.h,
- agent/mibgroup/extensible_subtrees.h, agent/mibgroup/icmp.c
- , agent/mibgroup/icmp.h, agent/mibgroup/interfaces.c
- , agent/mibgroup/interfaces.h, agent/mibgroup/ip.c
- , agent/mibgroup/ip.h, agent/mibgroup/snmp.c,
- agent/mibgroup/snmp.h, agent/mibgroup/snmpv2_subtrees.h
- , agent/mibgroup/snmpv2_vars.h, agent/mibgroup/system.c
- , agent/mibgroup/system.h, agent/mibgroup/tcp.c,
- agent/mibgroup/tcp.h, agent/mibgroup/udp.c,
- agent/mibgroup/udp.h, agent/mibgroup/wombat.c,
- agent/mibgroup/wombat.h:
- - (agent/snmp_vars, agent/mibgroup): Dave Shield split up the
- snmp_vars.c and related files into pieces for easier management.
- The results of his work are in the new agent/mibgroup directory.
-
- 1997-02-11 08:00 whardake
- * Makefile.in:
- - (Makefile.in): Rest of Philip's patch to fix srcdir problems (sh vars).
-
- 1997-02-11 07:44 whardake
- * man/Makefile.in:
- - (man/Makefile.in): Patch from Simon Leinin to fix srcdir problems.
-
- 1997-02-11 07:42 whardake
- * apps/Makefile.in:
- - (apps/Makefile.in): Patch from Simon Leinin to descend when make cleaning.
-
- 1997-02-11 05:14 whardake
- * sedscript.in, bug-report:
- version tag ( 3.1.4.pre1 )
-
- 1997-02-11 05:13 whardake
- * snmplib/snmp_auth.c:
- - (snmp_auth.c): remove non-static md5digest prototype.
-
- 1997-02-11 05:11 whardake
- * local/Makefile.in, man/Makefile.in, ov/Makefile.in
- :
- - ({local,man,ov}/Makefile.in): Remove spaces in front of tabs.
-
- 1997-02-11 05:10 whardake
- * agent/snmp_vars.linux.h:
- - (snmp_vars.linux.h): Fix #ifdef.
-
- 1997-02-11 04:17 whardake
- * agent/snmpd.c, apps/snmpbulkwalk.c, apps/snmpget.c
- , apps/snmpgetnext.c, apps/snmpset.c,
- apps/snmpstatus.c, apps/snmptest.c,
- apps/snmptranslate.c, apps/snmptrap.c, apps/snmptrapd.c
- , apps/snmpwalk.c, apps/snmpnetstat/main.c,
- snmplib/acl.c, snmplib/acl.h, snmplib/acl_parse.c
- , snmplib/context.c, snmplib/context.h,
- snmplib/context_parse.c, snmplib/md5.c, snmplib/mib.c
- , snmplib/party.c, snmplib/party.h,
- snmplib/party_parse.c, snmplib/snmp.c,
- snmplib/snmp_api.c, snmplib/snmp_api.h,
- snmplib/snmp_auth.c, snmplib/view.c, snmplib/view.h
- :
- - (all .c with main(), snmplib/*): Patch from Philip Guenther:
- - Make better support for shared lib possibilities.
-
- 1997-02-11 04:12 whardake
- * README:
- - (README): Update people supplying patches list.
-
- 1997-02-11 04:10 whardake
- * Makefile.in, agent/Makefile.in, apps/Makefile.in
- , apps/snmpnetstat/Makefile.in, local/Makefile.in
- , man/Makefile.in, ov/Makefile.in,
- snmplib/Makefile.in:
- - (*Makefile.in): Patch from Philip Guenther:
- - Fix all Makefile.in's to support a different src dir.
-
- 1997-02-11 03:54 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c): Patch from Dave Shield: Fix hpux specific problems.
-
- 1997-02-11 03:50 whardake
- * agent/snmp_vars.linux.h:
- - (snmp_vars.linux.h): Removed non-linux specific stuff.
-
- 1997-02-11 03:47 whardake
- * agent/: snmp_var_route.c, snmp_vars.c,
- snmp_vars.linux.h:
- - (snmp_vars.c, snmp_var_route.c, snmp_vars.linux.h): Patch from Jennifer Bray:
- - Get agent working on linux.
-
- 1997-02-10 00:54 whardake
- * NEWS:
- - (NEWS): Whoops.
-
- 1997-02-10 00:51 whardake
- * sedscript.in, bug-report:
- version tag ( 3.1.3 )
-
- 1997-02-10 00:50 whardake
- * ChangeLog:
- - (ChangeLog): Update for 3.1.3
-
- 1997-02-10 00:22 whardake
- * apps/snmpnetstat/main.c:
- - (snmpnetstat/main.c): Remove malloc prototype, now in stdlib.h.
-
- 1997-02-10 00:22 whardake
- * FAQ:
- - (FAQ): Dave Shields' additions: finding more info.
-
- 1997-02-05 08:41 whardake
- * sedscript.in, bug-report:
- version tag ( 3.1.3.pre4 )
-
- 1997-02-05 08:29 whardake
- * Makefile.in, configure, configure.in:
- - (Makefile.in, configure.in): removed tcl stuff.
-
- 1997-02-05 08:24 whardake
- * NEWS, local/snmpcheck.def:
- - (NEWS): removed tcl stuff.
-
- 1997-02-05 08:20 whardake
- * bug-report:
- - (bug-report): Change subject line to shorten and force better description.
-
- 1997-02-05 08:13 whardake
- * snmplib/system.c:
- - (system.c): Patch from Dave Shield to fix nlist problems.
-
- 1997-02-05 08:09 whardake
- * agent/snmp_agent.c, agent/snmp_groupvars.h,
- agent/snmp_var_route.c, agent/snmp_vars.c,
- agent/snmpd.c, apps/snmpnetstat/if.c,
- apps/snmpnetstat/inet.c, apps/snmpnetstat/main.c,
- apps/snmpnetstat/route.c, man/snmpd.conf.5.def:
- - (many): Patch from Niels Baggesen:
- - snmp mib group cleanups.
- - trap generation cleanups.
- - added man entries for trap generation.
- - improved agent debugging output with agent's -d flag.
-
- 1997-02-05 08:07 whardake
- * configure, configure.in:
- - (configure, configure.in): Put /dev/ksyms ahead of /kernel/unix.
-
- 1997-02-05 07:33 whardake
- * TODO:
- - (TODO): misc requested additions.
-
- 1997-02-05 07:33 whardake
- * FAQ:
- - (FAQ): Dave updated architecture lists.
-
- 1997-02-04 00:41 whardake
- * FAQ:
- - (FAQ): Added TOC and autor notes ;-).
-
- 1997-02-04 00:37 whardake
- * snmplib/mib.c:
- - (mib.c): Patch from Simon: comment #ifdef endings for ANSI compliers.
-
- 1997-02-04 00:36 whardake
- * configure, configure.in:
- - (configure, configure.in): Fix hpux problems, *again*.
-
- 1997-02-04 00:35 whardake
- * TODO:
- - (TODO): Added suggestions from ucd-snmp-coders.
-
- 1997-02-04 00:35 whardake
- * FAQ:
- - (FAQ): Dave's latest revision.
-
- 1997-02-03 04:55 whardake
- * sedscript.in, bug-report:
- version tag ( 3.1.3.pre3 )
-
- 1997-02-03 04:53 whardake
- * bug-report:
- - (bug-report): move config.cache to end of message.
-
- 1997-02-03 04:33 whardake
- * NEWS, README, TODO:
- - (README, NEWS, TODO): Update for 3.1.3.
-
- 1997-02-03 04:15 whardake
- * README:
- - (README):
- - added FAQ pointer.
- - Dave's English pointers (ie, he proofed it and I, uh, don't...).
- - switch ftp mirror.
- - bug-report script mentioned.
- - I -> We, me -> us...
-
- 1997-02-03 03:51 whardake
- * README:
- - (README): remove project history.
-
- 1997-02-03 03:47 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c): add some irix appropriate includes.
-
- 1997-02-03 03:44 whardake
- * snmplib/system.c:
- - (snmplib/system.c): typo: needs a space between 'static' and 'struct'.
-
- 1997-02-03 02:50 whardake
- * acconfig.h, aclocal.m4, config.h.in,
- configure, configure.in:
- - (config*):
- - Check for irix 6.2 headers.
- - Check if _KERNEL needs to be defined for irix and ifnet usage.
- - Use the found UNAME program instead of assuming we have it.
-
- 1997-02-03 01:48 whardake
- * snmplib/system.c:
- - (snmplib/system.c): Use CAN_USE_SYSCTL instead of bsdlike.
-
- 1997-02-03 01:47 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c): Patch from Dave Shield
- - Mark stuff for later changes.
-
- 1997-02-03 01:45 whardake
- * configure, configure.in:
- - (configure.in):
- - Check for whoami, logname.
- - Don't pass null args to ksh.
-
- 1997-02-03 01:03 whardake
- * EXAMPLE.conf.def:
- - (EXAMPLE.conf.def): comment out possible security problem lines.
-
- 1997-02-03 01:02 whardake
- * bug-report:
- - (bug-report): Patch from Dave Shield:
- - domain name fix and editor bomb out.
-
- 1997-01-31 02:03 whardake
- * bug-report, sedscript.in:
- version tag update
-
- 1997-01-31 01:59 whardake
- * configure.in, configure:
- - (configure.in, configure): changed arch to hppa and make sure /bin/ksh exists.
-
- 1997-01-31 01:49 whardake
- * configure, configure.in:
- - (configure.in, configure): fire off ksh if hpux && sh.
-
- 1997-01-31 01:01 whardake
- * agent/: snmp_var_route.c, snmp_vars.c:
- - (snmp_var_route.c, snmp_vars.c): Patch from Martin Jacobsson:
- - Change some system specific ifdefs to CAN_USE_SYSCTL.
- - Fix compliation errors on bsdi2.
- - Fix routing tables for similar.
-
- 1997-01-31 00:57 whardake
- * configure.in, configure, config.h.in,
- acconfig.h:
- - (config*): Check for kstat.h and if sysctl can read the boottime.
-
- 1997-01-29 04:08 whardake
- * bug-report:
- - (bug-report):
- - change to address (back) to ucd-snmp-coders.
- - Add a trap on signals to remove tmp files.
-
- 1997-01-29 03:58 whardake
- * agent/: kernel.c, snmp_agent.c, snmpd.c:
- - (kernel.c, snmp_agent.c, snmpd.c): Patch from Niels Baggesen:
- - Fix various warnings/errors.
- - Implement real traps.
-
- 1997-01-29 03:11 whardake
- * config.h.in, configure:
- - (config.h.in, configure): update
-
- 1997-01-29 03:11 whardake
- * FAQ:
- - (FAQ): revision one!
-
- 1997-01-29 03:10 whardake
- * configure.in:
- - (configure.in): New ps options to check for.
-
- 1997-01-29 03:09 whardake
- * aclocal.m4:
- - (aclocal.m4): Fix check_struct_for to define things correctly.
-
- 1997-01-29 03:08 whardake
- * .cvsignore:
- - (.cvsignore): ignore .software.db.sh
-
- 1997-01-29 03:07 whardake
- * acconfig.h:
- - (acconfig.h):
- - SNMPBLOCK = !SNMPBLOCK
-
- 1997-01-29 03:07 whardake
- * bug-report:
- - (bug-report):
- - Always use multipart: version info and config.cache are one.
- - re-arranged a bit.
- - Added introduction.
- - Guess at domain name if possible.
-
- 1997-01-29 01:47 whardake
- * bug-report:
- bug reporting script add
-
- 1997-01-21 00:17 whardake
- * agent/: snmp_var_route.c, snmp_vars.c:
- - (snmp_var_route.c, snmp_vars.c):
- - Patch from Karl Lehenbauer <karl@hammer1.ops.NeoSoft.com>
- - handle multiple interface names > 10 properly.
-
- 1997-01-20 23:34 whardake
- * snmplib/snmp_client.h:
- - (snmp_client.h): remove second (wrong) function prototype.
-
- 1997-01-20 23:33 whardake
- * agent/snmpd.c:
- - (snmpd.c): remove second char definition.
-
- 1997-01-20 07:59 whardake
- * sedscript.in:
- version tag ( 3.1.3.pre1 )
-
- 1997-01-20 07:43 whardake
- * snmplib/: snmp_api.c, snmp_client.c, snmp_client.h
- :
- - (snmp_api.c, snmp_client.[ch]):
- - Patch from Patrice VANACKER <vanacker@worldnet.fr>:
- - fix request deletions in snmp_read().
- - added return argument to snmp_add_null_var().
-
- 1997-01-20 06:55 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c): Patch from Martin Jacobsson <martin@exmandato.se>:
- - add bsdi to some #ifdefs.
-
- 1997-01-20 06:38 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c, extensible.c, read_config.c): Remove ANSI cpp #elif's.
-
- 1997-01-20 06:36 whardake
- * acconfig.h, config.h.in, configure,
- configure.in:
- - (config*): Autoheader is dumb: Put macro defines belowe @BOTTOM@ symbol.
-
- 1997-01-20 06:22 whardake
- * snmplib/snmp_client.c:
- - Patches from Niels Baggesen <Niels.Baggesen@uni-c.dk>:
- - (snmp_client.c): Wait 120 seconds before returning.
-
- 1997-01-20 06:08 whardake
- * apps/snmpnetstat/if.c, apps/snmpnetstat/route.c,
- man/snmptrapd.8, snmplib/acl.h, snmplib/asn1.c,
- snmplib/context.h, snmplib/mib.c, snmplib/mib.h,
- snmplib/parse.c, snmplib/party.c, snmplib/party.h
- , snmplib/snmp.c, snmplib/snmp.h,
- snmplib/snmp_api.c, snmplib/snmp_auth.c,
- snmplib/snmp_client.c, snmplib/snmp_client.h,
- snmplib/system.c, snmplib/view.h:
- - Patches from Dave Shield <D.T.Shield@csc.liv.ac.uk>:
- - implemented: interfaces.ifTable.ifEntry.ifSpecific,
- ip.ipRoutingDiscards,
- ip.ipAddrTable.ipAddrEntry.ipAdEntReasmMaxSize,
- ip.ipRouteTable.ipRouteEntry.ipRouteMask ,
- ip.ipRouteTable.ipRouteEntry.ipRouteMetric5,
- ip.ipRouteTable.ipRouteEntry.ipRouteInfo, ip.ipNetToMediaTable,
- udp.udpTable.
- - udp connection table.
- - ipNetToMedia.
-
- - Patches from Niels Baggesen <Niels.Baggesen@uni-c.dk>:
- - udpNoPort, tcpInErrs fixes for Solaris.
- - linux application support.
- - snmp variable group.
- - simple cold start traps via exec('snmptrap').
- - MIB parser fixes.
- - Memory/free allocation fixes.
-
- 1997-01-20 06:04 whardake
- * acconfig.h, config.h.in, configure,
- configure.in, agent/alarm.h, agent/event.c,
- agent/event.h, agent/kernel.c, agent/kernel_sunos5.c
- , agent/snmp_agent.c, agent/snmp_groupvars.h,
- agent/snmp_var_route.c, agent/snmp_vars.c,
- agent/snmp_vars.h, agent/snmpd.c, agent/var_struct.h
- , apps/snmpbulkwalk.c, apps/snmpget.c,
- apps/snmpgetnext.c, apps/snmpset.c, apps/snmpstatus.c
- , apps/snmptest.c, apps/snmptranslate.c,
- apps/snmptrap.c, apps/snmptrapd.c, apps/snmpwalk.c
- :
- - Patches from Dave Shield <D.T.Shield@csc.liv.ac.uk>:
- - implemented: interfaces.ifTable.ifEntry.ifSpecific,
- ip.ipRoutingDiscards,
- ip.ipAddrTable.ipAddrEntry.ipAdEntReasmMaxSize,
- ip.ipRouteTable.ipRouteEntry.ipRouteMask ,
- ip.ipRouteTable.ipRouteEntry.ipRouteMetric5,
- ip.ipRouteTable.ipRouteEntry.ipRouteInfo, ip.ipNetToMediaTable,
- udp.udpTable.
- - udp connection table.
- - ipNetToMedia.
-
- - Patches from Niels Baggesen <Niels.Baggesen@uni-c.dk>:
- - udpNoPort, tcpInErrs fixes for Solaris.
- - linux application support.
- - snmp variable group.
- - simple cold start traps via exec('snmptrap').
- - MIB parser fixes.
- - Memory/free allocation fixes.
-
- 1997-01-17 02:58 whardake
- * agent/snmpd.c:
- - (snmpd.c):
- - Usage() update and version printout update.
-
- 1997-01-17 02:51 whardake
- * agent/snmpd.c:
- - (snmpd.c, extensible.c):
- - New arg -c FILE: Read FILE as a configuration file as well.
- - New arg -C: Don't read default configuration files.
- - New env SNMPCONFPATH: Read snmpd{,.local}.conf files in: seperated path.
-
- 1997-01-14 07:45 whardake
- * PORTING, README, TODO:
- - (PORTING, README, TODO): Added ucd-snmp-coders as default mail address.
-
- 1997-01-09 23:46 whardake
- * apps/snmptrapd.c:
- - (snmptrapd.c): Remove broken FD_SET code.
-
- 1997-01-09 23:45 whardake
- * configure, configure.in:
- - (config*): Check for /dev/ksyms for solaris kernel.
-
- 1997-01-09 23:43 whardake
- * COPYING:
- - (COPYING): Update for 97.
-
- 1996-12-05 00:19 whardake
- * sedscript.in:
- version tag ( 3.1.2.1 )
-
- 1996-12-05 00:19 whardake
- * ChangeLog:
- - (ChangeLog): Update.
-
- 1996-12-05 00:14 whardake
- * snmplib/md5.c:
- - (md5.c): remove ansi specific C features (unsigned constants).
-
- 1996-12-05 00:13 whardake
- * apps/snmpnetstat/if.c:
- - (if.c): #ifndef -> #ifdef for sigset.
-
- 1996-12-04 01:03 whardake
- * sedscript.in:
- version tag ( 3.1.2 )
-
- 1996-12-04 01:01 whardake
- * ChangeLog, NEWS:
- - (ChangeLog, NEWS): Update for release 3.1.2.
-
- 1996-12-04 00:49 whardake
- * PORTING, README:
- - (PORTING, README): Update for release 3.1.2.
-
- 1996-12-04 00:15 whardake
- * snmplib/: asn1.c, parse.c, snmp_api.c,
- snmp_client.c:
- - (asn1.c, parse.c, snmp_api.c, snmp_client.c):
- - Patch from Niels Baggesen <Niels.Baggesen@uni-c.dk>:
- - Parser fixes for multiple nodes.
- - memmove/copy deletes.
-
- 1996-12-03 05:51 whardake
- * ece-mib.def:
- - (ece-mib.def): Used -> Avail in memory sequence.
-
- 1996-12-03 02:14 whardake
- * EXAMPLE.conf.def, local/passtest:
- - (EXAMPLE.conf.def, passtest): Move passtest to ucdavis subtree.
-
- 1996-12-03 02:03 whardake
- * acconfig.h, configure, configure.in,
- agent/snmp_vars.c:
- - (snmp_vars.c): From Dave Shield <D.T.Shield@csc.liv.ac.uk>:
- - Fix arp table for hpux.
- - (config*): Check for arphd.at_next and use in above.
-
- 1996-12-03 01:05 whardake
- * snmplib/md5.c:
- - (md5.c): Put 'U'nsigned marker at end of constants to remove gcc warns.
-
- 1996-12-03 01:03 whardake
- * acconfig.h, aclocal.m4, config.h.in,
- configure, configure.in, agent/snmp_vars.c:
- - (config*, snmp_vars.c):
- - Wrote AC_CHECK_STRUCT_FOR and use it.
- - Make AC_CHECK_IFNET_FOR use above.
- - Changequote '[]' -> '' around sed expression with []s (-Dostype).
-
- 1996-12-01 23:55 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c): Patch from Dave Shield <D.T.Shield@csc.liv.ac.uk>:
- - ifPhysAddr - in Interface_Get_Ether_By_Index, HP-UX has the same
- EtherAddr strucure as MIPS.
-
- - ipAdEntIfIndex - in var_ipAddrEntry, there is a false match on
- the loopback interface, giving the wrong answer of the first
- interface index.
-
- - udpInErrors - in var_udp, the count of UDP errors omits discarded
- packets. Some systems (i.e. HP-UX) have extended the udpstat
- structure to include these. I'v tweaked this analogous to a
- similar addition in the tcpstat structure.
-
- - tcpConnState - HP-UX has added an extra state into the list, which
- throws the rest of them out.
-
- 1996-11-26 23:56 whardake
- * configure, configure.in:
- - (configure.in, configure): Truncate system names beyond [-_].*.
-
- 1996-11-26 23:45 whardake
- * apps/snmpnetstat/if.c:
- - (if.c): Reset signal on all types of signal implementations.
-
- 1996-11-26 23:34 whardake
- * apps/snmpnetstat/if.c:
- - (if.c): Patch from Dave Shield <D.T.Shield@csc.liv.ac.uk>:
- - Watch out for interface names with ' ' in them.
- - Reset signal on BSD signal implementations.
-
- 1996-11-26 23:21 whardake
- * README:
- - (README): Update.
-
- 1996-11-26 23:21 whardake
- * INSTALL:
- - (INSTALL): Typo: 3.1.3 -> 3.0.3.
-
- 1996-11-26 23:05 whardake
- * configure, configure.in:
- - (configure, configure.in): Default sysloc UCDavis -> Unknown.
-
- 1996-11-26 23:02 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c): Patch from Dave Shield <D.T.Shield@csc.liv.ac.uk>:
- - Change comments to reflect what its actually looking at.
- - Remove ifdef around ifnet declarations.
-
- 1996-11-25 00:15 whardake
- * acconfig.h, config.h.in, configure,
- configure.in, snmplib/snmp_impl.h:
- - (config*, snmp_impl.h): Moved void -> char define to a configure test.
-
- 1996-11-24 23:43 whardake
- * agent/Makefile.in, apps/Makefile.in:
- - ({agent,apps}/Makefile.in): Put libsnmp.a in front of -l libs.
-
- 1996-11-24 07:45 whardake
- * sedscript.in:
- version tag ( 3.1.2.pre1 )
-
- 1996-11-24 07:24 whardake
- * agent/kernel.c, INSTALL, acconfig.h,
- config.h.in, configure, configure.in:
- - (kernel.c, config*, INSTALL): New configure switch: --without-root-access.
- - The agent doesn't exit if it can't open /dev/kmem.
-
- 1996-11-22 05:37 whardake
- * config.guess, config.h.in, config.sub,
- configure, install-sh, mkinstalldirs:
- - (config*, install-sh, mkinstalldirs): Upgraded to autoconf 2.11.
-
- 1996-11-22 00:14 whardake
- * acconfig.h, config.h.in, configure,
- configure.in:
- - (config*): Add checks for ifnet.[io]bytes.
-
- 1996-11-22 00:06 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c): Merge from FreeBSD2-3-1-1.
- - Add checks for ifnet.[io]bytes.
-
- 1996-11-21 23:18 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c): Trash interface caching.
-
- 1996-11-15 07:44 whardake
- * snmplib/parse.c:
- - (parse.c): Add back in "reading mib..." debugging statments.
-
- 1996-11-15 07:43 whardake
- * acconfig.h, config.h.in, configure,
- configure.in:
- - (config*, extensible.c): Make uname calls work correctly.
-
- 1996-11-14 06:24 whardake
- * apps/: snmptrap.c, snmpnetstat/inet.c,
- snmpnetstat/route.c:
- - (snmptrap.c, inet.c, route.c): typecasting warning fixes.
-
- 1996-11-14 06:17 whardake
- * acconfig.h, config.h.in, configure,
- configure.in:
- - (config*):
- - Check for existance of tcpstat.tcps_rcvmemdrop.
- - Check for sys/vfs.h.
-
- 1996-11-14 06:16 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c):
- - #ifdef typo.
- - prototype for Interface_Scan_Init().
- - Check for existance of tcpstat.tcps_rcvmemdrop before using.
-
- 1996-11-08 08:06 whardake
- * Makefile.in:
- - (Makefile.in): Fixed 'touchit'.
-
- 1996-11-08 08:03 whardake
- * Makefile.in:
- - (Makefile.in): Created a 'touchit' to touch config files properly.
-
- 1996-11-07 05:19 whardake
- * snmplib/mib.c:
- - (mib.c): typecast for sprint_objid().
-
- 1996-11-07 05:17 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c): ifdef typos.
-
- 1996-11-07 05:16 whardake
- * agent/snmp_var_route.c:
- - (snmp_var_route.c): ifdef's around strings.h.
-
- 1996-11-07 05:15 whardake
- * configure.in, configure:
- - (configure.in, configure): Changed default SNMPV2AUTH to SNMPV1.
-
- 1996-11-07 00:34 whardake
- * acconfig.h, config.h.in, configure,
- configure.in, agent/route_write.c,
- agent/snmp_var_route.c, agent/snmp_vars.c:
- - BSDi2 3.1.1 branch merge.
-
- 1996-11-07 00:22 whardake
- * agent/kernel.c, agent/snmpd.c, apps/snmpbulkwalk.c
- , apps/snmpget.c, apps/snmpgetnext.c,
- apps/snmpset.c, apps/snmptest.c, apps/snmptranslate.c
- , apps/snmptrap.c, apps/snmptrapd.c,
- apps/snmpnetstat/inet.c, apps/snmpnetstat/main.c,
- apps/snmpnetstat/route.c, man/snmptranslate.1,
- snmplib/mib.c, snmplib/mib.h, snmplib/parse.c,
- snmplib/parse.h:
- - Niels 3.1.1 branch merge.
-
- 1996-11-07 00:15 whardake
- * acconfig.h, aclocal.m4, config.h.in,
- configure, configure.in, sedscript.in,
- agent/snmp_var_route.c, agent/snmp_vars.c,
- agent/snmp_vars.h:
- - NetBSD 3.1.0.1 branch merge.
-
- 1996-11-04 01:08 whardake
- * config.h.in, configure, configure.in:
- - (config*): Check for nlist in -lmld (irix).
-
- 1996-11-04 00:30 whardake
- * config.h.in, configure, configure.in,
- agent/snmp_vars.c:
- - (config*, snmp_vars.c, extensible.c): More include checks for linux.
-
- 1996-10-31 23:54 whardake
- * snmplib/asn1.c:
- - (asn1.c): Patch from Simon Leinen <simon@switch.ch>:
- - asn_build_unsigned_int, asn_build_unsigned_int64:
- - Don't try to strip FFs from the high end of unsigned values.
- - Skip the stripping code entirely if we have to add a null byte.
-
- 1996-10-30 04:48 whardake
- * acconfig.h, config.h.in, configure,
- configure.in, ece-mib.def:
- - (config*, ece-mib.def):
- - Change extensible mib location to ucdavis enterprise mib: 2021.
- - Remove associated prompting from configure script and etc.
-
- 1996-10-30 04:47 whardake
- * PORTING, README:
- - (PORTING,README): Add a new PORTING file to reference autoconf plee.
-
- 1996-10-16 23:02 whardake
- * sedscript.in:
- version tag ( 3.1.1.BSDI )
-
- 1996-10-09 07:46 whardake
- * sedscript.in:
- version tag ( 3.1.1 )
-
- 1996-10-09 07:45 whardake
- * ChangeLog, NEWS:
- - (ChangeLog, NEWS): update for 3.1.1.
-
- 1996-10-09 07:22 whardake
- * README:
- - (README): Added thanks name.
-
- 1996-10-09 07:18 whardake
- * snmplib/snmp_api.c:
- - (snmp_api.c): From: gah@bellcore.com (Gary A. Hayward)
- - Free pdu community to quelch purify.
-
- 1996-10-09 00:30 whardake
- * snmplib/parse.c:
- - (parse.c):
- - print a new line in print_error() if debugging is turned on.
- - tossObjectIdentifier(): catch multiple bracket clauses (IE { {0 0} } ).
-
- 1996-10-09 00:04 whardake
- * snmplib/parse.c:
- - (parse.c):
- - Parse OBJECT-IDENTY as OBJECT-GROUP (saves only description).
- - Change print_error(), read_mib() to reflect file and correct line number.
-
- 1996-10-07 04:23 whardake
- * man/snmpd.conf.5.def:
- - (snmpd.conf.5.def): Added syscontact and syslocation.
-
- 1996-10-07 04:23 whardake
- * man/snmpd.1.def:
- - (snmpd.1.def): Changed to reflect SNMPLIB/mibs.
-
- 1996-10-07 03:06 whardake
- * .cvsignore:
- - (.cvsignore): Added ucd-snmp.txt
-
- 1996-10-07 03:00 whardake
- * configure.in, configure:
- - (configure.in):
- - timestamp stamp-h at end.
- - emacs local vars.
-
- 1996-10-07 02:22 whardake
- * Makefile.in:
- - (Makefile.in):
- - added --recheck to config.status call to regenerate self.
- - Changed ece-mib.txt -> ucd-snmp.txt and install (and generate) properly.
-
- 1996-10-07 01:11 whardake
- * agent/snmp_agent.c:
- - (snmp_agent.c): Removed snmp version check on error return from set.
-
- 1996-10-07 00:52 whardake
- * config.h.in, configure, configure.in:
- - (config*): check correctly for get/setmntent.
-
- 1996-10-07 00:01 whardake
- * Makefile.in:
- - (Makefile.in): Mib installation changed to reflect new mib directory.
-
- 1996-10-06 23:49 whardake
- * snmplib/parse.c:
- - (parse.c): Proper autoconf dirent headers.
-
- 1996-10-06 23:41 whardake
- * snmplib/parse.c:
- - (parse.c): Now loads all mibs (files) in the directory SNMPLIB/mibs.
-
- 1996-10-04 02:01 whardake
- * man/: snmpd.1.def, snmpd.conf.5.def:
- - (snmpd.conf.5.def): lib -> lib/snmp path correction in FILES section.
- - (snmpd.1.def):
- - Added a FILES section.
- - General clean up.
-
- 1996-10-04 01:46 whardake
- * man/snmpd.conf.5.def:
- - (snmpd.conf.5.def):
- - Cleaned up man page formatting.
- - Added note about SNMPset community strings.
- - minor proof-reading (major proofing needed still).
- - Re-organized a bit.
-
- 1996-10-04 01:44 whardake
- * Makefile.in:
- - (Makefile.in): Remove spaces from sedscript when using broken cpp (gcc).
-
- 1996-10-04 01:43 whardake
- * EXAMPLE.conf.def:
- - (EXAMPLE.conf.def): Added snmpget/set to pass example.
-
- 1996-10-03 08:10 whardake
- * snmplib/snmp_impl.h:
- - (snmp_impl.h): Turn on old CMU debugging statments with --enable-debugging.
-
- 1996-10-03 08:05 whardake
- * agent/snmp_agent.c:
- - (snmp_agent.c):
- - Make agent properly check snmpset exit codes and use them (on COMMIT).
-
- 1996-10-01 08:28 whardake
- * acconfig.h, config.h.in, configure,
- configure.in:
- - (config*, read_config.c):
- - Check for mntent.h and include it.
- - Check for /etc/mnttab or /etc/mtab and use appropriately.
- - (read_config.c):
- - pick getmntent over getfsfile if both are available.
- - debug cleanup (ofile -> stderr, check for DODEBUG instead of const var).
-
- 1996-10-01 07:30 whardake
- * snmplib/: parse.c, parse.h:
- - (parse.c, parse.h): From Joe Marzot:
- - allows the CMU lib to retain the TC information associated with a
- particular object. In particular this allows DisplayStrings to be
- differentiated from OctetStrings when they are looked up in the
- Mib Tree.
-
- 1996-09-25 05:14 whardake
- * agent/snmp_var_route.c:
- - (snmp_var_route.c): freebsd2 typecast.
-
- 1996-09-24 08:16 whardake
- * agent/snmp_var_route.c:
- - (snmp_var_route.c): typo fixing a typo (sigh..).
-
- 1996-09-24 08:02 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c): Moved a variable declairation.
-
- 1996-09-24 07:59 whardake
- * agent/: snmp_var_route.c, snmp_vars.c:
- - (snmp_var_route.c, snmp_vars.c): typos.
-
- 1996-09-24 07:54 whardake
- * config.h.in, configure, configure.in,
- snmplib/snmp_api.c, snmplib/snmp_client.c:
- - (config*, snmp_api.c, snmp_client.c): Added sys/select.h for AIX.
-
- 1996-08-30 02:51 whardake
- * ChangeLog:
- - (ChangeLog): More minor bugs listed
-
- 1996-08-30 02:49 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c): removed malloc prototype due to conflictions.
-
- 1996-08-30 01:15 whardake
- * README:
- - (README): Updated for 3.1.0.1
-
- 1996-08-30 00:34 whardake
- * sedscript.in:
- version tag ( 3.1.0.1 )
-
- 1996-08-30 00:34 whardake
- * ChangeLog, NEWS:
- - (NEWS, ChangeLog): Updated for 3.1.0.1
-
- 1996-08-30 00:24 whardake
- * apps/Makefile.in:
- - (apps/Makefile.in): Added kernel_sunos5.o to snmptrap for getKstat.
-
- 1996-08-30 00:23 whardake
- * apps/snmptrap.c:
- - (snmptrap.c): patch screwed up.
-
- 1996-08-30 00:22 whardake
- * configure.in, configure:
- - (configure, configure.in):
- - removed -Xs flag for gcc on solaris.
- - logfile checks for existance of /var/log and /usr/adm.
-
- 1996-08-29 07:29 whardake
- * README, TODO:
- - Changed my email address to my new one.
-
- 1996-08-29 07:20 whardake
- * config.h.in, configure, configure.in,
- agent/snmp_vars.c:
- - (autoconf*, snmp_vars.c): Removed some solaris ifdefs.
-
- 1996-08-29 07:03 whardake
- * apps/snmpwalk.c:
- - (snmpwalk.c): Removed SVR4 ifdefs
-
- 1996-08-29 06:58 whardake
- * apps/snmpstatus.c:
- - (snmpstatus.c): Patch from Trevor Bourget <tbourget@qualcomm.com>
- - malloc sysdesc instead of assuming < 128 bytes.
-
- 1996-08-29 06:08 whardake
- * snmplib/snmp_api.c:
- - (snmp_api.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk>
- - gcc warnings NULL -> 0
-
- 1996-08-29 06:07 whardake
- * snmplib/parse.c:
- - (parse.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk>
- - save mib descriptions for snmptranslate and other apps that need it.
-
- 1996-08-29 06:06 whardake
- * snmplib/mib.c:
- - (mib.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk>
- - prototypes for gcc warnings
-
- 1996-08-29 06:06 whardake
- * snmplib/asn1.c:
- - (asn1.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk>
- - uchar(s) can't be less than 0.
-
- 1996-08-29 06:03 whardake
- * man/: Makefile.in, snmptrap.1:
- - (man/snmptrap.1): added by Niels Baggesen <recnba@mediator.uni-c.dk>
-
- 1996-08-29 05:59 whardake
- * apps/: snmpbulkwalk.c, snmpget.c, snmpgetnext.c
- , snmpset.c, snmptranslate.c, snmptrap.c,
- snmptrapd.c, snmpwalk.c:
- - (apps/*.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk>
- - set exit codes of 0 for all apps.
- - Removed SVR4 #ifdefs.
- - Greatly improved snmptrap.
-
- 1996-08-27 01:04 whardake
- * acconfig.h, config.h.in, configure,
- configure.in:
- - (autoconf*):
- - FreeBSD additions.
- - New kernel location: /kernel (ick).
- - Log file default intelligently checks for /var/log and /usr/adm.
- - Checks for getloadavg().
-
- 1996-08-27 01:00 whardake
- * agent/snmp_vars.c:
- - (snmp_vars.c): More warped FreeBSD changes
-
- 1996-08-27 00:38 whardake
- * agent/snmp_var_route.c:
- - (snmp_var_route.c): FreeBSD specific changes.
-
- 1996-08-27 00:01 whardake
- * apps/snmptrap.c:
- - (snmptrap.c):
- - FreeBSD specific changes.
- - more autoconf complete: paths to libraries and kernel location.
-
- 1996-08-26 23:47 whardake
- * apps/snmptrapd.c:
- - (snmptrapd.c): Fix byte order problem (convert to network before sending).
-
- 1996-08-26 07:57 whardake
- * agent/: event.c, kernel.c, route_write.c:
- - (event.c, kernel.c, route_write.c): FreeBSD modifications
-
- 1996-08-26 07:55 whardake
- * snmplib/snmp_api.c:
- - (snmp_api.c): Fixed a gcc/FreeBSD optimization bug (stupid compiler)
-
- 1996-08-26 01:37 whardake
- * ece-mib.def:
- - (ece-mib.def): commas out of place.
-
- 1996-08-26 01:37 whardake
- * TODO:
- - (TODO) Extra mib parsing ideas added.
-
- 1996-08-26 01:36 whardake
- * NEWS:
- - (NEWS) Typo, extra quotation mark.
-
- 1996-08-21 06:30 hardaker
- * local/passtest:
- Added passtest!
-
- 1996-05-24 15:46 hardaker
- * sedscript.in:
- version tag ( 3.1 )
-
- 1996-05-24 15:44 hardaker
- * COPYING:
- copyright update
-
- 1996-05-24 15:43 hardaker
- * ChangeLog, NEWS:
- - (ChangeLog, NEWS): 3.1 release info update.
-
- 1996-05-24 15:29 hardaker
- * agent/snmp_vars.c:
- - (snmp_vars.c): removed some ifdef requirements.
-
- 1996-05-24 15:28 hardaker
- * acconfig.h, config.h.in:
- - (accconfig.h, config.h.in): #ifdef typos
-
- 1996-05-24 14:02 hardaker
- * config.h.in, configure, configure.in:
- - (config*): check for memmove before you define it.
-
- 1996-05-24 13:55 hardaker
- * apps/snmpnetstat/: if.c, route.c:
- - (if.c, route.c): cast returns from index to char *.
-
- 1996-05-24 13:54 hardaker
- * acconfig.h, config.h.in:
- - (acconfig.h, config.h.in): define memmove if not defined and memcpy is.
-
- 1996-05-24 13:13 hardaker
- * man/snmpd.conf.5.def:
- - (snmpd.conf.5.def): note on creating comments added.
-
- 1996-05-24 13:10 hardaker
- * snmplib/parse.c:
- - (parse.c): declarations cleanup
-
- 1996-05-24 13:09 hardaker
- * mibII.txt:
- - (mibII.txt): removed ;s at the end of the BEGIN lines.
-
- 1996-05-24 13:08 hardaker
- * configure.in, configure, config.h.in:
- - (config*): Check for sys/mnttab.h
-
- 1996-05-24 13:08 hardaker
- * EXAMPLE.conf.def:
- - (EXAMPLE.conf.def): minor example file changes.
-
- 1996-05-24 12:39 hardaker
- * README:
- - (README): Added a thanks section.
-
- 1996-05-24 12:23 hardaker
- * snmplib/parse.c:
- - (snmplib/parse.c): parsing fixes from Mike Perik <mikep@crt.com>
-
- 1996-05-23 17:47 hardaker
- * config.h.in, configure, configure.in:
- - (config*): check for getmntent.
-
- 1996-05-23 17:09 hardaker
- * acconfig.h, config.h.in, configure,
- configure.in:
- - (config*, extensible.c): fixed disk checks on Solaris and alpha's
- - use statvfs over fstab if both present.
-
- 1996-05-23 16:27 hardaker
- * snmplib/: acl.c, party.c, view.c:
- - (acl.c, party.c): include stdio.h
-
- 1996-05-23 14:56 hardaker
- * apps/snmpnetstat/if.c:
- - (if.c): type casting bugs.
-
- 1996-05-23 14:44 hardaker
- * snmplib/: acl.c, party.c, view.c:
- - (acl.c, party.c, view.c): removed NULL defines.
-
- 1996-05-23 14:43 hardaker
- * acconfig.h, config.h.in:
- - (acconfig.h, config.h.in): Don't define random if it already exists.
-
- 1996-05-22 12:55 hardaker
- * apps/snmpnetstat/if.c:
- - (apps/snmpnetstat/if.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk>
- - reworked the way snmpnetstat -i works.
-
- 1996-05-22 12:49 hardaker
- * agent/: kernel_sunos5.c, snmp_vars.c:
- - (agent/kernel_sunos5.c, snmp_vars.c,
- agent/extensible/extensible.c,readconfig.c,snmp_vars.c):
- - Patch from Niels Baggesen <recnba@mediator.uni-c.dk>:
- - finally nailed that missing initialization that gave problems
- with the AT subtree
- - I also implemented the disk part of the extensibility in the
- attached patch.
-
- 1996-05-22 08:50 hardaker
- * config.guess, configure, install-sh,
- mkinstalldirs:
- - (config.guess, configure, install-sh, mkinstalldirs): Autoconf-2.10
-
- 1996-05-22 08:50 hardaker
- * man/Makefile.in:
- - (man/Makefile.in) Updated the way sedscript is used.
-
- 1996-05-15 12:35 hardaker
- * sedscript.in:
- - (sedscript.in) Fixed a horrible typo. P -> PREFIX
-
- 1996-05-15 12:23 hardaker
- * apps/snmpnetstat/if.c:
- - (apps/snmpnetstat/if.c) removed & in front of array passed as arg.
-
- 1996-05-15 12:03 hardaker
- * README:
- - (README) Added a note (pointer to docs) on the agent's extensiblity.
-
- 1996-05-15 12:00 hardaker
- * INSTALL:
- - (INSTALL) make install as root.
-
- 1996-05-15 09:51 hardaker
- * sedscript.in:
- version tag ( 3.1.A1 )
-
- 1996-05-15 09:50 hardaker
- * agent/kernel_sunos5.c:
- - (agent/kernel_sunos5.c) patch mistake.
-
- 1996-05-15 09:29 hardaker
- * COPYING, README, TODO:
- - (COPYING, README, TODO) Release docs updated.
-
- 1996-05-15 09:07 hardaker
- * EXAMPLE.conf.def, man/snmpd.conf.5.def:
- - (EXAMPLE.conf.def, man/snmpd.conf.5.def): documented pass thru mibs.
-
- 1996-05-15 09:06 hardaker
- * Makefile.in, sedscript.in:
- - (Makefile.in,sedscript.in) Added PREFIX to the sedscript.
-
- 1996-05-15 09:05 hardaker
- * .cvsignore, agent/.cvsignore, apps/.cvsignore,
- local/.cvsignore:
- - (*/.cvsignore) ignore file update.
-
- 1996-05-15 09:01 hardaker
- * agent/: kernel_sunos5.c, kernel_sunos5.h:
- - (agent/kernel_sunos5.c) Patch from "Dan A. Dickey" <ddickey@transition.com>
- - Better caching algorithm for improved speed.
-
- 1996-05-15 08:59 hardaker
- * apps/snmpnetstat/if.c:
- - (agent/extensible/pass.c) Patch from Niels Baggesen <recnba@mediator.uni-c.dk>
- - Implemented missing parts of interface address and network output (-i)
-
- 1996-05-13 15:59 hardaker
- * snmplib/snmp_impl.h:
- - (snmplib/snmp_impl.h): Change RWRITE to include Write for V2 bits.
-
- 1996-05-13 15:58 hardaker
- * agent/: snmp_agent.c, snmp_vars.c:
- - (agent/snmp_agent.c, agent/snmp_vars.c, agent/extensible/extensible.c):
- - Bug fix: GLOBALSECURITY bug: save rightmost two bits in acl.
-
- 1996-05-10 18:16 hardaker
- * acconfig.h, config.h.in, configure,
- configure.in, agent/Makefile.in,
- agent/kernel_sunos5.c, agent/snmp_vars.c,
- agent/snmpd.c, apps/Makefile.in, apps/snmpstatus.c
- , apps/snmptrapd.c, apps/snmpnetstat/Makefile.in,
- apps/snmpnetstat/if.c, apps/snmpnetstat/main.c,
- man/Makefile.in, man/snmpstatus.1, snmplib/parse.c
- :
- - (many): Mereged baggesen-3-0-7-2 branch into main trunk.
-
- 1996-05-10 17:06 hardaker
- * man/snmpstatus.1:
- file snmpstatus.1 was initially added on branch Baggesen-3-0-7-2.
-
- 1996-05-10 17:05 hardaker
- * apps/snmpstatus.c:
- file snmpstatus.c was initially added on branch Baggesen-3-0-7-2.
-
- 1996-05-10 10:27 hardaker
- * agent/kernel_sunos5.c:
- - (kernel_sunos5.c): A patch to fix a virtual interface problem.
- - patch supplied by "Dan A. Dickey" <ddickey@transition.com>
-
- 1996-05-09 16:13 hardaker
- * configure, configure.in, agent/snmp_vars.c,
- agent/snmpd.c, snmplib/mib.c, snmplib/snmp_client.c
- :
- - (configure.in): Solaris specific cpp flags added for SUNspro's cpp.
- - (agent/{snmp_vars,snmpd}.c,agent/extensible/{extensible,misc,pass}.c,
- snmplib/{mib,snmp_client}.c):
- - Cleaned up prototypes to match more carefully (with Solaris's spro cc).
-
- 1996-05-09 13:32 hardaker
- * acconfig.h, config.h.in, agent/Makefile.in,
- agent/snmp_vars.c:
- - (acconfig.h,agent/{Makefile,snmp_vars.c},agent/extensible/many):
- - Added support for passthru mibs. Total control is handed to exec's.
-
- 1996-05-09 13:27 hardaker
- * configure:
- - (acconfig.h, configure.in, snmplib/Makefile.in)
- - Added a check for various random functions.
- - Included another ifdef to ensure no #define loops occur with str/index fns.
-
- 1996-05-09 13:24 hardaker
- * apps/snmpset.c:
- - (apps/snmpset.c) Added '.' as a delimiter for decimal encoded strings.
-
- 1996-05-03 14:40 hardaker
- * apps/snmptrap.c:
- - (apps/snmptrap.c) Added #include<sys/sockio.h>
-
- 1996-05-03 14:37 hardaker
- * agent/snmp_vars.c:
- - (agent/snmp_vars.c) Solaris fix for interfaces.
- - From Dan A. Dickey <ddickey@transition.com>
-
- 1996-05-03 14:35 hardaker
- * agent/: snmp_var_route.c, snmp_vars.c:
- - (agent/snmp_var_route.c,snmp_vars.c)
- - Changed the interface counter to a short for all architectures (bus err)
- - Undefed a function that is never used.
-
- 1996-05-03 14:33 hardaker
- * acconfig.h, configure.in, snmplib/Makefile.in
- :
- - (acconfig.h, configure.in, snmplib/Makefile.in)
- - Added a check for various random functions.
- - Included another ifdef to ensure no #define loops occur with str/index fns.
-
- 1996-05-01 14:59 hardaker
- * sedscript.in:
- version tag ( 3.0.7.2 )
-
- 1996-05-01 14:59 hardaker
- * ChangeLog, NEWS:
- - (ChangeLog,NEWS) version update 3.0.7.2
-
- 1996-05-01 14:56 hardaker
- * acconfig.h:
- - (acconfig.h,agent/extensible/mibdefs.h): removed coments/spaces from defines.
-
- 1996-05-01 14:37 hardaker
- * sedscript.in:
- - (sedscript.in) forgot NETBSD1ID def.
-
- 1996-05-01 14:37 hardaker
- * local/snmpcheck.def:
- - (local/snmpcheck) Tk-b10 fixes.
-
- 1996-05-01 14:35 hardaker
- * agent/route_write.c:
- - (agent/route_write.c,agent/extensible/extensible.c):
- - netbsd1.1B specific fixes: clash with sys_errlist and rt_dst defines.
-
- 1996-05-01 13:55 hardaker
- * man/: snmpd.1.def, snmpd.conf.5.def:
- - (man/snmpd.1.def,snmpd.conf.5.def) .C -> .B, to increase nroff portability.
-
- 1996-05-01 13:54 hardaker
- * acconfig.h, config.h.in, configure,
- configure.in:
- - (configure*, agent/extensible/{read_config,extenisble}.c):
- - configurified (new word) some of Niels' changes and the bcopy/memmove stuff.
-
- 1996-05-01 12:37 hardaker
- * agent/: kernel.c, kernel_sunos5.c, snmp_vars.c
- , snmpd.c:
- - (many) Fixes for Solaris (2.5) submitted by
- Niels Baggesen <recnba@mediator.uni-c.dk>:
- "Some are my own, others are from Yuri Rabover who originally
- created the patch. Some of this is there to eliminate the
- dependency on the ucblib compatibility stuff, some is "cosmetic",
- but it also fixes a serious problem in the agent, where walking
- the mib tree can loop endlessly if you have multiple network
- interfaces."
-
- 1996-04-25 12:19 hardaker
- * sedscript.in:
- version tag ( 3.0.7.1 )
-
- 1996-04-25 12:18 hardaker
- * ChangeLog, acconfig.h, config.h.in:
- - (ChangeLog, acconfig.h, config.h.in) Defined DEBUGP if DODEBUG is not defined.
-
- 1996-04-24 14:54 hardaker
- * sedscript.in:
- version tag ( 3.0.7 )
-
- 1996-04-24 14:53 hardaker
- * ChangeLog, NEWS:
- - (ChangeLog,NEWS) update for 3.0.7
-
- 1996-04-24 14:37 hardaker
- * local/snmpcheck.def:
- - (local/snmpcheck) new pref: don't pop forward on new problems.
-
- 1996-04-24 13:25 hardaker
- * acconfig.h, config.h.in, configure,
- configure.in, agent/snmp_var_route.c:
- - (config*,agent/snmp_var_route.c) config checking for rtentry.rt_next
-
- 1996-04-24 11:55 hardaker
- * agent/snmp_var_route.c:
- - (agent/snmp_var_route.c) @#$%ing solaris
-
- 1996-04-24 11:46 hardaker
- * agent/snmp_var_route.c:
- - (agent/snmp_var_route.c) Checked for sys/mbuf for determining rtentry.rt_next
-
- 1996-04-24 09:07 hardaker
- * INSTALL:
- - (INSTALL) updated
-
- 1996-04-24 09:00 hardaker
- * README:
- - (README) updated
-
- 1996-04-24 08:54 hardaker
- * man/.cvsignore:
- - (man/.cvsignore) added snmpd.1
-
- 1996-04-24 08:53 hardaker
- * acconfig.h, config.h.in, ece-mib.def,
- ov/UCD-fields, ov/oid_to_sym.in, ov/oid_to_type.in
- :
- - (acconfig.h, config.h.in, ece-mib.def, ov/*) Added NetBSD to sys-OID returned.
-
- 1996-04-24 08:44 hardaker
- * agent/: snmp_var_route.c, snmp_vars.c:
- - (agent/snmp_var_route.c,snmp_vars.c) more config files for NetBSD.
- - (agent/snmp_vars.c) removed arp tables for netbsd.
-
- 1996-04-24 08:38 hardaker
- * agent/alarm.c:
- - (agent/alarm.c) Fixed some define naming conflicts for NetBSD (timeradd()).
-
- 1996-04-24 08:37 hardaker
- * agent/Makefile.in:
- - (agent/Makefile.in) Forgot a quote. (why hasn't this appeared before?)
-
- 1996-04-24 08:36 hardaker
- * config.h.in, configure, configure.in:
- - (configure.in) More header file checks (vm/vm.h (+ others) and ufs/ffs/fs.h)
-
- 1996-04-16 18:08 hardaker
- * agent/snmpd.c:
- - (snmpd.c) Added fflush calls after printing packet dumps
-
- 1996-04-16 09:48 hardaker
- * agent/: route_write.c, snmp_var_route.c:
- - (agent/{route_write.c,snmp_var_route.c}) OSF3.2 specific changes. arg.
-
- 1996-04-16 09:47 hardaker
- * configure, configure.in:
- - (configure) I forgot DMEM_LOC needs to be #undef'ed if not found
-
- 1996-04-15 14:36 hardaker
- * agent/snmpd.c:
- - (agent/snmpd.c) Fixed 2 gettimeofday calls -- added a NULL timezone ptr.
-
- 1996-04-15 14:11 hardaker
- * Makefile.in, aclocal.m4, configure,
- configure.in:
- - (configure) New command line option: --with-defaults. Don't prompt the user.
- - (configure) bug fixes: wasn't quoting kernel and dmem location.
- - (configure) gcc cpp requires -x c to accept .in file suffix.
-
- 1996-04-15 12:53 hardaker
- * acconfig.h, config.h.in, configure,
- configure.in:
- - (configure) New command line option: --enable-debugging. Turns on debugging.
- - (configure) Fixes for type checking of 4.4 rtentry structures on alphas.
-
- 1996-04-12 16:48 hardaker
- * acconfig.h, aclocal.m4, config.h.in,
- configure, configure.in, ece-mib.def,
- sedscript.in, agent/route_write.c,
- agent/snmp_var_route.c, ov/UCD-fields,
- ov/oid_to_sym.in, ov/oid_to_type.in,
- ov/bitmaps/UCD.fields:
- - (snmp_var_route.c)
- - Changed nlist warnings to only print if DODEBUG is defined in config.h
- - (many) Added support for hppa1.1-hp-hpux10.01
- - totally! redid the routing tables for BSD 4.4 derived systems
- (alpha, hpux10.01+, netbsd) since hpux10 doesn't have 4.3 compat structs.
- - (ece-mib.def) Capitalization problem.
- - (configure.in)
- - Cleaned up kernel checking
- - Started using a autoconf 2.8 feature to check for cache values.
-
- 1996-04-12 14:51 hardaker
- * agent/snmp_vars.c:
- - (agent/snmp_vars.c, agent/extensible.c)
- - Changed nlist warnings to only print if DODEBUG is defined in config.h
-
- 1996-04-05 16:19 hardaker
- * man/Makefile.in:
- - (man/Makefile.in) Added a 'clean' definition to the Makefile.
-
- 1996-04-05 16:15 hardaker
- * snmplib/asn1.c:
- - (snmplib/asn1.c) removed a required 'unix' define surrounding a header file.
-
- 1996-04-05 16:12 hardaker
- * configure:
- - (configure) autoconf-2.7 -> autoconf-2.9
-
- 1996-04-05 16:11 hardaker
- * local/snmpcheck.def:
- - (local/snmpcheck.def) Tk-b8 => Tk-b10 changes
-
- 1996-03-11 15:58 hardaker
- * ChangeLog:
- small ChangeLog update
-
- 1996-03-11 15:56 hardaker
- * snmplib/snmp_api.c:
- - (snmplib/snmp_api.c): fixed a timeout bug caused by architectures
- with an unsigned timeval.tv_sec value.
- - Thanks goes to Giovanni S. Marzot <gmarzot@baynetworks.com> for
- the patch!
-
- 1996-03-11 15:41 hardaker
- * sedscript.in:
- version tag ( 3.0.6 )
-
- 1996-03-11 15:41 hardaker
- * ChangeLog, NEWS:
- - (ChangeLog/NEWS): updated for 3.0.6
-
- 1996-03-11 15:39 hardaker
- * README:
- - (README): more clean up and added reference to the ucd-snmp mailing list.
-
- 1996-03-11 15:17 hardaker
- * README:
- - (README): cleaned up, re-arranged, shortened (sections moved to man/* docs).
-
- 1996-03-11 15:17 hardaker
- * man/Makefile.in, man/snmpd.1.def,
- man/snmpd.conf.5.def, sedscript.in:
- - (man/{Makefile.in,snmpd.1.def,snmpd.conf.5.def},versiontag,sedscript.in):
- - cleaned up documentation more and added the version number to the trailers.
-
- 1996-03-11 13:37 hardaker
- * agent/: snmp_var_route.c, snmp_vars.c:
- - (snmp_var_route.c, snmp_vars.c, extensible.c): commented out nlist warnings.
-
- 1996-03-08 10:31 hardaker
- * snmplib/snmp_api.h:
- - (snmplib/snmp_api.h) fixed a fix that shouldn't have been fixed.
-
- 1996-03-08 10:31 hardaker
- * snmplib/snmp_client.c:
- - (snmplib/snmp_client.c) Check if variable content is NULL before using.
-
- 1996-03-06 16:58 hardaker
- * snmplib/mib.c:
- - (snmplib/mib.c) printed values for timeticks are no longer negative.
-
- 1996-03-06 16:38 hardaker
- * ece-mib.def:
- - (ece-mib.def)
- - Changed capitalization schemes to be mosy compliant.
- - Made the memory mib SYNTAX point to the Memory sequence like it should.
-
- 1996-03-06 09:09 hardaker
- * agent/snmpd.c:
- - (agent/snmpd.c) Added O_TRUNC to the logfile open() call.
-
- 1996-02-21 16:24 hardaker
- * snmplib/snmp_api.h:
- - (snmplib/snmp_api.h)
- - Changed trap_type & specific_type to long from int for 64 bit architectures.
- - suggested by francus@metsny.delphi.com.
-
- 1996-02-21 16:15 hardaker
- * apps/: .cvsignore, Makefile.in, snmptrap.c:
- - (apps/Makefile.in, apps/snmptrap.c)
- - Added apps/snmptrap
- - code taken from 2.0.1 and submitted to me by francus@metsny.delphi.com.
- - I have yet to test it.
-
- 1996-02-21 16:12 hardaker
- * Makefile.in, sedscript.in, man/.cvsignore,
- man/Makefile.in, man/snmpd.conf.5.def:
- - (Makefile.in, sedscript.in, man/Makefile.in, man/snmpd.conf.5.def)
- - Added the beginnings of a snmpd.conf manual page.
-
- 1996-02-16 16:32 hardaker
- * acconfig.h, config.h.in, agent/snmp_agent.c:
- - (acconfig.h,config.h.in, agent/snmp_agent.c, agent/extensible/read_config.c)
- - .conf file addition: "community N STRING" to change community names
-
- 1996-02-12 14:28 hardaker
- * acconfig.h, config.h.in:
- - (acconfig.h, config.hin, agent/extensible/misc.c)
- - The agent now sets an alarm to restart rather than doing at the
- snmpset time to return a value to the snmpset request.
-
- 1996-02-09 17:04 hardaker
- * .cvsignore, Makefile.in, acconfig.h,
- config.h.in, configure, configure.in,
- ece-mib.def, sedscript.in, agent/snmp_vars.c,
- ov/.cvsignore, ov/Makefile.in, ov/README,
- ov/UCD-Computer, ov/UCD-fields, ov/oid_to_sym.in,
- ov/oid_to_type.in, ov/bitmaps/UCD.20.m,
- ov/bitmaps/UCD.20.p, ov/bitmaps/UCD.26.m,
- ov/bitmaps/UCD.26.p, ov/bitmaps/UCD.32.m,
- ov/bitmaps/UCD.32.p, ov/bitmaps/UCD.38.m,
- ov/bitmaps/UCD.38.p, ov/bitmaps/UCD.44.m,
- ov/bitmaps/UCD.44.p, ov/bitmaps/UCD.50.m,
- ov/bitmaps/UCD.50.p, ov/bitmaps/UCD.fields:
- - Better OpenView support
- - Returns different sysObjectID's for each architecture
- - Added a 'ov' directory for OpenView support files
- - currently contains necessary files to support a UCD bitmap file
- for hosts using the ucd-snmp agent. See the ov/README file for details.
-
- 1996-01-26 08:25 hardaker
- * configure, configure.in:
- - The Solaris 2.5 kernel has moved to /kernel/genunix
- - Thanks goes to pommier@volnay.stortek.com (Vincent Pommier (Toulouse))
-
- 1996-01-24 16:36 hardaker
- * Makefile.in, acconfig.h, config.h.in,
- ece-mib.def, sedscript.in:
- - (Makefile, config.h, ece-mib.*, sedscript.in)
- - changed the way mib.txt is built
- - split the command into two parts to build a ece-mib.txt as well
- - added a new ObjectID addition to ece-mib.txt
- - DEFMAXLOADAVE -> DREMOVEMEEFMAXLOADAVE
-
- 1996-01-24 16:33 hardaker
- * agent/snmpd.c:
- - Patch from Dave Shield <D.T.Shield@csc.liv.ac.uk>
- - fixes -p PORT command line option to actually use the requested port.
- - fixes the -l LOGFILE command line option to actually use it.
-
- 1996-01-24 16:31 hardaker
- * agent/snmp_vars.c:
- - Returning EXTENSIBLEDOTMIB.AGENTID as the new objectid
-
- 1996-01-22 17:30 hardaker
- * ChangeLog, NEWS:
- - (ChangeLog,NEWS)
- - Preped for 3.0.5 release
-
- 1996-01-22 17:23 hardaker
- * local/snmpcheck.def:
- - (local/snmpcheck)
- - added agent controls: restart, updateconfig, clearcache.
- - removed an old debugging printf.
- - ctrl-f => fixall.
- - Added keyboard accelerators to the associated menu items.
- - Made highlightThickness a global parameter via $window->option('add').
- - Added a entry box to the executable commands with the command to run.
-
- 1996-01-22 17:18 hardaker
- * local/Makefile.in:
- - (local/Makefile.in) Added a chmod to make the snmpcheck script executable
-
- 1996-01-22 16:27 hardaker
- * Makefile.in, acconfig.h, config.h.in,
- agent/snmp_vars.c:
- - (acconfig.h, agent/snmp_vars.c, agent/extensible/*.c)
- - Added new defines to turn on/off sections of the extensible mib.
- - This also fixes the mib.txt file definitions if something is turned off.
- - (Makefile.in) removed ${srcdir} from the front of stamp-h.in
-
- 1996-01-19 17:31 hardaker
- * Makefile.in, configure, configure.in,
- remove-files:
- - (configure*)
- - updated to autoconf v2.7
- - Hopefully now using correct 'make' definitions
-
- 1995-12-28 15:24 hardaker
- * Makefile.in, local/Makefile.in:
- - (Makefile.in, local/Makefile.in) Minor cleanups.
-
- 1995-12-28 12:14 hardaker
- * ChangeLog, EXAMPLE.conf.def:
- - (ChangeLog,EXAMPLE.conf.def) spell check (sigh)
-
- 1995-12-28 12:09 hardaker
- * .cvsignore, ChangeLog, EXAMPLE.conf.def,
- Makefile.in, NEWS, README, sedscript.in:
- - Created a EXAMPLE.conf file for example usage.
-
- 1995-12-28 10:44 hardaker
- * ChangeLog, NEWS:
- - (ChangeLog, NEWS): Updated these for 3.0.4 release.
-
- 1995-12-28 10:30 hardaker
- * local/Makefile.in:
- - (local/Makefile.in): Never finished the install item.
-
- 1995-12-28 10:22 hardaker
- * Makefile.in, TODO, acconfig.h, config.h.in
- , configure, configure.in, ece-mib.def,
- sedscript.in, local/.cvsignore, local/Makefile.in
- , local/snmpcheck.def, TODO:
- - Added a sedscript which is built from config.h and agent/extensible/mibdefs.h
- - used to dynamically build mib.txt and local/snmpcheck.
-
- 1995-12-28 10:01 hardaker
- * .cvsignore:
- - Added sedscript to the .cvsignore file.
-
- 1995-12-20 15:56 hardaker
- * agent/snmp_var_route.c:
- - Found and fixed a memory leak in the routing table mib.
-
- 1995-12-20 09:53 hardaker
- * snmplib/snmp_api.c:
- - snmp_open calls getservbyname only once now, at the request of Gary
- Hayward <gah@dirac.bellcore.com>.
-
- 1995-12-05 15:01 hardaker
- * local/snmpcheck.def:
- - (snmpcheck)
- - New flag: -d, don't start checking anything. Just bring up interface.
- - check for blank output of snmpget before parsing with s///g
- constructs.
-
- 1995-12-05 14:57 hardaker
- * config.h.in, configure, configure.in:
- - (configure*) added AC_TYPE_PID_T to the configure checks
-
- 1995-12-01 16:20 hardaker
- * local/snmpcheck.def:
- - local/snmpcheck: *new features*
- - handles failed snmpwalk/get/sets much more gracefully now
- - new preference: You can pick what types of problems to check for
- - -f on the command line only checks for fixable problems
- - no longer ping::echos hosts before checking them
- - instead relies on 'No Response' type replies from snmpwalk/get to
- determine if a host is up.
- - ping the host is still an option (through the command line and menus)
- - converted from Tk-b4 to Tk-b8
- - Added a logging window for debugging and tracking of actions.
- - new command line options: -V NUM initial log verbosity level
- -L show the log window at startup
- - Now translates mib numbers into more reasonable names
-
- 1995-11-20 16:10 hardaker
- * local/trapnotif:
- - (trapnotif) Logs no-responce errors.
- - (trapnotif) Better string checking (quotes all variables now)
-
- 1995-11-20 16:09 hardaker
- * config.guess, config.sub, configure,
- mkinstalldirs:
- - (all autoconf built files) Updated everything to autoconf 2.5
-
- 1995-11-20 16:08 hardaker
- * config.h.in:
- - (config.h.in) Check for -lelf for solaris 2.3 and younger
-
- 1995-11-20 16:07 hardaker
- * configure.in:
- - (configure.in) Check for -lelf for solaris 2.3 and younger
- - (configure.in) More solaris specifics: -DSVR4
- - (configure.in) Caches initial prompt in the configure script so you
- won't be bugged twice by the initial question.
-
- 1995-11-20 16:05 hardaker
- * TODO:
- - (TODO) Find and fix memory leak sometime
-
- 1995-11-20 16:04 hardaker
- * README:
- - (README) Added pointer to this file via ftp
-
- 1995-10-17 17:27 hardaker
- * ChangeLog:
- ChangeLog update
-
- 1995-10-17 17:10 hardaker
- * remove-files:
- remove-files needs to 'cd' to the correct directory first
-
- 1995-10-17 16:57 hardaker
- * remove-files:
- added the remove-files export command
-
- 1995-10-16 17:23 hardaker
- * configure.in:
- - (configure) One last echo -n vs c fix
-
- 1995-10-16 16:43 hardaker
- * apps/: snmpbulkwalk.c, snmpget.c, snmpgetnext.c
- , snmpset.c, snmptest.c, snmptrapd.c,
- snmpwalk.c:
- - (apps) all apps were still looking in /etc/ for .conf files
-
- 1995-10-16 16:41 hardaker
- * aclocal.m4, configure:
- - (configure) fixed c vs -n dependency
-
- 1995-10-16 16:21 hardaker
- * agent/snmpd.c:
- - (snmpd.c) was still looking in /etc for two .conf files.
-
- 1995-10-16 15:55 hardaker
- * TODO:
- - Added info request to bottom of TODO
-
- 1995-10-16 15:55 hardaker
- * ChangeLog:
- - ChangeLog update
-
- 1995-10-16 15:05 hardaker
- * TODO:
- - (TODO) marked install as finished and solaris port as close
-
- 1995-10-16 15:01 hardaker
- * INSTALL, Makefile.in, README,
- agent/Makefile.in, apps/Makefile.in, man/Makefile.in
- , snmplib/Makefile.in:
- - (Makefiles) make install echos what its doing in a more clear fashion
- - (INSTALL) added better instructions to the INSTALL file.
- - (README) minor wording changes
-
- 1995-10-16 13:01 hardaker
- * Makefile.in, NEWS, configure, configure.in
- , agent/Makefile.in, apps/Makefile.in,
- man/.cvsignore, man/Makefile.in:
- - (Makefiles) Fairly decent 'make install' now possible. Installs
- into the directory specified by --prefix for the ./configure script.
- - (extensible.c) config file re-location: now uses the SNMPLIBPATH
- defined loosely as $(prefix)/lib/snmp/.
-
- 1995-10-13 15:44 hardaker
- * TODO, acconfig.h, config.h.in, configure
- , configure.in, stamp-h, agent/snmpd.c,
- snmplib/mib.c:
- - (snmpd.c) Added -p port to --help output
- - (config) Setup to use --prefix to look for config files.
-
- 1995-10-11 17:33 hardaker
- * Makefile.in, acconfig.h, aclocal.m4,
- config.h.in, configure, configure.in,
- agent/Makefile.in, apps/Makefile.in:
- - The configure script now prompts for important values to be put in
- config.h. Some things need to use $(prefix) instead however.
- - (Makefile.in, agent/Makefile.in, apps/Makefile.in)
- + linking to ../snmplib/libsnmp.a instead of ../lib/libsnmp.a to
- remove install requirement.
- + put ../lib/libsnmp.a in application
-
- 1995-10-06 16:41 hardaker
- * NEWS, TODO:
- - (NEWS/-TODO) -h/--help, -v/--version command line options
-
- 1995-10-06 16:40 hardaker
- * agent/snmpd.c:
- - (snmpd.c) Usage of --help and --version should work now... GNU standard.
-
- 1995-10-06 16:32 hardaker
- * snmplib/: Makefile.in, parse.c, snmp.c:
- - (parse.c, snmp.c) added config.h to the list of includes.
-
- 1995-10-06 16:32 hardaker
- * agent/snmpd.c:
- - (snmpd.c) Added two new flags:
- -h for help
- -v for version information
-
- 1995-10-06 11:37 hardaker
- * README:
- - (README) Moved INSTALLATION instructions to INSTALL
- Changed listing of supported architectures
- Updated AVAILABILITY section
-
- 1995-10-06 11:26 hardaker
- * configure.in, configure:
- - (configure, configure.in) now caches more values (ps args, etc) and
- checks for the location of ps (no longer assuming to be /bin/ps)
-
- 1995-10-06 11:24 hardaker
- * INSTALL:
- - (INSTALL) installation instructions moved to here
-
- 1995-10-05 15:22 hardaker
- * .cvsignore, TODO, config.h.in, configure,
- configure.in, stamp-h.in, agent/Makefile.in,
- agent/kernel_sunos5.c, agent/kernel_sunos5.h,
- agent/route_write.c, agent/snmp_var_route.c,
- agent/snmp_vars.c, apps/Makefile.in,
- apps/snmpnetstat/Makefile.in:
- - More Solaris porting.
- - Most mibII entries now work.
- - Haven't checked returned information for accuracy
- - sysUpTime still fails.
- - cc and gcc both compile everything now.
-
- 1995-10-03 09:42 hardaker
- * stamp-h, stamp-h.in:
- (.cvsignore) removed files stamp-h stamp-h.in files since makefile needed them.
-
- 1995-10-03 09:35 hardaker
- * Makefile.in:
- (Makefile.in) Removed ./configure and ./config.h.in from "all:" dependencies
-
- 1995-10-03 09:31 hardaker
- * .cvsignore:
- (.cvsignore) removed config.h.in from cvs ignore list (bad bad)
-
- 1995-10-03 09:31 hardaker
- * config.h.in:
- (config.h.in) Added file.
-
- 1995-10-03 09:24 hardaker
- * TODO:
- (TODO) Update of the TODO list: included snmpv1 config ideas
-
- 1995-10-03 09:24 hardaker
- * acconfig.h:
- (acconfig.h) Minor bug: recursive comments not correct for compilers (AIX)
-
- 1995-09-29 13:46 hardaker
- * NEWS:
- - (NEWS) updated the news file.
-
- 1995-09-29 13:41 hardaker
- * .cvsignore, Makefile.in, TODO, acconfig.h
- , config.guess, config.sub, configure,
- configure.in, install-sh, mkinstalldirs,
- agent/.cvsignore, agent/Makefile.in, agent/acl_vars.c
- , agent/alarm.c, agent/context_vars.c,
- agent/event.c, agent/kernel.c, agent/party_vars.c
- , agent/route_write.c, agent/snmp_agent.c,
- agent/snmp_var_route.c, agent/snmp_vars.c,
- agent/snmp_vars.h, agent/snmpd.c, agent/view_parse.c
- , agent/view_vars.c, apps/.cvsignore,
- apps/Makefile.in, apps/snmpbulkwalk.c, apps/snmpget.c
- , apps/snmpgetnext.c, apps/snmpset.c,
- apps/snmptest.c, apps/snmptranslate.c, apps/snmptrapd.c
- , apps/snmpwalk.c, apps/snmpnetstat/.cvsignore,
- apps/snmpnetstat/Makefile.in, apps/snmpnetstat/if.c,
- apps/snmpnetstat/inet.c, apps/snmpnetstat/main.c,
- apps/snmpnetstat/route.c, snmplib/.cvsignore,
- snmplib/Makefile.in, snmplib/acl.c, snmplib/acl_parse.c
- , snmplib/asn1.c, snmplib/context.c,
- snmplib/context_parse.c, snmplib/md5.c, snmplib/mib.c
- , snmplib/party.c, snmplib/party_parse.c,
- snmplib/snmp.c, snmplib/snmp_api.c, snmplib/snmp_auth.c
- , snmplib/snmp_client.c, snmplib/system.c,
- snmplib/view.c:
- - ported to GNU's autoconfig2.4
- - to install, you must now run ./configure first to generate the
- Makefiles and config.h
- - almost all of the code is now dynamically checked for problems
- rather than being dependant on architecture names.
- - system name now dynamically determined at run time (from uname -n)
- - created a 'make depend' call (finally).
- - (agent/snmp_vars.h) changed SYSNAME define to SYSTEMNAME define to
- avoid a conflict with a solaris header file.
- - protecting better against include header files twice.
- - Most of port to Solaris 2.4 finished. The kernel reads still need work.
-
- 1995-09-21 09:29 hardaker
- * ChangeLog, NEWS:
- 3.0.2.1 release (compilation bug fix)
-
- 1995-09-21 09:27 hardaker
- * snmplib/md5.c:
- (snmplib/md5.c) Forgot to include sys/types.h for u_long definition.
-
- 1995-09-18 16:24 hardaker
- * ChangeLog, NEWS:
- News/Changelog updates
-
- 1995-09-18 16:14 hardaker
- * man/snmpd.1.def:
- Beginnings of a manual page for snmpd
-
- 1995-09-18 16:09 hardaker
- * README:
- Minor mods to README file.
-
- 1995-09-01 14:52 hardaker
- * NEWS:
- Added a NEWS file to report/record major changes
-
- 1995-09-01 11:57 hardaker
- * agent/: kernel.c, snmp_var_route.c, snmp_vars.c
- :
- - Fixed alpha's kernel lookups:
- * CMU code was passing ints into lseek (needs long).
-
- 1995-07-31 16:27 hardaker
- * local/snmpcheck.def:
- - snmpcheck changes:
- - terminal (ascii) based supported fixed.
- - Detects presence of a DISPLAY variable.
- - Now requires the Term::Readkey package.
- - asks users weather to fix problems
- - raises and deiconifies when new problems are found
- - sets the background color of new problems to pinkish
- - new prefence: ping host?
- - global key bindings:
- ctrl-q = quit; ctrl-h = hide; ctrl-s = seen all
-
- 1995-07-28 14:23 hardaker
- * acconfig.h, agent/snmp_vars.c:
- Yet more problems fixed in the alpha port.
- -- more int -> long checking.
-
- 1995-07-26 16:30 hardaker
- * acconfig.h, agent/kernel.c, agent/route_write.c
- , agent/snmp_var_route.c, agent/snmp_vars.c,
- agent/snmpd.c, snmplib/asn1.c, snmplib/md5.c,
- snmplib/snmp_auth.c:
- - Added a new #define: EXIT_ON_BAD_KLREAD to config.h
- If defined, and an error occurs while reading the kernel contents,
- the agent will exit. This was the default. I wanted it to
- continue.
-
- - Port to dec-alpha/OSF 3.1
- - alpha's long is 8 bytes, not 4.
- - should be (mostly) 64 bit clean now.
- - cleaned up a LOT of bugs CMU code in the process.
-
- 1995-07-14 15:20 hardaker
- * ChangeLog:
- Changelog update
-
- 1995-07-14 15:15 hardaker
- * local/snmpcheck.def:
- - snmpcheck (tk-perl-b4 script) is pretty stable at this point. I
- lost curses support, and need to re-add it still, so it is still
- beta. It does expect a log file of problems to exist (point it to
- /dev/null), and needs to know the locations of the mibs to check
- (which aren't configured by 'make'), so it needs some work.
- However, it will query an agent, check its problems based on the
- status of the error flag (or return code) being >1 and report them
- with neat GUI-buttons and stuff (oh wow). No documentation on it though.
-
- 1995-07-14 15:12 hardaker
- * agent/snmpd.c:
- - Finished the restart mib. This is a setable sub-mib of the version
- mib, default to VERSION.12(.1). If snmp-set to '1', it will restart
- the agent.
-
- * A side effect of this is that it restarts 3 times or so, since it
- never returns a responce to the program generating the request.
- If said program tries to resend the request (which most do), it
- will AGAIN restart the agent... oh well.
-
- 1995-07-10 12:30 hardaker
- * acconfig.h:
- Minor comment change in config.h
-
- 1995-07-10 11:27 hardaker
- * agent/snmpd.c:
- Two new command line options:
- -l LOGFILE Outputs stderr/out to LOGFILE (overrides config.h def)
- -L Do NOT write to a log file (overrides config.h)
-
- 1995-06-21 09:20 hardaker
- * snmplib/snmp_client.c:
- snmplib:
- Bug fix: fdset -> (int *) fdset in select call.
-
- 1995-06-21 09:19 hardaker
- * snmplib/Makefile.in:
- Changed default CC to cc again.
-
- 1995-06-21 09:18 hardaker
- * ece-mib.def:
- ece-mib.def:
- Bug Fix:
- Loadave mib: Integer -> DisplayString
- versionClearCache: -> read-write (was read-only)
-
- Feature:
- Added a setable mib entry to the version mib to re-read the config file(s).
-
- 1995-06-21 09:11 hardaker
- * agent/snmp_agent.c:
- Changed another "empty" error message in the CMU code to a real warning.
-
- 1995-06-16 14:20 hardaker
- * agent/snmp_vars.c:
- House Cleaning:
- Missed a VERSION_ID
-
- 1995-06-16 14:02 hardaker
- * agent/Makefile.in:
- House Cleaning:
- Took out gcc/ansi requirement for the agent.
- perror() is called more frequently for log archival
-
- New Bug/Haven't solved:
- HP-UX: if agent/*.c and agent/extensible/*.c are built with gcc,
- DisplayStrings return garbage. No clue as to why.
-
- 1995-06-16 10:15 hardaker
- * agent/: snmp_var_route.c, snmp_vars.c, snmp_vars.h
- , snmpd.c:
- House cleaning
- - Compiles cleanly on hpux/gcc
- (except one include file error I don't have control over.)
- - Change VERSION_ID -> VERSIONID to avoid conflicts with HP's includes.
-
- 1995-06-16 10:13 hardaker
- * agent/Makefile.in:
- Removed 'gmake' -> 'make' in agent/Makefile
-
- 1995-06-14 14:09 hardaker
- * README:
- Added AVAILABILITY section to the README file.
-
- 1995-06-14 13:56 hardaker
- * ChangeLog, README:
- Updated the ChangeLog
- Added a "real" disclaimer to the README file.
-
- 1995-06-14 13:43 hardaker
- * README:
- - Added more documentation to the README file.
- - Created a mailing list to handle announcements
- (ucd-snmp-announce@ece.ucdavis.edu)
-
- 1995-06-14 12:56 hardaker
- * acconfig.h, agent/snmp_vars.c:
- - Cleaned up/Added more documentation to config.h
- - GLOBALSECURITY now uses the left most four bits in the MIB acl.
- This is more compatible with the CMU code than using the left most
- 2, which was done previously.
-
- 1995-06-14 11:24 hardaker
- * agent/snmp_vars.c:
- agent:
- - Mib table is now qsorted at run time and the extensible variables are
- sorted in at this time. This brings the agent up to correct
- SNMPwalk/getnext protocols. You can now walk the entire tree
- including the extensible sections and it won't stop.
- * This has an added bonus of checking the mib table
- (agent/snmp_vars.c) for correct order. I have added things to the
- wrong location too many times and caused the agent to function
- incorrectly. Major win.
-
- 1995-06-12 10:35 hardaker
- * local/trapnotif:
- local/trapnotif:
- -- uses snmpv2 now (correctly)
-
- 1995-06-09 14:08 hardaker
- * snmplib/Makefile.in:
- Changed test -x to test -f in snmplib/Makefile. Not all OSes
- (ie ultrix) handle this.
-
- 1995-06-09 13:21 hardaker
- * snmplib/md5.c:
- Fixed Authentication error (again) (correct this time) between
- reversed byte order machines.
- -- #ifdef hpux/SYSV/sun in md5.c reverses byte order
-
- 1995-06-09 12:39 hardaker
- * snmplib/md5.c:
- Fixed Authentication error between reversed byte order machines.
- -- #ifdef hpux/SYSV in md5.c reverses byte order
-
- 1995-06-09 10:21 hardaker
- * agent/snmp_vars.c:
- Correctly ordered the mib table list.
- -- Need to write a dynamic checker/re-orderer.
-
- 1995-06-09 10:20 hardaker
- * acconfig.h, snmplib/Makefile.in,
- snmplib/snmp_client.c:
- Added a SNMPBLOCK option to the config.h file. Supposedily setting
- this to zero (now the default) will allow snmp requests to time out.
- Haven't tested it throughly.
- -- Contributed by Sanjai Narain <narain@thumper.bellcore.com>
-
- 1995-06-05 12:44 hardaker
- * ChangeLog, README, agent/snmp_vars.c:
- * agent/extensible/Makefile:
- -- no longer requires GNU make
- -- etags no longer run by default
-
- * SunOS additions:
- -- loadaverage checking MIB enabled
- -- disk checking MIB enabled
-
- 1995-06-02 16:21 hardaker
- * README:
- Final modification for inital release
-
- 1995-06-02 15:41 hardaker
- * agent/snmp_vars.c:
- #ifdef hpux around hpux specific mibs
-
- 1995-06-02 15:31 hardaker
- * snmplib/snmp_impl.h:
- ERROR() define now flushes stdout
-
- 1995-06-02 15:30 hardaker
- * local/trapnotif:
- Now uses v2 request protocol.
-
- 1995-06-02 15:28 hardaker
- * agent/snmp_agent.c:
- Prints MIB to stdout for existent mibs
-
- 1995-06-02 15:27 hardaker
- * agent/snmp_vars.c:
- Added a check for SNMPV2/SNMPV2AUTH type authorization.
-
- 1995-06-02 15:27 hardaker
- * acconfig.h:
- Reorganized config.h in more or less order of importance
- Added definitions for SNMPV2ONLY type authorization.
-
- 1995-06-02 15:26 hardaker
- * ece-mib.def:
- removed bogus two lines
-
- 1995-05-31 16:30 hardaker
- * agent/snmp_vars.c:
- New:
-
- Added two new ACL types: PRIVAUTHRW and PRIVAUTHRO which will only
- work if the request is authenticated (by anything).
-
- 1995-05-31 14:49 hardaker
- * README:
- New:
-
- Added -f option to README
-
- 1995-05-31 14:49 hardaker
- * ece-mib.def:
- New:
-
- New MIB: snmpErrors to log problems with the agent
-
- 1995-05-31 14:47 hardaker
- * agent/: Makefile.in, snmp_vars.c, snmpd.c:
- New:
-
- New definition included for a default place to log messages: LOGFILE
- New MIB: snmpErrors to log problems with the agent
- Forks away from calling shell by default now unless -f specified.
-
- Misc:
-
- Ifdefs around all added sections of code to disable durning compilation
-
- 1995-05-31 14:45 hardaker
- * acconfig.h:
- New:
-
- New definition included for a default place to log messages: LOGFILE
- New MIB: snmpErrors to log problems with the agent
-
- Bugs:
-
- hpux compliers don't define SYSV by default...
-
- 1995-05-19 15:45 hardaker
- * local/snmpcheck.def:
- Added menus and moved some commands there as well as prefrences.
- Now rescans after 5 minutes and checks the log.
-
- 1995-05-19 15:44 hardaker
- * local/trapnotif:
- egreping for an exact match for hosts now.
-
- 1995-05-19 15:43 hardaker
- * agent/snmp_vars.c:
- More defines moved to config.h
-
- 1995-05-19 15:42 hardaker
- * README, acconfig.h, ece-mib.def:
- Working toward an exportable version.
-
- 1995-05-17 12:45 hardaker
- * local/snmpcheck.def:
- Working version.
- -- now operates on a selection
- -- still has a lot of room for improvement.
-
- 1995-05-08 16:25 hardaker
- * local/snmpcheck.def:
- Fairly functioning version.
- Need to port to perl5.001 & tk4b3
-
- 1995-05-05 17:01 hardaker
- * agent/snmp_vars.c:
- Opps. Set tp->namelen to be -1, when it is a unsigned char. Using 0 now.
-
- 1995-05-05 16:18 hardaker
- * acconfig.h, agent/Makefile.in, agent/snmp_vars.c
- :
- Re-arranging and Re-naming stuff for external distribution
-
- 1995-05-03 13:05 hardaker
- * agent/snmp_vars.c:
- Major bug:
- Changing tree size caused problems.
- extensible tree now adds a halt condition (namelen = -1) to check for
-
- 1995-05-03 12:23 hardaker
- * agent/snmp_vars.c:
- Added prototype declairation for find_extensible()
-
- 1995-05-03 09:23 hardaker
- * local/trapnotif:
- Changed timeout to be 30 seconds.
-
- 1995-05-03 09:21 hardaker
- * local/rsnmp:
- New script:
- walks an extensible (or any) mib tree. Has built in knowledge of
- the mibs for lay-peoples useage.
-
- 1995-05-03 09:19 hardaker
- * local/fixproc:
- Fixed bug: Using a wrong variable
-
- 1995-05-03 09:12 hardaker
- * agent/snmp_vars.c:
- Added extensible mib entry.
- -- find_extensible now returns the default mib tree or an
- appropriate mib tree with the created extensible entry in it.
-
- 1995-05-03 09:10 hardaker
- * ece-mib.def:
- Added load average mib entry
-
- 1995-04-17 12:25 hardaker
- * local/snmpcheck.def:
- Started writting a Tk interface... Code is still very very ugly, but works.
-
- 1995-04-17 12:24 hardaker
- * local/trapnotif:
- Now logs itself correctly.
-
- 1995-04-13 14:12 hardaker
- * agent/Makefile.in:
- Added a dependancy for wes/mibdefs.h to snmp_vars.c
-
- 1995-04-07 12:46 hardaker
- * agent/snmp_vars.c, agent/snmpd.c, apps/snmptrapd.c
- , apps/snmpnetstat/if.c, apps/snmpnetstat/inet.c,
- apps/snmpnetstat/main.c, snmplib/system.c:
- -- Ported to dec 5000/200 Ultrix 4.2 architectures
- TODO: memory/swap in wes.c
-
- 1995-03-31 15:33 hardaker
- * local/snmpcheck.def:
- Bugs:
- Was acting slow since it was checking each mib location twice.
- Removed perl -w warnings
-
- 1995-03-15 16:48 hardaker
- * local/snmpcheck.def:
- snmpcheck is now written using perl5's object oriented routines.
-
- 1995-03-15 14:19 hardaker
- * snmplib/parse.c:
- CMU Bug fixes:
- -- better job than my previous hack fixing get_token.
- + get_token now requires a third argument dictating the max string
- length the token can hold.
-
- 1995-03-15 09:26 hardaker
- * README:
- Updated README.hpux file from HP-port-1-1-1...
-
- 1995-03-15 09:23 hardaker
- * local/snmpcheck.def:
- perl -> perl5
- No longer depends on OVs snmpset, can now use CMUs snmpset (/usr/local/etc)
-
- 1995-03-10 13:34 hardaker
- * snmplib/mib.c:
- Added /etc as another path to search when looking for mib.txt
-
- 1995-03-10 13:30 hardaker
- * snmplib/parse.c:
- Major hacking to parse() to work at all.
- -- Now I don't unstand why it ever successfully parsed the mib.txt file.
- -- get_token was constantly called to read DESCRIPTION strings into
- a char array of either 64 (MAXTOKEN) or 4096 (MAXQUOTESTR) in
- length. MANY of the DESCRIPTION strings are longer than this.
- -- Hacked parseQuotedString to make sure returned are strings < MAXQUOTESTR
-
- 1995-03-10 13:18 hardaker
- * apps/snmptrapd.c, snmplib/system.c:
- #include <socketio.h> is not needed on HPUX
-
- 1995-03-10 13:18 hardaker
- * apps/.cvsignore:
- Added snmpgetnext and snmpset to .cvsignore
-
- 1995-03-09 13:22 hardaker
- * agent/Makefile.in, agent/snmpd.c, snmplib/Makefile.in
- , snmplib/party_parse.c, snmplib/snmp_client.c:
- CMU 2.1.2 -> 2.1.2.1 Merge.
-
- 1995-03-08 16:07 hardaker
- * apps/snmpset.c, apps/snmpgetnext.c,
- man/snmpbulkwalk.1, man/snmpget.1, man/snmpgetnext.1
- , man/snmpnetstat.1, man/snmpset.1,
- man/snmptranslate.1, man/snmptrapd.8:
- Initial revision
-
- 1995-03-08 16:06 hardaker
- * Makefile.in, README.cmu, agent/Makefile.in
- , agent/snmpd.c, apps/Makefile.in,
- apps/snmpget.c, apps/snmptest.c,
- apps/snmpbulkwalk.c, apps/snmptrapd.c,
- apps/snmpwalk.c, apps/snmpset.c,
- apps/snmptranslate.c, apps/snmpgetnext.c,
- apps/snmpnetstat/Makefile.in, apps/snmpnetstat/if.c
- , apps/snmpnetstat/inet.c,
- apps/snmpnetstat/main.c, apps/snmpnetstat/route.c
- , man/README, man/snmptest.1,
- man/snmpwalk.1, man/snmpbulkwalk.1,
- man/snmpget.1, man/snmpgetnext.1,
- man/snmpnetstat.1, man/snmpset.1,
- man/snmptranslate.1, man/snmptrapd.8,
- snmplib/Makefile.in, snmplib/acl.c,
- snmplib/acl.h, snmplib/asn1.c,
- snmplib/context.c, snmplib/context.h,
- snmplib/context_parse.c, snmplib/mib.c,
- snmplib/parse.c, snmplib/parse.h,
- snmplib/party.c, snmplib/party.h,
- snmplib/party_parse.c, snmplib/snmp_api.c,
- snmplib/snmp_api.h, snmplib/snmp_auth.c,
- snmplib/snmp_client.c, snmplib/snmp_impl.h,
- snmplib/system.c, snmplib/view.c,
- snmplib/view.h:
- New release of CMU's code:
- -- See README for specific details
- -- snmpset,snmpgetnext added
- -- -q flag added "quick print"
- -- bug fixes
- -- Man pages updated
-
- 1995-03-02 14:09 hardaker
- * local/snmpcheck.def:
- Minor backspace changes...
- Removed -w switch for perl
-
- 1995-03-02 14:09 hardaker
- * local/fixproc:
- Fix from Tim: correctly finds pid now
-
- 1995-02-09 12:33 hardaker
- * local/snmpcheck.def:
- perl -w produces no warnings now if no cmd line args are given.
- Added two more status indicators (sleeping, checking) for fix routine.
- Now sleeps for 2 seconds instead of 1 (not quick enough to catch X restarts)
-
- 1995-02-09 12:31 hardaker
- * local/fixproc:
- Changed ps -el to ps -e: ps -el reported X as being alive instead of <defunct>
-
- 1995-02-08 15:20 hardaker
- * ece-mib.def:
- Added a mib to provide capability for ignoring the exec cache.
- -- Needed immediately following a 'fix' to check to see if the 'fix' worked.
-
- 1995-02-08 15:04 hardaker
- * local/snmpcheck.def:
- Pokes the reset-cache mib to ensure a new 'ps' output for fixed problems.
-
- 1995-02-08 14:46 hardaker
- * local/snmpcheck.def:
- New options:
- -y: always try to fix the problems
- -n: never try to fix the problems
- Currently defaults to never (should prompt) till I can get perl's
- getc(STDIN) to work...
- Uses snmpset to accomplish this, which is OVs and only licenced for one host.
-
- 1995-02-08 10:34 hardaker
- * agent/: kernel.c, snmpd.c:
- Added 'close on exec' flags to open files (/dev/*mem*) and sockets.
- -- Prevents spawned processes from keeping snmpd from restarting.
- (Errors were: Can't bind socket (in use) and Can't open /dev/dmem)
- Set O_RDONLY flag on /dev/*mem* files, required by the 'man page' (else undef)
-
- 1995-02-03 13:51 hardaker
- * agent/Makefile.in:
- Added wes/exec.o
-
- 1995-02-03 13:49 hardaker
- * ece-mib.def:
- Added mib defs for the read/write fix for procs and exec functions
-
- 1995-02-03 13:38 hardaker
- * local/: ece-snmpd.conf, fixproc, fixproc.conf:
- Added fixproc and its database (installed in /local/scripts and /local/etc)
- Copied the current /etc/ece-snmpd.conf to this directory, for
- archiving.
-
- 1995-02-01 14:24 hardaker
- * agent/: Makefile.in, snmp_agent.c:
- Added write-mib ability to fix a given process
- -- will eventually call Tim's script to fix the process
- -- Defined in wes.h
-
- 1995-02-01 11:57 hardaker
- * agent/Makefile.in:
- Fixed Makefile bug: calles $(MAKE) now instead of explicit make.
-
- 1995-01-30 13:33 hardaker
- * ece-mib.def:
- Version information now contains a CVS tag info mib
- VERCDATE now works properly.
-
- 1995-01-30 11:19 hardaker
- * ece-mib.def:
- Added version mib to definitions.
-
- 1995-01-30 11:08 hardaker
- * agent/: Makefile.in, snmp_vars.c:
- Added version mib (VERIDENT,VERDATE,VERCDATE)
- Added mibincl.h and mibdefs.h to start splitting up mibs in wes.c into
- seperate files. Include these two files to include necessary defs
- ERRORMSG defs now ALL return current numerical result with the msg.
-
- 1995-01-27 17:10 hardaker
- * agent/snmp_vars.c:
- Put in defines for the sub mib nums {snmp_vars.c, wes.h}
-
- 1995-01-27 13:17 hardaker
- * local/snmpcheck.def:
- Added paths (/usr/local/etc) to snmp{get,walk}
-
- 1995-01-27 12:45 hardaker
- * agent/snmp_vars.c:
- Made nlist entry changes. no longer dies from a ArpTable query.
-
- 1995-01-27 12:26 hardaker
- * agent/snmp_vars.c:
- Moved kernel/nlist printout of not found nlist entries out of #ifdef hpux
-
- 1995-01-27 11:42 hardaker
- * agent/snmp_vars.c:
- cpp Mistake fix: #ifdef HPUX -> #ifdef hpux
-
- 1995-01-25 17:14 hardaker
- * agent/snmp_vars.c:
- Ported (back) to Sun4:
- -- swap and disk mibs not supported yet
- -- found numerous bugs I hadn't noticed under HPUX, mostly type
- casting.
-
- 1995-01-25 16:19 hardaker
- * local/snmpcheck.def:
- Added Swap/Memory mib check (.4), now that it conforms to .{1,2,100,101} specs.
- Changed formating to use %-n.ns specifications instead of tab seperations.
-
- 1995-01-23 16:02 hardaker
- * local/trapnotif:
- Bug fix: Polled wrong mib (100 instead of 101) for errmsg string.
-
- 1995-01-23 12:57 hardaker
- * ece-mib.def:
- Typo fixes in the mib def file for OV.
-
- 1995-01-23 12:00 hardaker
- * local/snmpcheck.def:
- Won't check down hosts:-)
-
- 1995-01-23 10:57 hardaker
- * ece-mib.def:
- All (watched) mibs now use:
- 1: MIBINDEX, just an index to the number of vars
- 2: ERRORNAME, a generic one word name for the cause of ERROR{FLAG,MSG}.
-
- 1995-01-23 10:37 hardaker
- * local/trapnotif:
- Added /1/OV/bin to the path to find the snmp utils without path extensions.
- More variable usage: removed use of command line args directly.
- If the error flag has changed back to normal, only log it in the
- ece-total log file instead.
-
- 1995-01-23 10:26 hardaker
- * local/snmpcheck.def:
- Will take hosts from the log file if none specified on the command line.
- -- or if the first arg is a '-a' will (A)dd to the command line list.
- Displays what host it is checking as it checks it.
- Changed the output format (I've yet to see if it actually looks good though).
-
- 1995-01-18 15:22 hardaker
- * local/snmpcheck.def:
- Beginning of a script to check errors with a machine and report them
- via snmp
- TODO: option to fix the errors if root on clover (need to rsh to the machine)
-
- 1995-01-05 14:51 hardaker
- * local/trapnotif:
- Changed the trapnotif file to reflect recent source changes:
- -- removed mem error section... They are handled via the normal err
- route since they now have an error msg like the rest
- -- Error flag is now at 100, and error message is at 101.
-
- 1995-01-05 14:45 hardaker
- * ece-mib.def:
- Changed the mib file to reflect the current source code.
- All mibs now have ErrorFlag and ErrorMsg as 100,101
-
- 1995-01-05 14:44 hardaker
- * local/: trapnotif, wesrestart:
- copied the restart and trapnotif scripts to the src tree for cvs archiving.
-
- 1995-01-04 16:32 hardaker
- * ece-mib.def:
- Initial release.
- Needs to be updated.
-
- 1995-01-04 16:30 hardaker
- * apps/: .cvsignore, snmpnetstat/.cvsignore:
- Just a .cvsignore file
-
- 1995-01-04 16:26 hardaker
- * agent/: .cvsignore, snmp_vars.c:
- Feature:
- Added the disk watching facilities to report disk space
- -- new config option 'disk DISK MINAVAIL'
- Added support for a second config file as CONFIGFILETWO
- -- defaults to /etc/ece-snmpd.local.conf
- -- intent: one is rdisted and one is machine specific
- -- TODO: Needs to erase previous definitions rather than adding
- two wit the same name
-
- Change:
- MIB definition change:
- -- All mibs with error flags now use ERRORFLAG/ERRORMSG instead.
- -- These default to 100 and 101, and are set by only two defines
- Shortened error message for process errors to fit on the screen.
- Swap mib code cleanup
-
- TODO:
- Added beginnings of kernal locking tests. Need to find a machine
- with a broken rpc.lockd to test the code though.
-
- Bugs:
- My nlist array didn't have a NULL ending.
-
- 1994-12-14 17:13 hardaker
- * README:
- Added the README file
-
- 1994-12-14 17:02 hardaker
- * snmplib/hpux.c:
- Added hpux.c
-
- 1994-12-14 16:55 hardaker
- * snmplib/: Makefile.in, party_parse.c, snmp_client.c
- :
- HP-UX port of the CMU code
-
- 1994-12-14 15:43 hardaker
- * Makefile.in, README.cmu, mibII.txt,
- snmplib/asn1.c, snmplib/mib.c, snmplib/parse.c
- , snmplib/snmp.c, snmplib/snmp_api.c,
- snmplib/snmp_auth.c, snmplib/asn1.h,
- snmplib/mib.h, snmplib/parse.h,
- snmplib/snmp_client.c, snmplib/Makefile.in,
- snmplib/acl_parse.c, snmplib/snmp.h,
- snmplib/snmp_api.h, snmplib/snmp_client.h,
- snmplib/snmp_impl.h, snmplib/acl.c,
- snmplib/acl.h, snmplib/party.c, snmplib/party.h
- , snmplib/party_parse.c, snmplib/view.c
- , snmplib/context.c, snmplib/context.h
- , snmplib/context_parse.c, snmplib/md5.c
- , snmplib/md5.h, snmplib/view.h,
- apps/Makefile.in, apps/snmpget.c, snmplib/.pure
- , snmplib/system.c, snmplib/system.h,
- apps/snmpbulkwalk.c, apps/snmptest.c,
- apps/snmptranslate.c, apps/snmpwalk.c,
- apps/snmptrapd.c, apps/snmpnetstat/Makefile.in,
- apps/snmpnetstat/if.c, apps/snmpnetstat/inet.c,
- apps/snmpnetstat/main.c, apps/snmpnetstat/main.h
- , apps/snmpnetstat/route.c, man/snmp_api.3
- , man/snmptest.1, man/snmpwalk.1,
- man/variables.5, man/README, man/des.1
- , man/des.3:
- Initial CMU snmp code, version 2.1.2
-
- 1994-12-14 15:43 hardaker
- * Makefile.in, README.cmu, mibII.txt,
- snmplib/asn1.c, snmplib/mib.c, snmplib/parse.c,
- snmplib/snmp.c, snmplib/snmp_api.c, snmplib/snmp_auth.c
- , snmplib/asn1.h, snmplib/mib.h, snmplib/parse.h
- , snmplib/snmp_client.c, snmplib/Makefile.in,
- snmplib/acl_parse.c, snmplib/snmp.h, snmplib/snmp_api.h
- , snmplib/snmp_client.h, snmplib/snmp_impl.h,
- snmplib/acl.c, snmplib/acl.h, snmplib/party.c,
- snmplib/party.h, snmplib/party_parse.c, snmplib/view.c
- , snmplib/context.c, snmplib/context.h,
- snmplib/context_parse.c, snmplib/md5.c, snmplib/md5.h
- , snmplib/view.h, apps/Makefile.in, apps/snmpget.c
- , snmplib/.pure, snmplib/system.c,
- snmplib/system.h, apps/snmpbulkwalk.c, apps/snmptest.c
- , apps/snmptranslate.c, apps/snmpwalk.c,
- apps/snmptrapd.c, apps/snmpnetstat/Makefile.in,
- apps/snmpnetstat/if.c, apps/snmpnetstat/inet.c,
- apps/snmpnetstat/main.c, apps/snmpnetstat/main.h,
- apps/snmpnetstat/route.c, man/snmp_api.3,
- man/snmptest.1, man/snmpwalk.1, man/variables.5,
- man/README, man/des.1, man/des.3:
- Initial revision
-
- 1994-11-18 15:59 hardaker
- * agent/: Makefile.in, snmp_agent.c, snmp_vars.c,
- snmpd.c:
- Added some hp-mibs
-
- 1994-11-04 15:47 hardaker
- * agent/snmp_vars.c:
- Added Virtual Memory mib (currently only total and used)
-
- 1994-10-28 13:35 hardaker
- * agent/: snmp_var_route.c, snmp_vars.c:
- hp-ux machines now return the correct mib location for their arch type.
- Added hp-ux to the ifdefs for Route_Scan_Reload() function for correct
- kernal reading.
-
- 1994-10-26 13:31 hardaker
- * agent/: party_vars.c, snmp_vars.c:
- Dec compilation achived, though its not opening any ports when run.
-
- 1994-10-24 14:57 hardaker
- * agent/snmp_vars.c:
- Added the extensible mib section.
-
- 1994-10-20 16:09 hardaker
- * agent/: Makefile.in, snmp_vars.c, var_struct.h:
- Added the remaining hp-ux symbols
- put all dependancies for my stuff under wes/
- moved the variable declairations (structs) to var_structs.h so they could be
- referenced by other files.
- Changed the default values to hp-ux from BSD and other misc strings
- Added appropriate dependancies to the makefile
- Changed errors and added stuff to the variable declairations for my stuff
-
- 1994-10-14 10:46 hardaker
- * agent/: Makefile.in, kernel.c, snmp_var_route.c
- , snmp_vars.c:
- fixed nlist for the hps. Not sure of three particular nlist
- references (for the arp table). The rest are working.
- Also added wes/* do the dependances for snmp_vars.c
-
- 1994-10-14 08:39 hardaker
- * agent/: kernel.c, snmp_vars.c:
- I fixed the source for compilation and began adding my own mib defs.
- Any included mibs which make kernal reads still fail.
-
- 1994-10-13 13:55 hardaker
- * agent/: Makefile.in, history.h, kernel.c
- , snmp_agent.c, snmp_var_route.c,
- snmp_vars.h, snmpd.c, alarm.c,
- event.c, history.c, party_vars.c,
- snmp_vars.c, snmp_vars_event.h, view_vars.c
- , acl.conf, acl_vars.c, alarm.h
- , context_vars.c, event.h, m2m.h
- , snmp_vars_m2m.h, view_parse.c, .pure
- , route_write.c:
- Inital CMU source.
-
- -------------------------------------------------------------------------------
- Changes: V5.0.8 -> V5.0.9
- 2003-09-05 23:42 hardaker
- * agent/Makefile.depend, agent/helpers/Makefile.depend
- , agent/mibgroup/Makefile.depend,
- apps/Makefile.depend, apps/snmpnetstat/Makefile.depend
- , snmplib/Makefile.depend:
- make depend
-
- 2003-09-05 23:41 hardaker
- * configure, configure.in:
- forgot a test after the if
-
- 2003-09-05 23:37 hardaker
- * README:
- added Bob Rowlands
-
- 2003-09-05 23:30 hardaker
- * man/: 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 update
-
- 2003-09-05 23:25 hardaker
- * Makefile.top:
- update for 5.0.9
-
- 2003-09-05 22:36 hardaker
- * agent/helpers/: table.c, table_iterator.c:
- Patch #800561 from Bob Rowlands to fix 64bit problems (-> size_t)
-
- 2003-09-05 22:30 hardaker
- * agent/mibgroup/agentx/protocol.c:
- Patch #800485 from Bob Rowlands for 64 bit agentx problems
-
- 2003-09-05 22:16 hardaker
- * snmplib/snmpusm.c:
- Patch #792008 from Thomas? to allow usmUser tokens to override previous entries
-
- 2003-09-05 22:04 hardaker
- * man/: mib2c.1.def, snmpcmd.1.def,
- snmpdelta.1, snmpdf.1, snmpnetstat.1,
- snmpstatus.1.def, snmptable.1.def,
- snmptest.1.def, snmptranslate.1.def:
- Patch #789485 from Bob Rowlands for a long needed overhaul of the manual pages.
-
- 2003-09-05 22:00 hardaker
- * Makefile.in, snmplib/Makefile.in:
- one run-away patch
-
- 2003-09-05 21:58 hardaker
- * Makefile.in, configure.in, agent/snmpd.c
- , agent/mibgroup/ucd-snmp/file.c,
- agent/mibgroup/ucd-snmp/logmatch.c,
- include/net-snmp/library/system.h, snmplib/mib.c
- , snmplib/parse.c:
- high level comments about contained copyrights moved from the main branch
-
- 2003-09-05 21:54 hardaker
- * NEWS:
- minor updates
-
- 2003-09-05 21:21 hardaker
- * Makefile.in, configure, configure.in
- :
- Add optional arguments to the --with-perl-modules flag for passing down
-
- 2003-09-05 16:57 hardaker
- * agent/snmp_agent.c,
- include/net-snmp/agent/snmp_agent.h:
- - fix a getbulk bug pointed out by Jurij Smakov.
-
- 2003-07-27 16:54 rstory
- * local/mib2c:
- fix filename in error msg, as noted in coders
-
- 2003-07-24 18:14 rstory
- * perl/SNMP/SNMP.xs:
- add access to augments tag (fix bug 740082: mib2c handles AUGMENTing tables
- incorrectly)
-
- 2003-07-24 18:13 rstory
- * local/mib2c:
- add indexes from augmented table for tables using augments (fix
- bug 740082: mib2c handles AUGMENTing tables incorrectly)
-
- 2003-07-24 05:27 rstory
- * acconfig.h:
- define NETSNMP_INLINE as empty if not defined
-
- 2003-07-10 09:32 rstory
- * dist/nsb-functions:
- fix typo; use which to find scp; add extra config to other config
-
- 2003-07-09 20:56 rstory
- * dist/nsb-functions:
- add host/path upload; try to extract more info from make log on error
-
- 2003-07-09 20:54 rstory
- * dist/: nsb-package, nsb-nightly:
- add host/path upload params; use new nsb-default-paths
-
- 2003-07-03 20:52 rstory
- * snmplib/: container_list_ssll.c, container_null.c
- :
- oops - no new features for 5.0.8
-
- 2003-07-03 20:26 rstory
- * snmplib/container_list_ssll.c:
- file container_list_ssll.c was initially added on branch V5-0-patches.
-
- 2003-07-03 20:26 rstory
- * snmplib/container_null.c:
- file container_null.c was initially added on branch V5-0-patches.
-
- 2003-07-03 20:26 rstory
- * snmplib/: container_list_ssll.c, container_null.c
- :
- new containers
-
- 2003-07-02 13:02 hardaker
- * agent/agent_registry.c:
- Patch #724925 from Peter Warasin to fix netsnmp_subtree_unload() to update the root pointer
-
- 2003-07-02 12:47 hardaker
- * agent/mibgroup/ucd-snmp/file.c,
- agent/mibgroup/ucd-snmp/logmatch.c, snmplib/parse.c
- :
- Patch #760448 from Bob Rowlands/Sun to fix bug #751913 to protect a few minor security violations
-
- 2003-07-02 10:44 hardaker
- * snmplib/strlcpy.c:
- file strlcpy.c was initially added on branch V5-0-patches.
-
- 2003-07-02 10:44 hardaker
- * COPYING, configure, configure.in,
- agent/snmpd.c, include/net-snmp/net-snmp-config.h.in
- , include/net-snmp/library/system.h,
- snmplib/Makefile.in, snmplib/mib.c,
- snmplib/strlcpy.c:
- Patch #760417 from Bob Rowlands/Sun for fixing Bug #751920 for minor security problems (PID file unliked first, and use strlcpy instead of strcpy. A new strlcpy file was defined if not defined for a system.
-
- 2003-07-02 10:37 hardaker
- * snmplib/mib.c:
- don't use isspace and isprint simultaniously
-
- 2003-07-02 10:36 hardaker
- * local/mib2c.iterate.conf:
- comment change for clarification
-
- 2003-07-02 10:26 hardaker
- * include/net-snmp/library/snmp_debug.h:
- Patch #764047 from Stephen J. Friedl: Remove redundant declaration from snmp_debug.h and fix a few comments
-
- 2003-07-02 10:21 hardaker
- * configure, configure.in:
- Patch #759309 from Stephen Friedl to add prompt over-ride flag descriptions to prompt output
-
- 2003-07-02 10:19 hardaker
- * configure, configure.in:
- patch #759298: fix spelling error
-
- 2003-06-25 14:29 hardaker
- * agent/mibgroup/ucd-snmp/proxy.c:
- fix proxying for getbulk
-
- 2003-06-22 07:23 hardaker
- * apps/snmpvacm.c:
- fix usage for flag ordering
-
- 2003-06-16 14:59 hardaker
- * testing/RUNTESTS:
- remove no longer needed comment about it being broken, as pointed out
- by Bruce.
-
- 2003-06-16 14:58 hardaker
- * testing/RUNTESTS:
- support , separated arguments to -T like -h says it will.
-
- 2003-06-16 14:57 hardaker
- * testing/RUNTESTS:
- Bruce Shaw's patch 755553 to fix RUNTESTS test number reporting when
- testing subsets are used.
-
- 2003-06-16 14:44 hardaker
- * agent/mibgroup/kernel_sunos5.c:
- Patch #755540 from Bruce Shaw and IRC:SebNob to fix bug #701439 for 64 bit solaris systems and 64 bit integers returned by getKstat
-
- 2003-06-16 14:43 hardaker
- * testing/tests/: T055agentv1mintrap, T056agentv2cmintrap
- :
- Patch #754105 from Bruce Shaw to fix some spelling errors
-
- 2003-06-10 15:48 nba
- * snmplib/snmp_api.c:
- Beware of dereferencing a NULL pointer
-
- 2003-06-10 10:45 hardaker
- * snmplib/snmp_api.c:
- remove the unused function as pointed out by Bob Rowlands
-
- 2003-06-09 16:11 hardaker
- * agent/mibgroup/mibII/vacm_vars.c, agent/snmp_agent.c
- , include/net-snmp/library/vacm.h,
- snmplib/vacm.c:
- Long overdue patch #695192 from Ron Tabor to fix the VACM spinning problem that I didn't quite fix before
-
- 2003-06-09 16:01 hardaker
- * configure.in, testing/tests/T023snmpv3getMD5DES
- , testing/tests/T025snmpv3getSHADES:
- fix bug #706710 to show when privacy has been disabled
-
- 2003-06-09 15:33 hardaker
- * snmplib/snmp_api.c:
- bug #748431 from John Shiver: fix thread-safe problems with snmp_get_fd_for_session (which was missing in the 5.x line anyway)
-
- 2003-06-09 14:49 hardaker
- * README.Matsushita.txt, README.Matsushita.txt:
- Patch #748305 from srinivasa rao gurusu describing how to build net-snmp on Matsushita embedded systems
-
- 2003-06-09 14:44 hardaker
- * agent/mibgroup/mibII/ipAddr.c:
- Patch 746339: Otto Solares fixes a file descriptor leak on linux
-
- 2003-06-09 14:38 hardaker
- * agent/mibgroup/ucd-snmp/pass.c:
- patch #740918 from Eric E. Bowles: fix pass through invocation for SETs
-
- 2003-06-09 14:31 hardaker
- * agent/mibgroup/kernel_sunos5.c:
- Patch #749062 to fix caching crashing and clashing under Solaris
-
- 2003-06-09 14:28 hardaker
- * agent/mibgroup/ucd-snmp/proxy.c:
- patch #749103 from Garry C Marshall to fix the proxy when a timeout occurs from the target
-
- 2003-06-06 23:17 nba
- * snmplib/mib.c:
- Fix missing length byte when setting index with checks disabled
-
- 2003-05-28 17:25 hardaker
- * agent/helpers/old_api.c:
- remove unused code as pointed out by Peter Warasin
-
- 2003-05-28 14:29 hardaker
- * AGENT.txt:
- added V4/V5 note from main branch to patches
-
- 2003-05-23 11:25 rstory
- * snmplib/container_binary_array.c:
- free container after freeing contents
-
- 2003-05-23 11:24 rstory
- * include/net-snmp/library/container.h,
- snmplib/container.c:
- update container free macro/code to deal w/pointer being deleted
-
- 2003-05-23 11:22 rstory
- * agent/mibgroup/ucd-snmp/logmatch.c:
- EXTENSIBLEMIB -> UCDAVIS_MIB
-
- 2003-05-14 10:30 rstory
- * configure:
- configure to match config.in
-
- 2003-05-14 10:28 rstory
- * configure.in:
- fix net-snmp-config chmod to work from configure and config.status
-
- 2003-05-12 22:58 hardaker
- * apps/snmptrapd.c:
- Patch #735511 from Alex Burger: fix snmptrapd to ensure there are the correct number of varbinds
-
- 2003-05-12 22:55 hardaker
- * agent/mibgroup/ucd-snmp/proxy.c:
- Patch #736784 from Ron Tabor: fix proxies for restarted NSMPv3 sub-agents
-
- 2003-05-08 16:16 hardaker
- * README:
- mention Andrew Findlay
-
- 2003-05-08 16:15 hardaker
- * perl/agent/agent.xs:
- (excellent) patch #705566 from Andrew Findlay on perl agent support:
-
- 1) Agent cannot return MAC addresses containing zero octet.
-
- 2) Agent coredumps when trying to return IP addresses
- if these are supplied as dotted-quad or as a hostname
- that fails to resolve.
-
- 3) Agent corrupts OID values.
-
- 4) Agent truncates any OCTET_STRING or BIT_STRING that
- contains a zero octet (this is the root cause of (1) above)
-
- API changes introduced:
-
- a) IP addresses now passed as binary strings (4 octets
- for IPv4) rather than dotted-quad or name. This
- sidesteps the IPv4/IPv6 problem and leaves the calling
- script to deal with name->address resolution and
- associated error handling.
-
- 2003-05-08 09:42 hardaker
- * README:
- mention Alex Burger, who submitted the perl win32 patches
-
- 2003-05-08 09:32 hardaker
- * README:
- mention Stephen
-
- 2003-05-08 09:32 hardaker
- * include/net-snmp/library/mib.h,
- include/net-snmp/library/parse.h,
- include/net-snmp/library/snmp_api.h,
- include/net-snmp/library/snmp_client.h, snmplib/mib.c
- , snmplib/snmp_api.c, snmplib/snmp_client.c
- :
- patch #710275 from Stephen J. Friedl: const fixes for APIs that don't modify their arguments
-
- 2003-05-08 09:28 hardaker
- * include/net-snmp/library/system.h:
- missed a commit for a perl patch
-
- 2003-05-08 09:22 hardaker
- * agent/mibgroup/mibII/ipAddr.c:
- Applied patch #712101: minor irix fix
-
- 2003-05-08 09:21 hardaker
- * NEWS:
- Mention patch #715603
-
- 2003-05-08 09:18 hardaker
- * perl/: Makefile.PL, Makefile.subs.pl,
- ASN/Makefile.PL, OID/Makefile.PL,
- SNMP/Makefile.PL, SNMP/README, SNMP/SNMP.xs
- , agent/Makefile.PL,
- agent/default_store/Makefile.PL,
- default_store/Makefile.PL:
- patch #715603: fix perl module builds under windows
-
- 2003-05-08 07:10 rstory
- * agent/helpers/table_array.c:
- try to use default container if none specified; non-existent row status not
- legal for a new row; sanity check asserts; remove unused cooperative
- notification code; check for null table container
-
- 2003-05-08 07:06 rstory
- * agent/Makefile.in:
- remove object_monitor as it doesn't do anything and would be a new feature if
- it did
-
- 2003-05-08 07:05 rstory
- * dist/nsb-functions:
- fix sysname translation for /; allow extra config to be specified in
- environment var
-
- 2003-05-08 07:02 rstory
- * include/net-snmp/library/snmp_assert.h:
- chg NET_SNMP_USE_ASSERT define to NETSNMP_USE_ASSERT to be consistent
-
- 2003-05-08 06:58 rstory
- * include/net-snmp/library/container.h,
- snmplib/container.c:
- apply patch [ 724927 ] to fix log msg; add n to log msgs
-
- 2003-05-05 15:35 hardaker
- * man/snmpd.conf.5.def:
- document agentxPingInterval
-
- 2003-05-05 10:35 rstory
- * configure:
- configure to match configure.in
-
- 2003-05-05 10:29 rstory
- * Makefile.in, configure.in:
- chmod net-snmp-config after configure, instead in make
-
- 2003-04-03 15:12 rstory
- * include/net-snmp/library/tools.h:
- wrap SNMP_FREE macro w/do while, so it won't affect if/then flow
-
- 2003-03-28 06:48 hardaker
- * README.krb5:
- Ken Hornstein noted that the rwuser -s flag was missing it's argument
-
- 2003-03-28 06:47 hardaker
- * snmplib/snmpksm.c:
- Patch from Ken for misc krb5 fixes (encryption types, New crypto support,...
-
- 2003-03-19 11:46 rstory
- * Makefile.in:
- remove trailing from perl rules
-
- -------------------------------------------------------------------------------
- Changes: V5.0.7 -> V5.0.8
- 2003-03-17 17:33 rstory