summaryrefslogtreecommitdiff
path: root/auth
Commit message (Expand)AuthorAgeFilesLines
* auth/kerberos: clang: Fix same instances of 'Value stored is never read'Noel Power2019-07-081-7/+7
* Add PrimaryGroupId to group array in DC responseIsaac Boukris2019-07-031-2/+6
* auth:ntlmssp: Use GnuTLS RC4 in ntlmssp serverAndreas Schneider2019-06-271-3/+23
* auth:gensec: Return NTSTATUS for netsec_do_seal()Andreas Schneider2019-06-271-18/+33
* auth:gensec: Use GnuTLS RC4 in netsec_do_seal()Andreas Schneider2019-06-271-6/+31
* auth:gensec: Use GnuTLS RC4 in netsec_do_seq_num()Andreas Schneider2019-06-271-5/+24
* libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()Andreas Schneider2019-06-271-3/+8
* lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2019-06-278-7/+8
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-1/+1
* auth:creds: Use gnutls_error_to_ntstatus() in credentials_ntlmAndreas Schneider2019-06-241-8/+3
* auth:ntlmssp: Use gnutls_error_to_ntstatus() in ntlmssp_signAndreas Schneider2019-06-241-16/+8
* auth:ntlmssp: Use gnutls_error_to_ntstatus() in ntlmssp_serverAndreas Schneider2019-06-241-17/+9
* auth:ntlmssp: Use gnutls_error_to_ntstatus() in ntlmssp_clientAndreas Schneider2019-06-241-7/+5
* auth:gensec: Use gnutls_error_to_ntstatus() in schannelAndreas Schneider2019-06-241-25/+14
* auth auth_log: csbuild unused parm transport_protectionGary Lockyer2019-06-131-2/+0
* auth auth_log: csbuild unused parm unix_usernameGary Lockyer2019-06-132-7/+0
* auth:gensec: Return NTSTATUS for netsec_do_seq_num()Andreas Schneider2019-05-211-8/+26
* auth:gensec: Use GnuTLS HMAC MD5 and MD5 in netsec_do_sign()Andreas Schneider2019-05-211-11/+49
* auth:gensec: Use GnuTLS HMAC MD5 in netsec_do_seal()Andreas Schneider2019-05-211-2/+24
* auth:gensec: Use GnuTLS HMAC MD5 in netsec_do_seq_num()Andreas Schneider2019-05-211-2/+25
* 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