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

metze at samba.org metze at samba.org
Thu Oct 21 12:36:54 GMT 2004


Author: metze
Date: 2004-10-21 12:36:54 +0000 (Thu, 21 Oct 2004)
New Revision: 3113

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=3113&nolog=1

Log:
make us able to generate the PAC with the same align as a MS KDC

(we should fix pidl to handle NDR_ALIGN8 correct as a real fix for this problem)

metze

Modified:
   branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl	2004-10-21 11:39:58 UTC (rev 3112)
+++ branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl	2004-10-21 12:36:54 UTC (rev 3113)
@@ -14,11 +14,13 @@
 	typedef struct {
 		NTTIME logon_time;
 		[flag(STR_SIZE2|STR_NOTERM|STR_BYTESIZE)] string account_name;
+		uint32 _pad;
 	} UNKNOWN_TYPE_10;
 
 	typedef [flag(NDR_PAHEX)] struct {
 		uint32 type;
-		uint8 signature[20];
+		uint8 signature[16];
+		uint32 _pad;
 	} PAC_SIGNATURE_DATA;
 
 	typedef struct {



More information about the samba-cvs mailing list