auth: Add hooks for notification of authentication events over the message bus
authorAndrew Bartlett <abartlet@samba.org>
Fri, 24 Mar 2017 02:18:46 +0000 (15:18 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 29 Mar 2017 00:37:28 +0000 (02:37 +0200)
commitd0041960363c981224552d4ce7ac3092679ee2c6
tree8c76050e625360ea4955f537e73022944ac01725
parent631f1bcce68062e1c8e653024999b79589a80eaf
auth: Add hooks for notification of authentication events over the message bus

This will allow tests to be written to confirm the correct events are triggered.

We pass in a messaging context from the callers

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
13 files changed:
auth/auth_log.c
auth/common_auth.h
auth/gensec/gensec.c
auth/wscript_build
docs-xml/smbdotconf/logon/autheventnotification.xml [new file with mode: 0644]
source3/auth/auth.c
source3/auth/auth_generic.c
source3/rpc_server/srv_pipe.c
source4/auth/ntlm/auth.c
source4/auth/ntlm/auth_simple.c
source4/ldap_server/ldap_backend.c
source4/rpc_server/dcesrv_auth.c
source4/smb_server/smb/sesssetup.c