summaryrefslogtreecommitdiff
path: root/auth/ntlmssp
AgeCommit message (Expand)AuthorFilesLines
2026-01-13auth/ntlmssp: Zero memory in ntlmssp_client.cPavel Filipenský1-9/+13
2026-01-13auth/ntlmssp: Add missing memory allocation checks is ntlmssp_client.cPavel Filipenský1-0/+12
2026-01-13auth/ntlmssp: Zero sensitive memory in gensec_ntlmssp.cPavel Filipenský1-1/+3
2026-01-07lib: Don't call a function to initialize an empty DATA_BLOBVolker Lendecke2-7/+7
2024-10-10gensec:ntlmssp: only allow messages up to 2888 bytesStefan Metzmacher3-12/+9
2024-06-24credentials: Protect the cred's nt hash with talloc_keep_secretVolker Lendecke1-1/+0
2024-05-22auth:ntlmssp: Use lpcfg_dns_hostname()Andreas Schneider1-16/+1
2024-05-22auth:ntlmssp: Remove trailing spacesAndreas Schneider1-1/+1
2024-04-23auth/ntlmssp: implement channel binding supportStefan Metzmacher4-6/+154
2023-09-11auth: Fix code spellingJoseph Sutton1-2/+2
2023-03-28auth: Fix code spellingAndreas Schneider4-4/+4
2022-06-09lib/util: Change function to mem_equal_const_time()Joseph Sutton3-8/+8
2022-06-09auth: Use constant-time memcmp when comparing sensitive buffersJoseph Sutton3-5/+5
2022-03-10auth/ntlmssp: don't set mapped_state explicitly in auth_usersupplied_infoStefan Metzmacher1-1/+0
2022-01-04auth/ntlmssp: make sure we return INVALID_PARAMETER for NTLMv2_RESPONSE parsi...Stefan Metzmacher1-0/+8
2021-11-09CVE-2020-25717: auth/ntlmssp: start with authoritative = 1Stefan Metzmacher1-1/+1
2020-11-10auth: Align an integer typeVolker Lendecke1-1/+1
2020-03-19auth:ntlmssp: Mark as weak_cryptoAndreas Schneider1-0/+2
2020-01-06auth: Simplify struct auth4_contextVolker Lendecke1-47/+6
2019-12-10SMBsesskeygen_lm_sess_key: use gnutls and return NTSTATUSIsaac Boukris2-8/+23
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-06-27auth:ntlmssp: Use GnuTLS RC4 in ntlmssp serverAndreas Schneider1-3/+23
2019-06-27lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett4-3/+4
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-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-04-02auth:ntlmssp: Add back CRAP ndr debug outputGuenther Deschner1-0/+32
2018-10-09auth: Use the zlib version of crc32Volker Lendecke2-3/+6
2018-10-09build: Multi-line depsVolker Lendecke1-1/+8
2018-05-16auth/ntlmssp: fix handling of GENSEC_FEATURE_LDAP_STYLE as a serverStefan Metzmacher2-19/+8
2018-05-16auth/ntlmssp: add ntlmssp_client:ldap_style_send_seal optionStefan Metzmacher1-7/+17
2018-05-05auth/ntlmssp_client: correct spelling of responseDouglas Bagnall1-1/+5
2018-01-08define DBGC_AUTH classkkplein6-0/+18
2017-08-07auth/common: add support for auth4_ctx->check_ntlm_password_send/recv()Stefan Metzmacher1-0/+65
2017-08-07auth/ntlmssp: merge ntlmssp_server_check_password() into ntlmssp_server_auth_...Stefan Metzmacher1-48/+22
2017-08-07auth/ntlmssp: introduce ntlmssp_server_auth_send/recvStefan Metzmacher3-66/+81
2017-08-07auth/ntlmssp: prepare update_send/recv for real async processingStefan Metzmacher1-0/+48
2017-06-26auth/ntlmssp: enforce NTLMSSP_NEGOTIATE_NTLM2 for the NTLMv2 client caseStefan Metzmacher1-0/+21
2017-06-26auth/ntlmssp: make ntlmssp_server_check_password() shorterStefan Metzmacher1-49/+53
2017-06-26auth/ntlmssp: remove useless talloc_steal calls in ntlmssp_server_check_passw...Stefan Metzmacher1-2/+5
2017-05-21auth/ntlmssp: add implement gensec_ntlmssp_update_send/recv()Stefan Metzmacher1-24/+57
2017-05-21auth/ntlmssp: make gensec_ntlmssp_update() staticStefan Metzmacher2-11/+4
2017-05-21auth/ntlmssp: rename 'input' to 'in' in gensec_ntlmssp_update()Stefan Metzmacher1-3/+7
2017-05-21auth/ntlmssp: remove unused variable from gensec_ntlmssp_update()Stefan Metzmacher1-1/+0
2017-05-21auth/ntlmssp: avoid using NT_STATUS_NOT_OK_RETURN() in gensec_ntlmssp_update()Stefan Metzmacher1-2/+6