jcifs-1.2.13b4 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:41:23 +0000 (16:41 +0200)
committerFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:41:23 +0000 (16:41 +0200)
commit5a9b25b812e7b774fe292fbe6f7cfb36f19369c8
treef52163c808399ef8a6aa07415af063586915e49f
parentd8e249219621fb399274abf6f62fdf1eaf783412
jcifs-1.2.13b4 from tgz

Mon Jan 15 15:47:47 EST 2007
jcifs-1.2.13b4 released

When trying to connect to port 445 some environments can generate a
NoRouteToHostException as opposed to a ConnectException even though
falling back to port 139 would have worked. The SmbTransport class has
been modifed to also catch the NoRouteToHostException and retry with
port 139.

Mon Jan  8 02:26:56 EST 2007
jcifs-1.2.13b3 released

Two DFS bugs introduced after recent changes have been repaired. The
getDfsPath method would return a path with an extra slash (/) if the
directory referred to the DFS root. The listFiles methods could return
the directory itself as a child. Both issues have been fixed.

Fri Jan  5 16:24:27 EST 2007
jcifs-1.2.13b2 released

The DcerpcHandle.sendrecv() code did not properly buffer fragmented
response PDUs. This resulted in an "invalid array conformance" exception
in the NDR routines. This error has been fixed.

Thu Jan  4 18:12:34 EST 2007
jcifs-1.2.13b1 released

A new SmbFile.getShareSecurity() method that uses a new
MsrpcShareGetInfo/ShareInfo502 RPC has been added. See the API
documentation for details. Also, DFS issues have been identified and
fixed.
15 files changed:
README.txt
build.xml
examples/FileInfo.java
examples/GetShareSecurity.java [new file with mode: 0644]
src/jcifs/dcerpc/DcerpcHandle.java
src/jcifs/dcerpc/msrpc/MsrpcShareGetInfo.java [new file with mode: 0644]
src/jcifs/dcerpc/msrpc/srvsvc.idl
src/jcifs/dcerpc/msrpc/srvsvc.java
src/jcifs/dcerpc/msrpc/srvsvc.java.bak [new file with mode: 0644]
src/jcifs/smb/NtTransQuerySecurityDescResponse.java
src/jcifs/smb/SID.java
src/jcifs/smb/SecurityDescriptor.java [new file with mode: 0644]
src/jcifs/smb/SmbFile.java
src/jcifs/smb/SmbTransport.java
src/jcifs/smb/WinError.java