summaryrefslogtreecommitdiff
path: root/source3
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 14:16:14 +0100
commitcd8c5468bfa0b62f7dceff43fd4887c5fbef0979 (patch)
tree36a1dc55a6b777d4c1f9abdaa2185a051a978583 /source3
parent5193ae9b5abaa279b1baf19d2eabe229f423a1e8 (diff)
downloadsamba-cd8c5468bfa0b62f7dceff43fd4887c5fbef0979.tar.gz
samba-cd8c5468bfa0b62f7dceff43fd4887c5fbef0979.tar.bz2
samba-cd8c5468bfa0b62f7dceff43fd4887c5fbef0979.zip
Slowly making progress on PAC_UNKNOWN_12.
unknown1 and unknown2 are offset headers for the strings. Guenther (This used to be commit 7af70e75b9abf92921f33ec4207ad486ee2493d6)
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/idl/krb5pac.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/idl/krb5pac.idl b/source3/librpc/idl/krb5pac.idl
index 11f08e11aa..6bc8485089 100644
--- a/source3/librpc/idl/krb5pac.idl
+++ b/source3/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 {