summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* auth_log: Rename the json variablesGary Lockyer2018-05-161-16/+16
* auth_log: tidy up code formattingGary Lockyer2018-05-161-70/+76
* auth_log: Use common code from audit_loggingGary Lockyer2018-05-162-415/+94
* auth/ntlmssp: fix handling of GENSEC_FEATURE_LDAP_STYLE as a serverStefan Metzmacher2018-05-162-19/+8
* auth/ntlmssp: add ntlmssp_client:ldap_style_send_seal optionStefan Metzmacher2018-05-161-7/+17
* build: Make --with-json-audit the defaultAndrew Bartlett2018-05-151-4/+8
* auth/credentials/test: py2/py3 compat always decode result of b64encodeNoel Power2018-05-131-1/+1
* pycredentials: add py_creds_get_secure_channel_typeJoe Guo2018-05-121-0/+12
* auth log: Log the unique session GUIDGary Lockyer2018-05-101-1/+25
* auth/ntlmssp_client: correct spelling of responseDouglas Bagnall2018-05-051-1/+5
* auth/pycredentials: correct spelling of reponseDouglas Bagnall2018-05-051-1/+1
* dbwrap: Remove calls to loadparmVolker Lendecke2018-04-241-1/+0
* credentials: Call dbwrap_local_open with the correct tdb_flagsVolker Lendecke2018-04-241-2/+3
* credentials: Call dbwrap_local_open with the correct hash sizeVolker Lendecke2018-04-241-4/+13
* build: fix build without JSON audit supportBjörn Baumbach2018-04-201-1/+1
* build: add option to choose to build with or without JSON audit supportBjörn Baumbach2018-04-182-16/+31
* wscript_build: make sure we link extra-python versions of librariesNoel Power2018-04-131-1/+4
* Check "auth event notification" param in log_jsonArvid Requate2018-04-121-2/+11
* 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