From: Felix Schumacher Date: Wed, 6 Aug 2008 14:19:40 +0000 (+0200) Subject: jcifs-0.9.6 from tgz X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=da650eecf914c4be95310e835c165bf79a51cf32;p=jcifs_without_docs.git jcifs-0.9.6 from tgz Thu Jul 22 23:06:47 EDT 2004 jcifs-0.9.6 released A bug in copyTo() has been found that could result in the operation failing and timeing out if the negotiated buffer sizes between source and destination servers were different. The default jcifs.smb.client.snd_buf_size has been changed from 5000 to 16644. When copying data between servers that negotiate larger buffer sizes this results in a noticable preformance increase. Adjustments have been made regarding a null pointer exception triggered in releaseMid() during certain error conditions. The releaseMid method should not be passed null Mids. Failover to the jcifs.smb.client.domain DC for browser info if the local master browser query fails. Methods have been added to SmbSession.java that support the specification of alternative port. Fixed some debugging output. Added clause to SmbFile.delete() to subvert exception "cannot find the file specified" exception generated because Oracle FilesOnline version 9.0.4 doesn't send '.' and '..' like other servers. Ammended the ntlm http doc to mention that the domain or domainController property is required and that it will be suitable to authenticate clients for which it is an authority as well as domains with which it has established trust relationships. --- diff --git a/README.txt b/README.txt index da60127..4eb3921 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,34 @@ +Thu Jul 22 23:06:47 EDT 2004 +jcifs-0.9.6 released + +A bug in copyTo() has been found that could result in the operation failing +and timeing out if the negotiated buffer sizes between source and +destination servers were different. The default +jcifs.smb.client.snd_buf_size has been changed from 5000 to 16644. When +copying data between servers that negotiate larger buffer sizes this +results in a noticable preformance increase. + +Adjustments have been made regarding a null pointer exception triggered in +releaseMid() during certain error conditions. The releaseMid method should +not be passed null Mids. + +Failover to the jcifs.smb.client.domain DC for browser info if the local +master browser query fails. + +Methods have been added to SmbSession.java that support the specification +of alternative port. + +Fixed some debugging output. + +Added clause to SmbFile.delete() to subvert exception "cannot find the file +specified" exception generated because Oracle FilesOnline version 9.0.4 +doesn't send '.' and '..' like other servers. + +Ammended the ntlm http doc to mention that the domain or domainController +property is required and that it will be suitable to authenticate clients +for which it is an authority as well as domains with which it has +established trust relationships. + Thu Jul 1 18:53:20 EDT 2004 jcifs-0.9.5 diff --git a/build.xml b/build.xml index 09d2756..7f3aa10 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - + @@ -181,8 +181,8 @@ dependencies: Checks that all class dependencies are met.