From 6ab84ebf9b6ebab8004cae129c5d015d39f58245 Mon Sep 17 00:00:00 2001 From: Felix Schumacher Date: Wed, 6 Aug 2008 16:18:19 +0200 Subject: [PATCH] jcifs-0.9.4 from tgz Mon Jun 28 13:29:39 EDT 2004 jcifs-0.9.3 released The specification of a port in the SMB URL has been fixed. Full workgroup and server enumeration was also broken. JCIFS can now enumerate ALL workgroups and servers. The NtlmHttpURLConnection class for negotiating NTLM with HTTP clients has been updated to be more robust and support POST. --- README.txt | 10 ++ build.xml | 12 +- examples/web.xml | 26 +-- src/jcifs/http/NtlmHttpURLConnection.java | 288 +++++++++++++++++++----------- src/jcifs/smb/Handler.java | 8 +- src/jcifs/smb/NetServerEnum2.java | 2 +- src/jcifs/smb/NetShareEnum.java | 2 +- src/jcifs/smb/SmbFile.java | 25 ++- 8 files changed, 225 insertions(+), 148 deletions(-) diff --git a/README.txt b/README.txt index 5de5b2b..faeea6e 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,13 @@ +Mon Jun 28 13:29:39 EDT 2004 +jcifs-0.9.3 released + +The specification of a port in the SMB URL has been fixed. Full workgroup +and server enumeration was also broken. JCIFS can now enumerate ALL +workgroups and servers. The NtlmHttpURLConnection class for negotiating +NTLM with HTTP clients has been updated to be more robust and support POST. + +jcifs-0.9.2 released + Removed the HTTP redirect from the filter. Tue Jun 1 23:23:08 EDT 2004 diff --git a/build.xml b/build.xml index 0d3d126..9732470 100644 --- a/build.xml +++ b/build.xml @@ -1,6 +1,6 @@ - + @@ -181,8 +181,8 @@ dependencies: Checks that all class dependencies are met.