summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
2019-09-26s3/auth: clang: Fix 'Value stored during its initialization is never read'Noel Power1-1/+1
2019-09-26s3/auth: clang: Fix 'Value stored during its initialization is never read'Noel Power1-2/+2
2019-06-13auth auth_log: csbuild unused parm unix_usernameGary Lockyer1-2/+1
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 Boehme2-0/+12
2019-04-02make some auth functions return an NTSTATUS like other similar functions for ...Kristján Valur2-36/+44
2019-02-22s3:auth: Remove unused arcfour.h from auth_util.cAndreas Schneider1-1/+0
2019-02-22s3:auth: Remove unused arcfour.h header from server_info.cAndreas Schneider1-1/+0
2019-02-20s3 auth: Create messaging and lp contexts.Gary Lockyer2-4/+16
2019-01-08auth3: Use dom_sid_str_bufVolker Lendecke1-3/+7
2018-12-20auth3: Use dom_sid_str_bufVolker Lendecke3-19/+31
2018-12-20s3:auth_winbind: ignore a missing winbindd as NT4 PDC/BDC without trustsStefan Metzmacher1-1/+32
2018-12-20s3:auth_winbind: return NT_STATUS_NO_LOGON_SERVERS if winbindd is not availableStefan Metzmacher1-1/+1
2018-12-20s3:auth_winbind: remove fallback to optional backendStefan Metzmacher2-17/+1
2018-12-20s3:auth: ignore create_builtin_guests() failing without a valid idmap configu...Stefan Metzmacher1-1/+17
2018-12-11auth: Use dom_sid_str_bufVolker Lendecke1-2/+3
2018-11-28s3:auth: Use #ifdef instead of #if for config.h definitionsAndreas Schneider1-3/+3
2018-10-19lib: Remove gencache.h from proto.hVolker Lendecke1-0/+1
2018-10-17auth3: Avoid an explicit ZERO_STRUCTVolker Lendecke1-3/+1
2018-10-11auth: move copy_session_info() from source3 into the global auth contextBjörn Baumbach3-41/+2
2018-10-09pdb: Reduce code duplication in make_user_info()Volker Lendecke1-26/+16
2018-10-08pdb: Use "sid_compose" where appropriateVolker Lendecke1-4/+2
2018-09-07s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt1-1/+1
2018-06-25auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett1-2/+14
2018-05-10auth: Add unique session GUID identifierGary Lockyer1-0/+6
2018-03-19s3:auth: support AUTH_SESSION_INFO_NTLM in finalize_local_nt_token()Stefan Metzmacher1-0/+16
2018-03-19s3:auth: make use of create_builtin_guests() in finalize_local_nt_token()Stefan Metzmacher1-17/+41
2018-03-19s3:auth: rename "guest" methods to "anonymous"Stefan Metzmacher2-14/+14
2018-03-16s3:auth: make use of make_{server,session}_info_anonymous()Stefan Metzmacher2-5/+2
2018-03-15s3:auth: add make_{server,session}_info_anonymous()Stefan Metzmacher2-1/+142
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 Metzmacher2-0/+584
2018-03-15s3:auth: remove static from finalize_local_nt_token()Stefan Metzmacher2-4/+4
2018-03-15s3:auth: pass AUTH_SESSION_INFO_* flags to finalize_local_nt_token()Stefan Metzmacher1-19/+39
2018-03-15s3:auth: don't try to expand system or anonymous tokens in finalize_local_nt_...Stefan Metzmacher1-0/+24
2018-03-15s3:auth: add add_builtin_guests() handling to finalize_local_nt_token()Stefan Metzmacher1-8/+114
2018-03-15s3:auth: only call secrets_fetch_domain_sid() once in finalize_local_nt_token()Stefan Metzmacher1-16/+19
2018-03-15s3:auth: move add_local_groups() out of finalize_local_nt_token()Stefan Metzmacher1-7/+15
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-03-01s3:auth: Add FALL_THROUGH statements in pampass.cAndreas Schneider1-2/+2
2018-03-01s3:auth: Add FALL_THROUGH statements in auth_sam.cAndreas Schneider1-0/+4
2018-02-21s3:auth: Pass mem_ctx to init_system_session_info()Andreas Schneider2-3/+3
2018-02-20s3:auth: Pass mem_ctx to init_guest_session_info()Andreas Schneider2-3/+8
2018-02-20s3:auth: Pass a mem_ctx to make_new_session_info_guest()Andreas Schneider1-10/+15
2018-02-10s3/auth: add create_info6_from_pac()Stefan Metzmacher2-0/+60
2018-01-22build: deal with recent glibc sunrpc header removalGünther Deschner1-1/+1
2018-01-22include: Create system/nis.h in libreplaceAndreas Schneider1-0/+13
2018-01-15s3:rpc_client: Clenup copy_netr_SamInfo3() codeAndreas Schneider2-21/+38