summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm
Commit message (Expand)AuthorAgeFilesLines
* s4:auth_sam: allow logons with an empty domain nameStefan Metzmacher2018-02-271-6/+10
* s4/auth_winbind: ask for validation level 6Stefan Metzmacher2018-02-111-1/+1
* s4:auth_winbind: remove unused 'winbind_wbclient' backendStefan Metzmacher2017-12-131-108/+0
* s4:auth_winbind: remove unused 'winbind_rodc' backendStefan Metzmacher2017-12-131-55/+0
* s4:auth_sam: remove unused 'sam_failtrusts' backendStefan Metzmacher2017-12-131-96/+0
* 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_winbind: implement async authentication via IRPCStefan Metzmacher2017-08-071-41/+137
* 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_winbind: rename 's' to 'state' in winbind_check_password()Stefan Metzmacher2017-06-271-19/+19
* s4:auth_winbind: remove a block nesting level and fix indentationRalph Boehme2017-06-271-27/+27
* s4:auth_winbind: fix error checking in winbind_check_password()Stefan Metzmacher2017-06-271-4/+6
* s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_auto_name_to_nt...Stefan Metzmacher2017-06-261-2/+2
* s4:dsdb/samdb: pass an existing 'struct ldb_context' to crack_name_to_nt4_name()Stefan Metzmacher2017-06-262-4/+2
* s4:auth/unix_token: remove unused tevent_context from auth_session_info_fill_...Stefan Metzmacher2017-06-261-3/+3
* s4:auth: make authenticate_ldap_simple_bind*() use auth_check_password_send/recvStefan Metzmacher2017-06-151-82/+77
* s4:auth: add authenticate_ldap_simple_bind_send/recvStefan Metzmacher2017-06-151-0/+60
* netlogon: Implement SendToSam along with its winbind forwardingGarming Sam2017-05-302-2/+57
* auth_sam: Make auth_sam_trigger_repl_secret more genericGarming Sam2017-05-301-5/+10
* rodc: Set non-authoritative for RODC bad passwordsGarming Sam2017-05-301-1/+5
* auth_winbind: Allow badPwdCount to be set to 0 with this auth methodGarming Sam2017-05-302-29/+40
* auth4: Add authoritative flag to check_passwordGarming Sam2017-05-306-14/+29
* s4: auth: Add TALLOC_CTX * to auth_register()Jeremy Allison2017-05-116-11/+12
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-227-13/+13
* auth4: use "sam winbind_rodc sam_failtrusts" for the netlogon authenticationStefan Metzmacher2017-04-101-1/+34
* auth4: remove unused map_user_info[_cracknames]()Stefan Metzmacher2017-04-101-259/+0
* auth4: avoid map_user_info() in auth_check_password_send()Stefan Metzmacher2017-04-101-10/+25
* auth4: improve authsam_want_check for upn authenticationStefan Metzmacher2017-04-101-20/+103
* auth4: let authsam_check_password_internals use crack_name_to_nt4_name() for ...Stefan Metzmacher2017-04-101-0/+38
* 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
* auth4: add a "sam_failtrusts" moduleStefan Metzmacher2017-04-101-1/+95
* auth4: use lpcfg_is_my_domain_or_realm() in authsam_want_check()Stefan Metzmacher2017-04-101-2/+2
* ldap_server: Log failures to find a valid user in the simple bindGary Lockyer2017-03-291-12/+23
* auth: Add hooks for notification of authentication events over the message busAndrew Bartlett2017-03-292-3/+9
* auth: Log the transport connection for the authorizationAndrew Bartlett2017-03-291-1/+11
* ldap_server: Log authorization for simple bindsAndrew Bartlett2017-03-291-20/+21
* auth: Generate a human readable Authentication log message.Gary Lockyer2017-03-291-1/+10
* auth: Add "auth_description" to allow logs to distinguish simple bind (etc)Andrew Bartlett2017-03-291-1/+3
* ldap_server: Move code into authenticate_ldap_simple_bind()Andrew Bartlett2017-03-291-13/+29
* 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: add a "winbind_rodc" backendStefan Metzmacher2017-03-241-0/+55
* auth4: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handlingStefan Metzmacher2017-03-242-7/+0
* auth4: debug if method->ops->check_password() gives NOT_IMPLEMENTEDStefan Metzmacher2017-03-241-4/+9