summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2026-01-20auth: Avoid a memset with callocVolker Lendecke1-3/+1
2026-01-13source3/auth: Zero memory in auth_util.cPavel Filipenský1-10/+10
2025-11-10auth: Simplify check_account()Volker Lendecke1-4/+1
2025-06-20auth: Direct variable initializationVolker Lendecke1-9/+2
2025-06-20auth: Remove unused session_info_set_session_key()Volker Lendecke2-18/+0
2025-06-14s3:auth: Fix Coverity ID 1646934: memory leak in make_pw_chatShachar Sharon1-0/+3
2025-05-15lib: Save lines by avoiding explicit ZERO_STRUCTP callsVolker Lendecke1-3/+1
2025-04-03s3:auth: let auth_winbind pass WBC_AUTH_PARAM_FLAGS_FOR_NETLOGON if neededStefan Metzmacher1-0/+4
2025-04-03s3:auth: remember make_auth3_context_for_netlogon() was usedStefan Metzmacher1-1/+8
2025-02-27smbd: avoid work in unix token debug no-opDouglas Bagnall1-1/+7
2025-01-15s3:auth: let check_sam_security() add NETLOGON_NTLMV2_ENABLEDStefan Metzmacher1-0/+2
2024-09-20auth: Fix CID 1615191 Uninitialized scalar variableVolker Lendecke1-2/+4
2024-07-17s3:auth: allow real plaintext authenticationStefan Metzmacher1-1/+1
2024-07-17s3:auth: let smb_pam_conv() handle resp=NULLStefan Metzmacher1-3/+10
2024-06-28s3:auth: Avoid passing freed pamh pointer to funcitons using itAndreas Schneider1-3/+7
2024-06-28s3:auth: Remove trailing spaces in pampass.cAndreas Schneider1-9/+9
2024-05-14s3:gse: Implement gensec_gse_security_by_oid()Andreas Schneider1-1/+2
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
2024-04-16s3:auth: Add support standalone server with MIT Keberos 1.21Andreas Schneider1-8/+66
2024-04-16s3:auth: Split auth3_generate_session_info_pac() into functionsAndreas Schneider1-159/+177
2024-04-16s3:auth: Re-format auth3_generate_session_info_pac()Andreas Schneider1-39/+53
2024-04-16s3:auth: Remove trailing spacesAndreas Schneider1-3/+3
2024-03-27Revert "token_util.c: prefer capabilities over become_root"Björn Jacke1-2/+2
2024-03-27winbind: Log NOT_IMPLEMENTED as debugDavid Mulder1-1/+5
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