summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm/auth.c
Commit message (Expand)AuthorAgeFilesLines
* s4:auth/ntlm: remove lpcfg_auth_methods() handlingStefan Metzmacher2017-12-131-33/+7
* s4:auth/ntlmssp: add support for using "winbind" as DCStefan Metzmacher2017-08-071-16/+1
* s4:auth: use "sam winbind" for the netlogon serverStefan Metzmacher2017-08-071-7/+4
* s4:auth/ntlm: provide auth_check_password_wrapper_send/recv to auth4_contextStefan Metzmacher2017-08-071-11/+72
* s4:auth/ntlm: allow auth_operations to specify check_password_send/recv()Stefan Metzmacher2017-06-271-0/+52
* s4:auth/ntlm: introduce auth_check_password_next()Stefan Metzmacher2017-06-271-54/+44
* s4:auth/ntlm: move auth_check_password_wrapper() further downStefan Metzmacher2017-06-271-37/+37
* s4:auth/unix_token: remove unused tevent_context from auth_session_info_fill_...Stefan Metzmacher2017-06-261-3/+3
* auth4: Add authoritative flag to check_passwordGarming Sam2017-05-301-3/+8
* s4: auth: Add TALLOC_CTX * to auth_register()Jeremy Allison2017-05-111-2/+3
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* auth4: use "sam winbind_rodc sam_failtrusts" for the netlogon authenticationStefan Metzmacher2017-04-101-1/+34
* auth4: avoid map_user_info() in auth_check_password_send()Stefan Metzmacher2017-04-101-10/+25
* auth4: use "anonymous sam winbind sam_ignoredomain" with ROLE_DOMAIN_MEMBERStefan Metzmacher2017-04-101-1/+1
* auth4: use "anonymous sam winbind_rodc sam_failtrusts sam_ignoredomain" as AD_DCStefan Metzmacher2017-04-101-1/+14
* auth: Add hooks for notification of authentication events over the message busAndrew Bartlett2017-03-291-2/+6
* auth: Generate a human readable Authentication log message.Gary Lockyer2017-03-291-1/+10
* auth: Add a reminder about the strings currently used for auditingAndrew Bartlett2017-03-291-0/+4
* auth4: implement the deprecated 'auth methods' in auth_methods_from_lp()Stefan Metzmacher2017-03-241-0/+14
* auth4: reflect the reality and use "winbind_rodc" instead of "winbind" for th...Stefan Metzmacher2017-03-241-1/+1
* auth4: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handlingStefan Metzmacher2017-03-241-5/+0
* auth4: debug if method->ops->check_password() gives NOT_IMPLEMENTEDStefan Metzmacher2017-03-241-4/+9
* auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-241-2/+2
* auth4: let auth_check_password* return pauthoritativeStefan Metzmacher2017-03-241-13/+19
* auth4: add auth_context_create_for_netlogon()Stefan Metzmacher2017-03-241-0/+9
* auth4: make auth_check_password_wrapper() staticStefan Metzmacher2017-03-241-5/+5
* auth4: Move a variable closer to its useVolker Lendecke2017-03-061-1/+1
* auth4: Reduce indentation level by an early error returnVolker Lendecke2017-02-281-18/+22
* auth4: Only use CrackNames if we're a DCVolker Lendecke2017-02-281-2/+8
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-131-0/+1
* s4-auth: Do not override the NT_STATUS_NOT_IMPLEMENTED error for winbinddAndrew Bartlett2014-07-041-3/+7
* auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett2014-06-111-0/+5
* auth: Allow auth_samba4 to be forced to run a specific auth moduleAndrew Bartlett2014-05-161-1/+1
* s4:auth: avoid str_list related const warningsStefan Metzmacher2014-04-021-1/+1
* auth4: Do not generate just a temporary wbc_contextVolker Lendecke2014-03-051-10/+1
* auth4: auth_session_info_fill_unix only needs a tevent_contextVolker Lendecke2014-03-051-1/+2
* Revert "auth4: auth_session_info_fill_unix only needs a tevent_context"Volker Lendecke2014-02-181-2/+1
* Revert "auth4: Do not generate just a temporary wbc_context"Volker Lendecke2014-02-181-1/+10
* auth4: Do not generate just a temporary wbc_contextVolker Lendecke2014-02-101-10/+1
* auth4: auth_session_info_fill_unix only needs a tevent_contextVolker Lendecke2014-02-101-1/+2
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-031-30/+0
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-151-0/+1
* auth: Rename some elements of auth4_contextAndrew Bartlett2012-02-241-3/+3
* auth: Reorder arguments to generate_session_infoAndrew Bartlett2012-02-181-7/+7
* auth: Pass in the SMB username (for %U) into generate_session_infoAndrew Bartlett2012-02-131-2/+6
* gensec: inline gensec_generate_session_info() into only callerAndrew Bartlett2012-01-301-3/+9
* auth: Make check_password and generate_session_info hook genericAndrew Bartlett2012-01-301-3/+36
* s4-auth: Rename memory contexts for greater clarityAndrew Bartlett2011-12-291-9/+9
* s4-gensec: Move parsing of the PAC blob and creating the session_info into authAndrew Bartlett2011-12-291-16/+83