summaryrefslogtreecommitdiff
path: root/auth
AgeCommit message (Expand)AuthorFilesLines
2019-11-14auth:pycreds: Check return code of netlogon_creds_client_authenticator()Andreas Schneider1-3/+8
2019-10-12spnego: fix server handling of no optimistic exchangeIsaac Boukris1-0/+13
2019-10-12spnego: add client option to omit sending an optimistic tokenIsaac Boukris1-0/+11
2019-10-12spnego: ignore server mech_types listIsaac Boukris1-5/+26
2019-10-07auth/gensec: fix AES schannel seal and unsealGünther Deschner1-17/+30
2019-10-07auth/gensec: fix non-AES schannel sealGünther Deschner1-0/+9
2019-09-01Spelling fixes s/withing/within/Mathieu Parent1-2/+2
2019-08-21auth/gensec: Use gnutls_error_to_ntstatus() in netsec_do_seal()Andrew Bartlett1-12/+4
2019-08-21auth:gensec: Use GnuTLS AES CFB8 in netsec_do_seal()Andreas Schneider1-1/+94
2019-08-21auth/gensec: Use gnutls_error_to_ntstatus() consistently in schannelAndrew Bartlett1-9/+7
2019-08-21auth:gensec: Use GnuTLS AES128 CFB8 in netsec_do_seq_num()Andreas Schneider1-0/+40
2019-08-21auth/credentials: Check NTSTATUS return from netlogon_creds_aes_encrypt()Andrew Bartlett1-7/+7
2019-08-14auth:ntlmssp: Use generate_random_buffer() for session keysAndreas Schneider1-1/+1
2019-07-26auth:ntlmssp: Use GnuTLS RC4 for ntlmssp signingAndreas Schneider2-43/+174
2019-07-26auth:ntlmssp: Use GnuTLS RC4 in ntlmssp clientAndreas Schneider1-1/+27
2019-07-22auth/pycreds/encrypt_netr_crypt_password: don't pretend arg is optionalDouglas Bagnall1-1/+1
2019-07-22auth/pycreds/encrypt_netr_crypt_password: don't segfaultDouglas Bagnall1-0/+5
2019-07-22pycredentials.h: use import to ensure python type correctnessDouglas Bagnall2-10/+12
2019-07-22auth/pycredentials: always check self is a Credentials objectDouglas Bagnall1-39/+247
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