summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2023-12-01s3:auth: Allow 'Unix Users' and 'Unix Groups' to create a local tokenAndreas Schneider1-1/+16
2023-12-01s3:auth: Remove trailing white spaces from auth_util.cAndreas Schneider1-32/+32
2023-11-16token_util.c: prefer capabilities over become_rootBjörn Jacke1-2/+2
2023-10-25s3:auth: Add missing word to commentJoseph Sutton1-1/+1
2023-10-11libcli: Make debug_unix_user_token() use just one DEBUG statementVolker Lendecke1-9/+22
2023-09-26libcli/security: Pass in claims evaluation state when building any security t...Andrew Bartlett1-4/+23
2023-09-11s3:auth: Fix code spellingJoseph Sutton1-1/+1
2023-08-08s3:auth: Add missing newlines to logging messagesJoseph Sutton3-4/+4
2023-07-05s3:auth: Use new debug macros for loggingAndreas Schneider1-6/+12
2023-07-05s3:auth: Fix code spellingAndreas Schneider9-35/+35
2023-06-25auth: Add functionality to log client and server policy informationJoseph Sutton2-3/+9
2023-05-16auth: Return status code if configuration prohibits NTLMJoseph Sutton1-0/+1
2023-02-08auth: Shorten long SID flags combinationsJoseph Sutton2-6/+4
2023-02-08s4:kdc: Add resource SID compressionJoseph Sutton1-1/+2
2023-02-08auth: Pass through entire PAC flags value in auth_user_infoJoseph Sutton1-1/+1
2023-02-08auth: Exclude resource groups from a TGTJoseph Sutton1-0/+1
2023-02-08auth: Store group attributes in auth_user_info_dcJoseph Sutton2-19/+22
2023-01-19s3:auth: call wbcFreeMemory(info) in auth3_generate_session_info_pac()Stefan Metzmacher1-0/+1
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