summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-09s3:auth: Use cli_credentials_init_server()Andreas Schneider1-9/+1
2021-03-16auth3: Make it a bit easier to #include "source3/include/auth.h"Volker Lendecke1-5/+5
2021-03-16auth3: Align integer typesVolker Lendecke1-2/+2
2021-01-21s3/auth: implement "winbind:ignore domains"Ralph Boehme1-0/+8
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke2-0/+2
2020-11-12auth_sam: use pdb_get_domain_info to look up DNS forest informationAlexander Bokovoy1-4/+41
2020-11-10auth_generic: fix empty initializer compile warningBjörn Jacke1-1/+1
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider1-2/+2
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore2-0/+2
2020-05-30s3:auth: fill in info3 domain name in passwd_to_SamInfo3()Ralph Boehme1-0/+6