smb.h smbparse.c pipenetlog.c :
commitd83845241381fb6ff86890d1d43c3d3bf6522a2b
authorLuke Leighton <lkcl@samba.org>
Wed, 15 Oct 1997 19:16:38 +0000 (15 19:16 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 15 Oct 1997 19:16:38 +0000 (15 19:16 +0000)
treebedfdef95d642a5df1ce1449d04c8985789cd319
parent5619b53921aca62fea163399fd0ca1915e50cc11
smb.h smbparse.c pipenetlog.c :

whoops, the SAM Logon structure was wrong.  updated this, and
cifsntdomain.txt.  more debug info in pipenetlog.c.  the crash
is somewhere around deal_with_credentials().

byteorder.h :

put in uint8, uint16 and uint32 typecasts around debug info, because
sign extending was resulting in ffffffe8 being displayed instead of e8.

credentials.c :

some debugging info, because i'm tracking a coredump.  without gdb.
nothing like making things difficult.

reply.c :

whoops, missed this (important) bit from paul's code, which tells
the NT workstation that the MACHINE$ entry doesn't already exist,
and we're going to create a default entry with a password "machine"
right now.

proto.h:

the usual.
(This used to be commit ed606bc7d4e6fb1091e527ea70a3e950d50a1db4)
source3/include/byteorder.h
source3/include/proto.h
source3/include/smb.h
source3/libsmb/credentials.c
source3/pipenetlog.c
source3/smbd/reply.c
source3/smbparse.c