From dcfd7ee13c6ea3c88af7234bb18226cede99125a Mon Sep 17 00:00:00 2001 From: Felix Schumacher Date: Wed, 6 Aug 2008 16:18:53 +0200 Subject: [PATCH] jcifs-0.9.5 from tgz Thu Jul 1 18:53:20 EDT 2004 jcifs-0.9.5 A bug introduced in 0.9.3 could result in an infinite loop that exhausts all memory in the VM when enumerating workgroups and servers. This issue has been fixed. Also included is an updated to the NtlmHttpURLConnection (now works with org.apache.xmlrpc.XmlRpcClient). --- README.txt | 8 ++++++++ build.xml | 10 +++++----- src/jcifs/smb/NetServerEnum2.java | 1 + src/jcifs/smb/NetServerEnum2Response.java | 2 +- src/jcifs/smb/ServerMessageBlock.java | 5 ++++- src/jcifs/smb/SmbFile.java | 1 + 6 files changed, 20 insertions(+), 7 deletions(-) diff --git a/README.txt b/README.txt index faeea6e..da60127 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,11 @@ +Thu Jul 1 18:53:20 EDT 2004 +jcifs-0.9.5 + +A bug introduced in 0.9.3 could result in an infinite loop that exhausts +all memory in the VM when enumerating workgroups and servers. This issue +has been fixed. Also included is an updated to the NtlmHttpURLConnection +(now works with org.apache.xmlrpc.XmlRpcClient). + Mon Jun 28 13:29:39 EDT 2004 jcifs-0.9.3 released diff --git a/build.xml b/build.xml index 9732470..09d2756 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - + @@ -181,8 +181,8 @@ dependencies: Checks that all class dependencies are met.