summaryrefslogtreecommitdiff
path: root/source3/auth/auth.c
Commit message (Expand)AuthorAgeFilesLines
* s3/auth: clang: Fix 'Value stored during its initialization is never read'Noel Power2019-09-261-1/+1
* auth auth_log: csbuild unused parm unix_usernameGary Lockyer2019-06-131-2/+1
* s3 auth: Create messaging and lp contexts.Gary Lockyer2019-02-201-3/+15
* s3:auth_winbind: remove fallback to optional backendStefan Metzmacher2018-12-201-1/+1
* auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2018-06-251-2/+14
* s3:auth: rename "guest" methods to "anonymous"Stefan Metzmacher2018-03-191-4/+4
* s3:auth: remove lp_auth_methods() handlingStefan Metzmacher2017-12-131-30/+1
* auth3: Remove auth_domainVolker Lendecke2017-09-221-2/+2
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+1
* 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
* auth: Add hooks for notification of authentication events over the message busAndrew Bartlett2017-03-291-2/+3
* auth: Generate a human readable Authentication log message.Gary Lockyer2017-03-291-1/+17
* auth: Add a reminder about the strings currently used for auditingAndrew Bartlett2017-03-291-0/+4
* 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-241-5/+0
* auth3: only use "[samba4:]sam" in make_auth3_context_for_winbind()Stefan Metzmacher2017-03-241-1/+18
* auth3: let auth_check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-241-17/+18
* auth3: make make_auth_context_subsystem() staticStefan Metzmacher2017-03-241-2/+2
* auth3: add make_auth3_context_for_{ntlm,netlogon,winbind}Stefan Metzmacher2017-03-241-0/+18
* auth3: Remove unused make_auth_context_fixedVolker Lendecke2017-03-241-19/+0
* auth3: Introduce auth3_context_set_challengeVolker Lendecke2017-03-241-1/+13
* 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
* auth3: Simplify auth_check_ntlm_password logic with a "goto fail"Volker Lendecke2017-03-091-11/+13
* auth3: Simplify auth_check_ntlm_password logic with a "goto fail"Volker Lendecke2017-03-081-40/+43
* auth3: Simplify auth_check_ntlm_password server_info handlingVolker Lendecke2017-03-081-6/+7
* auth3: Simplify auth_check_ntlm_password talloc handlingVolker Lendecke2017-03-081-13/+7
* auth3: Use talloc_move instead of _stealVolker Lendecke2017-03-081-1/+1
* auth3: Centralize auth_check_ntlm_password failure handlingVolker Lendecke2017-03-081-4/+11
* auth3: Use NT_STATUS_EQUALVolker Lendecke2017-02-151-1/+1
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbinddAndrew Bartlett2014-07-041-0/+7
* auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett2014-06-111-1/+9
* s3-auth: Pass mem_ctx to auth_check_ntlm_password().Andreas Schneider2014-02-191-19/+31
* param: rename lp function and variable from "encrypted_passwords" to "encrypt...Garming Sam2014-02-071-1/+1
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-031-48/+6
* s3-auth: rework default auth methods around the lp_server_role() parameterAndrew Bartlett2012-06-151-17/+23
* s3-auth: Merge SEC_DOMAIN and SEC_ADS cases in creating the default auth modu...Andrew Bartlett2012-06-151-7/+2
* s3-auth: remove "security=server" (depricated since 3.6)Stefan Metzmacher2012-05-151-6/+0
* s3-auth: Remove single-implementation plugin layerAndrew Bartlett2012-03-081-8/+5
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-11/+0
* s3-auth: Add a way to get an auth4_context from the auth stackAndrew Bartlett2012-02-241-2/+4
* s3-auth re-create the auth context in the s3 ntlmssp server moduleAndrew Bartlett2012-01-051-2/+0
* selftest: test plugin_s4_dc against all ncacn_np testsAndrew Bartlett2011-08-031-1/+2
* s3-ntlmssp Split calls to gensec plugin into prepare and startAndrew Bartlett2011-08-031-2/+3