svn commit: samba r21859 - in branches/SAMBA_4_0/source/dsdb/repl: .

metze at samba.org metze at samba.org
Fri Mar 16 16:35:45 GMT 2007


Author: metze
Date: 2007-03-16 16:35:44 +0000 (Fri, 16 Mar 2007)
New Revision: 21859

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21859

Log:
add a comment why we remove the rid_crypt obfuscation

metze
Modified:
   branches/SAMBA_4_0/source/dsdb/repl/replicated_objects.c


Changeset:
Modified: branches/SAMBA_4_0/source/dsdb/repl/replicated_objects.c
===================================================================
--- branches/SAMBA_4_0/source/dsdb/repl/replicated_objects.c	2007-03-16 16:21:38 UTC (rev 21858)
+++ branches/SAMBA_4_0/source/dsdb/repl/replicated_objects.c	2007-03-16 16:35:44 UTC (rev 21859)
@@ -103,6 +103,14 @@
 	plain_buffer = data_blob_talloc(mem_ctx, checked_buffer.data, checked_buffer.length);
 	W_ERROR_HAVE_NO_MEMORY(plain_buffer.data);
 
+	/*
+	 * The following rid_crypt obfuscation isn't session specific
+	 * and not really needed here, because we allways know the rid of the
+	 * user account.
+	 *
+	 * But for the rest of samba it's easier when we remove this static
+	 * obfuscation here
+	 */
 	if (rid_crypt) {
 		uint32_t i, num_hashes;
 



More information about the samba-cvs mailing list