bug-fixing against:
authorLuke Leighton <lkcl@samba.org>
Thu, 15 Oct 1998 05:47:29 +0000 (05:47 +0000)
committerLuke Leighton <lkcl@samba.org>
Thu, 15 Oct 1998 05:47:29 +0000 (05:47 +0000)
commita7fccd807b938cbb51002ebae8c7a48b40dbb655
tree01e34fb76dee2b0f5ee98261348964d5779fb38b
parentc48ee2bfbaec8a29b6c5da2a4e3d28937c9fb8e2
bug-fixing against:

AS/U:
      it returns dce/rpc "first" and "last" bits _clear_ in a bind/ack
      response, when they should be set in a (small) packet.  they also,
      in the bind/ack do not set a secondary address string at all, so
      we can't check against that...

Win95:
      client-side dce/rpc code is a bit odd.  it does a "WaitNamedPipeState"
      and has slightly different pipe-naming (\PIPE\LANMAN is joined by
      \PIPE\SRVSVC, \PIPE\WINREG etc whereas nt just has \PIPE\LANMAN
      and \PIPE\).

Win95-USRMGR.EXE:
      added LsaOpenPolicy (renamed existing to LsaOpenPolicy2).
      added SamrConnect (renamed existing to SamrConnect2).
15 files changed:
source/include/client.h
source/include/ntdomain.h
source/include/proto.h
source/include/rpc_lsa.h
source/include/rpc_samr.h
source/lsarpcd/srv_lsa.c
source/passdb/smbpass.c
source/rpc_client/cli_pipe.c
source/rpc_client/cli_samr.c
source/rpc_parse/parse_lsa.c
source/rpc_parse/parse_samr.c
source/rpc_server/srv_lsa.c
source/rpc_server/srv_pipe_hnd.c
source/rpc_server/srv_samr.c
source/smbd/ipc.c