This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Releases: skyghis/j-interop-ng
Releases · skyghis/j-interop-ng
3.5.1
3.5.0
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 tonull
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
- Finish to remove custom
MD4
implementation (Inspired by on j-interop patch 5).
Fixed
- Update JIComTransport to fix socket leak (Inspired by j-interop patch 6 and j-interop patch 7).
3.4.0
Added
- Force load of
BouncyCastleProvider
to ensureMD4
implementation exists. Can by disabled by java boolean propertyignore_bouncycastleprovider
.
Changed
- Update maven plugins dependencies.
- Numerous code cleanups, I hope I didn't break anything.
Deprecated
- Use a
LOGGER
per class instead of usingJISystem.getLogger
. - Deprecate
JISystem.setInBuiltLogHandler
. - Deprecate Windows only SSO authentication.
Removed
3.3.0
3.2.0
Added
- Add multiples missing errors codes (#3).
- Preregister
WbemScripting.SWbemLocator
ClsidDB to avoid registry query when using WMI.
Changed
- Update
jcifs-ng
from version2.1.5
to2.1.6
. - Update maven plugins dependencies.
Fixed
- Fix crash when password contains modulo (
%
) character and program ID is not registered (#5).
3.1.0
Added
- Recognize response codes
0xc0000008
and0xc0000034
. Imported from Jeff Gehlbach work at sourceforce patches#15.
Changed
- Remove new line prefix on logs.
- Update
jcifs-ng
from version2.1.3
to2.1.5
. - Update maven plugins dependencies.
3.0.0
Added
- Add dependency to
jcifs-ng
version2.1.3
. - Add LICENSE, README and CHANGELOG.
Changed
- Update minimal java version from 6 to 7.
- Auto-format code using Netbeans formatter.
- Update line ending to
lf
for all files. - Update project structure to maven default.
- Update and tidy poms.
Removed
- Remove dependency to
jcifs
version1.2.19
.
Fixed
- Socket connection timeout not used on connect.