jcifs-1.2.19 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:45:48 +0000 (16:45 +0200)
committerFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:45:48 +0000 (16:45 +0200)
commit4b9cd168675a2b67dd1926bd0e446068f2265722
tree82bdfdb8d508a0a2916e65f8c3c823954d40fc0b
parentc41080efa05f6c04e0e1d61f9f897b3a08cdaf1e
jcifs-1.2.19 from tgz

Sun Apr  6 19:46:47 EDT 2008
jcifs-1.2.19 released

This release adds proper support for domain based DFS roots that are not
hosted on domain controllers and eliminates the now-obsolete behavior of
building a merged list of shares across hosts. A new NetrDfsEnumEx RPC
is used to enumerate DFS roots when listing shares. The equals methods
for SmbFile and UniAddress could return true even though the files were
not equal. That issue has been fixed. Some SmbComOpenAndX parameters
were incorrectly swapped which would cause failure on Windows 98.
29 files changed:
README.txt
build.xml
examples/10883563.doc [deleted file]
examples/Append.java
examples/DnsSrv.java [new file with mode: 0644]
examples/FileOpsRenameTo.java [new file with mode: 0644]
examples/InterruptTest.java
examples/ListFiles.java
examples/SlowRead.java
examples/runtests.sh
src/jcifs/UniAddress.java
src/jcifs/dcerpc/DcerpcBinding.java
src/jcifs/dcerpc/msrpc/MsrpcDfsRootEnum.java [new file with mode: 0644]
src/jcifs/dcerpc/msrpc/netdfs.idl [new file with mode: 0644]
src/jcifs/dcerpc/msrpc/netdfs.java [new file with mode: 0644]
src/jcifs/http/NetworkExplorer.java
src/jcifs/smb/Dfs.java [new file with mode: 0644]
src/jcifs/smb/DfsReferral.java
src/jcifs/smb/DosError.java
src/jcifs/smb/NtTransQuerySecurityDesc.java
src/jcifs/smb/NtlmPasswordAuthentication.java
src/jcifs/smb/SmbException.java
src/jcifs/smb/SmbFile.java
src/jcifs/smb/SmbSession.java
src/jcifs/smb/SmbSession.java.orig [deleted file]
src/jcifs/smb/SmbShareInfo.java
src/jcifs/smb/SmbTransport.java
src/jcifs/smb/SmbTree.java
src/jcifs/smb/Trans2GetDfsReferralResponse.java