summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
...
* auth: Add necessary decoration to auth/auth_util.hVolker Lendecke2019-04-031-0/+9
* auth:creds: Prefer the principal over DOMAIN/username when using NTLMAndreas Schneider2019-04-021-1/+1
* auth:ntlmssp: Add back CRAP ndr debug outputGuenther Deschner2019-04-021-0/+32
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-8/+7
* auth:gensec: Make sure we zero the checksum after useAndreas Schneider2019-02-271-0/+2
* auth log: Log the netlogon logon id.Gary Lockyer2019-02-202-1/+11
* Decrement references to python objects passed to Py_BuildValueNoel Power2019-02-071-3/+4
* auth:gensec: Use C99 initializer in schannelAndreas Schneider2019-01-281-1/+3
* auth:creds: Use C99 initializer for PyMethodDefAndreas Schneider2019-01-281-120/+279
* auth/credentials: use 'et' as format for ParseTuple with python2Noel Power2019-01-131-1/+1
* auth/gensec: enforce that all DCERPC contexts support SIGN_PKT_HEADERStefan Metzmacher2018-12-231-0/+16
* auth log: Increment Authentication versionGary Lockyer2018-12-141-1/+1
* auth log: Add windows logon type codesGary Lockyer2018-12-141-0/+29
* auth log: Add windows event codesGary Lockyer2018-12-141-0/+12
* PY3: change shebang to python3 in misc dirsJoe Guo2018-12-141-1/+1
* audit_logging: auth_json_audit required auth_jsonAndrew Bartlett2018-12-141-2/+2
* audit_logging: Remove debug log header and JSON Authentication: prefixAndrew Bartlett2018-12-141-9/+4
* auth/credentials/tests: Python 3.6 avoid deepcopy errorNoel Power2018-12-101-5/+12
* auth/credentials: PY3 set_password should decode from unicode 'utf8'Noel Power2018-12-101-4/+6
* 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