smb.h smbparse.c pipenetlog.c :
authorLuke Leighton <lkcl@samba.org>
Wed, 15 Oct 1997 19:16:38 +0000 (19:16 +0000)
committerLuke Leighton <lkcl@samba.org>
Wed, 15 Oct 1997 19:16:38 +0000 (19:16 +0000)
commited606bc7d4e6fb1091e527ea70a3e950d50a1db4
treead33d417284331c970bc3de94db3276dbafc6018
parente55a3dc94a824b61a7123b080705be2271268ee4
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.
source/include/byteorder.h
source/include/proto.h
source/include/smb.h
source/libsmb/credentials.c
source/pipenetlog.c
source/smbd/reply.c
source/smbparse.c