📄 changelog.html-lang=de.htm
字号:
Hazewinkel reported problems with libtool some systems would have otherwise.2001-04-24 Frank Strauss <strauss@ibr.cs.tu-bs.de> * config.sub, config.guess: Updated to recent versions from GNU CVS to get it working on PARISC. Thanks to LaMont Jones <lamont@smallone.fc.hp.com>.2001-04-18 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-xml.c: Fixed DOCTYPE root identifier to contain no namespace prefix. Thanks to Andreas Goll.2001-04-14 Frank Strauss <strauss@ibr.cs.tu-bs.de> * libsmi-0.2.16.tar.gz: released version 0.2.16. * tools/smilint.c, smiquery.c: fixed obsolete use of the optind variable. * libsmi-0.2.15.tar.gz: released version 0.2.15. * tools/dump-stools.c: Update for stools >= 0.1.16.2001-04-09 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/parser-smi.y: Fixed RFC1155-SMI::Counter, Gauge, and TimeTicks ranges.2001-03-15 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-jax.c: Fixed a bug on non not-accessible INDEX columns, reported by Joerg Mattes <joerg.mattes@nch.it>.2001-03-12 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/check.c: Bill contributed more checks on group/compliance statements. * lib/check.c: Fixed core dump with recent type checks. Thanks to Bill.2001-03-06 Frank Strauss <strauss@ibr.cs.tu-bs.de> * libsmi-0.2.14.tar.gz: released version 0.2.14. * lib/check.c: Added more type usage checks.2001-03-05 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/parser-smi.y: Added some defval and type usage checks.2001-03-01 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/parser-smi.y: Added checks to compare SEQUENCEs against columnar objects.2001-02-26 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/check.c: Lowered severity of recent compliant status checks. * lib/parser-smi.y: Bill contributed check for imported Counter64 when used. * lib/check.c: Bill contributed check for node >= group >= compliance status constraints.2001-02-15 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/scanner-smi.l: Martin Schulz noticed a problem with the use of the isspace() macro on Solaris. Thanks.2001-02-10 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/ietf/PINT-MIB: added (RFC 3055).2001-02-01 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/ietf/IPV6-MLD-MIB: added (RFC 3019).2001-01-26 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/parser-smi.y: Martin Schulz fixed setting of UNITS of OBJECT-TYPEs. Thanks!2001-01-24 Frank Strauss <strauss@ibr.cs.tu-bs.de> * libsmi-0.2.13.tar.gz: released version 0.2.13. * tools/dump-netsnmp.c: Juergen added support for manager stub code.2001-01-04 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-jax.c: Null pointer fixes from Juergen. * tools/dump-perl.c: Martin Schulz <schulz@videotron.ca> contributed a perl driver, based on the python driver. It maps each and every piece of information to a string, even dates and and numerical values. However, maybe it is useful to some people.2000-12-21 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/parser-smi.y: Some well-known SMI identifiers imported from RFC* modules are now suggested to be imported from SMIv2 modules, where appropriate. This modifies an earlier patch from Bill.2000-12-18 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-identifers.c: Juergen made dump-lines.c obsolete by adding two options to the `identifiers' format.2000-12-15 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/smidump.c: Bill contributed a `lines' dump format to print line numbers of definitions. He contributed also a patch that allows the `identifiers' format to report identifiers with OID definitions that could not be resolved (as in {mib-2 xxx}). * lib/parser-smi.h: Bill added special handling for unintentionally terminated comments and hints on definitions that could be imported from more recent modules.2000-12-12 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/dump-*.c: More patches from Juergen. Most drivers are now `-o file' aware. The `imports' driver does no longer hang in an endless loop on recursive imports.2000-12-11 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/parser-*.h: yyerror-verbose is now non-optional. * tools/dump-*.c: Juergen fixed various dump drivers. `cm' is now a single format with an `explain' option. Man pages are updated to include long options.2000-12-09 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-*.c: Fixes from Juergen.2000-12-08 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/ietf/NOTIFICATION-LOG-MIB: added (RFC 3014). * mibs/ietf/FR-MFR-MIB: added (RFC 3020).2000-12-05 Frank Strauss <strauss@ibr.cs.tu-bs.de> * libsmi-0.2.12.tar.gz: released version 0.2.12. * configure.in: Bill added --with-yyerror-verbose option. * lib/parser-smi.y: Patch from Bill: Reset capabilitiesModulePtr at the end of each module. Fixed typo in unsigned32. Fixed flawed data structures for Opaque as well. Removed a bunch of unnecessary setTypeParent() and setTypeDecl() calls.2000-12-04 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/parser-smi.y: Fixed `GAUGE32 integerSubType' rule. * lib/parser-smi.y: Fixed flawed data structures in case of illegal range sub-typing of enum types and enum sub-typing of range restricted integer types. Thanks to Bill for the hints.2000-11-30 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/smidump.c: Juergen fixed some bugs and added some modifications changes to the recent smidump changes.2000-11-29 Frank Strauss <strauss@ibr.cs.tu-bs.de> * win/config.h.in: Added to the distribution files. * libsmi-0.2.11.tar.gz: released version 0.2.11. * tools/dump-*.c: Now all smidump driver modules register their format drivers with smidump with an init_<format>() function. Additionally, we allow a driver to register format specific options. See dump-identifiers.c for a first small example. * tools/shhopt.[ch]: Added support for long options. Thanks to Sverre H. Huseby for his small and beatiful shhopt library. See http://shh.thathost.com/pub-unix/. 2000-11-27 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-*.c: Fixed some minor compiler warnings. * ltconfig: Updated to libtool 1.3.5. * win/GNUmakefile: Added this GNU makefile using the MSVC compiler contributed by Yigal Hochberg. * lib/check.c: Bill Fenner fixed wrong line numbers reported on TCs.2000-11-24 Frank Strauss <strauss@ibr.cs.tu-bs.de> * libsmi-0.2.10.tar.gz: released version 0.2.10. * configure.in: Fixed broken 64 bit type configuration.2000-11-20 Frank Strauss <strauss@ibr.cs.tu-bs.de> * changed filenames of file created by the corba and netsnmp dump drivers. Adapted test suite. * libsmi-0.2.9.tar.gz: released version 0.2.9.2000-11-16 Frank Strauss <strauss@ibr.cs.tu-bs.de> * smi.conf-example: Added a configuration file example. * configure.in: Dir separator is now configurable and distinguished in util/smiIsPath(). * win/*: Some changes for clean MSVC compilation. Yigal.2000-11-14 Frank Strauss <strauss@ibr.cs.tu-bs.de> * win/config.h: Added macros for 64 bit types on MSVC systems. Added a necessary compiler flag to compile scanner-*.c on MSVC. Thanks to Yigal. * configure.in: Fixed: completely broken AC_TRY_RUN check for 64 bit types. Somehow, I did it in a way that was syntactically correct. ;-) * acconfig.h: renamed MIN/MAX macros to suppress redefinitions on Solaris 2.6+.2000-11-13 Frank Strauss <strauss@ibr.cs.tu-bs.de> * libsmi-0.2.8.tar.gz: released version 0.2.8. * test/Makefile.am: Added tests for formats: identifiers, metrics, xml, cm, python. * tools/dump-jax.c: Fixed dangling pointers. Test suite is happy again. * tools/dump-corba.c: The driver now creates idl and oid files instead of writing to stdout. * test/*: Reorganized the test suite. All scripts for smidump scripts are now identical. Added jax test (and found a bug that is not yet fixed).2000-11-12 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-netsnmp.c: Renamed dump-ucdsnmp.c to dump-netsnmp.c. * test/Makefile.am: Commented out checks for the obsolete corba-{idl,oid} checks to make the test suite happy. * configure.in: The availability of `long long' type is now checked during configuration. The result now also affects printf formats. * configure.in: Path separator is now configurable (useful to use ":" instead of ";" as well in cygwin environments).2000-11-09 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/smidump.c: Juergen did a major rework of the internal smidump interface for the output drivers. Visible changes: corba-idl and corba-oid are integrated into a single format corba; -o option.2000-11-08 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/iana/*: Updated IANA maintained modules. * lib/parser-smi.y: Suppressed an module conformance error message in case of SMIv1.2000-11-08 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/check.c,parser-smi.y: Bill Fenner fixed some duplicated error messages. * tools/dump-smi.c,dump-tree.c: Bill Fenner fixed some core dumps on erroneous MIB modules. * tools/dump-ucdsnmp.c: Juergen changed the UCD-SNMP driver so that it now creates three file (header, stubs & implementation) with a single smidump format option (netsnmp). * lib/parser-smi.y: Added checks for illegal subtyping; adjusted test suite, so that is runs successfully for all current tests. * lib/scanner-smi.l,scanner-sming.l: Bill Fenner contributed a patch to continue scanning after unexpected characters have been read.2000-11-06 Frank Strauss <strauss@ibr.cs.tu-bs.de> * libsmi-0.2.7.tar.gz: released version 0.2.7. * lib/parser-smi.y: Fixed `0' ranges for some core types on Solaris. * lib/smi_config.3.in: Updated the library man pages. * tools/smidump.c: addModule() now inserts NULL module at the head of the list as expected by the dump drivers. * lib/check.c: Added checks for OID redifinitions and recursive definitions, based on a contribution from Bill Fenner. * lib/smi.h.in: Added a SmiModule.conformance attribute that allows applications to determine, `how syntactically correct' a module is.2000-11-04 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/ietf/DISMAN-EVENT-MIB: added (RFC 2981). * mibs/ietf/DISMAN-EXPRESSION-MIB: added (RFC 2982). It needed a small fix.2000-11-01 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/smi.c: Reworked the smiPath initialization upon a hint from Bill Fenner. Note that the order of evaluation of the SMIPATH environment variable and configuration files has changed and that the syntax of `path' commands in configuration files has changed. See smi_config(3), section MODULE LOCATIONS for details.2000-10-27 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/check.c: Juergen fixed index checks for Bits/fixed-length octet strings.2000-10-25 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/smidump.c: Removed again `-X' option to eliminate parser options that might lead to different results.2000-10-21 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/error.c: Added a fourth arg to the error handler representing the error name. This has been wished and contributed by Bill Fenner. Note that this changed the API slightly.2000-10-20 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/check.c: Fixed index length checks for OCTET STRINGs, IpAddresses and OBJECT-IDENTIFIERs. Thanks to Bill Fenner. * lib/error.c: Fixed two minor typos. Thanks to Bill.2000-10-19 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-python.c: a new dump format to generate Python MIB dictionary code. Contributed by Pat Knight. * tools/dump-xml.c: Fixed missing end tag of rows and tables in certain cases. Contributed by Pat Knight. * tools/smidump.c: Added option `-X' for `lax' parsing. Some people wish to accept things like underscores or upper case first letters in object type names. Note that it is usually a *bad* idea to use lax parsing!2000-10-18 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/ietf/FRNETSERV-MIB: updated (RFC 2954). * mibs/ietf/FR-ATM-PVC-SERVICE-IWF-MIB: added (RFC 2955).2000-10-17 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-ucdsnmp.c: Juergen fixed BITS handling.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -