jcifs-1.3.9 from tgz
authorFelix Schumacher <felix.schumacher@internetallee.de>
Wed, 3 Jun 2009 18:56:43 +0000 (20:56 +0200)
committerFelix Schumacher <felix.schumacher@internetallee.de>
Wed, 3 Jun 2009 18:56:43 +0000 (20:56 +0200)
commit9b3d2ae475e7e9b85869bfcfc1a5b1501bdc05b3
tree94ae264e2d11abde5846e56308d6d1923a0cd63b
parent6cf31d5021dd9370d2ec2a308651cc9d00b23f2d
jcifs-1.3.9 from tgz

Fri May 30 00:40:26 EDT 2009
jcifs-1.3.9

* JCIFS will now iteratively try multiple replicated DFS targets if some
  are not enabled (whereas previously JCIFS would quit if the first root
  target was not accessible)
* Fixed "Invalid operation for ????? service" error when querying DFS
* Documented jcifs.smb.client.useExtendedSecurity and that it must be
  set to false when using Samba 3.0.x
* All instances of UnicodeLittleUnmarked have been changed to UTF-16LE
  (for platforms like Android)
* SmbFile.copyTo will now copy files larger than 4GB
* The API documentation has been heavily stripped of unnecessary classes
21 files changed:
LICENSE.txt [new file with mode: 0644]
README.txt
build.xml
examples/Makefile
examples/runtests.sh
src/jcifs/dcerpc/ndr/NdrBuffer.java
src/jcifs/ntlmssp/NtlmMessage.java
src/jcifs/ntlmssp/Type2Message.java
src/jcifs/ntlmssp/Type3Message.java
src/jcifs/smb/Dfs.java
src/jcifs/smb/DfsReferral.java
src/jcifs/smb/NtlmContext.java
src/jcifs/smb/NtlmPasswordAuthentication.java
src/jcifs/smb/ServerMessageBlock.java
src/jcifs/smb/SmbComNegotiateResponse.java
src/jcifs/smb/SmbConstants.java
src/jcifs/smb/SmbFile.java
src/jcifs/smb/SmbSession.java
src/jcifs/smb/SmbTransport.java
src/jcifs/smb/SmbTree.java
src/jcifs/smb/Trans2FindFirst2Response.java