summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* spnego: fix server handling of no optimistic exchangeIsaac Boukris2019-10-161-0/+13
* spnego: add client option to omit sending an optimistic tokenIsaac Boukris2019-10-161-0/+11
* Add PrimaryGroupId to group array in DC responseIsaac Boukris2019-08-261-2/+6
* auth:creds: Prefer the principal over DOMAIN/username when using NTLMAndreas Schneider2019-04-091-1/+1
* auth:ntlmssp: Add back CRAP ndr debug outputGuenther Deschner2019-04-091-0/+32
* audit_logging: Remove debug log header and JSON Authentication: prefixAndrew Bartlett2019-02-011-9/+4
* json: Modify API to use return codesGary Lockyer2019-02-011-84/+223
* audit_logging: auth_json_audit required auth_jsonGary Lockyer2019-01-141-2/+2
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-051-4/+12
* build: Move --without-json-audit and json lib detection to lib/audit_loggingAndrew Bartlett2018-06-251-35/+0
* auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2018-06-252-1/+26
* lib audit_logging: re-factor and add functions.Gary Lockyer2018-06-011-20/+2
* 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