📄 changelog.html-lang=de.htm
字号:
2000-10-12 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/ietf/RTP-MIB: added (RFC 2959). * mibs/ietf/COPS-CLIENT-MIB: added (RFC 2940).2000-10-07 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/ietf/IPMROUTE-STD-MIB: added (RFC 2932). * mibs/ietf/IGMP-STD-MIB: added (RFC 2933). * mibs/ietf/PIM-MIB: added (RFC 2934).2000-10-05 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/ietf/DISMAN-NSLOOKUP-MIB,DISMAN-PING-MIB,DISMAN-TRACEROUTE-MIB: added (RFC 2925).2000-10-04 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/scanner-smi.l: Fixed lex'ing of comments. Thanks to Bill Fenner.2000-10-02 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/data.c: Changed all function header to ANSI style. * configure.in: changed compiler flags in case of Sun WorkShop compiler. Thanks to Bert Helthuis. * mibs/ietf/RDBMS-MIB: Fixed an unknown imported identifier. Thanks to Pat Knight.2000-10-01 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/ietf/PTOPO-MIB: added (RFC 2922).2000-09-26 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/iana/IANA-RTPROTO-MIB: added IANA maintained MIB module.2000-08-28 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/ietf/UPS-MIB: fixed two illegal integer range restrictions.2000-08-24 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-identifiers.c: update from Juergen.2000-08-18 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-identifiers.c: added simple list of all identifiers. * tools/dump-cm.c: minor changes by Andreas.2000-07-17 Frank Strauss <strauss@ibr.cs.tu-bs.de> * libsmi-0.2.5.tar.gz: released version 0.2.5. * configure.in (LIBTOOL_VERSION): added checks for additional Sun compiler flag (others may follow) to make the flex generated scanner happy about prototypes. * lib/smi.h.in: many compilers are unhappy with empty structures (not only MS VC++). * lib/scanner-smi.h: moved YY_DECLs from scanner-*.h to scanner-*.l. 2000-07-11 Frank Strauss <strauss@ibr.cs.tu-bs.de> * win/Makefile.mingw: Updated to reflect check.c and dump-metrics.c.2000-07-05 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-jax.c: simplified output by moving some code to the static parent class of the JAX package. Some code cleanups.2000-07-04 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/parser-smi.y: fixed line numbers of object, type, and macro definitions to be the first line of the defining SMI statement. * lib/check.c: Bill Fenner contributed a patch that fixes the location of complained identifiers if they are imported.2000-06-28 Frank Strauss <strauss@ibr.cs.tu-bs.de> * libsmi-0.2.4.tar.gz: released version 0.2.4. * lib/smi.h.in: added more library version information. * tools/dump-jax.c (dumpEntry): added entry get methods for index elements. Thanks to Sven. * mibs/ietf/IF-MIB: updated (RFC 2863). * mibs/ietf/IF-INVERTED-STACK-MIB: added (RFC 2864).2000-06-21 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/ietf/HCNUM-TC: added (RFC 2856). * tools/dump-xmp.c: Juergen updated the XML dump format. * lib/scanner-smi.l: Fixed scanning of module files ending without a newline. * win/: Juergen changed some win things.2000-06-20 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/ietf/RFC-1212: fixed recursive import. * lib/check.c: Juergen added various checks for INDEX clauses. * lib/check.c: added various checks for range and size restrictions.2000-06-19 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/smi.c (smiReadConfig): Fixed path separator when path values from the configuration file get concatenated. * mibs/ietf/: Fixed some imports. * win/makefile.vc: Minor fixes. Thanks to Yigal Hochberg.2000-06-18 Frank Strauss <strauss@ibr.cs.tu-bs.de> * libsmi-0.2.3.tar.gz: released version 0.2.3. * Makefile.am: added the win/ directory to the distribution.2000-06-16 Frank Strauss <strauss@ibr.cs.tu-bs.de> * libsmi-0.2.2.tar.gz: released version 0.2.2. * Juergen sent a huge patch: moved parser checks to a separate C file, aligned error messages, aligned identifier prefixes, aligned MIB test suite. * mibs/ietf/INET-ADDRESS-MIB: added (RFC 2851).2000-06-15 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-jax.c: added a missing .0 instance indentifier for scalar objects. * lib/error.c: Juergen added some code for error lists and error handlers. 2000-06-14 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/data.c: Juergen refined the conditional expensive checks for identifier redefinitions. * lib/util.c: introduced a unique identifer prefix for util functions. * tools/dump-jax.c: fixed some compiler warnings. * lib/parser-smi.y: fixed some compiler warnings. * lib/parser-smi.y: adjusted lines of definition in cases of forward references. * lib/data.c (freeData): fixed a misplaced free() that caused endless loops. * mibs/ietf/: removed RFC-1213 and fixed some modules to import RFC1213-MIB instead of RFC-1213.2000-06-08 Frank Strauss <strauss@ibr.cs.tu-bs.de> * configure.in: added dmalloc option. * lib/util.c (timegm): fixed access to freed memory. Thanks to Bill Fenner.2000-06-07 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/smistrip.in: patch to strip modules from I-Ds. * lib/parser-smi.y: added checks for range restrictions applied to enumeration types. * test/: adjusted LIBSMI-TEST-* mibs and dumps/ files to satisfy the test suite. * lib/parser-smi.y: fixed crashes in case of lowercase identifier DEFVALs for objects that are neither enums nor oids. Thanks to Bill Fenner. * lib/parser-smi.y (checkObjects): fixed crashes in case of unknown oids. * lib/smi.c (smiGetNextNode): fixed segfault caused by missing modules. * tools/dump-jax.c (dumpScalars): fixed setScalar OID check. Thanks to Bill Rizzi.2000-06-06 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/: minor patches from Juergen. * tools/dump-types.c: dumping also implicit types. * mibs/ietf/ and mibs/iana: various MIB module updates. * mibs/ietf/RMON-MIB: updated RMON-MIB (RFC 2819).2000-06-02 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/parser-smi.y (checkObjects): fixed endless loop, as occuring in original Modem-MIB for mdmMIB (RFC 1696). * mibs/ietf/: added FIBRE-CHANNEL-FE-MIB.2000-05-30 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/parser-smi.y: Juergen added code for checks of inherited types.2000-05-26 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-cm.c: changed dump driver calling conventions from Juergen. dump-cm patch from Andreas.2000-05-25 Frank Strauss <strauss@ibr.cs.tu-bs.de> * libsmi-0.2.1.tar.gz: released version 0.2.1.2000-05-20 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-metrics.c: New output format supplied by Juergen. It prints metrics of MIB modules.2000-05-18 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-smi.c (printNotifications): fixed determination of the ENTERPRISE object. Thanks to Ira Wolf. * tools/dump-smi.c (getOidString): fixed printing of OIDs with a length of 2. Thanks to Ira Wolf. * test/Makefile.am: removed GNU specific diff options from check scripts.2000-05-17 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/data.c (setObjectName): fixed crashes on unresolved labels. Thanks to Bill Fenner. * win/: applied patches from Erik.2000-05-16 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/data.c (loadModule): added checks for missing imported modules. * configure.in: fixed mibdir default. Thanks to Saurabh. * lib/data.c (setObjectName): fixed bug in case of multiple definitions for the same OID in multiple modules. * tools/dump-jax.c: Patch from Juergen: made file creation more generic.2000-05-15 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-jax.c (dumpEntry): changed *EntryImpl classes to use the super() method.2000-05-02 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/smidump.c: Patch from Juergen: flags can now be passed to the dump modules.2000-04-12 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/parser-smi.y: fixed seg-faults on various imported but not found definitions. Based on a patch contributed by Bill Fenner.2000-04-11 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-smi.c: fixed trailing comma in SMIv1 SEQUENCEs. Reported by Ira Wolf. * tools/smistrip.in: fixed bug reported by Ira Wolf: now we do not terminate a module when we've read the `END' of a macro definition. * win/: added VC++ build directory; Erik and Juergen. * tools/dump-{java,jdmk,dia}: removed obsolete experimental formats.2000-04-10 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-smi.c: fixed 'xxxx'H DEFVALs as suggested by Ira Wolf. * tools/dump-cm.c: Update from Andreas. * Erik contributed various patches to compile libsmi in Win32 systems using the VC++ compiler. Juergen aligned some of them. Some are still left to be done.2000-04-08 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-cm.c: added conception model (cm) dump format from Andreas Mueller. * tools/dump-xml.c: various cleanups from Juergen.2000-04-04 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-smi.c: applied some patches from Ira Wolf.2000-03-20 Frank Strauss <strauss@ibr.cs.tu-bs.de> * Keith Dart <kdart@leviathan.kdart.com> has contributed a Python binding. See the mailinglist archive.2000-03-29 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/: removed some obsolete header files. * tools/: some cleanups from Juergen. * tools/dump-jax.c (dumpScalars): added Sven's patches for notifications and scalar groups.2000-03-21 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/*.c: added dump-xml from Juergen. replaced bcmp by memcmp. fixed multiple printing of groups in dump-sming.c. * mibs/ietf/: added HOST-RESOURCES-MIB and HOST-RESOURCES-TYPES. * lib/data.h: changed //-comment to /* comment */. * tools/dump-sming.c: modified quoted string indentation from absoulte to relative.2000-03-20 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/ietf/: added SNMP-COMMUNITY-MIB.2000-03-19 Frank Strauss <strauss@ibr.cs.tu-bs.de> * mibs/ietf/: added SLAPM-MIB and SNMP-USM-DH-OBJECTS-MIB.2000-03-02 Frank Strauss <strauss@ibr.cs.tu-bs.de> * tools/dump-jax.c: A new dump format (it writes separate files instead to stdout) has been started for Java AgentX sub-agent code. * David Reeder <dreeder@tislabs.com> contributed a C++ interface. See the mailinglist archive.2000-02-28 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/smi.c: Remember the longest common OID prefix of all nodes defined in a module. This is used by smiGetFirstNode() and smiGetNextNode() to limit the searched subtree. * lib/smi.h.in: Dropped SmiValueformat. The way a value is specified in a module file is no longer visible at the API.2000-02-24 Frank Strauss <strauss@ibr.cs.tu-bs.de> * lib/parser-smi.y: fixed basetype in default value SmiValue structs. * tools/dump-smi.c (getValueString): fixed printing of zero-length binary and hexadecimal strings in several dump modules. fixed braces in BITS default values.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -