summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-13s3/rpc_client: move copy_netr_SamInfo3() to util_netlogonRalph Boehme3-44/+1
2017-12-13s3:auth: is_trusted_domain() is now only useful (and used as DC)Stefan Metzmacher1-49/+10
2017-12-13s3:auth: remove lp_auth_methods() handlingStefan Metzmacher1-30/+1
2017-12-13s3:auth: remove "map untrusted to domain" handlingStefan Metzmacher1-33/+4
2017-10-30s3-auth: remove leftover prototype from auth_domain.Günther Deschner1-4/+0
2017-10-27smbd: Fix the memory hierarchy in the unix tokenVolker Lendecke1-1/+2
2017-09-22auth3: Remove auth_domainVolker Lendecke3-423/+2
2017-08-07auth/common: add support for auth4_ctx->check_ntlm_password_send/recv()Stefan Metzmacher1-7/+42
2017-06-16auth3: prepare the logic for "map untrusted to domain = auto"Stefan Metzmacher1-3/+5
2017-06-16auth3: call is_trusted_domain() as the last condition make_user_info_map()Stefan Metzmacher1-2/+4
2017-05-10s3-auth: remove some dead prototypesGünther Deschner1-9/+0
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison9-16/+16
2017-04-10auth3: fallback to "sam_ignoredomain" in make_auth3_context_for_ntlm()Volker Lendecke1-3/+3
2017-04-10auth3: merge make_auth_context_subsystem() into make_auth3_context_for_ntlm()Stefan Metzmacher1-8/+2
2017-04-10auth3: only use "sam_netlogon3 winbind:trustdomain" in make_auth3_context_for...Stefan Metzmacher1-1/+30
2017-04-10auth3: add "sam_netlogon3" which only reacts on lp_workgroup() as NT4 PDC/BDCStefan Metzmacher1-0/+64
2017-03-29auth: Add hooks for notification of authentication events over the message busAndrew Bartlett2-3/+6
2017-03-29auth: Log the transport connection for the authorizationAndrew Bartlett1-0/+1
2017-03-29s3-auth: Log SMB authorization for bare NTLM (NTLMSSP/krb5 already done)Andrew Bartlett1-10/+34
2017-03-29rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer4-3/+32
2017-03-29auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett2-1/+11
2017-03-29auth: Generate a human readable Authentication log message.Gary Lockyer1-1/+17
2017-03-29s3-auth: Split out get_user_sid_info3_and_extra() from create_local_nt_token_...Andrew Bartlett2-15/+29