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)
commita42afcdcc7ab9aa9ed193ae36d3dbb10843447f0
treed5f55708810d375cb906e8deea7dd21e522be07f
parentba22030ed7e81749116191bce26e948ebf35e2cb
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).
(This used to be commit a7fccd807b938cbb51002ebae8c7a48b40dbb655)
15 files changed:
source3/include/client.h
source3/include/ntdomain.h
source3/include/proto.h
source3/include/rpc_lsa.h
source3/include/rpc_samr.h
source3/lsarpcd/srv_lsa.c
source3/passdb/smbpass.c
source3/rpc_client/cli_pipe.c
source3/rpc_client/cli_samr.c
source3/rpc_parse/parse_lsa.c
source3/rpc_parse/parse_samr.c
source3/rpc_server/srv_lsa.c
source3/rpc_server/srv_pipe_hnd.c
source3/rpc_server/srv_samr.c
source3/smbd/ipc.c