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

metze at samba.org metze at samba.org
Wed Nov 3 14:54:06 GMT 2004


Author: metze
Date: 2004-11-03 14:54:05 +0000 (Wed, 03 Nov 2004)
New Revision: 3511

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

Log:
teh PAC used 8byte alignment

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-11-03 14:51:49 UTC (rev 3510)
+++ branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl	2004-11-03 14:54:05 UTC (rev 3511)
@@ -14,13 +14,11 @@
 	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[16];
-		uint32 _pad;
 	} PAC_SIGNATURE_DATA;
 
 	typedef struct {
@@ -108,7 +106,7 @@
 		uint32 _pad;
 	} PAC_BUFFER;
 
-	typedef [public] struct {
+	typedef [public,flag(NDR_ALIGN8)] struct {
 		uint32 num_buffers;
 		uint32 version;
 		PAC_BUFFER buffers[num_buffers];



More information about the samba-cvs mailing list