ipc.c:
authorLuke Leighton <lkcl@samba.org>
Sun, 12 Oct 1997 14:17:55 +0000 (14:17 +0000)
committerLuke Leighton <lkcl@samba.org>
Sun, 12 Oct 1997 14:17:55 +0000 (14:17 +0000)
commita6f8de6815e0b85bb23b302980730501ac0b87e5
tree8d7e9f414597e0bab846928d9d1e749e5f3645e6
parent946d73cf838976b905550288cac3aea7c43959f6
ipc.c:

debugging info.  found that data = NULL because of short packet length
indicated from the ntlsaRPC pipe _royally_ stuffs NT's packet handling.
maybe this should go down as a service denial bug to the ntbugtraq list.

pipes.c lsaparse.c smbparse.c :

added more debug stuff.  added length of header to data_len in MSRPC
fragment_length field (0x18 bytes short) which caused the above bug
from NT 4.0.  oops.
source/include/proto.h
source/lsaparse.c
source/smbd/ipc.c
source/smbd/pipes.c
source/smbparse.c