summaryrefslogtreecommitdiff
path: root/source3/auth/auth.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-03s3:auth: remember make_auth3_context_for_netlogon() was usedStefan Metzmacher1-1/+8
2023-07-05s3:auth: Use new debug macros for loggingAndreas Schneider1-6/+12
2023-07-05s3:auth: Fix code spellingAndreas Schneider1-17/+17
2023-06-25auth: Add functionality to log client and server policy informationJoseph Sutton1-2/+6
2021-11-09CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy1-0/+3
2021-04-27auth3: Apply some const to auth3_context_set_challenge()Volker Lendecke1-2/+4
2021-04-19auth3: Make load_auth_module() staticVolker Lendecke1-3/+4
2021-04-19auth: Simplify DEBUG statements in make_auth3_context_for_ntlm()Volker Lendecke1-6/+9
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-0/+1
2020-01-06auth: Remove the "typedef auth_methods"Volker Lendecke1-4/+5
2020-01-06auth3: Simplify auth_get_ntlm_challenge()Volker Lendecke1-6/+3
2020-01-06auth3: Check for talloc failureVolker Lendecke1-0/+4
2019-09-26s3/auth: clang: Fix 'Value stored during its initialization is never read'Noel Power1-1/+1
2019-06-13auth auth_log: csbuild unused parm unix_usernameGary Lockyer1-2/+1
2019-02-20s3 auth: Create messaging and lp contexts.Gary Lockyer1-3/+15
2018-12-20s3:auth_winbind: remove fallback to optional backendStefan Metzmacher1-1/+1
2018-06-25auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett1-2/+14
2018-03-19s3:auth: rename "guest" methods to "anonymous"Stefan Metzmacher1-4/+4
2017-12-13s3:auth: remove lp_auth_methods() handlingStefan Metzmacher1-30/+1
2017-09-22auth3: Remove auth_domainVolker Lendecke1-2/+2
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-1/+1
2017-04-10auth3: fallback to "sam_ignoredomain" in make_auth3_context_for_ntlm()Volker Lendecke1-3/+3
2017-04-10auth3: merge make_auth_context_subsystem() into make_auth3_context_for_ntlm()Stefan Metzmacher1-8/+2
2017-04-10auth3: only use "sam_netlogon3 winbind:trustdomain" in make_auth3_context_for...Stefan Metzmacher1-1/+30
2017-03-29auth: Add hooks for notification of authentication events over the message busAndrew Bartlett1-2/+3
2017-03-29auth: Generate a human readable Authentication log message.Gary Lockyer1-1/+17
2017-03-29auth: Add a reminder about the strings currently used for auditingAndrew Bartlett1-0/+4
2017-03-24auth3: handle ROLE_ACTIVE_DIRECTORY_DC before lp_auth_methods() in make_auth_...Stefan Metzmacher1-4/+9
2017-03-24auth3: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handlingStefan Metzmacher1-5/+0
2017-03-24auth3: only use "[samba4:]sam" in make_auth3_context_for_winbind()Stefan Metzmacher1-1/+18
2017-03-24auth3: let auth_check_ntlm_password() return pauthoritativeStefan Metzmacher1-17/+18
2017-03-24auth3: make make_auth_context_subsystem() staticStefan Metzmacher1-2/+2
2017-03-24auth3: add make_auth3_context_for_{ntlm,netlogon,winbind}Stefan Metzmacher1-0/+18
2017-03-24auth3: Remove unused make_auth_context_fixedVolker Lendecke1-19/+0
2017-03-24auth3: Introduce auth3_context_set_challengeVolker Lendecke1-1/+13
2017-03-24auth3: Simplify the logic in auth_check_ntlm_passwordVolker Lendecke1-29/+29
2017-03-24auth3: Don't try other auth modules on any errorVolker Lendecke1-3/+1
2017-03-24auth3: Introduce make_auth_context_specificVolker Lendecke1-22/+27
2017-03-24auth3: Slightly simplify make_auth_context_subsystem() step2Volker Lendecke1-39/+34
2017-03-24auth3: Slightly simplify make_auth_context_subsystem() step1Volker Lendecke1-4/+6
2017-03-09auth3: Simplify auth_check_ntlm_password logic with a "goto fail"Volker Lendecke1-11/+13
2017-03-08auth3: Simplify auth_check_ntlm_password logic with a "goto fail"Volker Lendecke1-40/+43
2017-03-08auth3: Simplify auth_check_ntlm_password server_info handlingVolker Lendecke1-6/+7
2017-03-08auth3: Simplify auth_check_ntlm_password talloc handlingVolker Lendecke1-13/+7
2017-03-08auth3: Use talloc_move instead of _stealVolker Lendecke1-1/+1
2017-03-08auth3: Centralize auth_check_ntlm_password failure handlingVolker Lendecke1-4/+11
2017-02-15auth3: Use NT_STATUS_EQUALVolker Lendecke1-1/+1
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2014-07-04s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbinddAndrew Bartlett1-0/+7
2014-06-11auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett1-1/+9