[SCM] Samba Shared Repository - branch master updated - 298a918e953853d3b6fbb20e5984275db083bc9b

Günther Deschner gd at samba.org
Thu Oct 9 09:19:22 GMT 2008


The branch, master has been updated
       via  298a918e953853d3b6fbb20e5984275db083bc9b (commit)
      from  543c6a02ae1dcb903de800c88af1f9e221827d61 (commit)

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


- Log -----------------------------------------------------------------
commit 298a918e953853d3b6fbb20e5984275db083bc9b
Author: Günther Deschner <gd at samba.org>
Date:   Sat Sep 27 03:05:47 2008 +0200

    s3-winbindd: add dsgetdcname request and reply to winbind structure.
    
    Guenther

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

Summary of changes:
 source3/nsswitch/winbind_struct_protocol.h |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/nsswitch/winbind_struct_protocol.h b/source3/nsswitch/winbind_struct_protocol.h
index e81813c..ff52dbd 100644
--- a/source3/nsswitch/winbind_struct_protocol.h
+++ b/source3/nsswitch/winbind_struct_protocol.h
@@ -313,6 +313,12 @@ struct winbindd_request {
 			uint32_t initial_blob_len; /* blobs in extra_data */
 			uint32_t challenge_blob_len;
 		} ccache_ntlm_auth;
+		struct {
+			fstring domain_name;
+			fstring domain_guid;
+			fstring site_name;
+			uint32_t flags;
+		} dsgetdcname;
 
 		/* padding -- needed to fix alignment between 32bit and 64bit libs.
 		   The size is the sizeof the union without the padding aligned on 
@@ -453,6 +459,17 @@ struct winbindd_response {
 		struct {
 			uint32_t auth_blob_len; /* blob in extra_data */
 		} ccache_ntlm_auth;
+		struct {
+			fstring dc_unc;
+			fstring dc_address;
+			uint32_t dc_address_type;
+			fstring domain_guid;
+			fstring domain_name;
+			fstring forest_name;
+			uint32_t dc_flags;
+			fstring dc_site_name;
+			fstring client_site_name;
+		} dsgetdcname;
 	} data;
 
 	/* Variable length return data */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list