CVS update: samba/source/include

jerry at samba.org jerry at samba.org
Fri Aug 15 07:14:27 EST 2003


Date:	Thu Aug 14 21:14:27 2003
Author:	jerry

Update of /data/cvs/samba/source/include
In directory dp.samba.org:/tmp/cvs-serv26482/include

Modified Files:
      Tag: SAMBA_3_0
	ntdomain.h rpc_dce.h rpc_ds.h rpc_lsa.h 
Log Message:
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.




Revisions:
ntdomain.h		1.79.2.6 => 1.79.2.7
	http://www.samba.org/cgi-bin/cvsweb/samba/source/include/ntdomain.h.diff?r1=1.79.2.6&r2=1.79.2.7
rpc_dce.h		1.22.2.9 => 1.22.2.10
	http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_dce.h.diff?r1=1.22.2.9&r2=1.22.2.10
rpc_ds.h		1.2.2.3 => 1.2.2.4
	http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_ds.h.diff?r1=1.2.2.3&r2=1.2.2.4
rpc_lsa.h		1.39.2.6 => 1.39.2.7
	http://www.samba.org/cgi-bin/cvsweb/samba/source/include/rpc_lsa.h.diff?r1=1.39.2.6&r2=1.39.2.7



More information about the samba-cvs mailing list