jcifs-1.2.25 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Thu, 6 Nov 2008 12:14:14 +0000 (13:14 +0100)
committerFelix Schumacher <p0354740@isib001.(none)>
Thu, 6 Nov 2008 12:14:14 +0000 (13:14 +0100)
commit8498a5e280b0e27dada8838f6fb5dc0a678aa49a
tree5af47161ddf1243dd39f6cacdcc4fba7885183aa
parent771135d347a994d6d627af91804defc834493b6c
jcifs-1.2.25 from tgz

Sun Oct 19 23:25:45 EDT 2008
jcifs-1.2.25

The DcerpcHandle code to increase the stub size if alloc_hint was
reater
than stub.length was not being engaged properly which would result in
an ArrayIndexOutOfBoundsException if the DCERPC response was larger
han
0xffff. This has been fixed.

Disabled decoding of NativeFileSystem field b/c it seems the iSeries
implementation sends this field in ASCII even though Unicode is
indicated. Fortunately the field is of no interest to anyone so we can
simply omit decoding it.

Added check in copyTo to prevent a possible thread lockup when server
is disconnected during a copy.

Force SMB_COM_TREE_CONNECT_ANDX service to always be what was passed to
the constructor (default is '?????'). IBM iSeries apparently does not
like explicitly specifying 'A:' which can occur on reconnect after
an soTimeout.
README.txt
build.xml
src/jcifs/dcerpc/DcerpcHandle.java
src/jcifs/netbios/NameServiceClient.java
src/jcifs/netbios/NameServicePacket.java
src/jcifs/smb/SmbComTreeConnectAndXResponse.java
src/jcifs/smb/SmbFile.java
src/jcifs/smb/SmbTree.java