summaryrefslogtreecommitdiff
path: root/source3/auth
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-29auth: Add a reminder about the strings currently used for auditingAndrew Bartlett1-0/+4
2017-03-29auth: Fill in user_info->service_description from all callersAndrew Bartlett4-5/+28
2017-03-29s3-auth: Pass service_description into gensec via auth_generic_prepare()Andrew Bartlett2-0/+10
2017-03-27auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM authAndrew Bartlett1-1/+2
2017-03-24auth3: handle ROLE_ACTIVE_DIRECTORY_DC before lp_auth_methods() in make_auth_...Stefan Metzmacher1-4/+9
2017-03-24auth3: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handlingStefan Metzmacher3-8/+1
2017-03-24auth3: only use "[samba4:]sam" in make_auth3_context_for_winbind()Stefan Metzmacher1-1/+18
2017-03-24auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher3-3/+12
2017-03-24auth4: let auth_check_password* return pauthoritativeStefan Metzmacher1-2/+9
2017-03-24auth3: let auth_check_ntlm_password() return pauthoritativeStefan Metzmacher3-23/+32
2017-03-24auth3: make make_auth_context_subsystem() staticStefan Metzmacher2-4/+2
2017-03-24auth3: make use of make_auth3_context_for_ntlm()Stefan Metzmacher1-2/+2
2017-03-24auth3: add make_auth3_context_for_{ntlm,netlogon,winbind}Stefan Metzmacher2-0/+24
2017-03-24auth3: Remove unused make_auth_context_fixedVolker Lendecke2-22/+0
2017-03-24auth3: Introduce auth3_context_set_challengeVolker Lendecke2-1/+15
2017-03-24auth3: Simplify the logic in auth_check_ntlm_passwordVolker Lendecke1-29/+29
2017-03-24auth3: Don't try other auth modules on any errorVolker Lendecke1-3/+1
2017-03-24auth3: Introduce make_auth_context_specificVolker Lendecke1-22/+27
2017-03-24auth3: Slightly simplify make_auth_context_subsystem() step2Volker Lendecke1-39/+34
2017-03-24auth3: Slightly simplify make_auth_context_subsystem() step1Volker Lendecke1-4/+6
2017-03-10auth_ntdomain3: Correctly handle !authoritativeVolker Lendecke1-0/+4
2017-03-10auth_winbind3: Correctly handle !authoritativeVolker Lendecke1-0/+9
2017-03-09auth3: Simplify auth_check_ntlm_password logic with a "goto fail"Volker Lendecke1-11/+13
2017-03-08auth3: Simplify auth_check_ntlm_password logic with a "goto fail"Volker Lendecke1-40/+43
2017-03-08auth3: Simplify auth_check_ntlm_password server_info handlingVolker Lendecke1-6/+7
2017-03-08auth3: Simplify auth_check_ntlm_password talloc handlingVolker Lendecke1-13/+7
2017-03-08auth3: Use talloc_move instead of _stealVolker Lendecke1-1/+1
2017-03-08auth3: Centralize auth_check_ntlm_password failure handlingVolker Lendecke1-4/+11
2017-02-27auth3: Simplify get_system_info3Volker Lendecke1-11/+2
2017-02-27auth3: Fix some whitespaceVolker Lendecke1-3/+3
2017-02-22Correct "somthing" typos.Chris Lamb1-1/+1
2017-02-22Correct "perfom" typos.Chris Lamb1-1/+1
2017-02-15auth3: Use NT_STATUS_EQUALVolker Lendecke1-1/+1
2017-01-09auth: Remove auth_wbcVolker Lendecke2-207/+0
2017-01-03auth: Use "all_zero" where appropriateVolker Lendecke1-3/+2