summaryrefslogtreecommitdiff
path: root/source3/include/authdata.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-08-06 04:35:11 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:00:27 -0500
commitcc6843fcca2220d27235ff87c7f2b5b2403052ad (patch)
tree8e2a3fd024c09590524e0abc1d32da90a2b4cb40 /source3/include/authdata.h
parent3dae794632f48ae163d1195fef19c14e67f341cc (diff)
downloadsamba-cc6843fcca2220d27235ff87c7f2b5b2403052ad.tar.gz
samba-cc6843fcca2220d27235ff87c7f2b5b2403052ad.tar.bz2
samba-cc6843fcca2220d27235ff87c7f2b5b2403052ad.zip
r9163: Rename UNKNOWN_TYPE_10 to PAC_LOGON_NAME (merge from samba4)
Guenther (This used to be commit d14dcba9635d10d2d8bf9f60c601b8c9078ec340)
Diffstat (limited to 'source3/include/authdata.h')
-rw-r--r--source3/include/authdata.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source3/include/authdata.h b/source3/include/authdata.h
index 9d80745fb0..1be127aaac 100644
--- a/source3/include/authdata.h
+++ b/source3/include/authdata.h
@@ -27,13 +27,13 @@
#define PAC_TYPE_LOGON_INFO 1
#define PAC_TYPE_SERVER_CHECKSUM 6
#define PAC_TYPE_PRIVSVR_CHECKSUM 7
-#define PAC_TYPE_UNKNOWN_10 10
+#define PAC_TYPE_LOGON_NAME 10
-typedef struct unknown_type_10 {
- NTTIME unknown_time;
+typedef struct pac_logon_name {
+ NTTIME logon_time;
uint16 len;
uint16 *username; /* might not be null terminated, so not UNISTR */
-} UNKNOWN_TYPE_10;
+} PAC_LOGON_NAME;
typedef struct pac_signature_data {
uint32 type;
@@ -130,7 +130,7 @@ typedef struct pac_info_ctr
PAC_LOGON_INFO *logon_info;
PAC_SIGNATURE_DATA *srv_cksum;
PAC_SIGNATURE_DATA *privsrv_cksum;
- UNKNOWN_TYPE_10 *type_10;
+ PAC_LOGON_NAME *logon_name;
} pac;
} PAC_INFO_CTR;