[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-5165-g97cdf68

Jeremy Allison jra at samba.org
Tue Mar 24 19:36:57 GMT 2009


The branch, v3-3-test has been updated
       via  97cdf68a42bd9d5ec312151bcca9830228caeee1 (commit)
      from  c38c80fcd3f63e60450fd95c27d842082e8e00fd (commit)

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


- Log -----------------------------------------------------------------
commit 97cdf68a42bd9d5ec312151bcca9830228caeee1
Author: Stefan Metzmacher <metze at samba.org>
Date:   Tue Mar 24 12:36:10 2009 -0700

    s3:smbd: if we allow trans2 on the IPC$ share, then we have to allow transs2 too.
    
    Otherwise we'll confuse the client signing engine, when we reply an error to each transs2.
    
    metze

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

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


Changeset truncated at 500 lines:

diff --git a/source/smbd/process.c b/source/smbd/process.c
index aeb0fc4..365c972 100644
--- a/source/smbd/process.c
+++ b/source/smbd/process.c
@@ -1039,7 +1039,7 @@ static const struct smb_message_struct {
 /* 0x30 */ { NULL, NULL, 0 },
 /* 0x31 */ { NULL, NULL, 0 },
 /* 0x32 */ { "SMBtrans2",reply_trans2, AS_USER | CAN_IPC },
-/* 0x33 */ { "SMBtranss2",reply_transs2, AS_USER},
+/* 0x33 */ { "SMBtranss2",reply_transs2, AS_USER | CAN_IPC},
 /* 0x34 */ { "SMBfindclose",reply_findclose,AS_USER},
 /* 0x35 */ { "SMBfindnclose",reply_findnclose,AS_USER},
 /* 0x36 */ { NULL, NULL, 0 },


-- 
Samba Shared Repository


More information about the samba-cvs mailing list