summaryrefslogtreecommitdiff
path: root/source3/include/authdata.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-02-21 03:08:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:10:16 -0500
commit115996503ced64c478ed1cc857bd5a1528644b46 (patch)
treed0874a47a658c1a3d99c895a24ef7d10d4b02d22 /source3/include/authdata.h
parent4ea92f30985466489a3b3faf5a1c90667175aad6 (diff)
downloadsamba-115996503ced64c478ed1cc857bd5a1528644b46.tar.gz
samba-115996503ced64c478ed1cc857bd5a1528644b46.tar.bz2
samba-115996503ced64c478ed1cc857bd5a1528644b46.zip
r13585: Sorry Gunther, had to revert this. It's got a buffer
overrun. Spoke to Jerry about the correct fix. Will add this after. Jeremy. (This used to be commit 33e13aabd3825c59d15dc897536e2ccf8c8f6d5e)
Diffstat (limited to 'source3/include/authdata.h')
-rw-r--r--source3/include/authdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/authdata.h b/source3/include/authdata.h
index 7e047687b7..194429ab67 100644
--- a/source3/include/authdata.h
+++ b/source3/include/authdata.h
@@ -42,7 +42,7 @@
typedef struct pac_logon_name {
NTTIME logon_time;
uint16 len;
- fstring username;
+ uint16 *username; /* might not be null terminated, so not UNISTR */
} PAC_LOGON_NAME;
typedef struct pac_signature_data {