summaryrefslogtreecommitdiff
path: root/source4/auth/ntlm
Commit message (Expand)AuthorAgeFilesLines
* 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
* auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-241-2/+2
* auth4: let auth_check_password* return pauthoritativeStefan Metzmacher2017-03-242-14/+22
* 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: add TODO comment on the auth_sam_trigger_repl_secret msDS-NeverRevealG...Stefan Metzmacher2017-03-241-0/+5
* auth_winbind4: Correctly handle !authoritativeVolker Lendecke2017-03-101-0/+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-282-3/+10
* auth4: Fix map_user_info_cracknames for domain==NULLVolker Lendecke2017-02-281-4/+3
* auth4: Use "all_zero" where appropriateVolker Lendecke2017-01-031-3/+2
* auth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamInfo* from level 3 to 6Stefan Metzmacher2016-06-301-8/+7
* s4:auth: fill user_principal_* and dns_domain_name in authsam_make_user_info_...Stefan Metzmacher2016-06-301-1/+3
* s4:auth_sam: don't allow interactive logons with UF_SMARTCARD_REQUIREDStefan Metzmacher2016-06-301-1/+15
* s4-ntlm: Fix a NULL pointer dereference in error pathAndreas Schneider2016-06-221-2/+4
* s4:auth_anonymous: anonymous authentication doesn't allow a passwordStefan Metzmacher2016-04-281-0/+30
* CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2016-04-121-1/+3
* s4/auth/ntlm/auth_unix.c: add parensAurelien Aptel2016-03-101-1/+1
* 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-132-0/+2
* auth: keep track of lastLogon and lastLogonTimestampDouglas Bagnall2015-12-151-1/+4
* auth: increase resolution for password grace period calculationDouglas Bagnall2015-12-151-1/+3
* s4-auth: Fix some debugging and crash in error casesGünther Deschner2015-11-131-5/+10
* ntlm auth: spelling fixesDouglas Bagnall2015-10-161-3/+3
* s4-auth: Use sizeof() rather than a fixed constant in memcmp() callAndrew Bartlett2014-09-081-1/+2
* 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-112-2/+9