diff options
author | Volker Lendecke <vl@samba.org> | 2020-01-02 22:58:06 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2020-01-06 23:34:00 +0000 |
commit | 7f75dec865256049e99f7fcf46317cd2d53e95d1 (patch) | |
tree | 4d598e5e675385ac06fe837dc582be073dc97033 /auth/common_auth.h | |
parent | add8fd21c08f1225191b0794a92206f5c9248d23 (diff) | |
download | samba-7f75dec865256049e99f7fcf46317cd2d53e95d1.tar.gz |
auth: Simplify struct auth4_context
The fake async code has been pushed down into the 3 users, remove the sync
callback. Overall it's more lines of code, but the central interface is
simplified.
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Mon Jan 6 23:34:00 UTC 2020 on sn-devel-184
Diffstat (limited to 'auth/common_auth.h')
-rw-r--r-- | auth/common_auth.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/auth/common_auth.h b/auth/common_auth.h index 9f04c9b9cbb..0452c673ebc 100644 --- a/auth/common_auth.h +++ b/auth/common_auth.h @@ -129,12 +129,6 @@ struct auth4_context { /* Private data for the callbacks on this auth context */ void *private_data; - NTSTATUS (*check_ntlm_password)(struct auth4_context *auth_ctx, - TALLOC_CTX *mem_ctx, - const struct auth_usersupplied_info *user_info, - uint8_t *pauthoritative, - void **server_returned_info, - DATA_BLOB *nt_session_key, DATA_BLOB *lm_session_key); struct tevent_req *(*check_ntlm_password_send)(TALLOC_CTX *mem_ctx, struct tevent_context *ev, struct auth4_context *auth_ctx, |