Attempt at fixing bug #283. There however is no solution.
authorGerald Carter <jerry@samba.org>
Thu, 14 Aug 2003 21:14:28 +0000 (21:14 +0000)
committerGerald Carter <jerry@samba.org>
Thu, 14 Aug 2003 21:14:28 +0000 (21:14 +0000)
commit96bc2abfcb0dd0912696fad76e43cb217b33e061
treeefc101223b2a096f787e23307adf25d7d5c1349c
parentce5b8d2ec20fe1f4d3d1956020d88272fb84124a
Attempt at fixing bug #283.  There however is no solution.
There is a workaround documented in the bug report.

This patch does:

  * add server support for the LSA_DS UUID on the lsarpc pipe
  * store a list of context_ids/api_structs in the pipe_struct
    so that we don't have to lookup the function table for a pipe.
    We just match the context_id.  Note that a dce/rpc alter_context
    does not destroy the previous context so it is possible to
    have multiple bindings active on the same pipe. Observed from
    standalone win2k sp4 client.
  * added server code for DsROleGetPrimaryDOmainInfo() but disabled it
    since it causes problems enumerating users and groups from a 2ksp4
    domain member in a Samba domain.
19 files changed:
source/Makefile.in
source/configure.in
source/include/ntdomain.h
source/include/rpc_dce.h
source/include/rpc_ds.h
source/include/rpc_lsa.h
source/rpc_server/srv_dfs.c
source/rpc_server/srv_echo.c
source/rpc_server/srv_lsa.c
source/rpc_server/srv_lsa_ds.c [new file with mode: 0644]
source/rpc_server/srv_lsa_ds_nt.c [new file with mode: 0644]
source/rpc_server/srv_netlog.c
source/rpc_server/srv_pipe.c
source/rpc_server/srv_pipe_hnd.c
source/rpc_server/srv_reg.c
source/rpc_server/srv_samr.c
source/rpc_server/srv_spoolss.c
source/rpc_server/srv_srvsvc.c
source/rpc_server/srv_wkssvc.c