jcifs-1.3.4 from tgz
authorFelix Schumacher <felix@cat.(none)>
Mon, 9 Mar 2009 06:34:16 +0000 (07:34 +0100)
committerFelix Schumacher <felix@cat.(none)>
Mon, 9 Mar 2009 06:34:16 +0000 (07:34 +0100)
commit4e645a80fde97fff395c3e32e841981986367563
treea084dd6248ccb87aa0275e78544edb5bd47fc800
parentef61147b96c86d6f3dcc6eca7e876d1c4ddf5845
jcifs-1.3.4 from tgz

Sun Mar  9 11:46:15 EDT 2009
jcifs-1.3.4

JCIFS 1.3.3 was accidentally compiled with Java 1.5. This release has
been compiled with Java 1.4. Note that NTLMv2 still requires Java 1.5
update 7 for RC4.

SMB parameter words were not decoded correctly (which were ultimately
related to the fact that the WordCount of the SMB_COM_NT_CREATE_ANDX
response is wrong because an extra 16 bytes for "offline files /
client side caching (CSC)". Ultimately this caused an
error with the
SMB_COM_TREE_CONNECT_ANDX response of certain IBM clusters. This should
now be fixed.

The status codes and text for NT_STATUS_INVALID_COMPUTER_NAME
(0xC0000122)
and NT_STATUS_NO_TRUST_SAM_ACCOUNT (0xC000018B) have been added.

Server capabilities in the SMB_COM_NEGOTIATE response were not being
read correctly. This issue has been fixed.

The documentation regarding the return value of renameTo has been
fixed.
README.txt
build.xml
src/jcifs/smb/NtStatus.java
src/jcifs/smb/SID.java
src/jcifs/smb/SmbFile.java