summaryrefslogtreecommitdiffstats
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* 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
* auth4: Remove unused wbc_contextVolker Lendecke2014-03-051-1/+0
* 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-052-3/+4
* auth4: security_token_to_unix_token only needs a tevent_contextVolker Lendecke2014-03-051-3/+3
* source4: Use wbc_sids_to_xidsVolker Lendecke2014-03-051-5/+1
* Revert "source4: Use wbc_sids_to_xids"Volker Lendecke2014-02-181-1/+5
* Revert "auth4: security_token_to_unix_token only needs a tevent_context"Volker Lendecke2014-02-181-3/+3
* Revert "auth4: auth_session_info_fill_unix only needs a tevent_context"Volker Lendecke2014-02-182-4/+3
* Revert "auth4: Do not generate just a temporary wbc_context"Volker Lendecke2014-02-181-1/+10
* Revert "auth4: Remove unused wbc_context"Volker Lendecke2014-02-181-0/+1
* s4:auth/gensec: only include "librpc/gen_ndr/dcerpc.h"Stefan Metzmacher2014-02-132-2/+2
* auth4: Remove unused wbc_contextVolker Lendecke2014-02-101-1/+0
* 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-102-3/+4
* auth4: security_token_to_unix_token only needs a tevent_contextVolker Lendecke2014-02-101-3/+3
* source4: Use wbc_sids_to_xidsVolker Lendecke2014-02-101-5/+1
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* s4:gensec_gssapi: make sure gensec_gssapi_[un]seal_packet() rejects header si...Stefan Metzmacher2014-01-071-0/+12
* s4:auth/gensec_gssapi: handle GENSEC_FEATURE_SIGN_PKT_HEADER in have_feature()Stefan Metzmacher2014-01-071-0/+12
* auth-kerberos: add the credentials.h so that enum credentials_obtained is def...Matthieu Patou2013-10-271-0/+1
* auth4: Remove an unused variableVolker Lendecke2013-10-151-1/+0
* gensec: move schannel module to toplevel.Günther Deschner2013-09-192-340/+0
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-105-0/+5
* s4:gensec/schannel: only require librpc/gen_ndr/dcerpc.hStefan Metzmacher2013-08-101-1/+1
* s4:gensec/schannel: there's no point in having schannel_session_key()Stefan Metzmacher2013-08-101-8/+0
* s4:gensec/schannel: GENSEC_FEATURE_ASYNC_REPLIES is not supportedStefan Metzmacher2013-08-101-3/+0
* s4:gensec/schannel: use the correct computer_name from netlogon_creds_Credent...Stefan Metzmacher2013-08-101-3/+3
* s4:gensec/schannel: simplify the code by using netsec_create_state()Stefan Metzmacher2013-08-101-68/+30
* s4:gensec/schannel: remove unused dcerpc_schannel_creds()Stefan Metzmacher2013-08-102-49/+0
* gensec: Make the no-hostname status message much less scaryAndrew Bartlett2013-05-162-2/+2