s4:cleanup remove unused schannel ldb code
[samba.git] / libcli / auth / schannel_state.h
index 8db0698a9d75e3ad02ecb90e6453368568397d01..d378a39d8f2881f9997418f095fa6e15780cc66e 100644 (file)
@@ -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