jcifs-1.1.8 from tgz
authorFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:28:14 +0000 (16:28 +0200)
committerFelix Schumacher <p0354740@isib001.(none)>
Wed, 6 Aug 2008 14:28:14 +0000 (16:28 +0200)
commitbefadb945e61fc47077ed5ff49e1f2631a9751c6
tree63ef8a0be20dafea84f38f213b08e695e9e37e8d
parentbc61feca29e24a529b7dd85fadabfe1b898e4b52
jcifs-1.1.8 from tgz

Thu Feb 10 22:29:12 EST 2005
jcifs-1.1.8 released

The  blocked  thread  bug  wasn't quite fixed in the last release. A lookup
exception  (e.g. caused by an unresponsive domain controller) could leave a
thread  blocked  if  many  requests  are  being  processed  simultaneously.
Similarly  the  fix for the DC lookup code wasn't complete enough to handle
the  unusual  scenario  where  all  DCs  are unresponsive. Also, a malfomed
NetBIOS  name  query  response  could cause the name service thread to exit
incorrectly.  These  issues  have  been fixed. Finally, the URL handling of
smb://@/ (meaning "null" credentials) has been fixed.
README.txt
build.xml
examples/Makefile
examples/UrlReader.java [new file with mode: 0644]
examples/runtests.sh
src/jcifs/netbios/NameServiceClient.java
src/jcifs/smb/SmbFile.java
src/jcifs/smb/SmbSession.java
src/jcifs/smb/SmbTransport.java