NEWS
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:46k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. This file contains major changes in released revisions.  Please read
  2. the ChangeLog file for a more detailed listing of changes/bug fixes.
  3. *5.2.2*
  4.  New:
  5.    - Due to a copyright statement that didn't allow modifications, 
  6.      snmpnetstat was completely rewritten.  The new binary is named
  7.      snmpnetstat53, and we've provided a snmpnetstat wrapper script to
  8.      make the command line options backwards compatible.  As a side
  9.      effect, however, it now finally supports SNMPv3 at least.
  10.  Ports:
  11.    - Win32
  12.       - Cygwin compiler fixes
  13.       - Fix for 'select: No such file or directory' in snmpdelta
  14.  Fixes:
  15.    - Persistent files in directory defined by snmp.conf persistentDir were 
  16.      not being loaded at startup
  17.    - Perl getnext didn't honor explicit reference to MIB file
  18.    - Better configure detection for embedded perl functions
  19.    - Better documentation and snmpconf support for using AES encryption 
  20.    - Many many other miscellaneous bugs
  21. *5.2.1*
  22.  Fixes:
  23.    Building:
  24.      - configure --disable-snmpv2c now works
  25.      - fix make test tests for rfc1213
  26.      - bug 1049607: net-snmp-config --compile-subagent broken
  27.    library:
  28.      - bug 1084413: Can't disable file logging
  29.      - bug 1072406: invalid operator precedence in opendir()
  30.    agent library:
  31.      - disconnected AgentX subagents now reconnect with correct context
  32.      - fix table_array row insert/delete during set processing
  33.    agent:
  34.      - don't override clientAddr setting for local trapsinks
  35.      - bug 1088765: Agent fails to send traps to remote target
  36.      - bug 1034008: memory leak using SET for table_dataset
  37.      - patch 1052460: fix agent deadlock on exec
  38.      - bug 1055781: get-next fails to step into interfaces group correctly
  39.      - bug 1056760: agent ignores ifspeed, type settings in snmpd.conf
  40.      - bug 1062986: pass and pass_persist fail and crash snmpd
  41.      - fix snmpd.conf table token to handle augments tables
  42.    snmptrapd:
  43.      - bug 1085981: snmptrapd complains about logging and access control
  44.      - bug 1040711: snmptrapd: SIGHUP duplicates traphandlers (repeatedly)
  45.    MFD:
  46.      - Misc updates to MFD templates
  47.      - add auto-handling of cache update for row insert/delete
  48.  Ports:
  49.    - Win32
  50.       - fixes for compiling without the Microsoft PSDK installed
  51.       - fix Win32 getenv crash
  52.    - Mac OS X compile error fix
  53.    - HP-UX configure now detects and won't use unavailable function
  54.    - Linux
  55.       - patch 1055036: if-mib init order fix
  56.       - patch 1057057: ipSystemStatsTable index fix, add ipv6
  57.       - patch 1073897: fix if-mib data access 64bit counter wrap detection
  58.  MIBs:
  59.    - update IP-FORWARD-MIB from an ID set to become an RFC
  60. *5.2*
  61.  New:
  62.     For the security paranoid (like Wes):
  63.       - Insecure versions of SNMP may be completely disabled at compile time.
  64.           (configure using one or both of --disable-snmpv1 --disable-snmpv2c)
  65.       - Less secure versions of SNMPv3 authentication and encryption
  66.           algorithms may be completely disabled at compile time.
  67.           (configure using one or both of --disable-des --disable-md5)
  68.           (This requires you have OpenSSL to support SHA1 and AES instead)
  69.       - Diffie-Helman key negotiation (perfect-forward-secrecy - RFC2786)
  70.           has been implemented in both the agent and "snmpusm".
  71.       - Better support for direct use of localized and master keys
  72.         (randomly generated keys have more entropy than passwords). See
  73.         the -3m -3M -3k and -3K options, and the defAuthLocalizedKey,
  74.         defPrivLocalizedKey, defAuthMasterKey, defPrivMasterKey
  75.         snmp.conf tokens)
  76.     library:
  77.       - send and receive buffer sizes for UDP/TCP are configurable
  78.       - .conf file token registration can now search multiple files
  79.         (separate file names to search by a :.  IE, "snmpd:agentx")
  80.     snmptrapd:
  81.       - Embedded perl support for trap handlers (much faster than traphandles).
  82.           (configure --with-embedded-perl ; see 'perldoc NetSNMP::TrapReceiver')
  83.       - the snmptrapd usmUser table can be controlled through SNMP & AgentX
  84.   (the snmptrapd registers MIBs under the "snmptrapd" SNMPv3 context)
  85.     agent:
  86.       - community strings can be mapped to individual SNMPv3 contexts
  87.           (see the snmpd.conf manual on "com2sec").
  88.       - AgentX should work properly with SNMPv3 contexts now.
  89.       - improved version of "exec" extension directive - "extend":
  90.           supports multi-line output, configurable command input, SET
  91.           handling, a valid relocatable MIB output structure, etc
  92.       - more flexibility added to netsnmp_cache helper, including periodic
  93.           refreshing of caches and cache pre-loading.
  94.       - experimental implementation of DisMan Remote Operations MIB groups
  95.         (remote nslookup, ping, traceroute and expressions via SNMP)
  96.       - The proxy supports a new -Cc flag which passes the community
  97.         name through to the other side rather than hard-coding it.
  98.       - The config_require() and other modules can now be placed
  99.         inside of CPP directievs (#if, /* ... */) as header files are
  100.         now passed through CPP processing first.
  101.       - new config_exclude() macro for excluding certain modules
  102.       - new config_belongs_in() macro to specify if a chunk of code
  103.         found by --with-mib-modules belongs in the agent library or
  104.         the mib module library.
  105.       - Uses a smaller function stack.
  106.     commands:
  107.       - snmpusm: A number of key-change improvements
  108.         (EG, changing localized keys supported, diffie-helman support, ...)
  109.       - New -Ln option to completely disable logging.
  110.     mib2c:
  111.       - a number of new or updated configuration templates:
  112.         - mib2c.iterate.conf: the iterator-based table config
  113.             now produces fuller template code than before.
  114.         - mib2c.table_data.conf and mib2c.container.conf:
  115.             two new "internal-row" style configs
  116.         - mib2c.mfd.conf: "MIBs for Dummies" (or MFD) - intended to
  117.             reduce the SNMP knowledge needed to develop MIB modules
  118.             and add flexibility at the same time.  Run "mib2c -S
  119.             mfd_interactive_setup=1 -c mib2c.mfd.conf OID" and follow
  120.             its guided instructions to help you tailor its results to
  121.             meet your needs.
  122.         - mib2c.genhtml.conf: Generates an easier-to-read HTML view of
  123.           a MIB tree structure.  (See http://www.Net-SNMP.org/mibs/
  124.           for example output.)
  125.       - more node tags available for conf file writers
  126.       - additional search directories may be set via MIB2C_DIRS env var.
  127.       - mib2c-update: new utility to help update mib2c generated code
  128.           when conf file changes.
  129.       - a mib2c.conf manual page to describe how to write mib2c .conf files.
  130.       - support for embedded perl code in mib2c.conf files
  131.     documentation:
  132.       - New README.agent-mibs: an attempt to start documenting what
  133.           MIBs are implemented in the agent and on what architectures.
  134.     perl:
  135.       - An improved SNMP::gettable() method.  Uses GETBULK if possible and
  136.         better GETNEXT requests if not, decodes indexes from OIDs,
  137.         requests multiple variables at once, ...  ("perldoc SNMP" for details)
  138.       - A NetSNMP::OID::get_indexes() function to extract index values
  139.         from an OID.
  140.  Ports:
  141.    Linux:
  142.      - new experimental tables/rewrites for Linux, including:
  143.            ifTable, ifXTable, inetCidrRouteTable, ipCidrRouteTable,
  144.            ipAddressTable, ipSystemStatsTable, ipNetToPhysicalTable.
  145.        - Enable these talbles by specifying --enable-mfd-rewrites to configure.
  146.        - Most of these tables have IPv6 support as well.
  147.      - ifIndex no longer changes when interfaces are added/removed, and all
  148.          tables/object wiil now use the same ifIndex for the same interface.
  149.    Solaris:
  150.      - new experimental support for ucd-snmp/lmSensors MIB module
  151.    Win32:
  152.      - Support for the MinGW compiler
  153.      - Support for snmptrapd running as a service
  154.      - A Win32 specific build and install script
  155.      - Support for a .exe installer
  156.        (we'll make binaries available using it)
  157.  Fixes:
  158.    - AgentX memory leak on sets
  159.    - SNMPv3 not-in-time window after 248 days
  160.    - Agent hang in HOST-RESOURCES MIB
  161.    - double free on duplicate registration
  162.    - OIDs with IP Addresses as indexes now print prettier
  163.    -'Lazy' installation of headers (only install if newer)
  164.    - allow whitespace in rocommunity/rwcommunity
  165.    - many miscellaneous bug reports
  166. *5.1.2*
  167.  New:
  168.    - Minor improvements to snmpdelta (error reporting)
  169.    - Minor improvements to snmpnetstat (IPv6 output)
  170.  Fixes:
  171.    - Misc 64bit processor fixes.
  172.    - Misc perl build and install fixes.
  173.  Ports:
  174.    - Linux 2.6 improvements
  175.    - Win32 Suport for TCP and UDP over IPv6 via Winsock version 2
  176.    - Win32 fixes in many places.
  177.    - Win32 service support for snmptrapd
  178.    - Win32 support for snmpconf
  179. *5.1.1*
  180.  New:
  181.    - test suite supports testing over other transports (tcp, udp6, unix, ...)
  182.      (see the -P switch to the testing/RUNTESTS script)
  183.    - Solaris supports the use of it's PKCS#11 library for supporting
  184.      cryptographic functions (OpenSSL isn't required if PKCS#11 is available)
  185.      (see configure's --with-pkcs flag)
  186.  Fixes:
  187.    - Improvements on 64 bit architectures.
  188.    - A few minor memory leaks fixed.
  189.    - An extremely large number of minor bug fixes.
  190.    - Many perl module specific bug fixes.
  191.    - snmpd will safely handle more signals.
  192.  Ports:
  193.    - Many many significant Windows improvements.
  194.      - AgentX support is working again under windows.
  195.      - SCM support is built into the agent to allow the agent to be
  196.        started as a windows service.
  197.      - MSDOS names are supported in path names.
  198.      - A win32 build script in win32/build.pl
  199.      - Support for the MinGW compiler
  200.      - (see the README.win32 file for details on new ports)
  201.      - Various helpful win32/*.bat files for installation, etc.
  202.    - Some linux 2.6 support improvements
  203. *5.1*
  204.  New:
  205.     Building:
  206.       - configure is now generated using autoconf 2.57.
  207.       - The make system now supports "make uninstall"
  208.       - configure & make supports a --with-install-prefix option
  209.       - new configure options to disable building of the agent, apps, ...
  210.         ./configure --help for a list of package sections that can be excluded.
  211.       - new configure option to remove specific code pieces (mib reading, ...)
  212.         ./configure --help for a list of code areas that can be excluded.
  213.     snmpd:
  214.       - linkUp and linkDown notifications can be enabled
  215.         (see the linkUpDownNotifications snmpd.conf token documentation)
  216.       - notifications (traps) can be generated for disman/monitor events.
  217.         (see the snmpd.conf documentation on "monitor" and "notificatonEvent")
  218.       - new snmpd.conf tokens:  includeAllDisks
  219.       - the UCD-DISKIO-MIB will now work on linux.
  220.       - com2sec mappings for SNMP over unix sockets.
  221.       - some speed improvements have been made that should increase the
  222.         speed of the agent's processing time.
  223.       - for mib code using the table iterator, an auto-caching mechanism
  224.         which can greatly speed up access at the cost of caching.
  225.         (see "stash_cache" in the injectHandler token docs in snmpd.conf(5))
  226.       - Some of the agent modules were completely rewritten (and
  227.         should be faster and cleaner).
  228.       - A number of new APIs and helper modules are available, but
  229.         there is no major summary to easily list.
  230.       - A number of new Net-SNMP specific MIBs now exist.
  231.     snmptrapd:
  232.       - snmptrapd now supports forwarding of notifications.
  233.         (see the snmptrapd.conf manual for details)
  234.       - snmptrapd's new -t switch can be used to disable syslog.
  235.         (useful for a no-output snmptrapd with only traphandle support)
  236.     apps:
  237.       - snmptable sports 3 new options: fixed width, max-repeaters,
  238.         left-justify.  (see snmptable -h for details)
  239.       - mib2c walks you through instructions to help you generate code
  240.         "just for you".  Including some new forms of output code, like
  241.         notification code generation.  Run mib2c SOMETHING for details.
  242.       - mib2c has about a billion other improvements, including the
  243.         ability to generate trap generation code templates.
  244.       - snmpwalk supports a new -Ct option for timing how long a walk takes.
  245.       - net-snmp-config supports a number of new options.
  246.       - All applications support a consistent -L flag for turning on
  247.         which forms of output logging should be used.
  248.     perl:
  249.       - the SNMP module supports a new get_table() call.
  250.  Fixes:
  251.     - More patches to properly demonize snmpd (close std*, double fork, ...).
  252.     - Version numbers of all packages/perl-modules/etc are better synchronized.
  253.     - more documentation, especially for APIs
  254.     - all perl module version numbers are synchronized with the
  255.       net-snmp package.
  256.     - Many many misc bug fixes, as always.
  257.  Ports:
  258.     - diskio MIB support for Darwin.
  259.     - ifSpeed under Linux should now be correct for most network cards.
  260.     - more windows build fixes
  261. *5.0.9*
  262.  SECURITY:
  263.     - An existing user/community could get access to data in MIB
  264.       objects that were explicitly excluded from their view.
  265.  Fixes:
  266.     - Perl build environment should better under Windows
  267.     - Misc kerberos support fixes.
  268.     - Improvements on various manual pages.
  269.     - A annoying bug with SETs being passed to pass scripts was fixed.
  270.     - The often talked about VACM optimization improvement was fixed again.
  271.     - mib2c handles augmentation tables better now.
  272.     - Various 64 bit issues have been addressed.
  273. *5.0.8*
  274.  New:
  275.     - No new features will be added to the 5.0.x line.
  276.  Ports:
  277.     - Update libtool to version 1.4.3, for the benefit of Darwin
  278.     - diskio support for Darwin
  279.     - Updates for OpenBSD 3. 
  280.     - Updates to solaris README
  281.  Fixes:
  282.     - find libwrap w/nsl on RedHat
  283.     - fix for openssl 0.9.7
  284.     - Fix some AgentX memory leaks
  285.     - use macro for inline function prototypes
  286.     - Attempt to find unused port before running tests
  287.     - Use SNMP_SLEEP environment variable when running tests
  288.     - calculate a proper ifSpeed under linux when possible
  289.     - better daemonization of snmpd
  290.     - close and reopen snmptrapd log files on HUP
  291.     - support for 16 bit reuqest ids
  292.     - Recognize new 't' code in display hints
  293.     - misc other fixes
  294. *5.0.7*
  295.  New:
  296.     - VACM (access control) optimizations which will greatly benefit
  297.       people who wish to exclude large portions of the MIB tree from
  298.       some people.  Previously this was a large resource drain.
  299.     - Add command line option to snmpd to set syslog facility
  300.     - Reverse DISPLAY-HINT processing, i.e. it allows you to input data
  301.       formatted like a DISPLAY-HINT prescribes
  302.     - Support setting of sysDescr and sysObjectID via snmpd.conf
  303.       configuration directives
  304.     - New output option to force display of strings as hex
  305.     - Persistent directory can be specified at runtime
  306.     - Add support for Linux virtual interfaces in the ipAddressTable.
  307.     - implemented the mteEventTable and the mteEventNotificationTable
  308.       form the DISMAN-EVENT-MIB.
  309.  Fixes:
  310.     - AgentX no longer flagged as experimental
  311.     - A few memory leak fixes for the table_iterator agent API.
  312.     - Processed flag cleared before each pass of a set request
  313.     - Remove snmpd pid file on exit
  314.     - Restore default behaviour of building shared libraries
  315.     - misc other fixes
  316. *5.0.6*
  317.  Fixes:
  318.     - prevent denial of service attack from authenticated users
  319.       (really this time).
  320.     - misc other fixes
  321. *5.0.5*
  322.  New:
  323.     - Support for OpenSSL 0.9.7
  324.     - Beginning of support for AES encryption.
  325.       ( Currently only usable with Net-SNMP and OpenSNMP software. )
  326.  Ports:
  327.     - win32 new project files win32sdk.dsw for those with the win32
  328.       platform sdk.
  329.     - win32 builds should work properly again, minus callbacks and thus
  330.       AgentX.
  331.  Fixes:
  332.     - Several AgentX (the subagent protocol) specific bugs have been fixed
  333.     - prevent denial of service attack from authenticated users
  334.     - many many misc fixes
  335.     - The perl agent module plugin should now work.
  336.     - Many other perl module related fixes.
  337.     - net-snmp-config --ldflags properly supplies -L flags
  338.     - misc make test fixes and improvements.
  339. *5.0.4*
  340.    During the testing for release 5.0.4, a release candidate was uploaded
  341.    to Sourceforge and marked as hidden. For variouse reasons, the release
  342.    was delayed and further changes and fixes were made.  However, the 
  343.    release candidate files still appeared on the public FTP server and our
  344.    mirrors. To avoid the confusion that could occur to users who may have
  345.    downloaded this release candidate, we are bumping the revision number
  346.    to 5.0.5.  If you downloaded net-snmp-5.0.4.tar.gz, please upgrade
  347.    to net-snmp-5.0.5.tar.gz.
  348. *5.0.3*
  349.  New:
  350.     - the "dist" directory contains the beginnings of some init
  351.       scripts and packaging utilities.
  352.  Ports:
  353.     - win32 builds should work properly again.
  354.  Fixes:
  355.     - the 5.0.2 package had a few broken packaging problems.  Opps.
  356.     - a few misc fixes.
  357.  Perl:
  358.     - the perl modules should work with older versions of perl again.
  359. *5.0.2*
  360.  New:
  361.     - mib2c support for the old-4.X style api and for scalars.
  362.     - many improvements to the netsh shell environment.
  363.  Fixes:
  364.     - tcpwrappers support should work significantly better.
  365.     - NFS file systems are better supported in the hrStorageTable
  366.     - the memory reporting no longer accidentally reports -1 integers
  367.     - a few memory leaks fixed in the table_iterator API
  368.     - fixes for Sun's "make"
  369.     - ds_ prefix name-space protection (-> netsnmp_ds_)
  370.       (run configure with --enable-ucd-compatibility for old API)
  371.     - v1/v2c access control fixes for ipv6 addresses
  372.     - many many misc fixes
  373.  Perl:
  374.     - The perl modules have a number of fixes, and the build process
  375.       was fixed (again).
  376.     - all make test suites should pass for people now.
  377.       (there are still some known minor limitations, but we removed the tests)
  378. *5.0.1*
  379.  New:
  380.     - A new flag: -OQ which does quick printing (-Oq), but with an '=' sign.
  381.     - All output should now have type tags in front of them.
  382.       (STRING: and INTEGER: were added)
  383.     - the snmplib/mib.c file has been instrumented with doxygen comments.
  384.     - two new mib2c configuration files for generating column and enum defines.
  385.     - a agent coding example: agent/mibgroup/examples/notification.c
  386.  Perl:
  387.     - the SNMP perl module properly uses snmp.conf values as defaults.
  388.     - --with-perl should work this time.
  389.     - more embedded perl support, but it still isn't complete yet.
  390.       (the NetSNMP::OID module has received many new features)
  391.  Ports:
  392.     - added vmstat and memory support for hpux11
  393.     - other misc improvements for hpux11
  394.  Fixes:
  395.     - the agent should properly handle requests in the right order.
  396.       (e.g., restrict the agent to processing only one SET at a time)
  397.     - net-snmp-config --compile-subagent has been greatly improved.
  398.     - the tools should report the right version number.
  399.     - large /proc/stat files on linux shouldn't crash the agent.
  400.     - the smux module should handle multiple registrations better.
  401.     - various documentation clean ups.
  402.     - 64 bit address clean ups.
  403.     - misc other bug fixes.
  404. *5.0*
  405.  New:
  406.     - Much of the agent internals were completely rewritten and sports
  407.       a new module API to make your life easier.  See the
  408.       agent/mibgroup/examples directory for example code that makes
  409.       use of some of the new functionality.
  410.       (Also see http://www.net-snmp.org/tutorial-5/agent/ which has
  411.       some incomplete documentation)
  412.     - The agent sports embedded perl, see the perl details further below.
  413.     - The agent supports multiple SNMPv3 contexts and mib modules can
  414.       now register themselves under different contexts.  (see the -n
  415.       option in the snmpcmd manual page for details on specifying
  416.       context strings in requests)
  417.     - The proxy code has been completely rewritten and now supports
  418.       the use of SNMPv3 contexts to help select which proxied host you
  419.       wish to talk to.  See the snmpd.conf manual page.
  420.     - All the tools take --configToken=value options now.  (see -H
  421.       output from any command for what configTokens it accepts)
  422.     - All the tools can speak over many different transport layers
  423.       now, including UDP/TCP (ipv4 and ipv6), AAL5pvc, and IPX.  See
  424.       ./configure --help for details on enabling them.
  425.       Note: the -p and -T flags to all the applications have been
  426.       removed.  Use hostname strings like "tcp:localhost:9999"
  427.       instead.  See the snmpcmd manual page for details.
  428.     - snmptrapd now acts as an agentx subagent and implements portions
  429.       of the NOTIFICATION-LOG-MIB to allow captured traps and informs
  430.       to be queried.
  431.     - A "net-snmp-config" script will get installed which can report
  432.       how the various tools were built (which libraries they were
  433.       linked against, etc).  It will also help you do other things as
  434.       well, like setting up snmpv3.  Run net-snmp-config --help for details.
  435.     - kerberos authenticated and encrypted SNMPv3 is now possible.
  436.       See ./configure --help for details on enabling the ksm security module.
  437.     - The AgentX subagent protocol implementation has many new
  438.       features and fixes.
  439.     - mib2c was completely rewritten and has a much improved
  440.       configuration file specification.
  441.     - Much of the code is getting documented with "doxygen" style
  442.       documentation.  Run "make docs" if you have doxygen installed.
  443.     - some RMON support is available.
  444.       (See agent/mibgroup/Rmon/README for details.)
  445.     - The source tree has been reorganized and all the exported header
  446.       files are now in the include subdirectory.  You can now point to
  447.       the includes easily without having to run "make install" first.
  448.     - the agent now requires a configuration file to access any information.
  449.     - The entire code base has had indent run on it to effect a
  450.       consistent coding style.  See the CodingStyle file for details.
  451.  Perl:
  452.     
  453.     - The SNMP perl module now calls init_snmp() like real net-snmp
  454.       applications, which means it will read snmp.conf configuration
  455.       files, etc.
  456.     - new perl specific configure options --with-perl-modules &
  457.       --enable-embedded-perl.  See ./configure --help for details.
  458.     - The beginnings of some new Perl modules (alpha level quality)
  459.       are in the perl directory, including:
  460.       - NetSNMP::agent which allows perl scripts to become net-snmp
  461.         master or subagents
  462.       - AnyData::SNMP is available that implements a perl DBI
  463.         interface to map SQL commands to SNMP.  Included is a "netsh"
  464.         shell where SQL commands can be typed, aliases created, etc.
  465.         See the perl/AnyData_SNMP/INSTALL file for details.
  466.     - Beginning (alpha level quality) support for embedding perl
  467.       subroutines directly within the net-snmp agent.
  468. UCD-SNMP NEWS:
  469. *4.2.6*
  470.  Big fixes:
  471.     - Fixes to the Tunnel mib.
  472.     - Deprecated the non-raw objects in the system stats MIB portion.
  473.     - Testing harness fixes.
  474.     - Network file system improvements fro the hrStorageTable. 
  475.     - fixed snmptable.
  476.     - fixed the memory table (again) locking to 2^31 in value.
  477.     - Misc documentation fixes and clean-ups.
  478.     - Many other misc fixes.
  479. *4.2.5*
  480.  Bug fixes:
  481.     - The perl module actually works.  Sorry about that.
  482.     - don't overwrite the PID of an already-running snmpd with the PID
  483.       of an abortive snmpd.
  484.     - a 64 bit architecture socket fix
  485.     - smux authentication fixed for multiple connected sessions.
  486.     - dynamic module support testing in the configure
  487.     - memory values > 32bits are now reported as a maxed out 32bit number
  488. *4.2.4*
  489.  New:
  490.     - badCommunityNames and badCommunityUses Counters supported.
  491.     - tcp_wrappers support for snmptrapd.
  492.  Bug fixes:
  493.     - A security issue involving the snmpnetstat command accepting
  494.       illegal data from a faked snmp server.
  495.     - RPM library support fixes.
  496.     - shared libraries built by default.
  497.     - many bug fixes for conformance of target, notification, and vacm tables
  498.     - many other fixes.
  499.  Ports:
  500.     - HPUX 11
  501.     - Dynix/PTX 4.4
  502.     - The snmpd demon can properly run as a windows service
  503. *4.2.3*
  504.  New:
  505.     - sysLocation, sysContact, sysName and snmpEnableAuthenTraps are
  506.       persistent after being set remotely.
  507.     - New "ignoredisk" directive to ignore disks in the host resources mib.
  508.  Bug Fixes:
  509.     - The ifTable on Linux no longer reports duplicate interfaces.
  510.     - perl scripts print better error messages if needed modules
  511.       aren't available.
  512.     - trap sinks aren't duplicated after a SIGHUP. 
  513.     - misc other fixes.
  514.  Ports:
  515.     - improved irix support.
  516.     - more mibII support for windows.
  517. *4.2.2*
  518.  Security Bug Fixes:
  519.     - A few security bugs have been found and fixed. No known exploits
  520.       have been released to date. However, users are encouraged to
  521.       upgrade to the 4.2.2 release as soon as possible.
  522.  
  523.  Bug fixes:
  524.     - many misc bug fixes.
  525.     - misc documentation corrections.
  526.     - updated libtool to 1.4.  This fixes a couple of platforms (eg, NetBSD).
  527.  Ports:
  528.     - mibII support for win32
  529.     - It should compile and work on MacOS X (Darwin)
  530.     - udpTable supported on solaris.
  531.     - win32 borland compiler supported (see win32/config.h.borland)
  532.  New:
  533.     - tkmib supports SETs and saving of configuration data.
  534.     - snmpwalk detects out of order OIDs being returned from an agent.
  535.     - snmpset accepts the '=' sign for a datatype if the mib is
  536.       available to extract the datatype from instead.
  537. *4.2.1*
  538.  Administrative:
  539.     - The http://www.net-snmp.org/ web site and domain name is now active.
  540.     - Copyright statement for changes beyond 4.2 is now a true BSD license.
  541.       (see the COPYING file for details)
  542.  Major Bug fixes:
  543.     - AgentX master agent no longer crashes when a subagent disconnects.
  544.     - counter64 encoding fixed.
  545.     - oids with large numbers embedded in them should work properly (again).
  546.     - Fixed behavior of agent_check_and_process() and alarms.
  547.     - mib2c handles more variable types.
  548.     - traps/informs are sent properly from agentx subagents.
  549.     - many many more bug fixes have gone into this release.
  550.  New:
  551.     - The snmpconf configuration file editor can create snmptrapd.conf files.
  552.     - AgentX support is compiled in by default, but must be configured now.
  553.       (Add "master on" to your snmpd.conf file to enable agentx support)
  554. *4.2*
  555.  Administrative:
  556.     - project services moved to http://www.net-snmp.org/project/
  557.  Features:
  558.     - Packets sequences are now shorter when possible, reducing packet sizes.
  559.     - A new configuration file creation tool: snmpconf.
  560.       (try snmpconf -g basic_setup)
  561.     - A new command to remotely list disk space: snmpdf.
  562.     - the agent VACM tables are now writable.
  563.     - a new snmpvacm tool can be used to change the running vacm configuration.
  564.     - dynamicly loadable mib module support for the agent.
  565.       (see snmpd.conf on the dlmod directive)
  566.     - minimal proxy support for snmpd
  567.       (see snmpd.conf on the proxy directive)
  568.     - libtool is now used to compile the package (better shared-library support)
  569.     - the agent now supports the SNMP-NOTIFICATION-MIB.
  570.       (enabled by default).
  571.     - the agent can set trapsink using snmpcmd command line style parameters
  572.       (see the trapsess section of the snmpd.conf manual page)
  573.     - index matching in oids has been improved
  574.       (see the snmpcmd manual page on -Ox, -OE, and -Ob).
  575.     - snmptrapd has new formating directives.
  576.       (see the snmptrapd manual page on format1 and format2).
  577.     - the agent can listen to multiple ports.
  578.     - the agent can be restricted to listening on only certain interfaces.
  579.     - the agent can be told at run time which mib modules (not) to initialize.
  580.       (see the -I option in the snmpd.conf manual page)
  581.     - the agent can run as a particular user.
  582.     - snmptable takes a -Ci argument to show table indices.
  583.     - snmptable uses GETBULK requests when it can (unless -CB is specified).
  584.     - The "make test" suite contains a lot of new tests.
  585.     - cross-compiling support.
  586.     - snmpset checks types and range values for legality.
  587.     - Significant improvements to the AgentX support.
  588.       (Code is still beta, but probably safe for use on non-critical systems).
  589.  Perl:
  590.     - bulkwalk functionality for the SNMP perl module.
  591.     - entirely numeric OID support.
  592.     - support for best guess mode for OIDs.
  593.     - range and default value access added.
  594.     - build can now be targeted against a non-standard net-snmp install path.
  595.  Fixes:
  596.     - v3 traps/informs handled properly now.
  597.     - Many more misc bug fixes.
  598.     - snmpv3 engineIDs not IP address specific.
  599. *4.1.2*
  600.  Fixes:
  601.     - Host resources fixes for FreeBSD and NetBSD
  602.     - ucd-snmp memory/vmstat fixes for FreeBSD-3
  603.     - configure --enable-ipv6 fixes
  604.     - AIX fix (use knlist)
  605.     - fix init_master_agent calling exit
  606.     - bad free in subagent.c
  607.     - dont let a agentx subagent be a smux master
  608.     - ucd-snmp/loadave fix for AIX
  609.     - fix doing a set on a pass variable
  610.     - snmptable fixes
  611.     - snmpnetstat fixes for v2c exceptions
  612.     - man page fixes
  613.  Features:
  614.     - Some UnixWare 5 configuration support
  615.     - configure --enable-mini-agent --without-openssl
  616.     - snmptrapd -n
  617.     - snmp_log callbacks
  618.     - noTokenWarnings and noRangeCheck in snmp.conf
  619.     - using a counter type in snmpset/snmptrap
  620. *4.1.1*
  621.  Fixes:
  622.     - Better agent handling of unauthorized requests.
  623.     - Better "make test" support.
  624.     - Misc bug fixes.
  625. *4.1*
  626.  New:
  627.     - Many new command line flags have been added for input/output flexibility.
  628.       (see the snmpcmd(1) manual page on the -O flag and -I flag)
  629.     - The tools support regex matching of oids on the command line.
  630.       (see the snmpcmd(1) manual page on the -Ib option)
  631.     - A ucd-snmp usage tutorial has been placed on the main web page.
  632.       (see http://www.net-snmp.org/tutorial/)
  633.     - snmptable is much smarter and handles sparse tables better.
  634.     - tkmib supports snmpv3.
  635.     - New agent libraries to embed SNMP and AgentX agents into other programs.
  636.       (see the snmp_agent_api(3) manual page and the tutorial)
  637.     - SNMP over TCP is supported.
  638.       (-T TCP on the command lines)
  639.     - OpenSSL has replaced KMT for SHA authentication and DES encryption.
  640.       (Get OpenSSL from http://www.openssl.org/).
  641.     - Some easier-to-use access-control snmpd.conf directives for simple setups.
  642.       (see the snmpd.conf(5) manual page)
  643.     - Easier setup of SNMPv3 support for the agent.
  644.       (see the README.snmpv3 file).
  645.     - Command line argument parsing has been reworked for getopt() use.
  646.       (currently backwards compatible; see the snmpcmd(1) manual page)
  647.     - Table rows with embedded strings are dealt with for both input and output.
  648.       (see the snmpcmd(1) manual on the -Ob flag)
  649.     - Many more snmp.conf directives supported.
  650.       (see the snmp.conf(5) manual page)
  651.     - Many AgentX improvements.
  652.     - All of our distributed mibs have been updated to be SMIv2 compliant.
  653.     - Trap support in the agent has been cleaned up and an API created.
  654.  Perl:
  655.     - Joe Marzot's perl module is now included with the ucd-snmp source.
  656.       (this should help people trying to synchronize the two packages)
  657.  Fixes:
  658.     - SMUX support has been reintegrated into the agent in a better way.
  659.     - Many many others.
  660. *4.0.1*
  661.  New:
  662.     - defVersion in snmp.conf supported.
  663.  Fixes:
  664.     - An option was accidentally turned on by default that shouldn't have been.
  665.     - misc minor fixes.
  666. *4.0*
  667.  New:
  668.     - SNMPv3 protocol support!!!
  669.       (See the README.snmpv3, snmpusm(1), snmp.conf(5), snmpd.conf(5))
  670.     - historic v2party support removed.
  671.     - complete re-write of the agent.
  672.     - The extensible AgentX protocol is in alpha-test mode.
  673.       (to use, compile with the mib-module "agentx" or
  674.       "agentx/master" or "agentx/client").
  675.     - syslog support for the agent (and everything else for that matter).
  676.     - Per-process/per-exec-script based fix scripts implemented.
  677.       (see snmpd.conf(5) for details)
  678.     - many more config file options supported.
  679.       (run any command with -H and see appropriate .conf manual pages)
  680.     - The start of a "make test" suite.
  681.     - many other things we've forgotten.
  682.     - code is ANSI C now, and requires a ANSI C compiler.
  683.  API Changes:
  684.     - A small change to the write functions in mib modules.
  685.       (data passed in has already be BER-decoded and is a pointer to a 
  686.       variable of the correct type).
  687.     - The config_load_mib mib-module .h file directive is now
  688.       obsolete.  Use REGISTER_MIB inside your init function instead.
  689. *3.6.2*
  690.  Fixes:
  691.     - An important multi-session bug fix, especially needed for the
  692.       SNMP perl module.
  693.     - Many minor bug fixes.
  694. *3.6.1*
  695.  Fixes:
  696.     - Minor last second fixes mostly.
  697. *3.6*
  698.  New:
  699.     - All of the services for ucd-snmp have moved from the sites in
  700.       ece.ucdavis.edu to ucd-snmp.ucdavis.edu, including http, ftp,
  701.       and the mailing lists.
  702.     - The configure --help output has been greatly improved for better
  703.       readability and has been broken into sections.
  704.     - The agent's SMUX support has been greatly improved and should
  705.       function with applications other than gated now.
  706.     - The snmptrapd has been make extensible so you can call other
  707.       programs and scripts when a trap has been received.
  708.       (see snmptrapd.conf(5))
  709.     - More configuration files have been created and can be used to
  710.       specify defaults and configuration information to the various
  711.       applications.  Run each command with -H to see what it understands.
  712.       (see snmp_config(5), snmpd.conf(5), snmp.conf(5), snmptrapd.conf(5))
  713.     - The configuration file parser looks in ~/.snmp by default as
  714.       well, allowing each user to have his/her own setup files for the
  715.       various applications.
  716.     - The mib parser supports a variety of options dictating how
  717.       strictly it parses mib files.
  718.       (see snmpcmd.1 on "-P")
  719.     - Debugging output with the -D flag now accepts a list of
  720.       debugging information types to print.
  721.       (see snmpcmd.1 on "-D")
  722.     - Minimal multi-thread support using a modified version of the
  723.       session API.
  724.       (see snmp_sess_api(3))
  725.     - persistent storage of information is possible from the agent's
  726.       mib modules now.
  727.       (see read_config(3))
  728.     - The target mib has been implemented as an optional module.
  729.     - More documentation has been written.
  730.     - The recommended mib module API has changed slightly, but is
  731.       backwards compatible as well.  See the AGENT.txt file for new
  732.       documentation on how to write mib modules for the agent.
  733.     
  734.   Fixes:
  735.     - many misc bug fixes, as always.
  736.   Ports:
  737.     - snmpnetstat has been ported to the win32 enviornment.
  738. *3.5.3*
  739.     - Bug fixes, including row creation sets to mib modules should work again.
  740. *3.5.2*
  741.     - very small last minute bug fixes for win32 and freebsd mostly.
  742. *3.5.1*
  743.  Fixes:
  744.     - Many bug fixes submitted by users and the ucd-snmp-coders.
  745.     - v2party support in the agent has been fixed.
  746.     - The UCD-SNMP-MIB is SMICng compliant and should work under HP OV better.
  747.     - Most sections of the mibII tree are 64bit clean.
  748.  Copyright:
  749.     - Simplification.
  750. *3.5*
  751.  New:
  752.     - agent/mibgroup directory reorganized hierarchically.
  753.       - this may break the agent compilation with some compilers.
  754.     - floats, doubles, counter64s, int64s, uint64s support via opaque types.
  755.     - new modules: misc/ipfwacc.
  756.     - use of dynamicly loadable modules now possible, but not fully supported.
  757.     - New application command line flags:  -s, -S, -m MIBS, -M MIBDIRS.
  758.     - new configure options: --with-cc=CC and --with-cflags=CFLAGS
  759.  Fixes:
  760.     - Solaris core dumps.
  761.     - Fixes for NetBSD 1.3.
  762.     - The apps work again on 64bit machines.
  763.     - misc other bug fixes.
  764.  Ports:
  765.     - host resources module should work on more platforms: NetBSD,
  766.       FreeBSD, SunOS (almost).
  767. *3.4*
  768.  Important:
  769.     - the UCD-SNMP specific mib structure changed.
  770.       - many of the table oids have changed location and have been renamed.
  771.     - the View Based Access Control module was implemented in the agent.
  772.       Therefore, the "community" snmpd.conf parameter no longer
  773.       exists.  See the snmpd.conf file for how to control access via
  774.       community names now.
  775.     - The header file #defines have changed.  You may have to compile
  776.       third party applications with -DCMU_COMPATIBLE (like perl-SNMP <= V1.7).
  777.     - The parser is more strict about unlinked OIDs and end-of-comment
  778.       conditions.  You may see problems in a few broken mibs that used
  779.       to parse ok with the older parser.
  780.  New:
  781.     - dynamic library support:  configure with --enable-shared.
  782.     - the beginnings of a Perl/Tk/SNMP mib browser: tkmib
  783.     - all applications support -R for random oid-name lookups.
  784.     - default mib list changes when you add or remove agent mib-groups.
  785.     - debugging in the agent can be turned on and off using snmpsets.
  786.     - a new mib module displays a list of all loaded mib modules.
  787.     - the internal structure of the agent's mib modules is now hierarchical.
  788.     - the agent looks for .conf files in both the lib/ and share/ directories.
  789.     - more improvements/options to snmptable.
  790.     - new vmstat module to report vmstat related information under linux.
  791.     - a perl based mib2c translator to convert mib sections to C code templates.
  792.  Fixes:
  793.     - The code was run through purify for memory leaks and a few were found.
  794.     - snmptrap sends to the correct default port of 162 again.
  795.  Ports:
  796.     - irix 6.2 support improved.
  797.     - openbsd.
  798.     - the host resources mib compiles on Solaris.
  799. *3.3.1*
  800.  New:
  801.     - "make install" installs the library and header files.
  802.  Fixes:
  803.     - compilation on many architectures (sunos for example).
  804.     - snmptrapd doesn't exit if v2party files don't exist.
  805.     - host resources works a bit better (ie, it compiles) under solaris.
  806.     
  807. *3.3*
  808.   Path changes:
  809.     - the default paths to the installed mibs and snmpd.conf file have
  810.       changed to /usr/local/share/snmp (set differently using --datadir).
  811.     - the default path of the snmpd and snmptrapd have changed to
  812.       /usr/local/sbin (set differently using --sbindir).
  813.   New:
  814.     - basic SNMPV2c support.  
  815.       - Not fully tested (feedback please!), and not RFC compliant.
  816.       - all apps require '-v 2c' for v2c and '-v 2p' for the older party code.
  817.     - basic host-resources mib support for linux, and hpux.
  818.     - All environment variables can be set with a preceding '+' for
  819.         indicating additions to the default values.
  820.     - mib modules cleaned up more and can be added and removed more easily.
  821.     - mib modules have a new macro for callbacks when reading a .conf file.
  822.     - apps command line interfaces have merged together for standardization.
  823.     - the libsnmp library no longer forces printing of errors.
  824.     - 2 new applications: snmpdelta and snmptable.
  825.     - the mib parser caches mib directory scans for speed improvements.
  826.     - snmptrapd is snmp-version multi-lingual.
  827.   Ported:
  828.     - irix should be more complete.
  829.     - aix 4.1.5.
  830.     - fixes for hpux 10.20.
  831.     - linux 2.1.x support.
  832.     - library and apps supported under 32bit windows systems.
  833.   Fixes:
  834.     - too numerous to mention.
  835. *3.2*
  836.   New:
  837.     - Top level of the mib parser has been restructured
  838.       - no longer reads 'mib.txt'
  839.       - no longer reads everything (MIBS/MIBDIRS)
  840.       - reads import clauses to load other required modules
  841.       - new man page: mib_api.3
  842.     - The agent has been completely restructured (modularized) to
  843.       allow for easier extension via C code and requires no
  844.       modification of the ucd-snmp distributed source code to add in
  845.       new C coded mib modules.  See the README file in the
  846.       agent/mibgroup subdirectory for details.  Modules are added and/or
  847.       removed via configure options.
  848.     - agent can send traps to multiple trap destinations.
  849.     - configure can be run outside the default source directory.
  850.     - Optional modules:  SMUX support to talk with a running gated.
  851.     - All configure prompted questions can be set on the command line instead.
  852.   Fixes:
  853.     - Memory leaks.
  854.     - code is now prototyped and many related bugs have been found.
  855.       (an ANSI compiler is still optional.)
  856.     - Many others.
  857.   Ported:
  858.     - linux-2.*
  859.     - mips-sgi-irix6.3  (agent needs 2 mib-modules removed still)
  860. *3.1.3*
  861.   New:
  862.     - FAQ file!
  863.     - bug-report script!
  864.     - Agent can read .conf files from more places:
  865.       - SNMPCONFPATH enviornment variable.
  866.       - command line options:  -c FILE and -C.
  867.     - Agent can send coldstart and authentication traps.
  868.     - All requests/patches/questions should go to 
  869.         ucd-snmp-coders@ece.ucdavis.edu
  870.     - snmp variables mib implemented.
  871.     - more udp, ip, ipNetToMedia tables implemented.
  872.   Fixes:
  873.     - Memory leaks.
  874.     - Many other system specific fixes.
  875.   Misc:
  876.     - configure script updated to autoconf 2.12.
  877.   Removed:
  878.     - Very ancient tk/tcl code.
  879. *3.1.2*
  880.   New:
  881.     - extensible mib moved to ucdavis enterprise mib:  .1.3.6.1.4.1.2021.
  882.     - PORTING file added.
  883.     - new configure switch:  --without-root-access.
  884.   Ports:
  885.     - BSDi, and possibly irix, and linux is not too far off.
  886.     - massive improvements for netbsd, freebsd, hpux.
  887.   Fixes:
  888.     - Massive parser improvements.  (Niels Baggesen <recnba@mediator.uni-c.dk>)
  889.     - configure script upgraded to autoconf 2.11.
  890. *3.1.1*
  891.   New:
  892.     - init_mib() now reads all files in PREFIX/lib/snmp/mibs as mibs.
  893.     - sysContact and sysLocation settable in snmpd.conf.
  894.     - TC information retained (from Joe Marzot).
  895.   Fixes:
  896.     - snmpset on a pass script works now.
  897.     - pass scripts more throughly tested and debugged.
  898.     - community 5 can be set now.
  899.     - Many others.
  900. *3.1.0.1*
  901.   Ported:
  902.     - FreeBSD 2.?
  903.   Fixes:
  904.     - snmptrap greatly improved!  (Niels Baggesen <recnba@mediator.uni-c.dk>)
  905.     - other small stuff.
  906.     - default logfile location moved to /var/log if exists, else /usr/adm.
  907.   New:
  908.     - snmptrap man page.  (Niels Baggesen <recnba@mediator.uni-c.dk>)
  909. *3.1*
  910.   Features:
  911.     - Pass thru extensibility added!
  912.     - snmpnetstat greatly improved (Niels Baggesen <recnba@mediator.uni-c.dk>)
  913.     - improved solaris info caching (Dan A. Dickey <ddickey@transition.com>)
  914.   Bug fixes:
  915.     - many fixes for solaris (Niels Baggesen <recnba@mediator.uni-c.dk>
  916.       and "Dan A. Dickey" <ddickey@transition.com>)
  917.     - greatly reduced memory usage by mib parser (Niels Baggesen)
  918.     - disk checks fixed for solaris and osf.
  919.     - improved Mib parsing from Mike Perik <mikep@crt.com>
  920.       - TRAP-TYPE/NOTIFICATION-TYPE now handled.
  921.       - IMPORTS definition no longer required.
  922.       - SIZE syntax fixed.
  923.     - sedscript compiles correctly with Solaris's spro compiler.
  924.     - many more small ones.
  925.   Misc:
  926.     - Upgraded to autoconf-2.10
  927. *3.0.7.2*
  928.   Major solaris patches from Niels Baggesen <recnba@mediator.uni-c.dk>. Thanks!
  929.   Other misc patches
  930. *3.0.7.1*
  931.   Bug fixes.
  932. *3.0.7*
  933.   Features:
  934.     - Two new operating systems supported: hppa1.1-hp-hpux10.01, *-netbsd1.1
  935.     - Two new ./configure options:
  936.       --enable-debugging:  includes nlist and other warnings in log-file output.
  937.       --with-defaults:     Assumes you want the defaults for all user prompts.
  938.     
  939.   Bug fixes:
  940.     - make clean in man/ works.
  941.     - Fixed the mib.txt capitalization problem.
  942.     - Fixed a gcc cpp problem (added -x c to the command line options).
  943.     - Added NULL to the second gettimeofday argument.
  944.   Misc:
  945.     - Upgraded to autoconf-2.9
  946.     - snmpcheck upgraded to perl5.002 and Tk-b10
  947.     - totally re-did the routing tables (required by hpux10.01).
  948. *3.0.6*
  949.   Features:
  950.     - snmpV1 community names can be set in the configuration files now!
  951.     - new app:  apps/snmptrap, as requested by many, many people.
  952.     - New man page (rough still):  snmpd.conf.5.
  953.     - Returns new values for system.sysObjectID for each supported OS.
  954.     - Better OpenView support for changing the icons & etc.  See ov/README.
  955.   Bug fixes.
  956.     - -p PORT -l LOGFILE now work as advertised.
  957.     - printed values of timeticks are no longer negative.
  958.     - Correctly finds the Solaris 2.5 kernel.
  959.     - the restart-agent mib entry now sets an 1 second alarm to
  960.       restart so it can return a proper snmp response first.
  961.     - Truncates existing logfiles.
  962.     - nlist warnings removed.
  963.     - more...  (see the ChangeLog)
  964. *3.0.5*
  965.   Bug fixes:
  966.     - 'make' should not call 'autoconf' and associates anymore.
  967.     - Fixed sun4 exit codes.  Really.
  968.     - Changed config.h a bit to fix the mib.txt file's errors when
  969.       some mibs were not defined for usage.
  970.   Misc:
  971.     - Updated configure to autoconf 2.7
  972. *3.0.4*
  973.   Mainly a bug fix release:
  974.     - fixed another 32/64 bit problem:  returned exit codes on alphas
  975.       were incorrect.
  976.     - many system errors (e.g., no mem) were causing the agent to
  977.       return error flags when it really was clueless.  
  978.     - found a memory leak in the CMU routing table implementation.
  979.     - More configure cleanups, mostly for Solaris.
  980.     - snmp_open calls getservbyname only once now, at the request of Gary
  981.       Hayward <gah@dirac.bellcore.com>.  Mainly for Perl users.
  982.   New example file:  EXAMPLE.conf file (created at build time).
  983.   local/snmpcheck has drastically improved, and now requires Tk-b8.
  984.   You can now mung with all sorts of numbers in config.h and the
  985.   mib.txt file will be mostly built from it if you change my defaults.
  986. *3.0.3*
  987.   *** default location for .conf and mib.txt files moved to
  988.       .configure's --prefix location
  989.   Now using GNU's auto-conf for better portability
  990.     - prompts for important config.h information as well
  991.   Port to Sun4/Solaris 2.4
  992.   -h/--help and -v/--version flags added to snmpd
  993. *3.0.2.1*
  994.   Compilation bug fix
  995. *3.0.2*
  996.   Port to dec-alpha/OSF 3.1
  997.     - quite a few more CMU bugs found during port.
  998.   (docs/snmpd.1) Beginnings of documentation/man pages.
  999.   (local/snmpcheck) Many changes/improvements.  Still very (usable) Beta.
  1000.   (NEWS) Added this file!
  1001. *3.0.1*
  1002.   (agent/snmpd) 
  1003.     2 Command line options added:
  1004.     -l LOGFILE       Outputs stderr/out to LOGFILE (overrides config.h def)
  1005.     -L               Do NOT write to a log file (overrides config.h)
  1006.   (agent/snmpd)
  1007.   New built in mib functions:
  1008.     MIB.VERSIONMIBNUM.VERUPDATECONFIG (default: .1.3.6.1.4.10.100.11)
  1009.        -- set to 'integer:1' to tell the agent to re-read the config file(s).
  1010.     MIB.VERSIONMIBNUM.VERRESTARTAGENT (default: .1.3.6.1.4.10.100.12)
  1011.        -- set to 'integer:1' to tell the agent to restart (exec and quits)
  1012.   Bug fixes/more CMU clean up
  1013. *3.0*
  1014. Initial (public) Release