summaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Expand)AuthorFilesLines
2019-07-11auth/gensec: clang: Fix 'Value stored to 'status' is never read'Noel Power1-2/+0
2019-07-08auth/kerberos: clang: Fix same instances of 'Value stored is never read'Noel Power1-7/+7
2019-07-03Add PrimaryGroupId to group array in DC responseIsaac Boukris1-2/+6
2019-06-27auth:ntlmssp: Use GnuTLS RC4 in ntlmssp serverAndreas Schneider1-3/+23
2019-06-27auth:gensec: Return NTSTATUS for netsec_do_seal()Andreas Schneider1-18/+33
2019-06-27auth:gensec: Use GnuTLS RC4 in netsec_do_seal()Andreas Schneider1-6/+31
2019-06-27auth:gensec: Use GnuTLS RC4 in netsec_do_seq_num()Andreas Schneider1-5/+24
2019-06-27libcli:auth: Return NTSTATUS for netlogon_creds_arcfour_crypt()Andreas Schneider1-3/+8
2019-06-27lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett8-7/+8
2019-06-24py3: Remove PyStr_FromString() compatability macroAndrew Bartlett1-1/+1
2019-06-24auth:creds: Use gnutls_error_to_ntstatus() in credentials_ntlmAndreas Schneider1-8/+3
2019-06-24auth:ntlmssp: Use gnutls_error_to_ntstatus() in ntlmssp_signAndreas Schneider1-16/+8
2019-06-24auth:ntlmssp: Use gnutls_error_to_ntstatus() in ntlmssp_serverAndreas Schneider1-17/+9
2019-06-24auth:ntlmssp: Use gnutls_error_to_ntstatus() in ntlmssp_clientAndreas Schneider1-7/+5
2019-06-24auth:gensec: Use gnutls_error_to_ntstatus() in schannelAndreas Schneider1-25/+14
2019-06-13auth auth_log: csbuild unused parm transport_protectionGary Lockyer1-2/+0
2019-06-13auth auth_log: csbuild unused parm unix_usernameGary Lockyer2-7/+0
2019-05-21auth:gensec: Return NTSTATUS for netsec_do_seq_num()Andreas Schneider1-8/+26
2019-05-21auth:gensec: Use GnuTLS HMAC MD5 and MD5 in netsec_do_sign()Andreas Schneider1-11/+49
2019-05-21auth:gensec: Use GnuTLS HMAC MD5 in netsec_do_seal()Andreas Schneider1-2/+24
2019-05-21auth:gensec: Use GnuTLS HMAC MD5 in netsec_do_seq_num()Andreas Schneider1-2/+25
2019-05-21auth:creds: Use GnuTLS MD5 in ntlm credsAndreas Schneider1-7/+32
2019-05-21auth:ntlmssp: Use GnuTLS MD5 and HMAC MD5 in ntlmssp signAndreas Schneider1-25/+92
2019-05-21auth:ntlmssp: Use GnuTLS MD5 and HMAC MD5 in ntlmssp serverAndreas Schneider1-31/+87
2019-05-21auth:ntlmssp: Use GnuTLS HMAC MD5 in ntlmssp clientAndreas Schneider1-12/+45
2019-05-16squash 'cast between incompatible function types' warningNoel Power1-1/+3
2019-05-09auth/creds/torture: add a test showing segfaultDouglas Bagnall1-1/+45
2019-05-09auth/creds/guess: avoid segfault with NULL lp (CID 241187)Douglas Bagnall1-1/+2
2019-04-30auth:gensec: Add return code for netsec_do_sign()Andreas Schneider1-16/+34
2019-04-30auth:gensec: Use GnuTLS SHA256 HMAC for schannelAndreas Schneider1-10/+34
2019-04-29credentials: Workaround krb5_cc_remove_cred not implemented in MIT kerberosSamuel Cabrero1-0/+149
2019-04-29credentials: Initialize krb5 client to retrieve creds from ccacheSamuel Cabrero1-0/+15
2019-04-03auth: Add necessary decoration to auth/auth_util.hVolker Lendecke1-0/+9
2019-04-02auth:creds: Prefer the principal over DOMAIN/username when using NTLMAndreas Schneider1-1/+1
2019-04-02auth:ntlmssp: Add back CRAP ndr debug outputGuenther Deschner1-0/+32
2019-03-21build: Remove bld.gen_python_environments()Andrew Bartlett1-8/+7
2019-02-27auth:gensec: Make sure we zero the checksum after useAndreas Schneider1-0/+2
2019-02-20auth log: Log the netlogon logon id.Gary Lockyer2-1/+11
2019-02-07Decrement references to python objects passed to Py_BuildValueNoel Power1-3/+4
2019-01-28auth:gensec: Use C99 initializer in schannelAndreas Schneider1-1/+3
2019-01-28auth:creds: Use C99 initializer for PyMethodDefAndreas Schneider1-120/+279
2019-01-13auth/credentials: use 'et' as format for ParseTuple with python2Noel Power1-1/+1
2018-12-23auth/gensec: enforce that all DCERPC contexts support SIGN_PKT_HEADERStefan Metzmacher1-0/+16
2018-12-14auth log: Increment Authentication versionGary Lockyer1-1/+1
2018-12-14auth log: Add windows logon type codesGary Lockyer1-0/+29
2018-12-14auth log: Add windows event codesGary Lockyer1-0/+12
2018-12-14PY3: change shebang to python3 in misc dirsJoe Guo1-1/+1
2018-12-14audit_logging: auth_json_audit required auth_jsonAndrew Bartlett1-2/+2
2018-12-14audit_logging: Remove debug log header and JSON Authentication: prefixAndrew Bartlett1-9/+4
2018-12-10auth/credentials/tests: Python 3.6 avoid deepcopy errorNoel Power1-5/+12