summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-03s4:auth: let auth_context_create_for_netlogon() remember for_netlogon = true;Stefan Metzmacher1-1/+6
2023-11-01s4:auth: Comment about claims in the security tokenJoseph Sutton1-0/+5
2023-11-01s4:auth: Remove trailing whitespaceJoseph Sutton1-24/+24
2023-10-01s4:auth: Reformat function callsJoseph Sutton1-3/+6
2023-08-03s4:auth: Fix code spellingAndreas Schneider1-2/+2
2023-06-25s4:auth: Add audit info parameters to check_password_recv()Joseph Sutton1-5/+13
2023-06-25auth: Add functionality to log client and server policy informationJoseph Sutton1-2/+6
2023-06-15s4:auth: Enforce machine authentication policy for NTLM authenticationJoseph Sutton1-1/+3
2023-05-18s4:auth: Remove superfluous semicolonJoseph Sutton1-1/+1
2023-05-18s4:auth: Fix typosJoseph Sutton1-1/+1
2023-02-08auth: Make more liberal use of SID index constantsJoseph Sutton1-1/+1
2023-02-08auth: Pass through entire PAC flags value in auth_user_infoJoseph Sutton1-2/+2
2023-02-08auth: Store group attributes in auth_user_info_dcJoseph Sutton1-1/+1
2022-03-10s4:auth: check for user_info->mapped.account_name if it needs to be filledStefan Metzmacher1-6/+1
2021-11-09CVE-2020-25719 CVE-2020-25717: s4:auth: remove unused auth_generate_session_i...Stefan Metzmacher1-44/+5
2021-11-09CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy1-0/+1
2021-11-09CVE-2020-25717: s4:auth/ntlm: make sure auth_check_password() defaults to r->...Stefan Metzmacher1-0/+5
2021-04-16auth4: Remove sync check_password from auth_operationsVolker Lendecke1-40/+4
2021-01-08auth: Fix a typoVolker Lendecke1-1/+1
2021-01-08auth: Reformat a commentVolker Lendecke1-4/+5
2019-06-13auth auth_log: csbuild unused parm unix_usernameGary Lockyer1-2/+1
2018-06-25auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett1-0/+3
2018-05-21auth: Use DBGC_AUTH as DBGC_CLASS for AD DC NTLM auth code.Andrew Bartlett1-0/+3
2018-05-10samdb: Add remote address to connectGary Lockyer1-1/+6
2017-12-13s4:auth/ntlm: remove lpcfg_auth_methods() handlingStefan Metzmacher1-33/+7
2017-08-07s4:auth/ntlmssp: add support for using "winbind" as DCStefan Metzmacher1-16/+1
2017-08-07s4:auth: use "sam winbind" for the netlogon serverStefan Metzmacher1-7/+4
2017-08-07s4:auth/ntlm: provide auth_check_password_wrapper_send/recv to auth4_contextStefan Metzmacher1-11/+72
2017-06-27s4:auth/ntlm: allow auth_operations to specify check_password_send/recv()Stefan Metzmacher1-0/+52
2017-06-27s4:auth/ntlm: introduce auth_check_password_next()Stefan Metzmacher1-54/+44
2017-06-27s4:auth/ntlm: move auth_check_password_wrapper() further downStefan Metzmacher1-37/+37
2017-06-26s4:auth/unix_token: remove unused tevent_context from auth_session_info_fill_...Stefan Metzmacher1-3/+3
2017-05-30auth4: Add authoritative flag to check_passwordGarming Sam1-3/+8
2017-05-11s4: auth: Add TALLOC_CTX * to auth_register()Jeremy Allison1-2/+3
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2017-04-10auth4: use "sam winbind_rodc sam_failtrusts" for the netlogon authenticationStefan Metzmacher1-1/+34
2017-04-10auth4: avoid map_user_info() in auth_check_password_send()Stefan Metzmacher1-10/+25
2017-04-10auth4: use "anonymous sam winbind sam_ignoredomain" with ROLE_DOMAIN_MEMBERStefan Metzmacher1-1/+1
2017-04-10auth4: use "anonymous sam winbind_rodc sam_failtrusts sam_ignoredomain" as AD_DCStefan Metzmacher1-1/+14
2017-03-29auth: Add hooks for notification of authentication events over the message busAndrew Bartlett1-2/+6
2017-03-29auth: Generate a human readable Authentication log message.Gary Lockyer1-1/+10
2017-03-29auth: Add a reminder about the strings currently used for auditingAndrew Bartlett1-0/+4
2017-03-24auth4: implement the deprecated 'auth methods' in auth_methods_from_lp()Stefan Metzmacher1-0/+14
2017-03-24auth4: reflect the reality and use "winbind_rodc" instead of "winbind" for th...Stefan Metzmacher1-1/+1
2017-03-24auth4: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handlingStefan Metzmacher1-5/+0
2017-03-24auth4: debug if method->ops->check_password() gives NOT_IMPLEMENTEDStefan Metzmacher1-4/+9
2017-03-24auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher1-2/+2
2017-03-24auth4: let auth_check_password* return pauthoritativeStefan Metzmacher1-13/+19
2017-03-24auth4: add auth_context_create_for_netlogon()Stefan Metzmacher1-0/+9
2017-03-24auth4: make auth_check_password_wrapper() staticStefan Metzmacher1-5/+5