smb.h :
authorLuke Leighton <lkcl@samba.org>
Thu, 16 Oct 1997 16:01:25 +0000 (16:01 +0000)
committerLuke Leighton <lkcl@samba.org>
Thu, 16 Oct 1997 16:01:25 +0000 (16:01 +0000)
commiteb7f4cb0e24f48bd4a093846ad228f2534a44410
treee422b8698660c0403595b700e4baa6d33f88a44b
parent820b7045fc7c4a13ec10fe957a7c2b6bea47f353
smb.h :

id_info_1 has a pointer at the front of it.  so does return credentials,
and so does the client credentials.  these are all from the sam logon.
auth_level is 16 bytes not 32 and is actually called a switch_level.

smbparse.c :

smb_io_unihdr() - uni_max_len and uni_str_len are 16 bytes not 32.
this may have a knock-on effect on smb_in_unihdr2() but we'll see...
(This used to be commit ce36bfb3e4ad4b72a9f9759a3c49d2a73175d249)
source3/include/smb.h
source3/smbparse.c