-------------------------------------------------------------------------------

Changes: V3.2 -> V3.3

whardake 11 Jun 97 04:53:53
    - (mib.c): Patch from Niels Baggesen to make MIBFILES env var work correctly.

whardake 11 Jun 97 05:46:18
    - (ChangeLog): whoops.

whardake 23 Jun 97 23:40:28
    - (Makefile.in): Patch from John Charlton to fix leading spaces in sedscript.

whardake 23 Jun 97 23:41:58
    - (configure*): bsdi3 needs to define bsdi2, not itself (duh).

whardake 23 Jun 97 23:42:36
    - (agent/mibgroup/README): need 2 leading '-'s on --with-mib-modules flag.

whardake 26 Jun 97 23:39:32
    - (smux.c): __P macros were called with too many arguments (needed (args)).

whardake 30 Jun 97 05:53:57
    - (agent/snmp_{agent,vars}.c, alarm.c, event.c, apps/*,
       snmplib/snmp{,_api,_auth}.c):
       - Added basic (mostly conforming?) v2c support.
       - Merged arg parsing of apps/* clients into one file.

whardake 30 Jun 97 05:54:36
    - (agent/mibgroup/interfaces.c): Don't put & in front of osf4 ac_enaddr.

whardake 30 Jun 97 06:33:08
    - (snmptest.c): Patch from Niels Baggesen to fix get -> fget '\n' problem.
      - Also makes sure it handles up and lower cases.

whardake 30 Jun 97 06:38:43
    - (wombat.h): better document config_load_mib() example.

whardake 30 Jun 97 06:49:45
    - (config*, memory.c): Patch from vlad@misery.rosprint.ru:
      - implement memory section of ucd mib on linux.

whardake 30 Jun 97 06:58:49
    - (mib_api.3, parse.[ch]): Patch from Dave Shield:
      - Handle mib module replacements through new function and replacement table.

whardake 30 Jun 97 07:19:51
    - (mib.c, parse.c, snmp_api.c): Suggestions from Laukkanen Markku NRC/Hki:
      - Malloc typecasts and other corrections in casting.

whardake  1 Jul 97 01:10:00
    - (smux.c): fix prototyping failures.

whardake  1 Jul 97 05:41:58
    - (config*, common_header.h, interfaces.c, var_route.c, UCD-SNMP-MIB.txt):
      - fix freebsd3 specific problems (based on suggestions from Bill Fenner).

whardake  1 Jul 97 06:02:57
    - (apps/*.c): Better usage information and usage() standarization.

whardake  1 Jul 97 06:41:44
    - (disk.c, errormib.c, loadave.c, memory.c): bsdi3 specific headers.

whardake  1 Jul 97 07:20:25
    - (config*): bsdi3 specific headers.

whardake  1 Jul 97 08:37:51
    version tag ( 3.3.pre1 )

whardake  3 Jul 97 23:33:23
    - (snmptranslate.c, mib.[ch], parse.[ch]):
      - New option to snmptranslate (-a) to output a ascii dump of the mib
        database capable of being used by the parser for quick OID translations.

whardake  3 Jul 97 23:34:14
    version tag ( 3.3.pre2 )

whardake 24 Jul 97 23:50:48
    - (snmp_api.c): Patch from Eddy J. Gurney:  uncomment gettimeofday() call.

whardake  7 Aug 97 00:29:24
    - (TODO): better error messages by apps.

whardake  7 Aug 97 01:11:54
    - (config*, load.c, disk.c, parse.c, snmp.c): Patch from Simon Burge:
      - Ultrix fixes for statfs, loadave.
      - implement strdup if not found in system.
      - test for test flags for kernel checking.
      - watch out for ps'es that return egrep with the ps arg on the line.
      - up maximum disks to 50.

whardake  7 Aug 97 01:33:38
    - (kernel.c, proc.c): Patch from Simon Burge:
      - Implement real process table walks on Ultrix.

whardake  7 Aug 97 02:34:45
    - (config*, memory.c):
     - fix swap on HPUX 10.20

whardake 13 Aug 97 04:47:49
    - (snmpstatus.c): optarg/optind need to be declaired under ultrix4.

whardake 13 Aug 97 08:11:42
    - (version.h, agent/*, agent/mibgroup/*):
      - move version string to a global header.
      - insert USING_*_MODULE macro's in many places to make module
        removal more possible.  You can now compile with almost no modules
        installed.

whardake 14 Aug 97 00:46:38
    - (snmp_parse_args.c, snmptrap.c, snmptrapd.c, main.c):
      - add -V version flage.

whardake 14 Aug 97 07:38:17
    - (config*, FAQ, README, agent/mibgroup/*.c, apps/*.c):
      - Patch from David Paul Zimmerman:
        - port to AIX 4.1.5.
        - fix more type casting problems.

whardake 14 Aug 97 08:15:42
    - (configure*):
      - Typo's when copying in a autoconf test.
      - Add errormib to default module list (since its no longer required).
      - backquote a . in a sed regexp to watch out for module names
        beginning with the letter o.

whardake 14 Aug 97 08:16:12
    - (agent/mibgroup/README): Point out that mib list must be in descending order.

whardake 14 Aug 97 08:16:37
    - (proc.c): don't use seterrorstatus() if not using the errormib.

whardake 14 Aug 97 08:21:26
    - (interfaces.c): Patch from David C. Lawrence for netbsd * bsd/os 2.0.

whardake 15 Aug 97 02:30:59
    - (config*, snmpd.c, snmp_client.[ch], system.[ch]):
      - fix more long/int problems on 64 bit machines u_long -> in_addr_t.
      - Check for SIOCGIFADDR in sys/ioctl.h and use it in get_myaddr() if
        defined.

whardake 15 Aug 97 06:46:39
    version tag ( 3.3.pre3 )

whardake 25 Aug 97 00:21:23
    - (memory.c): typo in ifdef.

whardake 25 Aug 97 00:21:41
    - (versiontag): checkin version.h.

whardake 25 Aug 97 00:22:18
    - (interfaces.c): Patch from Dave Shields for netbsd.

hardaker 14 Oct 97 15:15:23
    - (mib_api.3): doc addition:  add_mibdir() return value.

hardaker 14 Oct 97 15:16:36
    - (parse.c): From Dave Shields:
      - self contained mib .txt files with multiple modules.

hardaker 14 Oct 97 15:19:16
    - (config*, common_header.h): dynix doesn't have net/route.h.

hardaker 14 Oct 97 15:21:57
    - (FAQ): From Dave Shields: refer reader to another answer as well.

hardaker 14 Oct 97 15:33:03
    - (agent/mibgroup/*.c): YMWRAMFSFN:
      - (yet more warning removals and memory function standardizations from Niels).
      - minor linux/netbsd/bsdi clean ups.

hardaker 15 Oct 97 09:50:08
    - (view_parse.c, snmp_vars.c): From Niels: warning removals and standardization.

hardaker 15 Oct 97 09:58:36
    - (apps/*.c, agent/snmpd.c, snmplib/*.c): Patch from Niels:
      - warning fixes.
      - remove the printf's from the library and set a snmp 'errno' equivalent.

hardaker 15 Oct 97 12:12:02
    - (apps/*.c, agent/snmpd.c, snmplib/*.c):
      - create and use new function:  snmp_perror(char *)
      - free allocated space of snmp_detail upon usage by snmp_api_errstring().

hardaker 15 Oct 97 18:40:38
    - (config*, agent/mibgroup/hr*): Host resources mib from Dave Shield.
      - minor patches by me, mostly pointer errors.
    - (memory.c): fixed a null pointer problem under linux.

hardaker 20 Oct 97 11:45:58
    - (FAQ): Changes from Dave.

hardaker 20 Oct 97 11:51:34
    - (config*, agent/snmp*, agent/mibgroup/*.[ch]):
      - Created a new mibmodule.h configuration macro called
        config_parse_dot_conf() which can be called to request parsing of
        the snmpd.conf file(s) on a per module basis.
      - All related parsing has been striped from read_config.c and move
        to their correct module instead.
      - New function: config_perror(char *): print error with file & line #.
      - basic -Wall cleanups in hr* as well (not nearly done yet).

hardaker 20 Oct 97 16:05:14
    - (pass.c) don't null last char in command line.

hardaker 20 Oct 97 16:06:16
    - (read_config.c):
      - don't report an error if you can't find a snmpd.conf file.
      - don't report all lines as an error (opps).

hardaker 20 Oct 97 16:38:33
    - (mib.c): From Dave:  patch DEFAULT_MIBS to take '+' in front.

hardaker 20 Oct 97 16:44:37
    - (mib.c): patch all other env-vars to take '+' in front.

hardaker 20 Oct 97 17:01:48
    - (config*, agent/mibgroup/hr_*.c):
      - A module.c file is no longer required.  Only the .h file is
        necessary, for people who want to have one module wrap a bunch of others.
      - removed host.c
      - renamed all hr_init functions to be auto-called.

hardaker 20 Oct 97 17:15:51
    - (agent/mibgroup/README, wombat.[ch]):
      - documentation update to reflect config_parse_dot_conf() usage.

hardaker 20 Oct 97 17:16:58
    - (config*, agent/mibgroup/hr_*.c):
      - A module.c file is no longer required.  Only the .h file is
        necessary, for people who want to have one module wrap a bunch of others.
      - removed host.c
      - renamed all hr_init functions to be auto-called.

hardaker 20 Oct 97 18:01:46
    - (config*, agent/mibgroup/v2party.h, ucd_snmp.h, smux_gated.h):
      - created new wrappers for the various modules to make them easy to
        add and remove as needed.

hardaker 20 Oct 97 19:42:46
    - (acconfig.h, config.h.in): define linux's OS type.

hardaker 20 Oct 97 19:43:13
    - (snmp_vars.c): define at least blank func nlist_init() on linux.

hardaker 21 Oct 97 10:15:54
    - (PORTING, README): minor updates.

hardaker 21 Oct 97 10:45:47
    - (snmp_parse_args.c): allow -v 2h and 2p for party code.

hardaker 21 Oct 97 11:00:57
    - (hr_storage.c, hr_swrun.c, memory.c): close open files on linux.

hardaker 21 Oct 97 11:01:27
    - (NEWS): beginnings of NEWS updates.

hardaker 21 Oct 97 11:02:46
    version tag ( 3.3.pre4 )

hardaker 21 Oct 97 12:25:03
    - (agent/read_config.[ch], snmpd.c, snmp_vars.c, mibgroup/*):
      - moved read_config.[ch] up a level to always be compiled in.

hardaker 21 Oct 97 12:31:54
    - (*/Makefile.in): make makefileindepend setup.

hardaker 21 Oct 97 12:32:08
    - (*/Makefile.in): make makefileindepend..

hardaker 21 Oct 97 12:36:33
    - (*/Makefile.in): did a make depend.

hardaker 21 Oct 97 12:36:39
    version tag ( 3.3.pre5 )

hardaker 22 Oct 97 11:40:06
    - (common_header.h, read_config.c, disk.c, snmp_parse_args.c):
      - Typo's fixed by Niels.

hardaker 27 Oct 97 09:56:26
    - (config*, agent/mibgroup/*.h):
      - new config macro:  config_arch_require(arch, module).
      - moved arch dependant modules (memory, hpux, kernel_sunos5) loads
        from the configure into the appropriate .h files.
    - (interfaces.c, var_route.c):
      - typecast klookup calls for freebsd2.

hardaker 27 Oct 97 14:03:15
    - (agent/snmp_agent.c snmp_vars.c): Changes from Joe Marzot and David Perkins:
      - v2h -> v2p, v2 -> v2c.

hardaker 27 Oct 97 14:04:33
    - (apps/*.c):
      - changes for WIN32 support.
      - support for command line flags without spaces.
      - v2h -> v2p.

hardaker 27 Oct 97 14:16:42
    - (snmplib/*.[ch]): Changes from Joe Marzot and David Perkins:
      - changes for WIN32 support.
      - v2h -> v2p.

hardaker 27 Oct 97 14:19:18
    - (win32): Changes from Joe Marzot and David Perkins:
      - project dir for WIN32 support.

hardaker 27 Oct 97 14:19:18
    file config.h was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:18
    file win32.dsw was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:18
    file win32.opt was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:25
    - (win32): Changes from Joe Marzot and David Perkins:
      - project dir for WIN32 support.

hardaker 27 Oct 97 14:19:25
    file libsnmp.dsp was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:25
    file libsnmp.plg was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:28
    - (win32): Changes from Joe Marzot and David Perkins:
      - project dir for WIN32 support.

hardaker 27 Oct 97 14:19:28
    file libsnmp.def was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:28
    file libsnmp_dll.dsp was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:28
    file libsnmp_dll.plg was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:31
    - (win32): Changes from Joe Marzot and David Perkins:
      - project dir for WIN32 support.

hardaker 27 Oct 97 14:19:31
    file snmpbulkwalk.dsp was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:31
    file snmpbulkwalk.plg was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:34
    - (win32): Changes from Joe Marzot and David Perkins:
      - project dir for WIN32 support.

hardaker 27 Oct 97 14:19:34
    file snmpget.dsp was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:34
    file snmpget.plg was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:37
    - (win32): Changes from Joe Marzot and David Perkins:
      - project dir for WIN32 support.

hardaker 27 Oct 97 14:19:37
    file snmpgetnext.dsp was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:37
    file snmpgetnext.plg was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:41
    - (win32): Changes from Joe Marzot and David Perkins:
      - project dir for WIN32 support.

hardaker 27 Oct 97 14:19:41
    file snmpset.dsp was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:41
    file snmpset.plg was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:44
    - (win32): Changes from Joe Marzot and David Perkins:
      - project dir for WIN32 support.

hardaker 27 Oct 97 14:19:44
    file snmpstatus.dsp was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:44
    file snmpstatus.plg was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:47
    - (win32): Changes from Joe Marzot and David Perkins:
      - project dir for WIN32 support.

hardaker 27 Oct 97 14:19:47
    file snmptranslate.dsp was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:47
    file snmptranslate.plg was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:52
    - (win32): Changes from Joe Marzot and David Perkins:
      - project dir for WIN32 support.

hardaker 27 Oct 97 14:19:52
    file snmpwalk.dsp was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 14:19:52
    file snmpwalk.plg was initially added on branch V2C-WIN32-3-3-pre3.

hardaker 27 Oct 97 15:17:11
    - (config*) win32 header checks.

hardaker 27 Oct 97 15:17:50
    - (agent/kernel.c, snmp_agent.c):
      - ERROR() -> ERROR_MSG().
      - funtion renames.

hardaker 27 Oct 97 15:18:16
    - (agent/mibgroup/*.c):
      - ERROR() -> ERROR_MSG().

hardaker 27 Oct 97 15:21:53
    - (apps/snmp_parse_args.c):
      - put tabs back in help string.
      - put version string request back in.
      - make error strings better and put back in periods.
      - don't bomb on unknown parameters for future use.

hardaker 27 Oct 97 15:22:21
    - (snmplib/snmp.c): put strdup declairation back in.

hardaker 27 Oct 97 15:23:20
    - (snmplib/snmp_auth.c):
      - remove #ifdef OLD requirement.
      - change back int->long argument change for snmp_comstr_build.

hardaker 27 Oct 97 15:37:46
    - (snmplib/snmp.h):
      - snmp version #define clairification on future implementations.
      - more clearly state purpose of future SNMPV3.

hardaker 27 Oct 97 16:26:57
    - (*): merge of W32 port and main version branch.

hardaker 27 Oct 97 16:34:45
    - (snmp_api.[ch]): fix perror losses from merge.

hardaker 27 Oct 97 17:04:51
    - (hr_*.c): ERROR -> ERROR_MSG.

hardaker 27 Oct 97 17:05:12
    - (snmpstatus.c): remove duplicate declairation.

hardaker 27 Oct 97 17:42:55
    - (snmp_vars.c): two modules for extensible count.

hardaker 27 Oct 97 17:43:22
    - (agent/mibgroup/hr_*.h): proper init_ prototypes.

hardaker 27 Oct 97 17:43:50
    - (snmp_parse_args.c): missing a else statement (sigh).

hardaker 27 Oct 97 17:44:27
    - (snmp_auth.c): merge bugs.  Missing brackets.

hardaker 27 Oct 97 17:47:00
    - (snmp_api.c): merge bugs: else check against pdu command type.

hardaker 27 Oct 97 18:02:56
    win32 files

hardaker 27 Oct 97 18:05:36
    - (win32):  add files on main branch.

hardaker 27 Oct 97 18:18:36
    - (snmpwalk.c): remove gotroot var.

hardaker 27 Oct 97 18:18:57
    - (snmplib/*.c): use snmp_set_detail to handle malloc/free of snmp_detail.

hardaker 27 Oct 97 18:26:41
    - (configure.in): fix config_arch_require macro to actually work.

hardaker 27 Oct 97 18:31:34
    version tag ( 3.3.pre6 )

hardaker 28 Oct 97 09:56:11
    - (acconfig.h, system.[ch], snmp.c): move strdup def to system.[ch].

hardaker 28 Oct 97 14:30:55
    - (acconfig.h, mib.c): use ';'s for DOS env paths.

hardaker 28 Oct 97 14:42:23
    - (config*): fix rtentry structure checks for the *bsd groups.

hardaker 28 Oct 97 14:54:24
    - (*.*.*.*): rename macro __P -> __UCD_P to reduce stupid conflicts.

hardaker 28 Oct 97 15:50:05
    - (config*, route_write.c, var_route.c):
      - fix rtentry problems once and for probably never.

hardaker 28 Oct 97 17:09:57
    - (acconfig.h, UCD-SNMP-MIB.txt): define bsdi agent type.

hardaker 28 Oct 97 17:10:58
    - (util_funcs.c): Patch from Nobuo_Okabe@yokogawa.co.jp:
      - fix unwrapped fopen() by adding return NULL check.

hardaker 28 Oct 97 17:12:00
    version tag ( 3.3.pre7 )

hardaker 29 Oct 97 09:41:54
    - (snmptrap.c): remove unused nlist struct.

hardaker 29 Oct 97 09:42:07
    - (snmp_parse_args.c): add sys/select.h for aix.

hardaker 29 Oct 97 09:57:48
    - (disk.[ch], struct.h, sedscript.in, snmpd.conf.5.def, UCD-SNMP-MIB.txt):
      - Patch from Simon Burge to allow a minimum percentage on disk space.
        - (was originally a maximum, but I changed it to minimum instead).

hardaker 29 Oct 97 10:06:11
    - (disk.c): fix pointer problems from old read_config form to new.

hardaker 29 Oct 97 10:06:34
    - (snmpd.conf.5.def): remove space before % sign.

hardaker 29 Oct 97 10:25:31
    - (*/Makefile.in, man/*):
      - Patch from Simon Burge to change installation paths.
        - (modified to point agent to sbindir instead of etcdir).

hardaker 29 Oct 97 10:48:18
    - (config*, */Makefile.in):
      - Move snmplibpath to @datadir@ which defaults to /usr/local/share/snmp.

hardaker 29 Oct 97 10:54:07
    - (agent/Makefile.in): opps, forgot to put in @exec_path@.

hardaker 29 Oct 97 11:20:54
    - (acconfig.h, asn1.c, mib.[ch], parse.h,apps/*,errormib.c,loadave.c,
       extensible.c, disk.c, snmpdelta*): Patch from Niels Baggesen:
      - the now wellknown NetBSD fix,
      - SunOS4 cc doesn't like unsigned literals or strtoul,
      - added a char version of ";",
      - added fprint_variable, fprint_objid etc
      - changed the apps to print all error messages to stderr,
      - completed the access and status values in snmplib/parse.h
      - added a roughly patched version of snmpdelta.

hardaker 29 Oct 97 12:23:26
    - (parse.h): STATUS_KW_OPTIONAL -> STATUS_OPTIONAL

hardaker 29 Oct 97 12:43:44
    - (*.*.*): __UCD_P -> __P, and a configure check to look for it.

hardaker 29 Oct 97 12:57:48
    - (config*): check and include sys/cdefs.h in config.h.

hardaker 29 Oct 97 12:58:01
    - (host_res.h): don't include config.h twice.

hardaker 29 Oct 97 14:00:38
    version tag ( 3.3.pre8 )

hardaker  4 Nov 97 12:47:12
    - (read_config.c):
      - #include mib_module_config.h
      - USING_EXTENSIBLE_MIB_MODULE -> USING_EXTENSIBLE_MIB_MODULE

hardaker  4 Nov 97 12:47:59
    - (configure.in):
      - Check for $prefix being defined as NONE for other vars.

hardaker  5 Nov 97 13:42:57
    - (apps/Makefile.in): put snmptrapd in @sbindir@

hardaker  5 Nov 97 13:44:58
    - (common_header.h): Patch from Dave Shields for hpux10 re-defining problems.

hardaker  5 Nov 97 13:45:23
    - (hr_disk.c): new version for hpux10 support from Dave Shield.

hardaker  5 Nov 97 13:46:17
    - (hr_filesys.c, hr_swrun.c, hr_utils.c): Patches from Dave Shield:
      - bug fixes and hpux10 support.

hardaker  5 Nov 97 13:46:46
    - (var_route.c): from Dave Shield: don't prototype malloc.

hardaker  5 Nov 97 13:48:07
    - (*): merge from Dave's pre6 patches.

hardaker  5 Nov 97 13:52:00
    - (snmp_agent.c, snmp_vars.c, snmpd.c, disk.c, proc.c, util_funcs.c):
      - #include "mib_module_config.h".

hardaker  5 Nov 97 13:56:58
    - (at.c, icmp.c, interfaces.c, ip.c, tcp.c, udp.c):
      - #include "mib_module_config.h"

hardaker  5 Nov 97 14:00:09
    - (Makefile.in, kernel_sunos5.c, mib.c): Patch from Niels Baggesen:
      - octet counters for solaris.
      - Makefile.in patches.

hardaker  5 Nov 97 14:40:07
    - (memory.c): protect vmmeter.h from multiple inclusions on netbsd.

hardaker  5 Nov 97 15:29:50
    version tag ( 3.3.pre9 )

hardaker  7 Nov 97 12:24:22
    - (configure.in): check for linux/hdreg.h

hardaker  7 Nov 97 12:25:35
    - (hr_swrun.c): don't print a variable that doesn't exist under linux.

hardaker  7 Nov 97 12:28:03
    - (kernel_sunos5.c): patch from Niels for solaris >2.6.

hardaker  7 Nov 97 13:37:14
    - (read_config.c, snmp_agent.c, snmpd.c): USING.*_MIB_MODULE -> USING.*_MODULE.

hardaker  7 Nov 97 13:37:44
    - (hr_network.c): don't pass char ** to interfaces_scan_next().

hardaker  7 Nov 97 13:38:36
    - (snmpwalk.c): stop on no response from host.

hardaker  7 Nov 97 15:19:24
    - (acconfig.h): patch from Joe Marzot:
      - define _CRTIMP for unix due to W32 bad OS designs.

hardaker  7 Nov 97 15:19:59
    - (snmpgetnext.h): patch from Joe Marzot:
      - use _CRTIMP in front of errno declaration.

hardaker  7 Nov 97 15:20:54
    - (parse.[ch], snmp_client.c): patch from Joe Marzot:
      - use _CRTIMP in front of errno declaration.
      - define find_node externally.

hardaker  7 Nov 97 15:22:09
    - (win32/*): patch from Joe Marzot:
      - win32 specific changes.

hardaker  7 Nov 97 15:28:59
    - (*): merge to main branch:  patches from Joe Marzot.

hardaker  7 Nov 97 16:16:53
    - (configure.in): watch out for /usr/ucb/cc on solaris and don't use it.

hardaker  7 Nov 97 16:37:01
    - (NEWS, README, TODO): Documentation updates.

hardaker  7 Nov 97 16:38:49
    version tag ( 3.3.pre10 )

hardaker 12 Nov 97 07:42:24
    - (snmptranslate.c): Patch from Joe Marzot: W32 specific fixes.

hardaker 12 Nov 97 08:26:45
    - (snmp_client.c): Patch from Joe Marzot:
      - Free a pdu in a spot that should technically never be needed, but
        is nice for people reading the code.

hardaker 12 Nov 97 09:17:08
    - (FAQ): Doc update from Dave Shield.

hardaker 12 Nov 97 09:17:28
    - (mib_api.3): Doc update from Dave Shield.

hardaker 12 Nov 97 09:18:02
    - (hr_swrun.c): Patch from Dave Shield for linux/hpux10 problems.

hardaker 12 Nov 97 10:25:30
    - (NEWS, TODO): Patch from Niels Baggesen:
      - doc update.

hardaker 12 Nov 97 10:27:08
    - (*/Makefile.in): Patch from Niels Baggesen:
      - add @datadir@ to files that needed it.

hardaker 12 Nov 97 10:27:46
    - (kernel_sunos5.c): Patch from Niels Baggesen:
      - solaris patches.

hardaker 12 Nov 97 10:28:11
    - (party_vars.c): Patch from Niels Baggesen:
      - include netinet/in.h if available.

hardaker 12 Nov 97 10:29:42
    - (Makefile.in): Patch from Niels Baggesen:
      - add @datadir@ to files that needed it.

hardaker 12 Nov 97 10:30:57
    - (apps/*.c): Patch from Niels Baggesen:
      - various (remove unneeded vars, etc).
      - add snmptable.
      - make snmptrapd multi-lingual.

hardaker 12 Nov 97 10:32:22
    - (snmpnetstat/main.c): Patch from Niels Baggesen:
      - snmpv2c support and argument parsing changes.

hardaker 12 Nov 97 10:33:20
    - (man/snmpdelta.1,snmptable.1,snmptrapd.8): Patch from Niels Baggesen:
      - documentation changes and additions.

hardaker 12 Nov 97 10:38:36
    - (parse.c, parse.h): Patch from Niels Baggesen:
      - parser improvements.
      - parser directory caching.
      - save_descriptions/mib_warnings set functions.

hardaker 12 Nov 97 10:44:47
    - (NEWS): doc update.

hardaker 12 Nov 97 15:10:27
    - (system.h): Don't include config.h!

hardaker 12 Nov 97 15:16:44
    - (party_vars.c): include STDC_HEADERS for AIX.

hardaker 12 Nov 97 15:21:41
    - (parse.c): include STDC_HEADERS for AIX.

hardaker 12 Nov 97 15:42:02
    - (*/Makefile.in): make depend.

hardaker 12 Nov 97 16:05:47
    version tag ( 3.3.pre11 )

hardaker 12 Nov 97 20:27:11
    - (win32/libsnmp_dll/libsnmp.def): Patch from Joe Marzot: function changes.

hardaker 12 Nov 97 20:35:00
    - (): Patch from David Zimmerman:
      - Fixes for AIX.

hardaker 12 Nov 97 20:35:27
    - (var_route.c, read_config.c, snmpdelta.c): Patch from David Zimmerman:
      - Fixes for AIX.

hardaker 12 Nov 97 20:43:33
    - (var_route.c, read_config.c): fix qsort params for STDC.

hardaker 12 Nov 97 20:47:47
    - (var_route.c, read_config.c): STDC typos.

hardaker 14 Nov 97 08:31:41
    - (wombat.c): code comments from Alan Batie.

hardaker 14 Nov 97 08:32:26
    - (README): coder list update.

hardaker 14 Nov 97 12:21:10
    - (wombat.c): quick doc change.

hardaker 14 Nov 97 12:35:19
    - (FAQ, NEWS, README): last documentation updates.

	
	
-------------------------------------------------------------------------------

Changes: V3.1.3 -> V3.2

whardake 11 Feb 97 12:48:06
    - (snmp_vars.c, snmp_var_route.c, snmp_vars.linux.h): Patch from Jennifer Bray:
      - Get agent working on linux.

whardake 11 Feb 97 12:50:46
    - (snmp_vars.linux.h): Removed non-linux specific stuff.

whardake 11 Feb 97 12:54:36
    - (snmp_vars.c): Patch from Dave Shield:  Fix hpux specific problems.

whardake 11 Feb 97 13:11:21
    - (*Makefile.in): Patch from Philip Guenther:
      - Fix all Makefile.in's to support a different src dir.

whardake 11 Feb 97 13:12:19
    - (README): Update people supplying patches list.

whardake 11 Feb 97 13:19:37
    - (all .c with main(), snmplib/*): Patch from Philip Guenther:
      - Make better support for shared lib possibilities.

whardake 11 Feb 97 14:10:11
    - (snmp_vars.linux.h): Fix #ifdef.

whardake 11 Feb 97 14:11:24
    - ({local,man,ov}/Makefile.in): Remove spaces in front of tabs.

whardake 11 Feb 97 14:13:34
    - (snmp_auth.c): remove non-static md5digest prototype.

whardake 11 Feb 97 14:14:05
    version tag ( 3.1.4.pre1 )

whardake 11 Feb 97 16:42:02
    - (apps/Makefile.in): Patch from Simon Leinin to descend when make cleaning.

whardake 11 Feb 97 16:44:08
    - (man/Makefile.in): Patch from Simon Leinin to fix srcdir problems.

whardake 11 Feb 97 17:00:26
    - (Makefile.in): Rest of Philip's patch to fix srcdir problems (sh vars).

whardake 17 Feb 97 14:41:08
    - (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.

whardake 17 Feb 97 14:47:13
    - (mib.c, snmp_api.c, snmp_api.h): Patch from Dave Shield to remove
      ANSI specific requirements.

whardake 17 Feb 97 14:53:24
    - (agent/*Makefile.in):  Make depend.

whardake 17 Feb 97 15:30:04
    - (alarm.c): typedef for getStatPtr().

whardake 17 Feb 97 15:30:36
    - (event.c): Was passing an int to bcopy instead of &int.

whardake 17 Feb 97 15:31:25
    - (icmp.c): don't use ret variable, since it's not defined.

whardake 17 Feb 97 15:32:30
    - (interfaces.c): Remove MAX_NAME_LENGTH requirements.

whardake 17 Feb 97 16:11:09
    version tag ( 3.1.4.pre2 )

whardake  4 Mar 97 15:46:30
    - (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.

whardake  5 Mar 97 09:49:59
    - (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.

whardake  5 Mar 97 10:03:58
    - (system.c): removed system nlist (unused).

whardake  5 Mar 97 11:17:44
    - (snmp_client.c): Patch from Elwyn B Davies:
      - Fix a PDU cloning bug.

whardake  5 Mar 97 11:28:20
    - (*.c, *.h): Patch from Niels Baggesen to prototype *everything*.

whardake  5 Mar 97 11:28:23
    file kernel.h was initially added on branch Ext-3-1-4-pre2-niels.

whardake  5 Mar 97 11:28:45
    - (*.c, *.h): Patch from Niels Baggesen to prototype *everything*.

whardake  5 Mar 97 11:28:48
    file snmpd.h was initially added on branch Ext-3-1-4-pre2-niels.

whardake  5 Mar 97 11:35:18
    - (*.c, *.h): Patch from Niels Baggesen to prototype *everything*.

whardake  5 Mar 97 11:37:35
    - (README): Contributer name addition.

whardake  5 Mar 97 15:06:41
    - (*.c, *.h): Patch from Niels Baggesen to prototype *everything*.

whardake  5 Mar 97 16:13:38
    - (acl_vars.c): incorrectly fixed prototyping errors for write_acl().

whardake  5 Mar 97 16:15:54
    - (snmp_api.c): fixed prototyping errors in snmp_parse.  Possibly wrong.

whardake  5 Mar 97 16:29:05
    - (snmp_api.c): Yep. It was wrong.  Tested and works now.

whardake  7 Mar 97 09:06:34
    - (extensible/* -> mibgroup/*): moved extensible stuff to mib modules.

whardake  7 Mar 97 09:07:07
    - (snmp_vars.c): removed more non-mibgroup specific calls and headers.

whardake  7 Mar 97 09:59:28
    - (snmp_vars.h, mibgroup/*): strict-prototyping and config_require()s.

whardake  7 Mar 97 10:07:53
    - (mibmodule/versiontag): moved into place from extensible/

whardake  7 Mar 97 10:34:53
    - (hpux.[ch]): Added hpux specific files from extensible dir.

whardake  7 Mar 97 10:43:08
    - (extensible/*): cvs removing files.

whardake  7 Mar 97 10:49:00
    - (mibgroup/struct.h): moved to here.

whardake  7 Mar 97 11:43:05
    - (config*): generate a mib_module_config.h with defines of whats being used.

whardake  7 Mar 97 13:39:24
    - (makedepend.in): new make depend script

whardake  7 Mar 97 13:40:40
    - (remove-files): add makedepend.in

whardake  7 Mar 97 13:46:15
    - (Makefile.in, sedscript.in): Fix sedscript generation.  sigh.

whardake  7 Mar 97 13:47:45
    - (agent/Makefile.in): make depend and extensible/ removes.

whardake  7 Mar 97 13:48:59
    - (snmp_agent.c, snmp_vars.c, snmpd.c): remove extproto.h include.

whardake  7 Mar 97 13:50:15
    - (mibgroup/Makefile.in, apps/Makefile.in, snmplib/Makefile.in): depend.

whardake  7 Mar 97 13:50:52
    - (hpux.c): ifdef a few headers for correct make depend.

whardake  7 Mar 97 13:51:30
    - (snmplib/snmp.c): remove second ctype.h include.

whardake  7 Mar 97 14:01:51
    version tag ( 3.1.4.pre3 )

whardake  7 Mar 97 15:01:05
    - (mibgroup/*): removed {} requirement from config_load_mib() calls.

whardake  7 Mar 97 15:02:18
    - (configure): removed {} requirement from config_load_mib() calls.

whardake  7 Mar 97 16:09:58
    - (config*): make new configure options respect $(srcdir).

whardake  7 Mar 97 16:11:50
    - (common_header.h): comment out end of #endif.

whardake 10 Mar 97 16:55:46
    - (configure.in): New configure option:  --with-out-mib-modules="list".

whardake 10 Mar 97 17:28:29
    - (configure.in): space protect modules when checking for with grep.

whardake 11 Mar 97 09:04:03
    - (ip.c): freebsd2 patch.

whardake 11 Mar 97 17:39:23
    - (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.

whardake 12 Mar 97 09:28:04
    - (mibgroup/snmp.[hc] -> mibgroup/snmp_mib.[hc]): Moved due to name clashes.

whardake 12 Mar 97 15:47:00
    - (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

whardake 12 Mar 97 15:48:37
    - (*/Makefile.in): make depend update.

whardake 12 Mar 97 15:55:20
    - (mibgroup/README): doc update from Dave Shield.

whardake 12 Mar 97 17:15:20
    - (snmp_api.c): returns from inet_addr are in_addr_t (u_int) not u_long.

whardake 13 Mar 97 09:37:37
    - (config*): check for in_addr_t and define as u_int (32 bits) if not present.
    - (apps/*.c, party_parse.c): use it.

whardake 13 Mar 97 10:14:59
    - (extensible_subtrees.h): Removed file.

whardake 13 Mar 97 14:35:05
    - (agent/*, mibgroup/*): moved alarm, context, views, event, party,
      and acl variable groups to mibgroup/.

whardake 13 Mar 97 14:44:55
    - (kernel_sunos5.[ch]): moved to mibgroup/.
    - (route_write.c, snmp_var_route.c): delete from agent dir.

whardake 13 Mar 97 15:35:26
    - (hpux.c, memory.c, memory.h): Patch from Dave Shields to fix minor problems.

whardake 13 Mar 97 15:36:14
    - (view_vars.c, context_vars.c, acl_vars.c): don't include snmpv2_vars.h.

whardake 13 Mar 97 15:45:14
    - (config*): check for system dependent modules.

whardake 13 Mar 97 15:46:16
    - (*/Makefile.in): New make depend rules to seperate system/non dependent stuff.

whardake 13 Mar 97 16:07:52
    - (*/Makefile.in): make depend and rule fixes as well.

whardake 13 Mar 97 16:10:58
    - (config*): remove duplicate gethostname check.

whardake 13 Mar 97 16:17:59
    - (apps/*/Makefile.in): depend problems fix.

whardake 13 Mar 97 17:17:32
    - (common_header.h): fix path to alarm.h.

whardake 13 Mar 97 17:47:32
    - (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

whardake 14 Mar 97 09:39:15
    - (ucd-snmp.txt, mib.txt, Makefile.in): Don't build mib files anymore.

whardake 14 Mar 97 09:46:31
    - (ucd-snmp.txt): moved to mibs/.

whardake 14 Mar 97 09:47:47
    - (mib.txt): streamed down.

whardake 14 Mar 97 09:50:03
    - (mibs/{rfc1271,snmpv2,ucd-snmp}.txt): New mibs directory for sub-mibs.

whardake 14 Mar 97 10:48:35
    - (Makefile.in, config*, mibs/Makefile.in): enable mibs/ make install.

whardake 14 Mar 97 10:49:03
    - (ucd-snmp.txt): remove the last of the sed script defs.

whardake 14 Mar 97 11:01:19
    - (snmpd.1.def): Updated to include -c/-C and SNMPCONFPATH env var.

whardake 14 Mar 97 11:07:16
    - (Makefile.in): Fix sedscript to include s# as well as s/ commands.

whardake 14 Mar 97 11:17:06
    - (makedepend.in): run on snmpnetstat dir also.

whardake 14 Mar 97 11:18:17
    - (agent/Makefile.in, apps/snmpnetstat/Makefile.in): make depend.

whardake 14 Mar 97 11:20:39
    - (snmp_vars_event.h): axe.

whardake 14 Mar 97 11:22:29
    - (snmp_groupvars.h): axe.

whardake 14 Mar 97 13:51:59
    - (configure.in, apps/Makefile.in): fix trap by including optional .o files.

whardake 14 Mar 97 13:53:22
    - (snmpd.c, context_parse.c, party_parse.c, system.[ch]):
      - 64bit fix: get_myaddr() should return int not long.

whardake 14 Mar 97 13:54:22
    - (acconfig.h, ucd-snmp.txt): recognize new hosts for sysObjectId.

whardake 14 Mar 97 13:55:50
    version tag ( 3.1.4.pre4 )

whardake 14 Mar 97 16:16:52
    - (mibgroup/README): Update from Dave Shield.

whardake 18 Mar 97 16:52:34
    - (FAQ): Update from Dave Shield.

whardake 18 Mar 97 16:53:26
    - (FAQ): snmp.conf -> snmpd.conf

whardake 24 Mar 97 09:49:54
    - (memory.c): prototype write function better.

whardake 24 Mar 97 09:50:49
    - (example.c,.h): New example mib module duplicating the passtest
      script in C code.

whardake 24 Mar 97 09:51:16
    - (Makefile.in): Watch out for multiple spaces in C defs.

whardake 24 Mar 97 09:51:33
    - (README): runs on bsdi 2.1.

whardake 24 Mar 97 13:56:50
    - (FAQ): Patch from Dave Shield.

whardake 25 Mar 97 09:39:01
    - (EXAMPLE.conf.def): added syslocation and syscontact examples.

whardake 25 Mar 97 13:30:05
    - (INSTALL): minor doc update for new flags.

whardake 26 Mar 97 17:05:11
    - (mibgroup/system.c): report agent uptime rather than system uptime.

whardake 22 Apr 97 08:42:01
    - (FAQ): various updates.

whardake 22 Apr 97 15:02:56
    - (many): Patch from Niels Baggesen to fix various things, mostly on linux.

whardake 22 Apr 97 15:20:30
    - (README.smux, smux.c, smux.h, snmp_bgp.c, snmp_ospf.c, snmp_rip2.c):
      - smux support for gated from Rohit Dube.

whardake 22 Apr 97 15:47:06
    - (common_header.h): remove duplicate (warning) TCP defines on osf4 systems.

whardake 22 Apr 97 15:51:44
    - (snmp_bgp.[ch], snmp_rip2.[ch], snmp_ospf.[ch]):
      - conform to new module standards of coding.

whardake 22 Apr 97 16:41:10
    - (snmp_bgp.c, snmp_rip2.c, snmp_ospf.c, smux.[ch]):
      - standardize headers for autoconf.
      - smux_init() -> init_smux().
      - SMUXDEBUG -> DODEBUG (--enable-debugging turns this on automatically).

whardake 22 Apr 97 17:45:09
    - (config*, smux.c): Check for headers and define FD_COPY if not defined.

whardake 22 Apr 97 20:49:15
    version tag ( 3.1.4.pre5 )

whardake  9 May 97 22:38:15
    - (mib.[ch], parse.[ch], Makefile.in): New parser from Dave Shield:
      - Run-time control of initial module loading
              (uses env variables MIBDIRS, MIBS, and MIBFILE)
      - Defined interfaces for loading modules and retreiving entries
      - Module scoping now includes Textual Conventions
      - Tokens implemented internally no longer require importing the
        corresponding modules

whardake  9 May 97 22:46:30
    - (smux.c, config*):
      - check for sgtty.h and prototype better.

whardake  9 May 97 22:46:46
    - (TODO): Update.

whardake  9 May 97 23:52:40
    - (smux.[ch]): patches from Niels Baggesen: prototyping.

whardake 10 May 97 00:03:32
    - (mib.c, parse.c): patches from Niels Baggesen: prototyping (mostly).

whardake 10 May 97 00:28:25
    - (parse.c): Patch from Dave Shields:  negative numbers in mibs.

whardake 10 May 97 00:46:44
    - (parse.c): Patch from Dave Shields:  deal with anonymous IDs.

whardake 10 May 97 00:50:20
    - (parse.c): Patch from Dave Shields:  deal with anonymous IDs (even better).

whardake 10 May 97 16:41:23
    - (bug-report): Patch from Dave Shields:  don't submit blank bug-reports.

whardake 10 May 97 16:45:14
    - (FAQ): Patch from Dave Shields:  update.

whardake 10 May 97 16:52:11
    - (mib_api.3): New file from Dave Shield.

whardake 10 May 97 17:23:21
    - (snmpd.c, read_config.c, system.c): Patch from Niels Baggesen:
      - default trap community.
      - multiple trap sinks.

whardake 12 May 97 08:43:59
    - (config*, extensible.c):  BSDI3 specific headers and defines.

whardake 12 May 97 08:44:19
    - (agent/Makefile.in): removed CCHACK ???.

whardake 12 May 97 08:48:13
    - (INSTALL, README, TODO): documentation update.

whardake 12 May 97 08:49:23
    - (man/Makefile.in): install mib_api.3.

whardake 12 May 97 08:52:48
    - (mibs/ucd-snmp.txt): Patch from Mario DeFazio to fix typos.
      - compiles under SNMPc 4.1g.

whardake 13 May 97 10:51:28
    - (IF-MIB.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:29
    - (ucd.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:31
    - (EtherLike-MIB.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:32
    - (HOST-RESOURCES-MIB.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:33
    - (IANAifType-MIB.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:35
    - (IP-MIB.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:36
    - (SNMPv2-CONF.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:37
    - (SNMPv2-MIB.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:39
    - (SNMPv2-SMI.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:40
    - (SNMPv2-TC.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:42
    - (SNMPv2-TM.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:43
    - (TCP-MIB.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:45
    - (UDP-MIB.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:46
    - (SNMPv2-PARTY-MIB.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:48
    - (SNMPv2-M2M-MIB.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:49
    - (RFC1271-MIB.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:51
    - (RFC1155-SMI.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:51:52
    - (RFC1213-MIB.txt): New mib file from Niels Baggesen.

whardake 13 May 97 10:52:12
    - (ucd.txt): whoops.  Removed.

whardake 13 May 97 11:57:10
    - (rfc1271.txt): removed.

whardake 13 May 97 12:02:26
    - (snmpv2.txt): removed.

whardake 13 May 97 12:03:04
    - (mibs/Makefile.in): removed snmpv2.txt, rfc1271.txt.

whardake 13 May 97 14:48:59
    - (ucd-snmp.txt): Changed ID to UCD-SNMP

whardake 13 May 97 15:05:28
    - (config*, INSTALL): New flags to set prompted values instead of prompting.

whardake 13 May 97 15:05:53
    - (README): architecture list update.

whardake 13 May 97 15:36:08
    - (UCD-SNMP-MIB.txt): moved from ucd-snmp.txt.

whardake 13 May 97 15:36:51
    - (ucd-snmp.txt): moved to UCD-SNMP-MIB.txt

whardake 13 May 97 15:38:47
    - (mibs/Makefile.in): ucd-snmp.txt -> UCD-SNMP-MIB.txt.

whardake 13 May 97 16:22:13
    - (config*,mib.c): New configure option --with-default-mibs="list:list".

whardake 14 May 97 11:41:09
    - (Makefile.in, mib.txt): removed mib.txt from distribution.  No longer needed.

whardake 14 May 97 13:13:19
    - (Makefile.in): warn if mib.txt is installed from a previous release.

whardake 14 May 97 13:18:02
    - (Makefile.in, agent/Makefile.in): Patch from Oddbjorn Steffensen:
      - Protect against bash needing ';'s on multiple subdir makes.

whardake 14 May 97 13:45:24
    - (snmpd.c):  Typecast malloc.

whardake 14 May 97 15:00:22
    version tag ( 3.1.4.pre6 )

whardake 15 May 97 11:22:18
    - (interfaces.c): patch from Martin Jacobsson for FreeBSD

whardake 15 May 97 11:23:29
    - (parse.c): Patch from Dave Shield to fix purely numeric OIDs.

whardake 15 May 97 11:28:15
    - (INSTALL): patch from Niels Baggesen to reference the maketarget script.

whardake 15 May 97 11:29:33
    - (mib_api.3): patch from Niels Baggesen:  MIBS variable can be set to ALL.

whardake 15 May 97 11:30:01
    - (UCD-SNMP-MIB.txt): patch from Niels Baggesen:  import indentifiers.

whardake 15 May 97 11:31:01
    - (SNMPv2-SMI.txt): patch from Niels Baggesen:  ccitt -> 0.

whardake 15 May 97 11:32:56
    - (mib.c, parse.c): patch from Niels Baggesen:
      - prototyping and null checking.
      - if MIBS is set to ALL, parse everything found.

whardake 15 May 97 14:37:39
    - (parse.c): patch from Dave Shield:
      - deal with multiple module ID's being referenced or nodes defined.
      - supress "name clash" warnings for anonymous nodes.

whardake 15 May 97 15:22:51
    - (parse.h): Patch from Dave Shield:  Add new node structure entries.

whardake 15 May 97 16:01:18
    - (config*, mib.c):
      - Changed env variable MIBFILE -> MIBFILES (since it is a list now).
        (will accept MIBFILE for backwards compatibility).
      - By default, *no* additional mibfiles are loaded (ie, mib.txt is no
        longer loaded) and must be turned on through configure or the env var.
      - New configure options to set default MIBS, MIBFILES, MIBDIRS.

whardake 15 May 97 16:22:19
    - (configure*, INSTALL):
      - Display defaults in configure --help lines.

whardake 15 May 97 16:26:12
    - (configure*, INSTALL):
      - Wording and order changes in configure --help lines.

whardake 15 May 97 16:43:37
    - (udp.c): Patch from Martin Jacobssen:
      - Fix udp_inpcb structures.

whardake 16 May 97 11:25:30
    - (parse.c): Protect malloc against 0 external imports.

whardake 20 May 97 08:03:35
    - (udp.c): Only do Martin Jacobssen's fixes for freebsd2.

whardake 20 May 97 08:18:49
    - (SNMPv2-TC.txt): Comment out ObjectSyntax import.

whardake 20 May 97 08:19:12
    - (parse.c): protect against 0 import calls.

whardake 20 May 97 08:19:28
    - (mib.c, snmp_auth.c): include sys/select.h for AIX.

whardake 20 May 97 10:08:25
    version tag ( 3.1.4.pre7 )

whardake 20 May 97 11:24:27
    - (udp.c): Patch from Martin Jacobsson:  Fix my cpp stupidity.

whardake 20 May 97 16:50:18
    - (TODO): snmpset should check against size defined in mib.

whardake 20 May 97 16:50:55
    - (parse.c): code from Dave Shield: add back in find_node() for perl usage.

whardake 21 May 97 10:13:38
    - (NEWS): Update for 3.2.

whardake 21 May 97 15:38:32
    - (NEWS): Changes from Dave.

whardake 21 May 97 15:40:31
    - (FAQ): Changes from Dave.

whardake 22 May 97 13:13:59
    - (SNMPv2-M2M-MIB.txt): restored.  Got truncated.

whardake 23 May 97 13:35:14
    - (acconfig.h, config.h.in): Set default MIB list.

whardake 23 May 97 13:36:17
    - (snmpd.c): Patch from Niels Bagessen to fix endiannes problems.

whardake 23 May 97 13:37:02
    - (HOST-RESOURCES-MIB.txt, SNMPv2-TC.txt): From Niels: change import clauses.

whardake 23 May 97 13:37:39
    - (snmp_client.c): Patch from Niels Bagessen to fix endiennes problems.

whardake 23 May 97 13:38:13
    - (snmp_api.c): Patch from Niels Bagessen to fix multiple frees in v2 pdu's.

whardake 23 May 97 13:40:09
    - (mib.c): Patch from Dave Shields to fix SNMP perl again.

whardake 23 May 97 13:40:32
    - (snmp_api.h): Change trap types from int to long.

whardake 23 May 97 16:23:56
    version tag ( 3.1.4.pre8 )

whardake 23 May 97 16:34:33
    - (mib_api.3): Modifiy to note default mibs.

whardake 26 May 97 10:50:20
    - (INSTALL, configure): default mibs listed correctly.

whardake 26 May 97 10:52:12
    - (snmp_api.h): trap long's back to ints, bad solution.

whardake 26 May 97 10:56:19
    - (snmpcheck.def): new variables to set walk/get/set command line usage.

whardake 26 May 97 11:38:41
    - (parse.c): Patch from niels Baggesen to:
      - close mibfiles for MIBS=ALL.
      - Allow SYNTAX DisplayString (SIZE(1..255)) inside OBJECT-TYPE.
	
-------------------------------------------------------------------------------

Changes: V3.1.2.1 -> V3.1.3

whardake 10 Jan 97 08:43:42
    - (COPYING):  Update for 97.

whardake 10 Jan 97 08:46:00
    - (config*): Check for /dev/ksyms for solaris kernel.

whardake 10 Jan 97 08:46:36
    - (snmptrapd.c): Remove broken FD_SET code.

whardake 14 Jan 97 16:45:33
    - (PORTING, README, TODO):  Added ucd-snmp-coders as default mail address.

whardake 17 Jan 97 09:28:56
    patch niels.0

whardake 17 Jan 97 11:51:40
    - (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.

whardake 17 Jan 97 11:58:46
    - (snmpd.c):
      - Usage() update and version printout update.

whardake 17 Jan 97 14:55:28
    Dave Shield patches

whardake 20 Jan 97 11:17:53
    Niel's patches integrated

whardake 20 Jan 97 15:09:25
    - 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.

whardake 20 Jan 97 15:22:53
    - Patches from Niels Baggesen <Niels.Baggesen@uni-c.dk>:
     - (snmp_client.c): Wait 120 seconds before returning.

whardake 20 Jan 97 15:37:08
    - (config*): Autoheader is dumb:  Put macro defines belowe @BOTTOM@ symbol.

whardake 20 Jan 97 15:38:59
    - (snmp_vars.c, extensible.c, read_config.c): Remove ANSI cpp #elif's.

whardake 20 Jan 97 15:50:37
    - (snmp_vars.c): bsdi #ifdef fixes.

whardake 20 Jan 97 15:55:45
    - (snmp_vars.c): Patch from Martin Jacobsson <martin@exmandato.se>:
      - add bsdi to some #ifdefs.

whardake 20 Jan 97 15:58:51
    - (extensible.c): Patch from Martin Jacobsson <martin@exmandato.se>:
      - watch out for string lengths on version desc and sysname.

whardake 20 Jan 97 16:38:20
    patrice.1 patch

whardake 20 Jan 97 16:43:25
    - (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().

whardake 20 Jan 97 16:59:02
    - (extensible.c): Patch from sxjzhang@sss.ssi1.com:
        - fix disk reporting on sunos 4.1.3 with ODS 1.0.

whardake 20 Jan 97 16:59:56
    version tag ( 3.1.3.pre1 )

whardake 21 Jan 97 08:33:04
    - (read_config.c): Patch from Karl Lehenbauer <karl@hammer1.ops.NeoSoft.com>:
      - #if DODEBUG -> #ifdef DODEBUG.

whardake 21 Jan 97 08:33:52
    - (snmpd.c): remove second char definition.

whardake 21 Jan 97 08:34:32
    - (snmp_client.h): remove second (wrong) function prototype.

whardake 21 Jan 97 09:17:42
    - (snmp_var_route.c, snmp_vars.c):
      - Patch from Karl Lehenbauer <karl@hammer1.ops.NeoSoft.com>
        - handle multiple interface names > 10 properly.

whardake 29 Jan 97 10:47:40
    bug reporting script add

whardake 29 Jan 97 12:07:00
    - (bug-report):
     - Always use multipart: version info and config.cache are one.
     - re-arranged a bit.
     - Added introduction.
     - Guess at domain name if possible.

whardake 29 Jan 97 12:07:59
    - (acconfig.h):
     - SNMPBLOCK = !SNMPBLOCK

whardake 29 Jan 97 12:09:05
    - (aclocal.m4): Fix check_struct_for to define things correctly.

whardake 29 Jan 97 12:10:28
    - (configure.in): New ps options to check for.

whardake 29 Jan 97 12:11:04
    - (FAQ): revision one!

whardake 29 Jan 97 12:11:29
    - (config.h.in, configure): update

whardake 29 Jan 97 12:58:46
    - (kernel.c, snmp_agent.c, snmpd.c): Patch from Niels Baggesen:
      - Fix various warnings/errors.
      - Implement real traps.

whardake 29 Jan 97 13:03:15
    - (versiontag): Modify ../../bug-report as well.

whardake 29 Jan 97 13:08:11
    - (bug-report):
      - change to address (back) to ucd-snmp-coders.
      - Add a trap on signals to remove tmp files.

whardake 31 Jan 97 09:58:10
    - (config*): Check for kstat.h and if sysctl can read the boottime.

whardake 31 Jan 97 10:01:59
    - (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.

whardake 31 Jan 97 10:49:07
    - (versiontag): uh, commit it again.

whardake 31 Jan 97 10:50:04
    - (configure.in, configure): fire off ksh if hpux && sh.

whardake 31 Jan 97 10:59:43
    - (configure.in, configure): changed arch to hppa and make sure /bin/ksh exists.

whardake 31 Jan 97 11:03:11
    version tag update

whardake  3 Feb 97 10:02:12
    - (bug-report): Patch from Dave Shield:
      - domain name fix and editor bomb out.

whardake  3 Feb 97 10:03:10
    - (EXAMPLE.conf.def): comment out possible security problem lines.

whardake  3 Feb 97 10:46:02
    - (configure.in):
      - Check for whoami, logname.
      - Don't pass null args to ksh.

whardake  3 Feb 97 10:47:04
    - (snmp_vars.c): Patch from Dave Shield
      - Mark stuff for later changes.

whardake  3 Feb 97 10:48:06
    - (snmplib/system.c):  Use CAN_USE_SYSCTL instead of bsdlike.

whardake  3 Feb 97 11:50:23
    - (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.

whardake  3 Feb 97 12:44:51
    - (snmplib/system.c): typo:  needs a space between 'static' and 'struct'.

whardake  3 Feb 97 12:47:58
    - (snmp_vars.c): add some irix appropriate includes.

whardake  3 Feb 97 12:51:04
    - (README): remove project history.

whardake  3 Feb 97 13:15:11
    - (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...

whardake  3 Feb 97 13:33:11
    - (README, NEWS, TODO): Update for 3.1.3.

whardake  3 Feb 97 13:53:04
    - (bug-report): move config.cache to end of message.

whardake  3 Feb 97 13:55:05
    version tag ( 3.1.3.pre3 )

whardake  4 Feb 97 09:35:02
    - (FAQ): Dave's latest revision.

whardake  4 Feb 97 09:35:37
    - (TODO): Added suggestions from ucd-snmp-coders.

whardake  4 Feb 97 09:36:43
    - (configure, configure.in): Fix hpux problems, *again*.

whardake  4 Feb 97 09:37:26
    - (mib.c): Patch from Simon: comment #ifdef endings for ANSI compliers.

whardake  4 Feb 97 09:41:39
    - (FAQ): Added TOC and autor notes ;-).

whardake  5 Feb 97 16:33:01
    - (FAQ): Dave updated architecture lists.

whardake  5 Feb 97 16:33:32
    - (TODO): misc requested additions.

whardake  5 Feb 97 17:07:25
    - (configure, configure.in): Put /dev/ksyms ahead of /kernel/unix.

whardake  5 Feb 97 17:11:15
    - (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.

whardake  5 Feb 97 17:13:09
    - (system.c): Patch from Dave Shield to fix nlist problems.

whardake  5 Feb 97 17:20:10
    - (bug-report): Change subject line to shorten and force better description.

whardake  5 Feb 97 17:23:41
    - (tcl, tk, snmptcl): Nuked.

whardake  5 Feb 97 17:25:03
    - (NEWS): removed tcl stuff.

whardake  5 Feb 97 17:29:54
    - (Makefile.in, configure.in): removed tcl stuff.

whardake  5 Feb 97 17:41:50
    version tag ( 3.1.3.pre4 )

whardake 10 Feb 97 09:22:03
    - (FAQ): Dave Shields' additions:  finding more info.

whardake 10 Feb 97 09:22:53
    - (snmpnetstat/main.c): Remove malloc prototype, now in stdlib.h.

-------------------------------------------------------------------------------

Changes: V3.1.2 -> V3.1.2.1

whardake  5 Dec 96 09:13:56
    - (if.c): #ifndef -> #ifdef for sigset.
 
whardake  5 Dec 96 09:14:59
    - (md5.c): remove ansi specific C features (unsigned constants).
 
-------------------------------------------------------------------------------

Changes: V3.1.1 -> V3.1.2

whardake 17 Oct 96 07:02:58
    version tag ( 3.1.1.BSDI )

whardake 30 Oct 96 13:47:21
    - (PORTING,README): Add a new PORTING file to reference autoconf plee.

whardake 30 Oct 96 13:49:09
    - (config*, ece-mib.def):
      - Change extensible mib location to ucdavis enterprise mib: 2021.
      - Remove associated prompting from configure script and etc.

whardake 31 Oct 96 17:06:16
    - (read_config.c): numdisks was being incremented before last usage.

whardake  1 Nov 96 08:54:11
    - (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.

whardake  4 Nov 96 09:30:46
    - (config*, snmp_vars.c, extensible.c):  More include checks for linux.

whardake  4 Nov 96 10:08:49
    - (config*): Check for nlist in -lmld (irix).

whardake  7 Nov 96 09:16:45
    - NetBSD 3.1.0.1 branch merge.

whardake  7 Nov 96 09:24:23
    - Niels 3.1.1 branch merge.

whardake  7 Nov 96 09:35:52
    - BSDi2 3.1.1 branch merge.

whardake  7 Nov 96 09:57:16
    - (versiontag): Only tag release versions (Ext*).

whardake  7 Nov 96 14:16:00
    - (configure.in, configure): Changed default SNMPV2AUTH to SNMPV1.

whardake  7 Nov 96 14:16:39
    - (snmp_var_route.c): ifdef's around strings.h.

whardake  7 Nov 96 14:17:17
    - (snmp_vars.c): ifdef typos.

whardake  7 Nov 96 14:19:33
    - (mib.c): typecast for sprint_objid().

whardake  8 Nov 96 17:03:47
    - (Makefile.in): Created a 'touchit' to touch config files properly.

whardake  8 Nov 96 17:06:46
    - (Makefile.in): Fixed 'touchit'.

whardake 14 Nov 96 15:14:50
    - (extensible.c): Use statfs if statvfs is unavailable.

whardake 14 Nov 96 15:16:22
    - (snmp_vars.c):
      - #ifdef typo.
      - prototype for Interface_Scan_Init().
      - Check for existance of tcpstat.tcps_rcvmemdrop before using.

whardake 14 Nov 96 15:17:36
    - (config*):
      - Check for existance of tcpstat.tcps_rcvmemdrop.
      - Check for sys/vfs.h.

whardake 14 Nov 96 15:24:24
    - (snmptrap.c, inet.c, route.c): typecasting warning fixes.

whardake 15 Nov 96 16:43:33
    - (config*, extensible.c): Make uname calls work correctly.

whardake 15 Nov 96 16:44:11
    - (parse.c):  Add back in "reading mib..." debugging statments.

whardake 22 Nov 96 08:18:29
    - (snmp_vars.c): Trash interface caching.

whardake 22 Nov 96 09:06:10
    - (snmp_vars.c): Merge from FreeBSD2-3-1-1.
      - Add checks for ifnet.[io]bytes.

whardake 22 Nov 96 09:14:22
    - (config*): Add checks for ifnet.[io]bytes.

whardake 22 Nov 96 11:35:29
    - (agent/extensible/*.c, new: extproto.h):  Removed all -Wall warnings!

whardake 22 Nov 96 14:38:05
    - (config*, install-sh, mkinstalldirs): Upgraded to autoconf 2.11.

whardake 22 Nov 96 15:10:36
    - (extensible.c, read_config.c): removed more -Wall warnings.

whardake 24 Nov 96 16:25:07
    - (kernel.c, config*, INSTALL):  New configure switch:  --without-root-access.
      - The agent doesn't exit if it can't open /dev/kmem.

whardake 24 Nov 96 16:45:27
    version tag ( 3.1.2.pre1 )

whardake 25 Nov 96 08:44:03
    - ({agent,apps}/Makefile.in): Put libsnmp.a in front of -l libs.

whardake 25 Nov 96 09:15:57
    - (config*, snmp_impl.h): Moved void -> char define to a configure test.

whardake 27 Nov 96 08:02:06
    - (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.

whardake 27 Nov 96 08:03:47
    - (extensible.c): Patch from Dave Shield <D.T.Shield@csc.liv.ac.uk>:
      - Remove return(0) on void init_extensible().

whardake 27 Nov 96 08:06:04
    - (configure, configure.in): Default sysloc UCDavis -> Unknown.

whardake 27 Nov 96 08:21:20
    - (INSTALL): Typo:  3.1.3 -> 3.0.3.

whardake 27 Nov 96 08:21:34
    - (README): Update.

whardake 27 Nov 96 08:34:12
    - (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.

whardake 27 Nov 96 08:45:46
    - (if.c): Reset signal on all types of signal implementations.

whardake 27 Nov 96 08:56:44
    - (configure.in, configure): Truncate system names beyond [-_].*.

whardake  2 Dec 96 08:55:49
    - (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.

whardake  3 Dec 96 10:04:02
    - (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).

whardake  3 Dec 96 10:05:17
    - (md5.c): Put 'U'nsigned marker at end of constants to remove gcc warns.

whardake  3 Dec 96 11:04:33
    - (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.

whardake  3 Dec 96 11:14:43
    - (EXAMPLE.conf.def, passtest): Move passtest to ucdavis subtree.

whardake  3 Dec 96 14:51:24
    - (ece-mib.def): Used -> Avail in memory sequence.

whardake  4 Dec 96 09:16:09
    - (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.

whardake  4 Dec 96 09:49:38
    - (PORTING, README):  Update for release 3.1.2.

-------------------------------------------------------------------------------

Changes: V3.1.0.1 -> V3.1.1

whardake 11 Sep 96 08:49:14
    - (read_config.c): Fixed community number checks.

whardake 24 Sep 96 16:54:59
    - (config*, snmp_api.c, snmp_client.c): Added sys/select.h for AIX.

whardake 24 Sep 96 16:59:26
    - (snmp_var_route.c, snmp_vars.c): typos.

whardake 24 Sep 96 17:02:47
    - (snmp_vars.c): Moved a variable declairation.

whardake 24 Sep 96 17:16:58
    - (snmp_var_route.c): typo fixing a typo (sigh..).

whardake 25 Sep 96 14:14:53
    - (snmp_var_route.c): freebsd2 typecast.

whardake  1 Oct 96 15:30:46
    - (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.

whardake  1 Oct 96 15:54:22
    - (extensible.c): int -> double to support larger disk sizes.

whardake  1 Oct 96 16:28:52
    - (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).

whardake  3 Oct 96 16:05:47
    - (snmp_agent.c):
      - Make agent properly check snmpset exit codes and use them (on COMMIT).

whardake  3 Oct 96 16:08:59
    - (pass.c):
      - Check for passthru existance before returning ERR_NOERROR, else
        return ERR_NOSUCHNAME.
      - Correctly check for and pass "not-writable" and "wrong-type" pass returns.

whardake  3 Oct 96 16:10:38
    - (snmp_impl.h):  Turn on old CMU debugging statments with --enable-debugging.

whardake  4 Oct 96 09:43:40
    - (EXAMPLE.conf.def): Added snmpget/set to pass example.

whardake  4 Oct 96 09:44:26
    - (Makefile.in): Remove spaces from sedscript when using broken cpp (gcc).

whardake  4 Oct 96 09:46:09
    - (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.

whardake  4 Oct 96 10:01:20
    - (snmpd.conf.5.def): lib -> lib/snmp path correction in FILES section.
    - (snmpd.1.def):
      - Added a FILES section.
      - General clean up.

whardake  7 Oct 96 07:41:40
    - (parse.c):  Now loads all mibs (files) in the directory SNMPLIB/mibs.

whardake  7 Oct 96 07:49:59
    - (parse.c):  Proper autoconf dirent headers.

whardake  7 Oct 96 08:01:43
    - (Makefile.in): Mib installation changed to reflect new mib directory.

whardake  7 Oct 96 08:53:06
    - (config*): check correctly for get/setmntent.

whardake  7 Oct 96 09:11:43
    - (snmp_agent.c): Removed snmp version check on error return from set.

whardake  7 Oct 96 09:12:23
    - (read_config.c): Use getmntent correctly.  Pain.

whardake  7 Oct 96 10:22:47
    - (Makefile.in):
      - added --recheck to config.status call to regenerate self.
      - Changed ece-mib.txt -> ucd-snmp.txt and install (and generate) properly.

whardake  7 Oct 96 10:23:32
    - (extensible.c): Chomp newline on uname output.

whardake  7 Oct 96 10:24:12
    - (read_config.c): Added 'syscontact' and 'syslocation' parsing.

whardake  7 Oct 96 11:00:10
    - (configure.in):
      - timestamp stamp-h at end.
      - emacs local vars.

whardake  7 Oct 96 11:01:25
    - (read_config.c): Remove extra args from strcpy (was strncpy).

whardake  7 Oct 96 11:02:46
    - (configure.in):
      - timestamp stamp-h at end.
      - emacs local vars.

whardake  7 Oct 96 12:23:05
    - (snmpd.1.def): Changed to reflect SNMPLIB/mibs.

whardake  7 Oct 96 12:23:27
    - (snmpd.conf.5.def): Added syscontact and syslocation.

whardake  9 Oct 96 08:04:14
    - (parse.c):
      - Parse OBJECT-IDENTY as OBJECT-GROUP (saves only description).
      - Change print_error(), read_mib() to reflect file and correct line number.

whardake  9 Oct 96 08:30:29
    - (parse.c):
      - print a new line in print_error() if debugging is turned on.
      - tossObjectIdentifier(): catch multiple bracket clauses (IE { {0 0} } ).

whardake  9 Oct 96 14:36:03
    - (read_config.c):
      - strncmp -> strncasecmp.
      - NULL -> 0.

whardake  9 Oct 96 14:38:05
    - (extensible.c):
      - sort pass thrus by miboid to prevent passing off to wrong one.
      - typos:  exsten -> exten.
      - init_extensible() calls update_config() to reduce duplications.

whardake  9 Oct 96 15:18:42
    - (snmp_api.c): From: gah@bellcore.com (Gary A. Hayward)
      - Free pdu community to quelch purify.

whardake  9 Oct 96 15:22:23
    - (README): Added thanks name.

-------------------------------------------------------------------------------

Changes: V3.1 -> V3.1.0.1

whardake 26 Aug 96 10:36:08
    - (NEWS) Typo, extra quotation mark.

whardake 26 Aug 96 10:37:05
    - (TODO) Extra mib parsing ideas added.

whardake 26 Aug 96 10:37:36
    - (ece-mib.def):  commas out of place.

whardake 26 Aug 96 16:55:51
    - (snmp_api.c): Fixed a gcc/FreeBSD optimization bug (stupid compiler)

whardake 26 Aug 96 16:58:03
    - (event.c, kernel.c, route_write.c): FreeBSD modifications

whardake 27 Aug 96 08:46:43
    - (extensible.c):  FreeBSD changes and use getloadavg if available.

whardake 27 Aug 96 08:47:57
    - (snmptrapd.c): Fix byte order problem (convert to network before sending).

whardake 27 Aug 96 09:01:10
    - (snmptrap.c):
      - FreeBSD specific changes.
      - more autoconf complete: paths to libraries and kernel location.

whardake 27 Aug 96 09:38:33
    - (snmp_var_route.c): FreeBSD specific changes.

whardake 27 Aug 96 10:00:15
    - (snmp_vars.c): More warped FreeBSD changes

whardake 27 Aug 96 10:04:56
    - (autoconf*):
      - FreeBSD additions.
      - New kernel location:  /kernel (ick).
      - Log file default intelligently checks for /var/log and /usr/adm.
      - Checks for getloadavg().

whardake 29 Aug 96 14:42:20
    - (extensible/*.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk>
      - cleaned up gcc warnings.
      - fixed a spelling error.

whardake 29 Aug 96 14:59:55
    - (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.

whardake 29 Aug 96 15:03:12
    - (man/snmptrap.1):  added by Niels Baggesen <recnba@mediator.uni-c.dk>

whardake 29 Aug 96 15:06:21
    - (asn1.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk>
      - uchar(s) can't be less than 0.

whardake 29 Aug 96 15:06:50
    - (mib.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk>
      - prototypes for gcc warnings

whardake 29 Aug 96 15:07:56
    - (parse.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk>
      - save mib descriptions for snmptranslate and other apps that need it.

whardake 29 Aug 96 15:08:28
    - (snmp_api.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk>
      - gcc warnings NULL -> 0

whardake 29 Aug 96 15:58:10
    - (snmpstatus.c): Patch from Trevor Bourget <tbourget@qualcomm.com>
      - malloc sysdesc instead of assuming < 128 bytes.

whardake 29 Aug 96 16:03:44
    - (snmpwalk.c): Removed SVR4 ifdefs

whardake 29 Aug 96 16:22:25
    - (autoconf*, snmp_vars.c): Removed some solaris ifdefs.

whardake 29 Aug 96 16:29:10
    - Changed my email address to my new one.

whardake 30 Aug 96 09:23:05
    - (configure, configure.in):
      - removed -Xs flag for gcc on solaris.
      - logfile checks for existance of /var/log and /usr/adm.

whardake 30 Aug 96 09:23:42
    - (snmptrap.c): patch screwed up.

whardake 30 Aug 96 09:24:31
    - (apps/Makefile.in):  Added kernel_sunos5.o to snmptrap for getKstat.
	
whardake 30 Aug 96 09:34:09
    - (NEWS, ChangeLog): Updated for 3.1.0.1

whardake 30 Aug 96 09:34:48
    version tag ( 3.1.0.1 )

whardake 30 Aug 96 10:15:18
    - (README): Updated for 3.1.0.1

whardake 30 Aug 96 11:49:38
    - (snmp_vars.c): removed malloc prototype due to conflictions.

-------------------------------------------------------------------------------

Changes: V3.0.7.2 -> V3.1

hardaker  3 May 96 14:34:03
    - (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.

hardaker  3 May 96 14:35:27
    - (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.

hardaker  3 May 96 14:37:17
    - (agent/snmp_vars.c) Solaris fix for interfaces.
      - From Dan A. Dickey <ddickey@transition.com>

hardaker  3 May 96 14:40:18
    - (apps/snmptrap.c) Added #include<sys/sockio.h>

hardaker  9 May 96 13:24:00
    - (apps/snmpset.c) Added '.' as a delimiter for decimal encoded strings.

hardaker  9 May 96 13:27:40
    - (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.

hardaker  9 May 96 13:33:12
    - (acconfig.h,agent/{Makefile,snmp_vars.c},agent/extensible/many):
      - Added support for passthru mibs.  Total control is handed to exec's.

hardaker  9 May 96 16:14:28
    - (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).

hardaker 10 May 96 10:27:14
    - (kernel_sunos5.c): A patch to fix a virtual interface problem.
      - patch supplied by "Dan A. Dickey" <ddickey@transition.com>

hardaker 10 May 96 18:16:57
    - (many): Mereged baggesen-3-0-7-2 branch into main trunk.

hardaker 13 May 96 15:56:45
    - (agent/extensible/misc.c): exec Names were getting included in the command.

hardaker 13 May 96 15:57:43
    - (agent/extensible/misc.c): close file descriptors before re-starting agent.

hardaker 13 May 96 15:58:44
    - (agent/snmp_agent.c, agent/snmp_vars.c, agent/extensible/extensible.c):
      - Bug fix: GLOBALSECURITY bug:  save rightmost two bits in acl.

hardaker 13 May 96 15:59:30
    - (snmplib/snmp_impl.h): Change RWRITE to include Write for V2 bits.

hardaker 15 May 96 08:59:51
    - (agent/extensible/pass.c) Patch from Niels Baggesen <recnba@mediator.uni-c.dk>
      - Implemented missing parts of interface address and network output (-i)

hardaker 15 May 96 09:02:24
    - (agent/kernel_sunos5.c) Patch from "Dan A. Dickey" <ddickey@transition.com>
      - Better caching algorithm for improved speed.

hardaker 15 May 96 09:05:49
    - (*/.cvsignore) ignore file update.

hardaker 15 May 96 09:06:49
    - (Makefile.in,sedscript.in) Added PREFIX to the sedscript.

hardaker 15 May 96 09:07:35
    - (EXAMPLE.conf.def, man/snmpd.conf.5.def): documented pass thru mibs.

hardaker 15 May 96 09:29:21
    - (COPYING, README, TODO) Release docs updated.

hardaker 15 May 96 09:50:15
    - (agent/kernel_sunos5.c) patch mistake.

hardaker 15 May 96 09:51:12
    - (agent/extensible/read_config.c): ansi semantic fix for '<'.

hardaker 15 May 96 09:51:37
    version tag ( 3.1.A1 )

hardaker 15 May 96 12:00:57
    - (INSTALL) make install as root.

hardaker 15 May 96 12:03:54
    - (README) Added a note (pointer to docs) on the agent's extensiblity.

hardaker 15 May 96 12:23:40
    - (apps/snmpnetstat/if.c) removed & in front of array passed as arg.

hardaker 15 May 96 12:35:16
    - (sedscript.in) Fixed a horrible typo.  P -> PREFIX

hardaker 22 May 96 08:50:28
    - (man/Makefile.in) Updated the way sedscript is used.

hardaker 22 May 96 08:51:01
    - (config.guess, configure, install-sh, mkinstalldirs): Autoconf-2.10

hardaker 22 May 96 12:50:24
    - (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.

hardaker 22 May 96 12:55:33
    - (apps/snmpnetstat/if.c): Patch from Niels Baggesen <recnba@mediator.uni-c.dk>
      - reworked the way snmpnetstat -i works.

hardaker 23 May 96 14:43:49
    - (acconfig.h, config.h.in): Don't define random if it already exists.

hardaker 23 May 96 14:44:15
    - (extensible.c):  Added a disk warning to stderr.

hardaker 23 May 96 14:44:39
    - (acl.c, party.c, view.c): removed NULL defines.

hardaker 23 May 96 14:56:42
    - (if.c): type casting bugs.

hardaker 23 May 96 16:28:08
    - (acl.c, party.c): include stdio.h

hardaker 23 May 96 17:09:24
    - (config*, extensible.c): fixed disk checks on Solaris and alpha's
      - use statvfs over fstab if both present.

hardaker 23 May 96 17:48:09
    - (config*): check for getmntent.

hardaker 24 May 96 12:23:52
    - (snmplib/parse.c):  parsing fixes from Mike Perik <mikep@crt.com>

hardaker 24 May 96 12:39:51
    - (README): Added a thanks section.

hardaker 24 May 96 13:08:28
    - (EXAMPLE.conf.def): minor example file changes.

hardaker 24 May 96 13:09:02
    - (config*):  Check for sys/mnttab.h

hardaker 24 May 96 13:09:52
    - (read_config.c): ifdef cleanup

hardaker 24 May 96 13:10:34
    - (parse.c): declarations cleanup

hardaker 24 May 96 13:13:21
    - (snmpd.conf.5.def):  note on creating comments added.

hardaker 24 May 96 13:38:46
    - (read_config.c): #ifdef typo

hardaker 24 May 96 13:54:25
    - (acconfig.h, config.h.in):  define memmove if not defined and memcpy is.

hardaker 24 May 96 13:55:14
    - (if.c, route.c): cast returns from index to char *.

hardaker 24 May 96 14:02:53
    - (config*): check for memmove before you define it.

hardaker 24 May 96 14:53:20
    - (read_config.c): printf -> DODEBUG check

hardaker 24 May 96 15:28:41
    - (accconfig.h, config.h.in): #ifdef typos

hardaker 24 May 96 15:29:13
    - (snmp_vars.c): removed some ifdef requirements.

hardaker 24 May 96 15:29:29
    - (snmp_vars.h): reorganized

-------------------------------------------------------------------------------

Changes:  V3.0.7.1 -> V3.0.7.2

Niels Baggesen <recnba@mediator.uni-c.dk> 1 May 96 12:37:35
    - (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."

hardaker  1 May 96 13:54:18
    - (configure*, agent/extensible/{read_config,extenisble}.c):
      - configurified (new word) some of Niels' changes and the bcopy/memmove stuff.

hardaker  1 May 96 13:55:16
    - (man/snmpd.1.def,snmpd.conf.5.def) .C -> .B, to increase nroff portability.

hardaker  1 May 96 14:35:23
    - (agent/route_write.c,agent/extensible/extensible.c):
      - netbsd1.1B specific fixes: clash with sys_errlist and rt_dst defines.

hardaker  1 May 96 14:37:09
    - (local/snmpcheck) Tk-b10 fixes.

hardaker  1 May 96 14:37:25
    - (sedscript.in) forgot NETBSD1ID def.

hardaker  1 May 96 14:56:21
    - (acconfig.h,agent/extensible/mibdefs.h): removed coments/spaces from defines.

-------------------------------------------------------------------------------

Changes:  V3.0.7 -> V3.0.7.1

hardaker 25 Apr 96 12:18:43
    - (ChangeLog, acconfig.h, config.h.in) Defined DEBUGP if DODEBUG is not defined.

-------------------------------------------------------------------------------

Changes:  V3.0.6 -> V3.0.7

hardaker  5 Apr 96 16:11:39
    - (local/snmpcheck.def) Tk-b8 => Tk-b10 changes

hardaker  5 Apr 96 16:12:22
    - (configure) autoconf-2.7 -> autoconf-2.9

hardaker  5 Apr 96 16:15:11
    - (snmplib/asn1.c) removed a required 'unix' define surrounding a header file.

hardaker  5 Apr 96 16:19:35
    - (man/Makefile.in) Added a 'clean' definition to the Makefile.

hardaker 12 Apr 96 14:51:08
    - Changed nlist warnings to only print if DODEBUG is defined in config.h

hardaker 12 Apr 96 14:51:42
    - (agent/snmp_vars.c, agent/extensible.c)
      - Changed nlist warnings to only print if DODEBUG is defined in config.h

hardaker 12 Apr 96 16:49:23
    - (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.

hardaker 15 Apr 96 12:53:40
    - (configure) New command line option:  --enable-debugging.  Turns on debugging.
    - (configure) Fixes for type checking of 4.4 rtentry structures on alphas.

hardaker 15 Apr 96 14:11:39
    - (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.

hardaker 15 Apr 96 14:36:48
    - (agent/snmpd.c) Fixed 2 gettimeofday calls -- added a NULL timezone ptr.

hardaker 16 Apr 96 09:47:18
    - (configure) I forgot DMEM_LOC needs to be #undef'ed if not found

hardaker 16 Apr 96 09:48:06
    - (agent/{route_write.c,snmp_var_route.c}) OSF3.2 specific changes.  arg.

hardaker 16 Apr 96 18:08:29
    - (snmpd.c) Added fflush calls after printing packet dumps

hardaker 24 Apr 96 08:36:06
    - (configure.in) More header file checks (vm/vm.h (+ others) and ufs/ffs/fs.h)

hardaker 24 Apr 96 08:36:50
    - (agent/extensible/extensible.c) Include ufs/ffs/fs.h if available.

hardaker 24 Apr 96 08:37:13
    - (agent/Makefile.in) Forgot a quote.  (why hasn't this appeared before?)

hardaker 24 Apr 96 08:38:18
    - (agent/alarm.c) Fixed some define naming conflicts for NetBSD (timeradd()).

hardaker 24 Apr 96 08:44:45
    - (agent/snmp_var_route.c,snmp_vars.c) more config files for NetBSD.
    - (agent/snmp_vars.c) removed arp tables for netbsd.

hardaker 24 Apr 96 08:54:07
    - (acconfig.h, config.h.in, ece-mib.def, ov/*) Added NetBSD to sys-OID returned.

hardaker 24 Apr 96 08:54:39
    - (man/.cvsignore) added snmpd.1

hardaker 24 Apr 96 09:00:21
    - (README) updated

hardaker 24 Apr 96 09:07:40
    - (INSTALL) updated

hardaker 24 Apr 96 11:46:52
    - (agent/snmp_var_route.c) Checked for sys/mbuf for determining rtentry.rt_next

hardaker 24 Apr 96 11:55:10
    - (agent/snmp_var_route.c) @#$%ing solaris

hardaker 24 Apr 96 13:25:48
    - (config*,agent/snmp_var_route.c) config checking for rtentry.rt_next

hardaker 24 Apr 96 14:37:47
    - (local/snmpcheck) new pref:  don't pop forward on new problems.

-------------------------------------------------------------------------------

Changes:  V3.0.5 -> V3.0.6

hardaker 24 Jan 96 16:31:20
    - Returning EXTENSIBLEDOTMIB.AGENTID as the new objectid

Dave Shield <D.T.Shield@csc.liv.ac.uk> 24 Jan 96 16:33:08
    - 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.

hardaker 24 Jan 96 16:36:51
    - (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

hardaker 26 Jan 96 08:25:08
    - The Solaris 2.5 kernel has moved to /kernel/genunix
      - Thanks goes to pommier@volnay.stortek.com (Vincent Pommier (Toulouse))

hardaker  9 Feb 96 17:05:00
    - 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.

hardaker 12 Feb 96 14:28:27
    - (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.

hardaker 16 Feb 96 16:32:41
    - (acconfig.h,config.h.in, agent/snmp_agent.c, agent/extensible/read_config.c)
      - .conf file addition:  "community N STRING" to change community names

hardaker 21 Feb 96 16:12:39
    - (Makefile.in, sedscript.in, man/Makefile.in, man/snmpd.conf.5.def)
      - Added the beginnings of a snmpd.conf manual page.

hardaker 21 Feb 96 16:15:36
    - (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.

hardaker  6 Mar 96 09:09:15
    - (agent/snmpd.c) Added O_TRUNC to the logfile open() call.

hardaker  6 Mar 96 10:06:24
    - (agent/extensible/read_config.c) small bugs fixed
      - disk entries with no size specified caused seg-faults.
      - better type checking on MIB for 'exec MIB' entries.
      - more error messages added.

hardaker  6 Mar 96 16:38:16
    - (ece-mib.def)
      - Changed capitalization schemes to be mosy compliant.
      - Made the memory mib SYNTAX point to the Memory sequence like it should.

hardaker  6 Mar 96 16:58:11
    - (snmplib/mib.c) printed values for timeticks are no longer negative.

hardaker  8 Mar 96 10:31:34
    - (snmplib/snmp_client.c) Check if variable content is NULL before using.

hardaker  8 Mar 96 16:56:08
    - (agent/extensible/exec.c)
       - relocatable exec's failed to close the cache file.

hardaker 11 Mar 96 13:37:25
    - (snmp_var_route.c, snmp_vars.c, extensible.c): commented out nlist warnings.

hardaker 11 Mar 96 15:17:26
    - (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.

hardaker 11 Mar 96 15:17:57
    - (README): cleaned up, re-arranged, shortened (sections moved to man/* docs).

hardaker 11 Mar 96 15:40:17

    - (README): more clean up and added reference to the ucd-snmp mailing list.

Giovanni S. Marzot <gmarzot@baynetworks.com> 11 Mar 96 15:57:20

    - (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!

-------------------------------------------------------------------------------

Changes since V3.0.4

hardaker 19 Jan 96 17:31:16
    - (configure*)
      - updated to autoconf v2.7
      - Hopefully now using correct 'make' definitions

hardaker 19 Jan 96 17:32:57
    - (agent/extensible/*.c)
      - Declaired more static variables (long_ret) to fix sun4s exit codes (again).

hardaker 22 Jan 96 16:27:30
    - (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

hardaker 22 Jan 96 17:18:58
    - (local/Makefile.in) Added a chmod to make the snmpcheck script executable

hardaker 22 Jan 96 17:23:17
    - (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.


-------------------------------------------------------------------------------

Changes since V3.0.3

hardaker 23 Oct 95 16:37:43
    - (extensible.c) stopped reporting anything for the disk mib if no
      disks were defined in the snmpd.conf file.  This was causing an
      error in the agent's error mib when no disks were defined and
      someone walks the disk mib.

hardaker 20 Nov 95 16:04:47
    - (README) Added pointer to this file via ftp

hardaker 20 Nov 95 16:05:12
    - (TODO) Find and fix memory leak sometime

hardaker 20 Nov 95 16:07:45
    - (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.

hardaker 20 Nov 95 16:08:49
    - (config.h.in) Check for -lelf for solaris 2.3 and younger

hardaker 20 Nov 95 16:09:37
    - (all autoconf built files) Updated everything to autoconf 2.5

hardaker 20 Nov 95 16:10:49
    - (trapnotif) Logs no-response errors.
    - (trapnotif) Better string checking (quotes all variables now)

hardaker  1 Dec 95 16:20:13
    - 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

hardaker  5 Dec 95 14:57:14
    - (configure*) added AC_TYPE_PID_T to the configure checks

hardaker  5 Dec 95 15:01:10
    - (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.

hardaker  5 Dec 95 15:05:20
    - (agent/extensible)
      - Bug fix:  alphas and sunoses were reporting incorrect extensible
        exit codes.  (yet another 64/32 bit bug found).
      - Bug fix: agent-update,restart, and cache mib flush entries were
        returning values instead of pointers to values.

hardaker 13 Dec 95 15:27:19
    - (agent/extensible/misc.c) bug fixes for exec items:
      - a second snmpwalk of the exec item would return the old cache
        file.  Fixed by reseting the last cachetime to 0 to always rescan
        after fork/pipe/memory/etc errors.
      - Made lastresult a static var.  Was returning wrong exit codes
        under, strangely enough, only sunos-4 machines.

hardaker 20 Dec 95 09:53:10
    - snmp_open calls getservbyname only once now, at the request of Gary
      Hayward <gah@dirac.bellcore.com>.

hardaker 20 Dec 95 15:56:16
    - Found and fixed a memory leak in the routing table mib.

hardaker 28 Dec 95 10:01:35
    - Added sedscript to the .cvsignore file.

hardaker 28 Dec 95 10:24:37
    - Added a sedscript which is built from config.h and agent/extensible/mibdefs.h
      - used to dynamically build mib.txt and local/snmpcheck.

hardaker 28 Dec 95 12:06:49
    - Created a EXAMPLE.conf file for example usage.

-------------------------------------------------------------------------------

Changes since V3.0.2.1

hardaker 29 Sep 95 13:43:49
    - 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.

hardaker 29 Sep 95 13:46:43
    - (NEWS) updated the news file.

hardaker  3 Oct 95 09:24:00
    (acconfig.h) Minor bug:  recursive comments not correct for compilers (AIX)

hardaker  3 Oct 95 09:43:54
    (versioninfo.c) Added 3-0-3-A1 tag

hardaker  4 Oct 95 16:53:39
    version tag of versioninfo.c

hardaker  5 Oct 95 15:23:05
    - 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.

hardaker  5 Oct 95 15:48:23
    version tag of versioninfo.c

hardaker  6 Oct 95 11:37:00
    - (README) Moved INSTALLATION instructions to INSTALL
               Changed listing of supported architectures
               Updated AVAILABILITY section

hardaker  6 Oct 95 16:28:48
    version tag of versioninfo.c

hardaker  6 Oct 95 16:32:04
    - (snmpd.c) Added two new flags:
      -h for help
      -v for version information

hardaker  6 Oct 95 16:32:43
    - (parse.c, snmp.c) added config.h to the list of includes.

hardaker  6 Oct 95 16:40:38
    - (snmpd.c) Usage of --help and --version should work now...  GNU standard.

hardaker  6 Oct 95 16:41:18
    - (NEWS/-TODO) -h/--help, -v/--version command line options

hardaker 11 Oct 95 17:33:26
    - 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

hardaker 13 Oct 95 15:45:28
    - (snmpd.c) Added -p port to --help output
    - (config) Setup to use --prefix to look for config files.

hardaker 16 Oct 95 13:01:39
    - (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/.

hardaker 16 Oct 95 15:02:01
    - (Makefiles) make install echos what its doing in a more clear fashion
    - (INSTALL) added better instructions to the INSTALL file.
    - (README) minor wording changes

hardaker 16 Oct 95 16:21:43
    - (snmpd.c) was still looking in /etc for two .conf files.

hardaker 16 Oct 95 16:43:12
    - (apps) all apps were still looking in /etc/ for .conf files

hardaker 17 Oct 95 16:58:32
    version tag ( 3.0.3 ) of versioninfo.c

hardaker 17 Oct 95 17:00:22
    - ChangeLog update


-------------------------------------------------------------------------------

Changes since V3.0.2

hardaker 21 Sep 95 09:27:18
    (snmplib/md5.c) Forgot to include sys/types.h for u_long definition.

-------------------------------------------------------------------------------

Changes since V3.0.1

hardaker 26 Jul 95 16:31:41
    - 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.

hardaker 28 Jul 95 14:23:41
    Yet more problems fixed in the alpha port.
      -- more int -> long checking.

hardaker 31 Jul 95 16:27:47
    - 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 preference:  ping host?
      - global key bindings:
          ctrl-q = quit; ctrl-h = hide; ctrl-s = seen all

hardaker  1 Sep 95 11:57:52
    - Fixed alpha's kernel lookups:
      * CMU code was passing ints into lseek (needs long).

hardaker 18 Sep 95 16:09:25
    Minor mods to README file.

hardaker 18 Sep 95 16:13:49
    Minor bug:
      (sh_count_procs) check if returned file descriptor > 0 before continuing

-------------------------------------------------------------------------------

Changes since V3.0

hardaker 16 Jun 95 10:13:53
    Removed 'gmake' -> 'make' in agent/Makefile

hardaker 16 Jun 95 10:15:42
    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.

hardaker 16 Jun 95 14:13:53
    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.

hardaker 16 Jun 95 14:20:48
    House Cleaning:
      Missed a VERSION_ID

hardaker 21 Jun 95 09:11:27
    Changed another "empty" error message in the CMU code to a real warning.

hardaker 21 Jun 95 09:15:31
    Bug Fix:
      Stopped returning a pointer to a non-static char array...  (-> static char)
      Passing wrong pointer to seterrorstatus() in setPerrorstatus()
    
    Feature:
      Added a setable mib entry to the version mib to re-read the config file(s).

hardaker 21 Jun 95 09:18:37
    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).

hardaker 21 Jun 95 09:19:17
    Changed default CC to cc again.

hardaker 21 Jun 95 09:20:23
    snmplib:
      Bug fix:  fdset -> (int *) fdset in select call.

hardaker 10 Jul 95 11:27:00
    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)

hardaker 10 Jul 95 12:29:32
    - More perror()s converted to set the snmp error status flag on the agent.
    - error status flag is now prioritized.  perrors get the highest so
      other errors won't override them if they happen at a later time.
    - Added the beginnings of a restart mib to the version mib of the
      agent.  Setting this writable mib to one will cause it to exec
      itself again (for remote restart/updates).

hardaker 10 Jul 95 12:30:19
    Minor comment change in config.h

hardaker 14 Jul 95 15:12:40
    - 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.

hardaker 14 Jul 95 15:15:31
    - 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.

-------------------------------------------------------------------------------

Changes since 3-0A1:

hardaker  2 Jun 95 16:23:46
    - version update

hardaker  5 Jun 95 12:44:46
    - agent/extensible/Makefile:
        --  no longer requires GNU make
        --  etags no longer run by default
    
    - SunOS additions:
        -- loadaverage checking MIB enabled
        -- disk checking MIB enabled

hardaker  9 Jun 95 10:21:07
    - 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>

hardaker  9 Jun 95 10:21:51
    - Correctly ordered the mib table list.
      --  Need to write a dynamic checker/re-orderer.

hardaker  9 Jun 95 10:23:35
    - Correct usage for snmpwalk is now possible.  IE, snmpwalk target
      .1.3.6.1 will now browse the entire tree.
      -- Still fails on relocatable extensible mibs and will until I
         write a dynamic tree builder.

hardaker  9 Jun 95 14:08:15
    - Changed test -x to test -f in snmplib/Makefile.  Not all OSes
      (ie ultrix) handle this.

hardaker 12 Jun 95 10:35:38
    - local/trapnotif:
      -- uses snmpv2 now (correctly)

hardaker 12 Jun 95 10:37:46
    - Reports all errors through the error mib now instead of through perror().
    - Cleaned up error handling.  Shouldn't handle errors nicely if system
      errors occur when scanning an extensible mib.

hardaker 14 Jun 95 11:24:20
    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.

hardaker 14 Jun 95 12:56:49
    - 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.


hardaker 14 Jun 95 13:43:38
    - Added more documentation to the README file.
    - Created a mailing list to handle announcements
      (ucd-snmp-announce@ece.ucdavis.edu)


