From 805f7507e23f95c479114c44cd175b6b668ffaf9 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 19 Feb 2010 09:43:46 -0500 Subject: s4:cleanup remove unused schannel ldb code --- libcli/auth/schannel_state.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'libcli/auth/schannel_state.h') diff --git a/libcli/auth/schannel_state.h b/libcli/auth/schannel_state.h index 8db0698a9d..d378a39d8f 100644 --- a/libcli/auth/schannel_state.h +++ b/libcli/auth/schannel_state.h @@ -42,19 +42,4 @@ NTSTATUS schannel_check_creds_state(TALLOC_CTX *mem_ctx, struct netr_Authenticator *return_authenticator, struct netlogon_creds_CredentialState **creds_out); -struct ldb_context; - -NTSTATUS schannel_store_session_key_ldb(struct ldb_context *ldb, - TALLOC_CTX *mem_ctx, - struct netlogon_creds_CredentialState *creds); -NTSTATUS schannel_fetch_session_key_ldb(struct ldb_context *ldb, - TALLOC_CTX *mem_ctx, - const char *computer_name, - struct netlogon_creds_CredentialState **creds); -NTSTATUS schannel_creds_server_step_check_ldb(struct ldb_context *ldb, - TALLOC_CTX *mem_ctx, - const char *computer_name, - struct netr_Authenticator *received_authenticator, - struct netr_Authenticator *return_authenticator, - struct netlogon_creds_CredentialState **creds_out); #endif -- cgit