summaryrefslogtreecommitdiff
path: root/auth/auth_log.c
Commit message (Expand)AuthorAgeFilesLines
* lib: Fix array size in audit_loggingAndreas Schneider2018-06-201-1/+1
* source4 netlogon: Add authentication logging for ServerAuthenticate3Gary Lockyer2017-07-241-0/+12
* whitespace: auth_log.c C code conventionsGarming Sam2017-03-291-29/+29
* heimdal: Pass extra information to hdb_auth_status() to log success and failuresAndrew Bartlett2017-03-291-3/+5
* auth: Add hooks for notification of authentication events over the message busAndrew Bartlett2017-03-291-9/+50
* auth_log: Improve commentAndrew Bartlett2017-03-291-1/+1
* auth_log: Prepared to allow logging JSON events to a server over the message busAndrew Bartlett2017-03-291-0/+80
* auth_log: Add JSON logging of Authorisation and AuthenticationsGary Lockyer2017-03-291-47/+550
* auth: Log the transport connection for the authorizationAndrew Bartlett2017-03-291-0/+1
* auth_log: Split up auth/authz logging levels and handle anonymous betterAndrew Bartlett2017-03-291-6/+24
* auth_log: Also log the final type of authentication (ntlmssp,krb5)Andrew Bartlett2017-03-291-1/+3
* auth_log: Expand to include the type of password used (eg ntlmv2)Andrew Bartlett2017-03-291-3/+42
* auth: Add logging of service authorizationAndrew Bartlett2017-03-291-0/+54
* auth: Generate a human readable Authentication log message.Gary Lockyer2017-03-291-0/+161