summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-06 14:15:07 +0100
committerGünther Deschner <gd@samba.org>2008-03-06 17:40:16 +0100
commit62af65d1e3b530c81d61c181b84934419fe840da (patch)
treed55c530662e3846ab26f8b29c68117f7a0878ad4 /source4/librpc
parent74dba5e33ce0b7b1d7e092b1029979f26fb8b727 (diff)
downloadsamba-62af65d1e3b530c81d61c181b84934419fe840da.tar.gz
samba-62af65d1e3b530c81d61c181b84934419fe840da.tar.bz2
samba-62af65d1e3b530c81d61c181b84934419fe840da.zip
Slowly making progress on PAC_UNKNOWN_12.
unknown1 and unknown2 are offset headers for the strings. Guenther (cherry picked from commit 7af70e75b9abf92921f33ec4207ad486ee2493d6) (This used to be commit ad19da7f83761948f379921560da34bb6a01e625)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/krb5pac.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/idl/krb5pac.idl b/source4/librpc/idl/krb5pac.idl
index eed68e1387..ef2d9d4182 100644
--- a/source4/librpc/idl/krb5pac.idl
+++ b/source4/librpc/idl/krb5pac.idl
@@ -33,15 +33,15 @@ interface krb5pac
typedef struct {
[value(2*strlen_m(upn_name))] uint16 upn_size;
- uint16 unknown1; /* 0x10 */
+ uint16 upn_offset;
[value(2*strlen_m(domain_name))] uint16 domain_size;
- uint16 unknown2; /* 0x50 */
+ uint16 domain_offset;
uint16 unknown3; /* 0x01 */
uint16 unknown4;
uint32 unknown5;
[charset(UTF16)] uint8 upn_name[upn_size+2];
[charset(UTF16)] uint8 domain_name[domain_size+2];
- uint32 unknown6;
+ uint32 unknown6; /* padding */
} PAC_UNKNOWN_12;
typedef [public] struct {