jcifs-1.2.8 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:36:08 +0000 (16:36 +0200)
committerFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:36:08 +0000 (16:36 +0200)
commit9f975c78c368649270fd67d71b77638a329aeb39
treeb6e14bf599296040a2a06cc4d5bba3c5c30fa37a
parent6038efc3c0de506807c1ba0a80a2448b33137291
jcifs-1.2.8 from tgz

Fri Mar 24 23:14:35 EST 2006
jcifs-1.2.8 released / Deadlock Fix, ACLs, DFS, NTLM HTTP Filter, and More

There are several significant changes in this release. These include:

 o A deadlock could occur if the client tried to logoff and logon at
   the same instant. This has been fixed.
 o It was discovered that in at least some cases "preauthentication"
   did not work properly. A very simple logical error would cause the
   wrong signing digest to be installed. This has been fixed.
 o The ACL patch has been integrated. The SmbFile.getSecurity() method
   is now available.
 o The jcifs.smb.client.responseTimeout and jcifs.smb.client.soTimeout
   values have been increased from 10000ms and 15000ms to 30000ms and
   35000 respectively. Users with crawler type applications will almost
   certainly want to reduce these values.
 o Several logical errors in DFS referral handling have been fixed
   (still no fix for the mystery preemtive behavior observed by Windows
   clients).
 o Documentation has been updated significantly.
37 files changed:
README.txt
build.xml
examples/GrowWrite.java
examples/ListACL.java
examples/MultiLogon.java [new file with mode: 0644]
examples/SmbTimeout.java [new file with mode: 0644]
examples/run1.sh
examples/runtests.sh
patches/README.txt
patches/SecurityDescriptors.patch [deleted file]
src/jcifs/http/NtlmHttpURLConnection.java
src/jcifs/ntlmssp/NtlmMessage.java
src/jcifs/smb/NtTransQuerySecurityDesc.jav [deleted file]
src/jcifs/smb/NtTransQuerySecurityDesc.java [new file with mode: 0644]
src/jcifs/smb/NtTransQuerySecurityDescResponse.jav [deleted file]
src/jcifs/smb/NtTransQuerySecurityDescResponse.java [new file with mode: 0644]
src/jcifs/smb/ServerMessageBlock.java
src/jcifs/smb/SmbComMove.jav [deleted file]
src/jcifs/smb/SmbComMoveResponse.jav [deleted file]
src/jcifs/smb/SmbComNTCreateAndX.java
src/jcifs/smb/SmbComNtTransaction.jav [deleted file]
src/jcifs/smb/SmbComNtTransaction.java [new file with mode: 0644]
src/jcifs/smb/SmbComNtTransactionResponse.jav [deleted file]
src/jcifs/smb/SmbComNtTransactionResponse.java [new file with mode: 0644]
src/jcifs/smb/SmbComOpenAndX.java
src/jcifs/smb/SmbComTransaction.java
src/jcifs/smb/SmbComTransactionResponse.java
src/jcifs/smb/SmbConstants.java
src/jcifs/smb/SmbFile.java
src/jcifs/smb/SmbFileInputStream.java
src/jcifs/smb/SmbFileOutputStream.java
src/jcifs/smb/SmbRandomAccessFile.java
src/jcifs/smb/SmbSession.java
src/jcifs/smb/SmbTransport.java
src/jcifs/smb/SmbTree.java
src/jcifs/smb/TransactNamedPipeOutputStream.java
src/jcifs/util/transport/Transport.java