]> git.ipfire.org Git - thirdparty/samba.git/commit
libcli/auth: let schannel_check_creds_state() take an access_check callback
authorStefan Metzmacher <metze@samba.org>
Tue, 26 Nov 2024 11:54:02 +0000 (12:54 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 12 Dec 2024 13:59:29 +0000 (13:59 +0000)
commit2cf8a8ea35d75c7dcac0e724b473f66a36acd8b2
tree650acc87031ebacff66d0ad529f9d298cea5c11d
parente830da448b10d9a2e23627ce00f153656b17988f
libcli/auth: let schannel_check_creds_state() take an access_check callback

This allows the callback to decide if the updated creds should be stored
or not.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
libcli/auth/schannel_state.h
libcli/auth/schannel_state_tdb.c
librpc/rpc/server/netlogon/schannel_util.c