summaryrefslogtreecommitdiff
path: root/auth/auth_log.c
AgeCommit message (Expand)AuthorFilesLines
2024-12-12auth_log: prepare for netr_ServerAuthenticateKerberosStefan Metzmacher1-2/+4
2023-06-25auth: Add functionality to log client and server policy informationJoseph Sutton1-4/+94
2023-06-15auth: Add new ‘KDC Authorization’ log typeJoseph Sutton1-0/+189
2023-05-18lib:audit_logging: Add function to add flags to a JSON messageJoseph Sutton1-14/+4
2023-05-18auth: Remove unnecessary return statementsJoseph Sutton1-4/+0
2023-03-28auth: Fix code spellingAndreas Schneider1-2/+2
2023-02-08auth: Make more liberal use of SID index constantsJoseph Sutton1-2/+2
2022-03-10auth: let auth logging prefer user_info->orig_client.{account,domain}_name if...Stefan Metzmacher1-4/+16
2019-06-13auth auth_log: csbuild unused parm transport_protectionGary Lockyer1-2/+0
2019-06-13auth auth_log: csbuild unused parm unix_usernameGary Lockyer1-6/+0
2019-02-20auth log: Log the netlogon logon id.Gary Lockyer1-1/+10
2018-12-14auth log: Increment Authentication versionGary Lockyer1-1/+1
2018-12-14auth log: Add windows logon type codesGary Lockyer1-0/+29
2018-12-14auth log: Add windows event codesGary Lockyer1-0/+12
2018-12-14audit_logging: auth_json_audit required auth_jsonAndrew Bartlett1-2/+2
2018-12-14audit_logging: Remove debug log header and JSON Authentication: prefixAndrew Bartlett1-9/+4
2018-11-02auth: Use dom_sid_str_bufVolker Lendecke1-6/+3
2018-11-02auth: Use dom_sid_str_bufVolker Lendecke1-3/+2
2018-07-25json: Modify API to use return codesGary Lockyer1-84/+223
2018-06-25auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett1-1/+22
2018-06-01lib audit_logging: re-factor and add functions.Gary Lockyer1-20/+2
2018-05-16auth_log: Rename the json variablesGary Lockyer1-16/+16
2018-05-16auth_log: tidy up code formattingGary Lockyer1-70/+76
2018-05-16auth_log: Use common code from audit_loggingGary Lockyer1-414/+93
2018-05-10auth log: Log the unique session GUIDGary Lockyer1-1/+25
2018-04-12Check "auth event notification" param in log_jsonArvid Requate1-2/+11
2017-07-24source4 netlogon: Add authentication logging for ServerAuthenticate3Gary Lockyer1-0/+12
2017-03-29whitespace: auth_log.c C code conventionsGarming Sam1-29/+29
2017-03-29heimdal: Pass extra information to hdb_auth_status() to log success and failuresAndrew Bartlett1-3/+5
2017-03-29auth: Add hooks for notification of authentication events over the message busAndrew Bartlett1-9/+50
2017-03-29auth_log: Improve commentAndrew Bartlett1-1/+1
2017-03-29auth_log: Prepared to allow logging JSON events to a server over the message busAndrew Bartlett1-0/+80
2017-03-29auth_log: Add JSON logging of Authorisation and AuthenticationsGary Lockyer1-47/+550
2017-03-29auth: Log the transport connection for the authorizationAndrew Bartlett1-0/+1
2017-03-29auth_log: Split up auth/authz logging levels and handle anonymous betterAndrew Bartlett1-6/+24
2017-03-29auth_log: Also log the final type of authentication (ntlmssp,krb5)Andrew Bartlett1-1/+3
2017-03-29auth_log: Expand to include the type of password used (eg ntlmv2)Andrew Bartlett1-3/+42
2017-03-29auth: Add logging of service authorizationAndrew Bartlett1-0/+54
2017-03-29auth: Generate a human readable Authentication log message.Gary Lockyer1-0/+161