summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* auth:creds: Use GnuTLS MD5 in ntlm credsAndreas Schneider2019-05-211-7/+32
* auth:ntlmssp: Use GnuTLS MD5 and HMAC MD5 in ntlmssp signAndreas Schneider2019-05-211-25/+92
* auth:ntlmssp: Use GnuTLS MD5 and HMAC MD5 in ntlmssp serverAndreas Schneider2019-05-211-31/+87
* auth:ntlmssp: Use GnuTLS HMAC MD5 in ntlmssp clientAndreas Schneider2019-05-211-12/+45
* squash 'cast between incompatible function types' warningNoel Power2019-05-161-1/+3
* auth/creds/torture: add a test showing segfaultDouglas Bagnall2019-05-091-1/+45
* auth/creds/guess: avoid segfault with NULL lp (CID 241187)Douglas Bagnall2019-05-091-1/+2
* auth:gensec: Add return code for netsec_do_sign()Andreas Schneider2019-04-301-16/+34
* auth:gensec: Use GnuTLS SHA256 HMAC for schannelAndreas Schneider2019-04-301-10/+34
* credentials: Workaround krb5_cc_remove_cred not implemented in MIT kerberosSamuel Cabrero2019-04-291-0/+149
* credentials: Initialize krb5 client to retrieve creds from ccacheSamuel Cabrero2019-04-291-0/+15
* 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