svn commit: samba r21404 - in branches/SAMBA_4_0/source/librpc/idl: .

metze at samba.org metze at samba.org
Sat Feb 17 07:10:29 GMT 2007


Author: metze
Date: 2007-02-17 07:10:28 +0000 (Sat, 17 Feb 2007)
New Revision: 21404

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

Log:
packages just contain utf16 strings not guids:-)

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl	2007-02-17 01:58:06 UTC (rev 21403)
+++ branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl	2007-02-17 07:10:28 UTC (rev 21404)
@@ -210,15 +210,9 @@
 		 * the data field contains data as HEX strings
 		 *
 		 * 'Packages':
-		 *    it seems to contains HEX strings
-		 *    of GUID's concatenated together.
-		 *    w2k only has 'Primary:Kerberos'
-		 *    and there's a 32 byte hex string.
-		 *    w2k3 also has 'Primary:WDigest'
-		 *    and there's a 64 byte hex string.
-		 *    ...but this 'Primary:CLEARTEXT'
-		 *    also there's a 104 byte hex string
-		 *    (instead of 3 * (16*2) = 96 ).
+		 *   data contains the list of packages
+		 *   as non termiated UTF16 strings with
+		 *   a UTF16 NULL byte as separator
 		 *
 		 * 'Primary:Kerberos':
 		 *    ...



More information about the samba-cvs mailing list