- 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)
commit25c70e3c984c4fed19763ed405741e83fe14f87e
tree566fcfeb911d5e6fc7684b8d838733b50c01b8ff
parentcc2ce2b755b12cb3d97522aaee69b93309571abc
- 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.
source/include/nameserv.h
source/include/ntdomain.h
source/include/proto.h
source/include/rpc_dce.h
source/nmbd/nmbd_processlogon.c
source/rpc_parse/parse_rpc.c
source/rpc_server/srv_pipe.c
source/smbd/ipc.c
source/smbd/pipes.c
source/smbd/process.c
source/smbd/reply.c