Author: vlendec Date: 2006-06-09 11:53:35 +0000 (Fri, 09 Jun 2006) New Revision: 16118
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16118 Log: This changes the way the current pipe user is handled: We now rely on p->pipe_user to be correctly set at bind time, not get_current_user() anymore. NTLM binds get the user from the bind itself, schannel gets guest and anon binds get the current user at bind time. It also fixes the session key issue. Volker Modified: trunk/source/auth/auth_util.c trunk/source/include/ntdomain.h trunk/source/rpc_server/srv_dfs_nt.c trunk/source/rpc_server/srv_lsa_nt.c trunk/source/rpc_server/srv_pipe.c trunk/source/rpc_server/srv_pipe_hnd.c trunk/source/rpc_server/srv_spoolss_nt.c trunk/source/rpc_server/srv_srvsvc_nt.c Changeset: Sorry, the patch is too large (782 lines) to include; please use WebSVN to see it! WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16118
