From 765832748b4ef6141802ff72e3dea99453bf23d8 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 6 Mar 2005 06:37:38 +0000 Subject: r5667: Move schannel state into libcli/auth (as it belongs with schannel, which will move in with the rest of GENSEC shortly). Add the RID as another element in the schannel state. Andrew Bartlett (This used to be commit 69114b4a8e1c937ab5ff12ca91dd22bd83fd9a3b) --- source4/librpc/rpc/dcerpc_schannel.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source4/librpc/rpc') diff --git a/source4/librpc/rpc/dcerpc_schannel.c b/source4/librpc/rpc/dcerpc_schannel.c index a6262d85f0..d99d43ad58 100644 --- a/source4/librpc/rpc/dcerpc_schannel.c +++ b/source4/librpc/rpc/dcerpc_schannel.c @@ -36,13 +36,6 @@ struct dcerpc_schannel_state { char *account_name; }; -static NTSTATUS dcerpc_schannel_key(struct dcerpc_pipe *p, - const char *domain, - const char *username, - const char *password, - int chan_type, - struct creds_CredentialState *creds); - /* wrappers for the schannel_*() functions -- cgit