summaryrefslogtreecommitdiff
path: root/auth/common_auth.h
AgeCommit message (Expand)AuthorFilesLines
2025-04-03s4:auth: let auth_context_create_for_netlogon() remember for_netlogon = true;Stefan Metzmacher1-0/+2
2024-12-12auth_log: prepare for netr_ServerAuthenticateKerberosStefan Metzmacher1-0/+1
2023-10-24s4:kdc: Add a flag indicating that the device should be added to Authenticate...Joseph Sutton1-0/+1
2023-10-24s4:kdc: Add a flag indicating that the device should be added to the default ...Joseph Sutton1-0/+1
2023-10-01s4:dsdb: Add session info flag to indicate authentication with a deviceJoseph Sutton1-0/+1
2023-06-25auth: Add functionality to log client and server policy informationJoseph Sutton1-2/+8
2023-06-15auth: Add new ‘KDC Authorization’ log typeJoseph Sutton1-0/+21
2023-05-18auth: Correct parameter order in headerJoseph Sutton1-1/+1
2023-03-28auth: Fix code spellingAndreas Schneider1-1/+1
2022-06-26s4-auth: For LDAP simple bind, fall back to checking the ENCTYPE_AES256_CTS_H...Andrew Bartlett1-0/+3
2022-03-10auth: let auth logging prefer user_info->orig_client.{account,domain}_name if...Stefan Metzmacher1-1/+1
2022-03-10s4:auth: rename user_info->mapped_state to user_info->cracknames_calledStefan Metzmacher1-1/+1
2020-01-06auth: Simplify struct auth4_contextVolker Lendecke1-6/+0
2019-06-13auth auth_log: csbuild unused parm unix_usernameGary Lockyer1-1/+0
2019-02-20auth log: Log the netlogon logon id.Gary Lockyer1-0/+1
2018-06-25auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett1-0/+4
2017-08-07auth/common: add support for auth4_ctx->check_ntlm_password_send/recv()Stefan Metzmacher1-0/+10
2017-03-29heimdal: Pass extra information to hdb_auth_status() to log success and failuresAndrew Bartlett1-0/+7
2017-03-29auth: Add hooks for notification of authentication events over the message busAndrew Bartlett1-2/+26
2017-03-29auth: Log the transport connection for the authorizationAndrew Bartlett1-0/+7
2017-03-29auth_log: Also log the final type of authentication (ntlmssp,krb5)Andrew Bartlett1-0/+1
2017-03-29auth: Add logging of service authorizationAndrew Bartlett1-0/+5
2017-03-29auth: Generate a human readable Authentication log message.Gary Lockyer1-0/+6
2017-03-29auth: Add "auth_description" to allow logs to distinguish simple bind (etc)Andrew Bartlett1-0/+1
2017-03-29gensec: Pass service_description into auth_usersuppliedinfo during NTLMSSPAndrew Bartlett1-0/+2
2017-03-29s4-netlogon: Remember many more details in the auth_usersupplied info for fut...Andrew Bartlett1-0/+9
2017-03-27auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM authAndrew Bartlett1-0/+1
2017-03-24auth: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM definesStefan Metzmacher1-3/+1
2017-03-24auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher1-0/+1
2014-07-04s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbinddAndrew Bartlett1-1/+1
2014-06-11auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett1-1/+5
2012-07-03auth: Remove .get_challenge (only used for security=server)Andrew Bartlett1-4/+0
2012-02-24auth: Rename some elements of auth4_contextAndrew Bartlett1-7/+7
2012-02-18auth: Reorder arguments to generate_session_infoAndrew Bartlett1-2/+2
2012-02-13auth: Pass in the SMB username (for %U) into generate_session_infoAndrew Bartlett1-0/+1
2012-01-30auth: Make check_password and generate_session_info hook genericAndrew Bartlett1-2/+3
2012-01-29auth: provide private pointer and do not return original PAC signaturesAndrew Bartlett1-0/+3
2012-01-11gensec: move gensec_util.c to the top levelAndrew Bartlett1-0/+5
2012-01-11auth: make auth4_context common to provide access to generate_session_info_pac()Andrew Bartlett1-0/+59
2011-07-20auth: include auth.idl structures into common_auth.hAndrew Bartlett1-0/+2
2011-05-08auth: allow auth_common.h to be included multiple times without errorAndrew Bartlett1-0/+5
2010-08-31s3-auth: remove global include of krb5pac.h.Günther Deschner1-2/+0
2010-08-14s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett1-3/+3
2010-08-14s4:auth Move struct auth_usersupplied_info to a common locationAndrew Bartlett1-0/+63