ChangeLog 6.2 KB

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