jcifs-idautopatch
Patched version of JCIFS Library - http://jcifs.samba.org/
Maven artifact
<dependency>
<groupId>net.idauto.oss.jcifs</groupId>
<artifactId>jcifs-idautopatch</artifactId>
<version>1.3.18.8</version>
</dependency>
or download jar from Releases
Patches include:
-
Bug fixes and minor changes from Identity Automation
- Support for dynamic response timeouts via SmbFile.setReadTimeout() when reading from a Named Pipe.
- WriterThreads are leaking
- Issues with closing destination file in SmbFile.copyTo()
- Change default value for jcifs property jcifs.smb.client.ignoreCopyToException from true to false
- Don't logoff after failed SmbComTreeConnectAndX
- Patch for lsa and samr handle leaks
- Add property jcifs.smb.client.port139.enabled and default it to false to address java.io.IOException: Failed to establish session
-
Seven jCIFS bug fixes from Google
- Originally hosted on googlecode, but currently residing at https://github.com/googlegsa/filesystem.v3/tree/master/projects/jcifs
-
Changes by Chris Dail to support setting share permissions.
- Originally hosted at https://github.com/chrisdail/jcifs