summaryrefslogtreecommitdiff
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* auth: Return status code if configuration prohibits NTLMJoseph Sutton2023-05-161-0/+1
* auth: Shorten long SID flags combinationsJoseph Sutton2023-02-082-6/+4
* s4:kdc: Add resource SID compressionJoseph Sutton2023-02-081-1/+2
* auth: Pass through entire PAC flags value in auth_user_infoJoseph Sutton2023-02-081-1/+1
* auth: Exclude resource groups from a TGTJoseph Sutton2023-02-081-0/+1
* auth: Store group attributes in auth_user_info_dcJoseph Sutton2023-02-082-19/+22
* s3:auth: call wbcFreeMemory(info) in auth3_generate_session_info_pac()Stefan Metzmacher2023-01-191-0/+1
* lib: Remove idtree from samba_util.hVolker Lendecke2023-01-101-0/+1
* lib: Remove fstring_sub() that was used just onceVolker Lendecke2022-12-121-1/+1
* s3:auth_samba4: make use of imessaging_init_discard_incoming()Stefan Metzmacher2022-10-131-4/+4
* s3:auth: Flush the GETPWSID in memory cache for NTLM authAndreas Schneider2022-09-161-2/+6
* CVE-2021-20251 s3: ensure bad password count atomic updatesJeremy Allison2022-09-121-0/+77
* s3:auth: Zero memory in sam_password_ok()Pavel Filipenský2022-08-261-4/+10
* lib/util/access: source3/auth/user_util: Check for INNETGRlistout2022-08-081-2/+2
* s3:smbd: Free allocated strings before leaving user_in_netgroup() functionSamuel Cabrero2022-06-091-0/+3
* Revert "s3:smbd: Remove NIS support"Samuel Cabrero2022-06-091-22/+119
* Revert "s3:auth: Fix user_in_list() for UNIX groups"Samuel Cabrero2022-06-091-7/+5
* s3:auth: Fix user_in_list() for UNIX groupsPavel Filipenský2022-04-071-5/+7
* s3:auth: make_user_info_map() should not set mapped_stateStefan Metzmacher2022-03-101-2/+0
* s3:auth: let make_user_info_netlogon_interactive() set USER_INFO_INTERACTIVE_...Stefan Metzmacher2022-03-101-0/+1
* CVE-2020-25717: s3-auth: fix MIT Realm regressionRalph Boehme2021-12-031-0/+9
* CVE-2020-25717: s3:auth: Fallback to a SID/UID based mapping if the named bas...Andrew Bartlett2021-11-151-1/+33
* source3: move lib/substitute.c functions out of proto.hRalph Boehme2021-11-113-0/+3
* CVE-2020-25717: s3:auth: simplify make_session_info_krb5() by removing unused...Stefan Metzmacher2021-11-093-22/+2
* CVE-2020-25717: s3:auth: simplify get_user_from_kerberos_info() by removing t...Stefan Metzmacher2021-11-093-49/+11
* CVE-2020-25717: s3:auth: let auth3_generate_session_info_pac() reject a PAC i...Stefan Metzmacher2021-11-091-20/+9
* CVE-2020-25717: s3:auth: let auth3_generate_session_info_pac() delegate every...Stefan Metzmacher2021-11-091-28/+109
* CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy2021-11-092-6/+11
* CVE-2020-25717: s3:auth: don't let create_local_token depend on !winbind_ping()Stefan Metzmacher2021-11-091-6/+4
* CVE-2020-25717: s3:auth: remove fallbacks in smb_getpwnam()Ralph Boehme2021-11-091-35/+42
* CVE-2020-25717: s3:auth: no longer let check_account() autocreate local usersStefan Metzmacher2021-11-091-1/+1
* CVE-2020-25717: s3:auth: we should not try to autocreate the guest accountStefan Metzmacher2021-11-091-1/+1
* CVE-2020-25717: s3:auth: Check minimum domain uidSamuel Cabrero2021-11-091-0/+16
* CVE-2020-25717: s3:auth: let auth3_generate_session_info_pac() forward the lo...Stefan Metzmacher2021-11-091-1/+1
* CVE-2020-25717: s3:auth: start with authoritative = 1Stefan Metzmacher2021-11-092-2/+2
* s3: auth: Andrew noticed f585f01148ab2d8f84c96b12e018742f5f17bcb0 doesn't kee...Jeremy Allison2021-09-081-1/+6
* auth: Fix a typoVolker Lendecke2021-09-071-1/+1
* auth: Simplify is_our_machine_account()Volker Lendecke2021-09-071-8/+1
* s3:auth: Check return code of cli_credentials_set_conf()Andreas Schneider2021-06-291-1/+7
* auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider2021-04-281-2/+6
* auth3: talloc_strackframe() panics on failureVolker Lendecke2021-04-271-6/+1
* auth3: if (ret==False) just looks weirdVolker Lendecke2021-04-271-1/+1
* auth3: Fix a typoVolker Lendecke2021-04-271-1/+1
* auth3: Use auth3_context_set_challenge() in auth3_set_challenge()Volker Lendecke2021-04-271-6/+8
* auth3: Apply some const to auth3_context_set_challenge()Volker Lendecke2021-04-272-4/+8
* s3:smbd: Remove NIS supportAndreas Schneider2021-04-222-133/+23
* auth3: Make auth3_session_info_create() staticVolker Lendecke2021-04-192-10/+6
* auth3: Add an error check to auth_generic_prepare()Volker Lendecke2021-04-191-1/+5
* auth3: Remove unnecessary talloc_unlink() callsVolker Lendecke2021-04-191-5/+0
* auth3: Make load_auth_module() staticVolker Lendecke2021-04-192-6/+4