RevisionHistory.txt 1.1 KB

123456789101112131415161718192021222324
  1. Revision History:
  2. -----------------
  3. 1.0.0 - Initial release.
  4. 1.0.1 - Better handling of invalid read / write operations.
  5. 1.0.2 - Improved documentation and updated SMB_COM_TRANSACTION2 request (Technical Specifications Errata was found).
  6. 1.0.3 - Search handles (SID) are now properly closed.
  7. 1.0.4 - Added support for IPv6.
  8. 1.0.5 - Bugfix: SMB_COM_OPEN_ANDX was not returning the requested response format.
  9. File buffering logic logic was moved to a separate class.
  10. 1.0.6 - IOException handling when opening a file.
  11. Bugfix: Will not try to prefetch write-only streams.
  12. Bugfix: When closing a prefetched stream, close underlying stream.
  13. Bugfix: Proper handling of FILE_OPEN_REPARSE_POINT flag.
  14. Bugfix: Proper handling of Transaction2SetFileInformation requests.
  15. 1.0.7 - Improved connection buffer implementation.
  16. Improved compliance with MS-SMB when NTTransactIOCTLRequest.IsFsctl is set to false.
  17. Report STATUS_SHARING_VIOLATION instead of STATUS_FILE_LOCK_CONFLICT on IOException when deleting a file.