ChangeLog 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. version 0.9.6 (06/14/2010):
  2. * Fix compiling on systems where -lm is required (Oliver Hitz)
  3. * Support newer versions of GNU m4
  4. * Avoid padding already aligned files (reported by David Tang)
  5. * Allow \" in string values ("reticent")
  6. * Allow @ in OID labels
  7. * Update MIBs & add MIBs
  8. * Work properly on 64-bit systems (Oliver Hitz, James Flemer)
  9. * Various cleanups to the code, documentation, and build setup
  10. 0.9.5 - allow semi-colon characters in strings
  11. ctrl - add support for TimeTicks SNMP encoding.
  12. - simplify and improve parser (it now returns a
  13. "parse tree")
  14. - add support for ManufacturerCVC and CoSignerCVC
  15. (reading files directly)
  16. - print warning if TLV64 present in DOCSIS config files
  17. - multiple file encoding in one pass (preliminary)
  18. Performance: up to 200 files / second
  19. - Support Gauge32 and Counter32. Unsigned32 gets
  20. encoded as a Gauge32 as well.
  21. 0.9.4 - fix parsing of square brackets in string OID labels
  22. evvolve - close the file descriptor in parse_config_file
  23. ctrl - re-work of decoding infrastructure for CableHome
  24. 0.9.3 - update CMTS MIC calculation per DOCSIS 2.0 (added
  25. evvolve SubMgmt settings to CMTS MIC calculation)
  26. ctrl - fix decoding of long Strings in SNMP Objects
  27. ctrl - add support for long Variable Bindings (>127)
  28. ctrl - add support for TLV64 encode/decode for long SNMP
  29. ctrl Objects.
  30. evvolve - add support for Downstream Channel List TLVs
  31. evvolve - add support for TftpModemAddress and TftpTimeout TLVs
  32. ctrl - make GenericTLVs easier to decode/encode when
  33. ctrl printable strings are used
  34. ctrl
  35. ctrl - fixed memory leaks (for the sake of it)
  36. 0.9.2 - add support for ObjectID variable bindings
  37. evvolve - fix bug when writing files on Win32
  38. - fix the docsis_code for subscriber management filters
  39. 0.9.1 - add support for ModemCapabilities
  40. evvolve - add support for Subscriber Management Filter groups
  41. - make SNMP VarBind encoding more "compatible" with
  42. other encoders
  43. - cleanup argument handling, fix bug with error printing
  44. - fix bug where SnmpMibObject OID output would switch to
  45. numeric format after a decode_oid
  46. - re-organized and beautified source code
  47. 0.9.0 - fix range of MaxCPE (1-254)
  48. evvolve - add support for Win32 with Cygwin
  49. - fix ReAuthTimeout upper limit (30)
  50. - add script to generate HTML help from
  51. the symbol table
  52. - add NSIS packaging script for Win32
  53. - added configure script, re-organized stuff
  54. - minor source code clean-ups
  55. 0.8.8 02/07/03 - fix handling of label-hinted suffix to OIDs
  56. evvolve - check for string length overflow while parsing
  57. - added mibs to distribution
  58. - change SNMPv3* labels to SNMP*
  59. - add Docsis20Enable configuration setting
  60. - complete support for SnmpV3NotificationReceiver
  61. Many thanks to Rudy Zijlstra for pointing out a few bugs.
  62. 0.8.7 20/6/03 - fix bug with encoding HexStrings with trailing zeros
  63. Ronald Rosenfeld - fix double declaration of symbol T_MAC
  64. - add support for negative integers
  65. evvolve - change -lcrypto to -lcrypt to make default
  66. more "mainstream".
  67. - add support for ASN_GAUGE encodings
  68. - fix VendorSpecific decoding
  69. - print label as comment for enums
  70. Many thanks to Ronald Rosenfeld for sending in three patches.
  71. 0.8.6 31/05/03 - add support for SNMPv3Kickstart and
  72. evvolve partial support for SNMPv3 Notification Receiver
  73. - fix compilation warnings
  74. - add support for PHS Rule (untested)
  75. - cleanup indexes in docsis_symtable.h
  76. - add regression test script
  77. 0.8.4 10/05/03 - fixed SNMP handling ... hopefully for the last time :)
  78. evvolve - fixed Solaris support
  79. ctrl - added support for VendorSpecific TLVs
  80. 0.8.2 30/01/03 - Integrated fixes from Adrian Kwong and Cornel.
  81. evvolve - Updated OID format to accept "-" and "_" in labels
  82. ctrl - We can now encode decoded files directly !
  83. akwong (thanks to help from Adrian Kwong)
  84. - MIB output format changed.
  85. - NET-SNMP 5.x support.
  86. - Dropped support for ucd-snmp.
  87. - Made SNMP decoding smarter - i.e. output OID
  88. suffix only; but switch to full-OID output
  89. if MIBs are not installed.
  90. - Hacked support for encoding MTA configuration files.
  91. - Added support for Vendor Specific info.
  92. - Worked around string formatting issues in NET-SNMP.
  93. - Added indent functionality.
  94. evvolve
  95. 0.7.4 18/02/02 Fix condition too strong in docsis_decode.c.
  96. evvolve
  97. 0.7.3 16/02/02 Change symbols so that {symbol_name,docsis_code} is
  98. evvolve "primary key" (the above pairs are unique in the
  99. entire symbol table).
  100. Fix errors with IpTos encoding (still buggy)
  101. We took over full maintainership from Cornel.
  102. 0.7.2 12/02/02 Fix typos in docsis_symtable.h
  103. evvolve
  104. 0.7.1 08/02/02 Split encoding functions into docsis_encode.{h,c}
  105. evvolve Implemented Hex String and Ether+Ethermask encoders.
  106. Implemented range checking for string and hex string
  107. encoders.
  108. We added many DOCSIS 1.1 configuration settings to
  109. docsis_symtable.h. Got bored, so if you want more please
  110. add them yourself and send us a patch.
  111. Updated CMTS MIC calculation to use the new 1.1 config
  112. settings in addition to the 1.0 ones (as per the
  113. latest DOCSIS RFI).
  114. 0.7.0 06/02/02 New "decoding" framework similar to the encoding
  115. evvolve framework makes adding new "symbols" as easy as
  116. editing the "docsis_symtable.h" file.
  117. As an example, support for the DOCSIS 1.1 Downstream
  118. Packet Classifiers was added.
  119. Bugs were found and some were even fixed in the
  120. process.
  121. Started adding 1.1 stuff to the project.
  122. 0.6.2: 18/07/01
  123. ctrl Make the thing compile on Solaris (Makefile.solaris)
  124. Fix memory alignment errors on Solaris
  125. Updated MD5 implementation to get rid of annoying
  126. warnings
  127. 0.6.1: 25/03/01
  128. ctrl added -lcrypto to $LIBS to work with ucd-snmp-4.2
  129. cleaned up the sourcecode a bit
  130. added support for "decoding" a binary file
  131. fixed bug in decoding unsigned shorts (MaxBurstUp)
  132. 0.6.0: 23/03/01
  133. ctrl added support for generic hexadecimal strings
  134. (needed for docsDevNmAccessInterfaces)
  135. fixed bug involving multiple String-type SNMP vars
  136. in the same config file (uninitialized buffer)
  137. fixed bug with CpeMacAddress decoding (introduced in
  138. 0.5.8)
  139. 0.5.8:
  140. ctrl 18/03/01: various re-organizations
  141. released to sourceforge
  142. 0.5.7:
  143. ctrl 17/03/01:
  144. fixed bug in CPE MAC Address encoding (correct
  145. type = 14)
  146. added "support" for config files in DOS-format text
  147. 0.5.5:
  148. ctrl
  149. 01/12/00: created CHANGES file
  150. various small annoyances resolved
  151. added support for CPE MAC Address configuration setting
  152. removed references to _A*_H in *.h