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

metze at samba.org metze at samba.org
Sat Feb 17 09:10:36 GMT 2007


Author: metze
Date: 2007-02-17 09:10:32 +0000 (Sat, 17 Feb 2007)
New Revision: 21406

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

Log:
add idl for parsing the 'Packages' and 'Primary:CLEARTEXT' elements
of supplementalCredentials

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 09:09:07 UTC (rev 21405)
+++ branches/SAMBA_4_0/source/librpc/idl/drsblobs.idl	2007-02-17 09:10:32 UTC (rev 21406)
@@ -248,6 +248,14 @@
 		[in] supplementalCredentialsBlob blob
 		);
 
+	typedef [public] struct {
+		[flag(STR_NOTERM|NDR_REMAINING)] string_array names;
+	} package_PackagesBlob;
+
+	void decode_Packages(
+		[in] package_PackagesBlob blob
+		);
+
 	typedef struct {
 		[value(2*strlen_m(string))] uint16 length;
 		[value(2*strlen_m(string))] uint16 size;
@@ -279,6 +287,14 @@
 		[in] package_PrimaryKerberosBlob blob
 		);
 
+	typedef [public] struct {
+		[flag(STR_NOTERM|NDR_REMAINING)] string cleartext;
+	} package_PrimaryCLEARTEXTBlob;
+
+	void decode_PrimaryCLEARTEXT(
+		[in] package_PrimaryCLEARTEXTBlob blob
+		);
+
 	typedef struct {
 		NTTIME time1;
 		uint32 unknown1;



More information about the samba-cvs mailing list