- added DCE/RPC "fault" PDU support.
authorLuke Leighton <lkcl@samba.org>
Mon, 15 Nov 1999 22:11:10 +0000 (22:11 +0000)
committerLuke Leighton <lkcl@samba.org>
Mon, 15 Nov 1999 22:11:10 +0000 (22:11 +0000)
commitb231d2fafaff8dc67ef2dbaec778f716524d4f6a
tree054f060f9d6cd60535ebee5501177d8b839b7577
parent4c479f0574019afb2fc8a3dbfc802c75fde89244
- added DCE/RPC "fault" PDU support.

- disabled (AGAIN) the GETDC "if (MAILSLOT\NTLOGON)" code that will get
NT5rc2 to work but WILL break win95 (AGAIN).  this needs _not_ to be
re-enabled but to be replaced with a better mechanism.

- added SMBwrite support (note: SMBwriteX already existed) as NT5rc2 is
sending DCE/RPC over SMBwrite not SMBwriteX.
(This used to be commit 25c70e3c984c4fed19763ed405741e83fe14f87e)
source3/include/nameserv.h
source3/include/ntdomain.h
source3/include/proto.h
source3/include/rpc_dce.h
source3/nmbd/nmbd_processlogon.c
source3/rpc_parse/parse_rpc.c
source3/rpc_server/srv_pipe.c
source3/smbd/ipc.c
source3/smbd/pipes.c
source3/smbd/process.c
source3/smbd/reply.c