jcifs-1.3.6 from tgz
authorFelix Schumacher <felix@cat.(none)>
Fri, 20 Mar 2009 17:10:27 +0000 (18:10 +0100)
committerFelix Schumacher <felix@cat.(none)>
Fri, 20 Mar 2009 17:10:27 +0000 (18:10 +0100)
Thu Mar 12 14:22:47 EDT 2009
jcifs-1.3.6a

Share security with Samba 3.0 was broken. This has been fixed.

README.txt
build.xml
src/jcifs/smb/SmbSession.java

index 73a3ade..a7aaa9a 100644 (file)
@@ -1,3 +1,8 @@
+Thu Mar 12 14:22:47 EDT 2009
+jcifs-1.3.6a
+
+Share security with Samba 3.0 was broken. This has been fixed.
+
 Wed Mar 11 20:22:46 EDT 2009
 jcifs-1.3.5
 
index 61933a0..cd5cc6e 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1,7 +1,7 @@
 <project name="jcifs" default="usage" basedir=".">
 
-    <property name="version" value="1.3.5"/>
-    <property name="reldate" value="Mar 12, 2009"/>
+    <property name="version" value="1.3.6"/>
+    <property name="reldate" value="Mar 14, 2009"/>
 
     <target name="usage">
         <echo>
index 5391d17..aab741c 100644 (file)
@@ -312,7 +312,8 @@ synchronized( transport() ) {
                     }
 
                     if( response.isLoggedInAsGuest &&
-                                "GUEST".equalsIgnoreCase( auth.username ) == false) {
+                                "GUEST".equalsIgnoreCase( auth.username ) == false &&
+                                transport.server.security != SmbConstants.SECURITY_SHARE) {
                         throw new SmbAuthException( NtStatus.NT_STATUS_LOGON_FAILURE );
                     }