ChangeLog 6.5 KB

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