summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
...
* credentials: Fix CID 1414796 Explicit null dereferencedVolker Lendecke2018-04-111-0/+1
* credentials: Fix line lengthVolker Lendecke2018-04-111-1/+3
* credentials: Revert "credentials: Fix CID 1414796 Explicit null dereferenced"Volker Lendecke2018-04-111-5/+0
* credentials: Fix a typoVolker Lendecke2018-04-051-1/+1
* credentials: Fix CID 1414796 Explicit null dereferencedVolker Lendecke2018-04-051-0/+5
* auth/credentials/test: convert print func to be py2/py3 compatibleNoel Power2018-03-231-5/+6
* auth/kerberos: Fix typo in error message regarding fetching PAC using HeimdalMatt Selsky2018-03-191-1/+1
* auth: add auth_user_info_copy() functionStefan Metzmacher2018-03-152-0/+38
* auth:credentials: Avoid an 'else' branchAndreas Schneider2018-03-011-3/+6
* auth:credentials: Add FALL_THROUGH statements in credentials.cAndreas Schneider2018-03-011-1/+2
* auth:gensec: Add FALL_THROUGH statements in spnego.cAndreas Schneider2018-03-011-1/+1
* auth:credentials: Add FALL_THROUGH statements in credentials_secrets.cAndreas Schneider2018-03-011-1/+2
* tests/bind.py: Add a bind test with NTLMSSP with no domainGarming Sam2018-02-221-1/+25
* selftest: Require jansson support for selftest of the AD DCAndrew Bartlett2018-02-151-0/+9
* define DBGC_AUTH classkkplein2018-01-0819-0/+59
* credentials: Simplify cli_credentials_get_server_gss_creds()Andreas Schneider2018-01-031-9/+10
* CVE-2017-12150: auth/credentials: cli_credentials_authentication_requested() ...Stefan Metzmacher2017-09-201-0/+16
* cli_credentials: Apply some constVolker Lendecke2017-09-162-4/+6
* cli_credentials: Fix a typoVolker Lendecke2017-09-071-1/+1
* cli_credentials: Fix a return valueVolker Lendecke2017-09-051-1/+1
* auth/common: add support for auth4_ctx->check_ntlm_password_send/recv()Stefan Metzmacher2017-08-072-0/+75
* auth/ntlmssp: merge ntlmssp_server_check_password() into ntlmssp_server_auth_...Stefan Metzmacher2017-08-071-48/+22
* auth/ntlmssp: introduce ntlmssp_server_auth_send/recvStefan Metzmacher2017-08-073-66/+81
* auth/ntlmssp: prepare update_send/recv for real async processingStefan Metzmacher2017-08-071-0/+48
* pycredentials: Add set_named_ccache()Andrew Bartlett2017-07-281-0/+45
* pycredentials: Add get_name() for a credentials cacheAndrew Bartlett2017-07-281-0/+30
* pycredentials: Allow optional "name" argument to get_named_ccache() to be mis...Andrew Bartlett2017-07-281-1/+1
* auth/gensec: finally remove unused gensec_update_ev()Stefan Metzmacher2017-07-252-37/+23
* auth/gensec: don't allow gensec_update[_ev] to be called on a subcontextStefan Metzmacher2017-07-251-0/+7
* auth/gensec: make use of gensec_update_send/recv in gensec_update_ev()Stefan Metzmacher2017-07-251-20/+2
* auth/gensec: introduce gensec_security_ops.glue in order to avoid depending o...Stefan Metzmacher2017-07-253-8/+7
* auth/gensec: add some useful debugging to gensec_update_send/gensec_update_doneStefan Metzmacher2017-07-251-3/+26
* auth/spnego: Use talloc_get_type_abort() in gsensec_spnego_update_out()Andreas Schneider2017-07-251-1/+3
* auth/spnego: Use talloc_get_type_abort() in gsensec_spnego_update_in()Andreas Schneider2017-07-251-1/+3
* auth/spnego: Rename gensec_spnego_update_sub_abort()Andreas Schneider2017-07-251-8/+8
* auth/spnego: replace gensec_spnego_neg_loop() by real async processing of {st...Stefan Metzmacher2017-07-251-167/+107
* auth/spnego: split gensec_spnego_server_negTokenTarg() into subfunctionsStefan Metzmacher2017-07-251-29/+96
* auth/spnego: split gensec_spnego_server_negTokenInit() into subfunctionsStefan Metzmacher2017-07-251-75/+151
* auth/spnego: split gensec_spnego_client_negTokenTarg() into subfunctionsStefan Metzmacher2017-07-251-35/+111
* auth/spnego: split gensec_spnego_client_negTokenInit() into subfunctionsStefan Metzmacher2017-07-251-71/+112
* auth/spnego: split gensec_spnego_create_negTokenInit() into subfunctionsStefan Metzmacher2017-07-251-72/+253
* auth/spnego: don't produce an output token for errors in gensec_spnego_server...Stefan Metzmacher2017-07-251-5/+0
* auth/spnego: don't call gensec_spnego_server_response() with a fatal errorStefan Metzmacher2017-07-251-4/+11
* auth/spnego: generate a valid packet if gensec_spnego_client_negTokenTarg() g...Stefan Metzmacher2017-07-251-6/+4
* auth/spnego: make sure we don't return OK without sub_sec_ready in gensec_spn...Stefan Metzmacher2017-07-251-0/+6
* auth/spnego: do an early return for the success case in gensec_spnego_client_...Stefan Metzmacher2017-07-251-21/+22
* auth/spnego: use better variable names in gensec_spnego_create_negTokenInit()Stefan Metzmacher2017-07-251-10/+17
* auth/spnego: introduce an early return in gensec_spnego_create_negTokenInit()Stefan Metzmacher2017-07-251-4/+10
* auth/spnego: add more error checking to gensec_spnego_create_negTokenInit()Stefan Metzmacher2017-07-251-0/+13
* auth/spnego: rename 'nt_status' to 'status' in gensec_spnego_create_negTokenI...Stefan Metzmacher2017-07-251-15/+15