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.