1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r3511: teh PAC used 8byte alignment

metze
(This used to be commit 08b26ed7ec)
This commit is contained in:
Stefan Metzmacher 2004-11-03 14:54:05 +00:00 committed by Gerald (Jerry) Carter
parent f8f1d1b089
commit 823f169fec

View File

@ -14,13 +14,11 @@ interface krb5pac
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 @@ interface krb5pac
uint32 _pad;
} PAC_BUFFER;
typedef [public] struct {
typedef [public,flag(NDR_ALIGN8)] struct {
uint32 num_buffers;
uint32 version;
PAC_BUFFER buffers[num_buffers];