summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
...
* krb5_wrap: Add a talloc_ctx to smb_krb5_principal_get_realm()Volker Lendecke2018-11-281-3/+3
* credentials: Remove an unnecessary talloc_steal()Volker Lendecke2018-11-281-1/+0
* credentials: Fix set_ccache with empty creds cacheVolker Lendecke2018-11-281-6/+7
* credentials: Fix an error path memleakVolker Lendecke2018-11-281-0/+1
* credentials: Only do shallow copies of valid ccachesVolker Lendecke2018-11-281-0/+14
* auth: Use dom_sid_str_bufVolker Lendecke2018-11-021-6/+3
* auth: Use dom_sid_str_bufVolker Lendecke2018-11-021-3/+2
* auth/cred/tests/bind: remove unused importDouglas Bagnall2018-10-251-1/+0
* auth: move copy_session_info() from source3 into the global auth contextBjörn Baumbach2018-10-113-2/+105
* auth: Use the zlib version of crc32Volker Lendecke2018-10-092-3/+6
* build: Multi-line depsVolker Lendecke2018-10-091-1/+8
* PY3: fix "TabError: inconsistent use of tabs and spaces"Noel Power2018-09-271-5/+5
* auth/credentials: py2/py3 credential key needs to return bytesNoel Power2018-09-051-1/+1
* krb5-samba: interdomain trust uses different salt principalAlexander Bokovoy2018-09-051-4/+12
* PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo2018-08-241-0/+1
* PEP8: fix E302: expected 2 blank lines, found 1Joe Guo2018-08-241-0/+1
* PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2018-08-241-1/+1
* PEP8: fix E127: continuation line over-indented for visual indentJoe Guo2018-08-241-4/+4
* json: Modify API to use return codesGary Lockyer2018-07-251-84/+223
* 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