summaryrefslogtreecommitdiff
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
...
* 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-292-1/+12
* ldap_server: Log authorization for simple bindsAndrew Bartlett2017-03-291-20/+21
* auth_log: Also log the final type of authentication (ntlmssp,krb5)Andrew Bartlett2017-03-292-1/+24
* auth: Generate a human readable Authentication log message.Gary Lockyer2017-03-292-2/+11
* 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-292-22/+38
* auth: Add a reminder about the strings currently used for auditingAndrew Bartlett2017-03-291-0/+4
* gensec: Add gensec_{get,set}_target_service_description()Andrew Bartlett2017-03-291-2/+23
* auth/sam: Remove lastLogonTimestamp from RODC success accountingGarming Sam2017-03-271-4/+14
* auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM authAndrew Bartlett2017-03-272-0/+10
* 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-243-16/+26
* auth4: add auth_context_create_for_netlogon()Stefan Metzmacher2017-03-242-0/+14
* auth4: make auth_check_password_wrapper() staticStefan Metzmacher2017-03-242-11/+5
* auth4: add TODO comment on the auth_sam_trigger_repl_secret msDS-NeverRevealG...Stefan Metzmacher2017-03-241-0/+5
* s4:gensec_gssapi: Correctly handle external trusts with MITAndreas Schneider2017-03-101-0/+51
* s4:gensec_gssapi: Use smb_krb5_get_realm_from_hostname()Andreas Schneider2017-03-101-1/+61
* s4:gensec_gssapi: Move setup of service_principal to update functionAndreas Schneider2017-03-101-13/+20
* s4:gensec-gssapi: Create a helper function to setup server_principalAndreas Schneider2017-03-102-29/+61
* python: samba.gensec: Port module to Python 3 compatible formLumir Balhar2017-03-102-29/+42
* python: samba.gensec: Fix error handling in set_credentials() functionLumir Balhar2017-03-101-0/+1
* python: samba.auth: Port samba.auth to Python 3 compatible formLumir Balhar2017-03-102-23/+39
* auth_winbind4: Correctly handle !authoritativeVolker Lendecke2017-03-101-0/+5
* auth4: Remove an unused struct declarationVolker Lendecke2017-03-061-1/+0
* 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
* Correct "cleint" typos.Chris Lamb2017-02-221-1/+1
* Correct "specifiy" typos.Chris Lamb2017-02-222-2/+2
* gensec: Cast data for MIT Kerberos correctlyAndreas Schneider2017-01-121-5/+5
* gensec: Fix picky developer with MIT KerberosAndreas Schneider2017-01-121-2/+2
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-112-0/+0
* s4:gensec_gssapi: require a realm in gensec_gssapi_client_start()Stefan Metzmacher2017-01-101-0/+10
* s4:gensec_gssapi: the value gensec_get_target_principal() should overwrite ge...Stefan Metzmacher2017-01-101-6/+18
* s4:auth/gensec: remove unused dependencies to gensec_utilStefan Metzmacher2017-01-101-2/+2
* auth4: Use "all_zero" where appropriateVolker Lendecke2017-01-031-3/+2
* auth/gensec: Fix typo in log messageAndreas Schneider2016-12-241-1/+1
* auth/gensec: Remove unneeded cli_credentials_set_conf() callDavid Mulder2016-12-241-6/+8
* CVE-2016-2125: s4:gensec_gssapi: don't use GSS_C_DELEG_FLAG by defaultStefan Metzmacher2016-12-201-1/+1
* doc: Add doxygen for functions in srv_keytab.cGarming Sam2016-11-221-0/+47