summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* Fix the developer O3 buildVolker Lendecke2015-02-251-2/+2
* auth/kerberos: Use talloc_stackframe to avoid memory and FD leak of event con...Andrew Bartlett2015-02-081-27/+33
* torture: Start a new testsuite for krb5 and KDC behaviourAndrew Bartlett2015-01-232-37/+92
* CVE-2014-8143:auth: Force talloc type of session_info pointer to matchAndrew Bartlett2015-01-151-0/+5
* gensec_krb5: Match behaviour of gensec_gssapi for password-based keytabsAndrew Bartlett2014-12-181-0/+10
* s4-auth/kerberos: fix salting principal, make sure hostname is lowercase.Günther Deschner2014-09-261-1/+1
* s4: auth: gensec: asn1 fixes - check all returns.Jeremy Allison2014-09-261-19/+22
* s4-auth: Use sizeof() rather than a fixed constant in memcmp() callAndrew Bartlett2014-09-081-1/+2
* auth: Split out fetching trusted domain into sam_get_results_trust()Andrew Bartlett2014-09-011-0/+74
* s4-gensec: Fix spelling in debug messageAndrew Bartlett2014-09-011-1/+1
* s4-auth: Initialize the tokens by default.Andreas Schneider2014-08-081-1/+3
* wscript: Only build gensec_krb5 with heimdal.Andreas Schneider2014-08-081-1/+1
* s4-gensec_krb5: fix memleak in gensec_krb5_session_info().Günther Deschner2014-08-081-0/+1
* s4-auth/kerberos: add a note how to implement krb5_get_init_creds_opt_set_win...Günther Deschner2014-08-081-0/+2
* s4-kerberos: remove duplicate macros.Günther Deschner2014-08-081-10/+0
* lib/krb5_wrap: move krb5_princ_size replacement code to lib/krb5_wrap/krb5_sa...Günther Deschner2014-08-081-8/+0
* samba: use smb_krb5_create_key_from_string() in some places.Günther Deschner2014-08-081-4/+6
* s4-auth-krb: Fix talloc access after free in smb_krb5_update_keytabSamuel Cabrero2014-07-081-1/+6
* 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-113-2/+10
* auth: Allow auth_samba4 to be forced to run a specific auth moduleAndrew Bartlett2014-05-162-2/+2
* s4:auth_winbind: explicitly use dcerpc_binding_handle_set_sync_ev() for irpcAndrew Bartlett2014-05-131-0/+2
* kerberos: Remove un-used event context argument from smb_krb5_init_context()Andrew Bartlett2014-04-283-14/+1
* s4-auth: Make the auth_winbind_wbclient use more correct code now in auth/wbc...Andrew Bartlett2014-04-181-86/+8
* auth: Remove support for HAVE_TRUNCATED_SALT from pass_check.cAndrew Bartlett2014-04-151-5/+0
* auth: Remove USE_BOTH_CRYPT_CALLS block from pass_check.cAndrew Bartlett2014-04-151-20/+0
* auth: Remove linux_bigcrypt support from pass_check.cAndrew Bartlett2014-04-151-8/+0
* auth: Remove support for plaintext auth on systems that use getprpwnam()Andrew Bartlett2014-04-151-9/+0
* auth: Remove afs_auth() from pass_check.c and s4's auth_unixAndrew Bartlett2014-04-151-4/+0
* auth: Remove dfs_auth() from pass_check.c and s4's auth_unixAndrew Bartlett2014-04-151-4/+0
* s4-auth: Support password history correctly, including allowing NTLM logins u...Andrew Bartlett2014-04-022-26/+297
* dsdb: Move dsdb_update_bad_pwd_count to dsdb/common/util.cAndrew Bartlett2014-04-021-100/+0
* auth: Split out badPwdCount update into a helper functionAndrew Bartlett2014-04-021-48/+79
* s4-auth: Add authsam_zero_bad_pwd_count to zero out badPwdCount and lockoutTi...Andrew Bartlett2014-04-022-0/+67
* s4-auth: Rework memory handling to use a tmp_ctxAndrew Bartlett2014-04-021-17/+51
* s4:auth: Add password lockout support to the AD DCAndrew Bartlett2014-04-022-0/+124
* dsdb: Put password lockout support in samdb_result_passwords()Andrew Bartlett2014-04-021-9/+1
* dsdb: Rework samdb_result_acct_flags to use either userAccountControl or msDS...Andrew Bartlett2014-04-022-5/+5
* s4:auth/sam: use a higher time resolution in authsam_account_ok()Stefan Metzmacher2014-04-021-2/+2
* kerberos: Map KRB5KDC_ERR_CLIENT_REVOKED to NT_STATUS_ACCOUNT_LOCKED_OUTAndrew Bartlett2014-04-021-0/+3
* s4:auth/gensec: explicitly use allow_warnings=True for gssapi and sasl modulesStefan Metzmacher2014-04-021-0/+2
* s4:auth/ntlm: add auth4_sam_init() prototype to avoid a warningStefan Metzmacher2014-04-021-0/+1
* s4:auth: avoid str_list related const warningsStefan Metzmacher2014-04-022-3/+3
* s4:auth/gensec: fix declaration after code warning in gensec_tstream.cStefan Metzmacher2014-04-021-1/+2
* s4:auth/gensec: include gensec_krb5_util.h in gensec_krb5_util.cStefan Metzmacher2014-04-021-0/+1
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-271-1/+1
* s4:pygensec: don't pass an explicit tevent_context to gensec_update()Stefan Metzmacher2014-03-271-9/+1
* Remove all uses of the NT_STATUS_NOT_OK_RETURN_AND_FREE macro from the codebase.Garming Sam2014-03-051-1/+4
* Remove the remaining uses of the macro NT_STATUS_HAVE_NO_MEMORY_AND_FREE in t...Garming Sam2014-03-051-14/+28
* Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam2014-03-052-19/+76