summaryrefslogtreecommitdiff
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* s3/auth: clang: Fix 'Value stored during its initialization is never read'Noel Power2019-09-261-1/+1
* s3/auth: clang: Fix 'Value stored during its initialization is never read'Noel Power2019-09-261-2/+2
* auth auth_log: csbuild unused parm unix_usernameGary Lockyer2019-06-131-2/+1
* s3:auth: explicitly add BUILTIN\Guests to the guest tokenRalph Boehme2019-06-051-0/+15
* s3:auth: add reinit_guest_session_info()Ralph Boehme2019-06-052-0/+12
* make some auth functions return an NTSTATUS like other similar functions for ...Kristján Valur2019-04-022-36/+44
* s3:auth: Remove unused arcfour.h from auth_util.cAndreas Schneider2019-02-221-1/+0
* s3:auth: Remove unused arcfour.h header from server_info.cAndreas Schneider2019-02-221-1/+0
* s3 auth: Create messaging and lp contexts.Gary Lockyer2019-02-202-4/+16
* auth3: Use dom_sid_str_bufVolker Lendecke2019-01-081-3/+7
* auth3: Use dom_sid_str_bufVolker Lendecke2018-12-203-19/+31
* s3:auth_winbind: ignore a missing winbindd as NT4 PDC/BDC without trustsStefan Metzmacher2018-12-201-1/+32
* s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd is not availableStefan Metzmacher2018-12-201-1/+1
* s3:auth_winbind: remove fallback to optional backendStefan Metzmacher2018-12-202-17/+1
* s3:auth: ignore create_builtin_guests() failing without a valid idmap configu...Stefan Metzmacher2018-12-201-1/+17
* auth: Use dom_sid_str_bufVolker Lendecke2018-12-111-2/+3
* s3:auth: Use #ifdef instead of #if for config.h definitionsAndreas Schneider2018-11-281-3/+3
* lib: Remove gencache.h from proto.hVolker Lendecke2018-10-191-0/+1
* auth3: Avoid an explicit ZERO_STRUCTVolker Lendecke2018-10-171-3/+1
* auth: move copy_session_info() from source3 into the global auth contextBjörn Baumbach2018-10-113-41/+2
* pdb: Reduce code duplication in make_user_info()Volker Lendecke2018-10-091-26/+16
* pdb: Use "sid_compose" where appropriateVolker Lendecke2018-10-081-4/+2
* s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt2018-09-071-1/+1
* auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2018-06-251-2/+14
* auth: Add unique session GUID identifierGary Lockyer2018-05-101-0/+6
* s3:auth: support AUTH_SESSION_INFO_NTLM in finalize_local_nt_token()Stefan Metzmacher2018-03-191-0/+16
* s3:auth: make use of create_builtin_guests() in finalize_local_nt_token()Stefan Metzmacher2018-03-191-17/+41
* s3:auth: rename "guest" methods to "anonymous"Stefan Metzmacher2018-03-192-14/+14
* s3:auth: make use of make_{server,session}_info_anonymous()Stefan Metzmacher2018-03-162-5/+2
* s3:auth: add make_{server,session}_info_anonymous()Stefan Metzmacher2018-03-152-1/+142
* s3:auth: pass the whole auth_session_info from copy_session_info_serverinfo_g...Stefan Metzmacher2018-03-151-30/+21
* s3:auth: base make_new_session_info_system() on auth_system_user_info_dc() an...Stefan Metzmacher2018-03-151-80/+43
* s3:auth: add auth3_user_info_dc_add_hints() and auth3_session_info_create()Stefan Metzmacher2018-03-152-0/+584
* s3:auth: remove static from finalize_local_nt_token()Stefan Metzmacher2018-03-152-4/+4
* s3:auth: pass AUTH_SESSION_INFO_* flags to finalize_local_nt_token()Stefan Metzmacher2018-03-151-19/+39
* s3:auth: don't try to expand system or anonymous tokens in finalize_local_nt_...Stefan Metzmacher2018-03-151-0/+24
* s3:auth: add add_builtin_guests() handling to finalize_local_nt_token()Stefan Metzmacher2018-03-151-8/+114
* s3:auth: only call secrets_fetch_domain_sid() once in finalize_local_nt_token()Stefan Metzmacher2018-03-151-16/+19
* s3:auth: move add_local_groups() out of finalize_local_nt_token()Stefan Metzmacher2018-03-151-7/+15
* s3:auth: add the "Unix Groups" sid for the primary gidStefan Metzmacher2018-03-151-0/+4
* s3:auth: remove unused auth_serversupplied_info->systemStefan Metzmacher2018-03-151-1/+0
* s3:auth: Add FALL_THROUGH statements in pampass.cAndreas Schneider2018-03-011-2/+2
* s3:auth: Add FALL_THROUGH statements in auth_sam.cAndreas Schneider2018-03-011-0/+4
* s3:auth: Pass mem_ctx to init_system_session_info()Andreas Schneider2018-02-212-3/+3
* s3:auth: Pass mem_ctx to init_guest_session_info()Andreas Schneider2018-02-202-3/+8
* s3:auth: Pass a mem_ctx to make_new_session_info_guest()Andreas Schneider2018-02-201-10/+15
* s3/auth: add create_info6_from_pac()Stefan Metzmacher2018-02-102-0/+60
* build: deal with recent glibc sunrpc header removalGünther Deschner2018-01-221-1/+1
* include: Create system/nis.h in libreplaceAndreas Schneider2018-01-221-0/+13
* s3:rpc_client: Clenup copy_netr_SamInfo3() codeAndreas Schneider2018-01-152-21/+38