jcifs-1.3.17 from tgz
authorFelix Schumacher <felix.schumacher@internetallee.de>
Sun, 13 Nov 2011 11:04:55 +0000 (12:04 +0100)
committerFelix Schumacher <felix.schumacher@internetallee.de>
Sun, 13 Nov 2011 11:04:55 +0000 (12:04 +0100)
commit4097ebc034d062e56c888b17552c6d1aa7814bcf
tree7cca24381512011c5f52a58dbb43fa7cceed7208
parent73e167fa40725341a18e3ecc80447b7d7402d43e
jcifs-1.3.17 from tgz

Tue Oct 18 15:10:23 EDT 2011
jcifs-1.3.17

The jcifs.smb.client.soTimeout property, which controls how long the
client will wait to read data from a server, was broken in the previous
release (1.3.16). Not only was it broken but no SO_TIMEOUT was specified
at all meaning if a server became unresponive, JCIFS could hang for
an uncontrollably long time. This behavior of this property has been
restored.

Additionally, a new jcifs.smb.client.connTimeout has been added which
specifies the number of milliseconds that the client will wait to
connect to a server (how long it will wait for a response to the TCP
SYN). This can be very useful when trying to communicate with many
servers in parallel.
README.txt
build.xml
examples/runtests.sh
patches/LargeReadWrite.patch
patches/LargeReadWrite2005.patch [new file with mode: 0644]
src/jcifs/smb/NtlmPasswordAuthentication.java
src/jcifs/smb/SmbConstants.java
src/jcifs/smb/SmbTransport.java