summaryrefslogtreecommitdiff
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* s3:auth: make use of make_{server,session}_info_anonymous()Stefan Metzmacher2018-03-202-5/+2
* s3:auth: add make_{server,session}_info_anonymous()Stefan Metzmacher2018-03-202-1/+146
* s3:auth: pass the whole auth_session_info from copy_session_info_serverinfo_g...Stefan Metzmacher2018-03-201-30/+21
* s3:auth: base make_new_session_info_system() on auth_system_user_info_dc() an...Stefan Metzmacher2018-03-201-80/+43
* s3:auth: add auth3_user_info_dc_add_hints() and auth3_session_info_create()Stefan Metzmacher2018-03-202-0/+584
* s3:auth: remove static from finalize_local_nt_token()Stefan Metzmacher2018-03-202-4/+4
* s3:auth: pass AUTH_SESSION_INFO_* flags to finalize_local_nt_token()Stefan Metzmacher2018-03-201-19/+39
* s3:auth: don't try to expand system or anonymous tokens in finalize_local_nt_...Stefan Metzmacher2018-03-201-0/+24
* s3:auth: add add_builtin_guests() handling to finalize_local_nt_token()Stefan Metzmacher2018-03-201-8/+114
* s3:auth: only call secrets_fetch_domain_sid() once in finalize_local_nt_token()Stefan Metzmacher2018-03-201-16/+19
* s3:auth: move add_local_groups() out of finalize_local_nt_token()Stefan Metzmacher2018-03-201-7/+15
* s3:auth: add the "Unix Groups" sid for the primary gidStefan Metzmacher2018-03-201-0/+4
* s3:auth: remove unused auth_serversupplied_info->systemStefan Metzmacher2018-03-201-1/+0
* build: deal with recent glibc sunrpc header removalGünther Deschner2018-01-251-1/+1
* include: Create system/nis.h in libreplaceAndreas Schneider2018-01-251-0/+13
* auth3: prepare the logic for "map untrusted to domain = auto"Stefan Metzmacher2017-06-161-3/+5
* auth3: call is_trusted_domain() as the last condition make_user_info_map()Stefan Metzmacher2017-06-161-2/+4
* s3-auth: remove some dead prototypesGünther Deschner2017-05-101-9/+0
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-229-16/+16
* auth3: fallback to "sam_ignoredomain" in make_auth3_context_for_ntlm()Volker Lendecke2017-04-101-3/+3
* auth3: merge make_auth_context_subsystem() into make_auth3_context_for_ntlm()Stefan Metzmacher2017-04-101-8/+2
* auth3: only use "sam_netlogon3 winbind:trustdomain" in make_auth3_context_for...Stefan Metzmacher2017-04-101-1/+30
* auth3: add "sam_netlogon3" which only reacts on lp_workgroup() as NT4 PDC/BDCStefan Metzmacher2017-04-101-0/+64
* auth: Add hooks for notification of authentication events over the message busAndrew Bartlett2017-03-292-3/+6
* auth: Log the transport connection for the authorizationAndrew Bartlett2017-03-291-0/+1
* s3-auth: Log SMB authorization for bare NTLM (NTLMSSP/krb5 already done)Andrew Bartlett2017-03-291-10/+34
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-294-3/+32
* auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett2017-03-292-1/+11
* auth: Generate a human readable Authentication log message.Gary Lockyer2017-03-291-1/+17
* s3-auth: Split out get_user_sid_info3_and_extra() from create_local_nt_token_...Andrew Bartlett2017-03-292-15/+29
* auth: Add a reminder about the strings currently used for auditingAndrew Bartlett2017-03-291-0/+4
* auth: Fill in user_info->service_description from all callersAndrew Bartlett2017-03-294-5/+28
* s3-auth: Pass service_description into gensec via auth_generic_prepare()Andrew Bartlett2017-03-292-0/+10
* auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM authAndrew Bartlett2017-03-271-1/+2
* auth3: handle ROLE_ACTIVE_DIRECTORY_DC before lp_auth_methods() in make_auth_...Stefan Metzmacher2017-03-241-4/+9
* auth3: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handlingStefan Metzmacher2017-03-243-8/+1
* auth3: only use "[samba4:]sam" in make_auth3_context_for_winbind()Stefan Metzmacher2017-03-241-1/+18
* auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-243-3/+12
* auth4: let auth_check_password* return pauthoritativeStefan Metzmacher2017-03-241-2/+9
* auth3: let auth_check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-243-23/+32
* auth3: make make_auth_context_subsystem() staticStefan Metzmacher2017-03-242-4/+2
* auth3: make use of make_auth3_context_for_ntlm()Stefan Metzmacher2017-03-241-2/+2
* auth3: add make_auth3_context_for_{ntlm,netlogon,winbind}Stefan Metzmacher2017-03-242-0/+24
* auth3: Remove unused make_auth_context_fixedVolker Lendecke2017-03-242-22/+0
* auth3: Introduce auth3_context_set_challengeVolker Lendecke2017-03-242-1/+15
* auth3: Simplify the logic in auth_check_ntlm_passwordVolker Lendecke2017-03-241-29/+29
* auth3: Don't try other auth modules on any errorVolker Lendecke2017-03-241-3/+1
* auth3: Introduce make_auth_context_specificVolker Lendecke2017-03-241-22/+27
* auth3: Slightly simplify make_auth_context_subsystem() step2Volker Lendecke2017-03-241-39/+34
* auth3: Slightly simplify make_auth_context_subsystem() step1Volker Lendecke2017-03-241-4/+6