[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-2577-g55259f4

Günther Deschner gd at samba.org
Tue Jun 17 09:11:10 GMT 2008


The branch, v3-2-test has been updated
       via  55259f408b7bc356367d872a38a54174d364fd2b (commit)
      from  28b85a92160c7880253725cd247e064020f8be41 (commit)

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


- Log -----------------------------------------------------------------
commit 55259f408b7bc356367d872a38a54174d364fd2b
Author: Günther Deschner <gd at samba.org>
Date:   Tue Jun 17 11:10:37 2008 +0200

    net_vampire: fix samsync_process_database(). Final fix for Bug #5542.
    
    Turns out the password hashes are not rid encrypted in the samsync reply.
    
    Guenther

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

Summary of changes:
 source/utils/net_rpc_samsync.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/utils/net_rpc_samsync.c b/source/utils/net_rpc_samsync.c
index ac0739e..38852b1 100644
--- a/source/utils/net_rpc_samsync.c
+++ b/source/utils/net_rpc_samsync.c
@@ -391,7 +391,7 @@ static void dump_database(struct rpc_pipe_client *pipe_hnd,
 
 		samsync_fix_delta_array(mem_ctx,
 					&session_key,
-					true,
+					false,
 					database_id,
 					delta_enum_array);
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list