Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

3.5.0

Compare
Choose a tag to compare
@skyghis skyghis released this 19 Dec 19:06
· 5 commits to jcifs-ng since this release

Added

  • Utility class to ease close objects without throw on error.

Changed

  • Avoid buffer overruns in the NdrBuffer class (Based on j-interop patch 1).
  • Simplify JIComTransport (Inspired by j-interop patch 4).
  • Reset JIComServer binding to null when unused (Based on j-interop patch 3).
  • Start JIComOxidRuntime ping timer threads on demand (Based on j-interop patch 3).
  • Set System Properties earlier in the construction of JIComServer to allow a higher level of authentication upon initial connection.

Removed

Fixed