s4:auth: Add audit info parameters to check_password_recv()
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 15 Jun 2023 22:21:59 +0000 (10:21 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 25 Jun 2023 23:29:32 +0000 (23:29 +0000)
commitad32cf0286c212bd3644b5d6a1ba4344170eeabe
tree39e4a9ec124c64ff12ad74495952a86f67597ded
parent66841384751496ce3f4c4f06179b8814b3b34d98
s4:auth: Add audit info parameters to check_password_recv()

These pointers can be set by implementing functions in order for them to
be logged in auth_check_password_recv().

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/auth/auth.h
source4/auth/ntlm/auth.c
source4/auth/ntlm/auth_anonymous.c
source4/auth/ntlm/auth_developer.c
source4/auth/ntlm/auth_sam.c
source4/auth/ntlm/auth_winbind.c