[SCM] Samba Shared Repository - branch master updated

Simo Sorce idra at samba.org
Thu May 27 17:42:38 MDT 2010


The branch, master has been updated
       via  20fb373... s3:auth remove login_server from server info
      from  3bb8195... Fix Out of memory checks

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


- Log -----------------------------------------------------------------
commit 20fb37320224e8ed97473e60c1b70369d8069cb5
Author: Simo Sorce <ssorce at redhat.com>
Date:   Thu May 27 19:41:07 2010 -0400

    s3:auth remove login_server from server info
    
    It is not used anymore, we have that information in
    info3->base.logon_server already

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

Summary of changes:
 source3/auth/auth_util.c |    3 ---
 source3/include/auth.h   |    2 --
 2 files changed, 0 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c
index 854ab89..7869637 100644
--- a/source3/auth/auth_util.c
+++ b/source3/auth/auth_util.c
@@ -1155,9 +1155,6 @@ NTSTATUS make_server_info_info3(TALLOC_CTX *mem_ctx,
 	/* Ensure the primary group sid is at position 0. */
 	sort_sid_array_for_smbd(result, &group_sid);
 
-	result->login_server = talloc_strdup(result,
-					     info3->base.logon_server.string);
-
 	/* ensure we are never given NULL session keys */
 
 	if (memcmp(info3->base.key.key, zeros, sizeof(zeros)) == 0) {
diff --git a/source3/include/auth.h b/source3/include/auth.h
index 7996faf..ba8b23b 100644
--- a/source3/include/auth.h
+++ b/source3/include/auth.h
@@ -56,8 +56,6 @@ struct auth_serversupplied_info {
 	DATA_BLOB user_session_key;
 	DATA_BLOB lm_session_key;
 
-        char *login_server; /* which server authorized the login? */
-
 	struct netr_SamInfo3 *info3;
 
 	void *pam_handle;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list