[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Wed Dec 16 02:04:57 MST 2009


The branch, master has been updated
       via  e22e336... s4:drsuapi/getncchanges.c - Update the list of operational attributes
      from  e831e3e... Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned attributes by protocol level.

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


- Log -----------------------------------------------------------------
commit e22e336f41e2196524a5f70e096c61905b7676ae
Author: Matthias Dieter Wallnöfer <mwallnoefer at yahoo.de>
Date:   Wed Dec 16 09:45:22 2009 +0100

    s4:drsuapi/getncchanges.c - Update the list of operational attributes
    
    - Reorder them as specified in "operational.c"
    - Add also the lan manager hash password attribute

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

Summary of changes:
 source4/rpc_server/drsuapi/getncchanges.c |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/rpc_server/drsuapi/getncchanges.c b/source4/rpc_server/drsuapi/getncchanges.c
index 24ff324..488ecd1 100644
--- a/source4/rpc_server/drsuapi/getncchanges.c
+++ b/source4/rpc_server/drsuapi/getncchanges.c
@@ -307,14 +307,15 @@ WERROR dcesrv_drsuapi_DsGetNCChanges(struct dcesrv_call_state *dce_call, TALLOC_
 	struct drsuapi_DsReplicaObjectListItemEx **currentObject;
 	NTSTATUS status;
 	DATA_BLOB session_key;
-	const char *attrs[] = { "*", "distinguishedName", 
-				"ntSecurityDescriptor", 
-				"replPropertyMetaData", 
-				"lmPwdHistory", 
-				"ntPwdHistory", 
-				"supplementalCredentials", 
-				"unicodePwd", 
+	const char *attrs[] = { "*", "distinguishedName",
+				"nTSecurityDescriptor",
 				"parentGUID",
+				"replPropertyMetaData",
+				"unicodePwd",
+				"dBCSPwd",
+				"ntPwdHistory",
+				"lmPwdHistory",
+				"supplementalCredentials",
 				NULL };
 	WERROR werr;
 	struct dcesrv_handle *h;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list