[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha8-1178-ga77b036

Günther Deschner gd at samba.org
Tue Aug 25 17:07:41 MDT 2009


The branch, master has been updated
       via  a77b036f3b823a1de9ee05bfe5c620550097d037 (commit)
       via  87ce535243dc660584c87f6835c583d7125462aa (commit)
      from  e460c211b01f6642d9064e11432577fbb728cefb (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a77b036f3b823a1de9ee05bfe5c620550097d037
Author: Günther Deschner <gd at samba.org>
Date:   Wed Aug 26 01:03:47 2009 +0200

    s3-netlogon: fix default case when _netr_LogonSamLogon is called from other opcodes.
    
    Guenther

commit 87ce535243dc660584c87f6835c583d7125462aa
Author: Günther Deschner <gd at samba.org>
Date:   Wed Aug 26 01:01:43 2009 +0200

    Revert "s3: Fix uninitialized const char *"
    
    Tim, I am reverting this as this eliminates "_netr_LogonSamLogonEx" from the
    debug messages completely. Followup fix to come immediately.
    
    This reverts commit add9b4afb14d3426d1f3bf5b8e7c86926f462578.

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

Summary of changes:
 source3/rpc_server/srv_netlog_nt.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_netlog_nt.c b/source3/rpc_server/srv_netlog_nt.c
index 81a4801..01b2398 100644
--- a/source3/rpc_server/srv_netlog_nt.c
+++ b/source3/rpc_server/srv_netlog_nt.c
@@ -825,10 +825,11 @@ NTSTATUS _netr_LogonSamLogon(pipes_struct *p,
 			fn = "_netr_LogonSamLogon";
 			break;
 		case NDR_NETR_LOGONSAMLOGONEX:
+			process_creds = false;
 			fn = "_netr_LogonSamLogonEx";
+			break;
 		default:
-			fn = "";
-			process_creds = false;
+			return NT_STATUS_INTERNAL_ERROR;
 	}
 
 	if ( (lp_server_schannel() == True) && (p->auth.auth_type != PIPE_AUTH_TYPE_SCHANNEL) ) {


-- 
Samba Shared Repository


More information about the samba-cvs mailing list