summaryrefslogtreecommitdiff
path: root/source3/auth/auth_util.c
AgeCommit message (Expand)AuthorFilesLines
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 Lendecke1-16/+0
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-08-08s3:auth: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-07-05s3:auth: Fix code spellingAndreas Schneider1-1/+1
2023-02-08auth: Shorten long SID flags combinationsJoseph Sutton1-3/+3
2023-02-08auth: Pass through entire PAC flags value in auth_user_infoJoseph Sutton1-1/+1
2023-02-08auth: Store group attributes in auth_user_info_dcJoseph Sutton1-18/+21
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-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 Boehme1-0/+1
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: Check minimum domain uidSamuel Cabrero1-0/+16
2021-04-19auth3: Make auth3_session_info_create() staticVolker Lendecke1-5/+6
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: Use talloc_move() instead of talloc_steal()Volker Lendecke1-1/+1
2021-01-21s3/auth: implement "winbind:ignore domains"Ralph Boehme1-0/+8
2020-02-06s3:auth: use talloc_alpha_strcpy() in auth3_session_info_create()Ralph Boehme1-3/+3
2020-02-06s3/auth: use talloc_alpha_strcpy() in create_local_token()Ralph Boehme1-5/+10
2019-12-10smbdes: convert E_P24() and SMBOWFencrypt to use gnutlsIsaac Boukris1-5/+14
2019-11-27smbdotconf: mark "log nt token command" with substitution="1"Ralph Boehme1-3/+5
2019-11-27smbdotconf: mark "add user script" with substitution="1"Ralph Boehme1-1/+3
2019-09-26s3/auth: clang: Fix 'Value stored during its initialization is never read'Noel Power1-2/+2
2019-06-05s3:auth: explicitly add BUILTIN\Guests to the guest tokenRalph Boehme1-0/+15
2019-06-05s3:auth: add reinit_guest_session_info()Ralph Boehme1-0/+11
2019-02-22s3:auth: Remove unused arcfour.h from auth_util.cAndreas Schneider1-1/+0
2018-12-20auth3: Use dom_sid_str_bufVolker Lendecke1-2/+4
2018-12-11auth: Use dom_sid_str_bufVolker Lendecke1-2/+3
2018-10-11auth: move copy_session_info() from source3 into the global auth contextBjörn Baumbach1-38/+1
2018-05-10auth: Add unique session GUID identifierGary Lockyer1-0/+6
2018-03-15s3:auth: add make_{server,session}_info_anonymous()Stefan Metzmacher1-1/+138
2018-03-15s3:auth: pass the whole auth_session_info from copy_session_info_serverinfo_g...Stefan Metzmacher1-30/+21
2018-03-15s3:auth: base make_new_session_info_system() on auth_system_user_info_dc() an...Stefan Metzmacher1-80/+43
2018-03-15s3:auth: add auth3_user_info_dc_add_hints() and auth3_session_info_create()Stefan Metzmacher1-0/+552
2018-03-15s3:auth: add the "Unix Groups" sid for the primary gidStefan Metzmacher1-0/+4
2018-03-15s3:auth: remove unused auth_serversupplied_info->systemStefan Metzmacher1-1/+0
2018-02-21s3:auth: Pass mem_ctx to init_system_session_info()Andreas Schneider1-2/+2
2018-02-20s3:auth: Pass mem_ctx to init_guest_session_info()Andreas Schneider1-2/+7
2018-02-20s3:auth: Pass a mem_ctx to make_new_session_info_guest()Andreas Schneider1-10/+15
2018-01-15s3:rpc_client: Clenup copy_netr_SamInfo3() codeAndreas Schneider1-5/+9
2018-01-13s3/rpc_client: move copy_netr_SamInfo3() to util_netlogonRalph Boehme1-0/+1
2017-12-13s3:auth: is_trusted_domain() is now only useful (and used as DC)Stefan Metzmacher1-49/+10