The branch, v3-5-test has been updated
       via  88f80ef... Fix debug comment (brain wasn't working...). Jeremy. 
(cherry picked from commit 170d6a3084dcf4a72d5bc7dca69b1036431e0022)
      from  218aab2... Filter the returned DOS attributes by 0xFF for clients 
using older protocols (LANMAN2 or below). Jeremy. (cherry picked from commit 
f44d3754eeefb1a0d0282a424ae9901d72301766)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-5-test


- Log -----------------------------------------------------------------
commit 88f80efa5b0f706ccd02dea4be4fe8b378f679f1
Author: Jeremy Allison <j...@samba.org>
Date:   Wed Nov 4 16:04:41 2009 -0800

    Fix debug comment (brain wasn't working...).
    Jeremy.
    (cherry picked from commit 170d6a3084dcf4a72d5bc7dca69b1036431e0022)

-----------------------------------------------------------------------

Summary of changes:
 source3/smbd/dosmode.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/dosmode.c b/source3/smbd/dosmode.c
index 199a673..949c438 100644
--- a/source3/smbd/dosmode.c
+++ b/source3/smbd/dosmode.c
@@ -381,7 +381,7 @@ uint32 dos_mode_msdfs(connection_struct *conn,
        }
 
        if (get_Protocol() <= PROTOCOL_LANMAN2) {
-               DEBUG(10,("dos_mode_msdfs : filtering protocol 0x%x to 0xff\n",
+               DEBUG(10,("dos_mode_msdfs : filtering result 0x%x\n",
                        (unsigned int)result ));
                result &= 0xff;
        }
@@ -567,7 +567,7 @@ uint32 dos_mode(connection_struct *conn, const struct 
smb_filename *smb_fname)
        }
 
        if (get_Protocol() <= PROTOCOL_LANMAN2) {
-               DEBUG(10,("dos_mode : filtering protocol 0x%x to 0xff\n",
+               DEBUG(10,("dos_mode : filtering result 0x%x\n",
                        (unsigned int)result ));
                result &= 0xff;
        }


-- 
Samba Shared Repository

Reply via email to