diff options
author | Luke Leighton <lkcl@samba.org> | 1997-10-17 13:43:01 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-10-17 13:43:01 +0000 |
commit | f3c37f925ee06bbc76a89035b28dae0cf8c38088 (patch) | |
tree | 9536d7dd562090b0b58431cf5d4096ebca687d48 /source3/include/smb.h | |
parent | f657f37b3a346dfe7e31bd2cb3e3c32551bceadf (diff) | |
download | samba-f3c37f925ee06bbc76a89035b28dae0cf8c38088.tar.gz samba-f3c37f925ee06bbc76a89035b28dae0cf8c38088.tar.bz2 samba-f3c37f925ee06bbc76a89035b28dae0cf8c38088.zip |
smbparse.c smb.h :
uni_max_len and uni_str_len are the other way round, in UNIHDR.
util.c :
increased the show_msg() data size from 256 bytes to 512 bytes:
the LSA SAM Logon response can be about 500 bytes long.
pipenetlog.c :
forgot to set the authoritative field to 1.
(This used to be commit 71c6678cd7ffe30a5da27766cf99147e1921feae)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index e4c2823a19..80b2f28f4a 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -772,7 +772,7 @@ typedef struct lsa_q_user_info UNIHDR hdr_logon_dom; /* logon domain unicode string header */ uint32 buffer_dom_id; /* undocumented logon domain id pointer */ - char padding[40]; /* unused padding bytes? */ + char padding[40]; /* unused padding bytes. expansion room */ uint32 num_other_sids; /* 0 - num_sids */ uint32 buffer_other_sids; /* NULL - undocumented pointer to SIDs. */ |