[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2213-g4e3357a

Günther Deschner gd at samba.org
Thu Feb 14 00:55:04 GMT 2008


The branch, v3-2-test has been updated
       via  4e3357ac3a1b0adac1744a71f997e3442e0e4209 (commit)
       via  2ab1167e156e989f4b60fcb4dbc7d7eefc64bed0 (commit)
      from  8c476ad51622f76bf8f03f6255369b8e19f24a72 (commit)

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


- Log -----------------------------------------------------------------
commit 4e3357ac3a1b0adac1744a71f997e3442e0e4209
Author: Günther Deschner <gd at samba.org>
Date:   Thu Feb 14 01:53:42 2008 +0100

    Fix typo.
    
    Guenther

commit 2ab1167e156e989f4b60fcb4dbc7d7eefc64bed0
Author: Günther Deschner <gd at samba.org>
Date:   Thu Feb 14 01:45:07 2008 +0100

    Remove accidential commit.
    
    Guenther

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

Summary of changes:
 source/rpc_server/srv_lsa_nt.c  |    6 +++---
 source/rpcclient/cmd_netlogon.c |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/rpc_server/srv_lsa_nt.c b/source/rpc_server/srv_lsa_nt.c
index 097b505..275f3d9 100644
--- a/source/rpc_server/srv_lsa_nt.c
+++ b/source/rpc_server/srv_lsa_nt.c
@@ -1424,10 +1424,10 @@ NTSTATUS _lsa_EnumPrivs(pipes_struct *p,
 
 	if ( enum_context >= num_privs )
 		return NT_STATUS_NO_MORE_ENTRIES;
-		
-	DEBUG(10,("_lsa_enum_privs: enum_context:%d total entries:%d\n", 
+
+	DEBUG(10,("_lsa_EnumPrivs: enum_context:%d total entries:%d\n",
 		enum_context, num_privs));
-	
+
 	if (!find_policy_by_hnd(p, r->in.handle, (void **)(void *)&handle))
 		return NT_STATUS_INVALID_HANDLE;
 
diff --git a/source/rpcclient/cmd_netlogon.c b/source/rpcclient/cmd_netlogon.c
index 0efee84..ac27d38 100644
--- a/source/rpcclient/cmd_netlogon.c
+++ b/source/rpcclient/cmd_netlogon.c
@@ -32,7 +32,7 @@ static WERROR cmd_netlogon_logon_ctrl2(struct rpc_pipe_client *cli,
 	uint32_t level = 1;
 	union netr_CONTROL_DATA_INFORMATION data;
 	union netr_CONTROL_QUERY_INFORMATION query;
-	const char *domain = "BER";
+	const char *domain = lp_workgroup();
 
 	if (argc > 5) {
 		fprintf(stderr, "Usage: %s <logon_server> <function_code> "


-- 
Samba Shared Repository


More information about the samba-cvs mailing list