summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2023-01-10lib: Remove idtree from samba_util.hVolker Lendecke1-0/+1
2022-12-12lib: Remove fstring_sub() that was used just onceVolker Lendecke1-1/+1
2022-10-13s3:auth_samba4: make use of imessaging_init_discard_incoming()Stefan Metzmacher1-4/+4
2022-09-16s3:auth: Flush the GETPWSID in memory cache for NTLM authAndreas Schneider1-2/+6
2022-09-12CVE-2021-20251 s3: ensure bad password count atomic updatesJeremy Allison1-0/+77
2022-08-26s3:auth: Zero memory in sam_password_ok()Pavel Filipenský1-4/+10
2022-08-08lib/util/access: source3/auth/user_util: Check for INNETGRlistout1-2/+2
2022-06-09s3:smbd: Free allocated strings before leaving user_in_netgroup() functionSamuel Cabrero1-0/+3
2022-06-09Revert "s3:smbd: Remove NIS support"Samuel Cabrero1-22/+119
2022-06-09Revert "s3:auth: Fix user_in_list() for UNIX groups"Samuel Cabrero1-7/+5
2022-04-07s3:auth: Fix user_in_list() for UNIX groupsPavel Filipenský1-5/+7
2022-03-10s3:auth: make_user_info_map() should not set mapped_stateStefan Metzmacher1-2/+0
2022-03-10s3:auth: let make_user_info_netlogon_interactive() set USER_INFO_INTERACTIVE_...Stefan Metzmacher1-0/+1
2021-12-03CVE-2020-25717: s3-auth: fix MIT Realm regressionRalph Boehme1-0/+9
2021-11-15CVE-2020-25717: s3:auth: Fallback to a SID/UID based mapping if the named bas...Andrew Bartlett1-1/+33
2021-11-11source3: move lib/substitute.c functions out of proto.hRalph Boehme3-0/+3
2021-11-09CVE-2020-25717: s3:auth: simplify make_session_info_krb5() by removing unused...Stefan Metzmacher3-22/+2
2021-11-09CVE-2020-25717: s3:auth: simplify get_user_from_kerberos_info() by removing t...Stefan Metzmacher3-49/+11
2021-11-09CVE-2020-25717: s3:auth: let auth3_generate_session_info_pac() reject a PAC i...Stefan Metzmacher1-20/+9
2021-11-09CVE-2020-25717: s3:auth: let auth3_generate_session_info_pac() delegate every...Stefan Metzmacher1-28/+109
2021-11-09CVE-2020-25717: Add FreeIPA domain controller roleAlexander Bokovoy2-6/+11
2021-11-09CVE-2020-25717: s3:auth: don't let create_local_token depend on !winbind_ping()Stefan Metzmacher1-6/+4
2021-11-09CVE-2020-25717: s3:auth: remove fallbacks in smb_getpwnam()Ralph Boehme1-35/+42
2021-11-09CVE-2020-25717: s3:auth: no longer let check_account() autocreate local usersStefan Metzmacher1-1/+1
2021-11-09CVE-2020-25717: s3:auth: we should not try to autocreate the guest accountStefan Metzmacher1-1/+1
2021-11-09CVE-2020-25717: s3:auth: Check minimum domain uidSamuel Cabrero1-0/+16
2021-11-09CVE-2020-25717: s3:auth: let auth3_generate_session_info_pac() forward the lo...Stefan Metzmacher1-1/+1
2021-11-09CVE-2020-25717: s3:auth: start with authoritative = 1Stefan Metzmacher2-2/+2
2021-09-08s3: auth: Andrew noticed f585f01148ab2d8f84c96b12e018742f5f17bcb0 doesn't kee...Jeremy Allison1-1/+6
2021-09-07auth: Fix a typoVolker Lendecke1-1/+1
2021-09-07auth: Simplify is_our_machine_account()Volker Lendecke1-8/+1
2021-06-29s3:auth: Check return code of cli_credentials_set_conf()Andreas Schneider1-1/+7
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider1-2/+6
2021-04-27auth3: talloc_strackframe() panics on failureVolker Lendecke1-6/+1
2021-04-27auth3: if (ret==False) just looks weirdVolker Lendecke1-1/+1
2021-04-27auth3: Fix a typoVolker Lendecke1-1/+1
2021-04-27auth3: Use auth3_context_set_challenge() in auth3_set_challenge()Volker Lendecke1-6/+8
2021-04-27auth3: Apply some const to auth3_context_set_challenge()Volker Lendecke2-4/+8
2021-04-22s3:smbd: Remove NIS supportAndreas Schneider2-133/+23
2021-04-19auth3: Make auth3_session_info_create() staticVolker Lendecke2-10/+6
2021-04-19auth3: Add an error check to auth_generic_prepare()Volker Lendecke1-1/+5
2021-04-19auth3: Remove unnecessary talloc_unlink() callsVolker Lendecke1-5/+0
2021-04-19auth3: Make load_auth_module() staticVolker Lendecke2-6/+4
2021-04-19create_local_token: Add error checksVolker Lendecke1-9/+24
2021-04-19auth3: Fix a few error path memleaks in create_local_token()Volker Lendecke1-22/+20
2021-04-19auth3: Fix a typoVolker Lendecke1-1/+1
2021-04-19auth3: Simplify check_samba4_security()Volker Lendecke1-12/+17
2021-04-19auth: Simplify DEBUG statements in make_auth3_context_for_ntlm()Volker Lendecke1-6/+9
2021-04-19auth3: Fix a error path memleakVolker Lendecke1-28/+21
2021-04-19auth3: Use talloc_move() instead of talloc_steal()Volker Lendecke4-5/+5