index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcli
/
auth
/
smbencrypt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-31
auth: Use secure variant data_blob_talloc_s() to zero sensitive data blobs
Pavel Filipenský
1
-5
/
+12
2026-03-31
auth: Call ZERO_ARRAY()/ZERO_STRUCT() for sensitive variables on stack
Pavel Filipenský
1
-6
/
+41
2026-01-07
lib: Don't call a function to initialize an empty DATA_BLOB
Volker Lendecke
1
-1
/
+1
2025-12-08
libcli/auth: Zero out password in smbencrypt.c
Pavel Filipenský
1
-1
/
+1
2025-02-22
libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds() check RODC callers c...
Stefan Metzmacher
1
-2
/
+10
2025-02-22
libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds() return the computer_...
Stefan Metzmacher
1
-1
/
+26
2025-02-22
libcli/auth: add NTLMv2_RESPONSE_verify_trust() checking
Stefan Metzmacher
1
-5
/
+419
2025-02-22
libcli/auth: pass trust_forest_domain_info array to NTLMv2_RESPONSE_verify_ne...
Stefan Metzmacher
1
-1
/
+3
2025-02-22
libcli/auth: split out NTLMv2_RESPONSE_verify_workstation()
Stefan Metzmacher
1
-73
/
+125
2024-08-04
libcli:auth: Fix code spelling
Jo Sutton
1
-1
/
+1
2024-07-17
libcli/auth: fix debug level 100 valgrind warnings in SMBOWFencrypt_ntv2()
Stefan Metzmacher
1
-5
/
+6
2023-11-30
libcli/auth: Return more consistent status code on gnutls HMAC failure
Joseph Sutton
1
-1
/
+1
2023-08-21
libcli/auth: Remove unnecessary casts
Joseph Sutton
1
-2
/
+2
2023-04-27
libcli:auth: Fix code spelling
Andreas Schneider
1
-1
/
+1
2022-09-12
libcli:auth: Keep passwords from convert_string_talloc() secret
Joseph Sutton
1
-0
/
+2
2022-07-28
libcli:auth: Add decode_pwd_string_from_buffer514()
Andreas Schneider
1
-0
/
+30
2022-07-28
libcli:auth: Add extract_pwd_blob_from_buffer514()
Andreas Schneider
1
-0
/
+30
2022-07-28
libcli:auth: Implment a common create_pw_buffer_from_blob()
Andreas Schneider
1
-5
/
+38
2022-07-28
libcli:auth: Use extract_pw_from_buffer() in decode_pw_buffer()
Andreas Schneider
1
-20
/
+16
2022-07-28
libcli:auth: Keep data of extract_pw_from_buffer() secret
Andreas Schneider
1
-0
/
+1
2022-07-28
libcli:auth: Add encode_pw_buffer_from_str()
Andreas Schneider
1
-0
/
+26
2022-07-28
libcli:auth: Implement a generic encode_pwd_buffer_from_str()
Andreas Schneider
1
-18
/
+59
2022-01-04
libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore invalid netapp ...
Stefan Metzmacher
1
-0
/
+63
2022-01-04
libcli/auth: let NTLMv2_RESPONSE_verify_netlogon_creds ignore BUFFER_TOO_SMALL
Stefan Metzmacher
1
-5
/
+21
2021-05-07
Fix gcc11 compiler issue "-Werror=maybe-uninitialized"
Günther Deschner
1
-1
/
+1
2019-12-10
smbdes: convert E_P24() and SMBOWFencrypt to use gnutls
Isaac Boukris
1
-9
/
+19
2019-12-10
smbdes: convert E_P16() to use gnutls
Isaac Boukris
1
-1
/
+5
2019-12-10
SMBsesskeygen_lm_sess_key: use gnutls and return NTSTATUS
Isaac Boukris
1
-3
/
+12
2019-11-19
libcli:auth: Remove unused E_md5hash()
Andreas Schneider
1
-33
/
+0
2019-11-14
libcli:auth: Check return code of SMBOWFencrypt_ntv2()
Andreas Schneider
1
-2
/
+18
2019-11-14
libcli:auth: Return NTSTATUS for SMBOWFencrypt_ntv2()
Andreas Schneider
1
-10
/
+15
2019-11-14
libcli:auth: Check return codes of SMBsesskeygen_ntv2()
Andreas Schneider
1
-2
/
+13
2019-11-14
libcli:auth: Return NTSTATUS for SMBOWFencrypt_ntv2()
Andreas Schneider
1
-8
/
+16
2019-07-26
libcli:auth: Use samba_gnutls_arcfour_confounded_md5() in decode_wkssvc_join_...
Andreas Schneider
1
-47
/
+24
2019-07-26
libcli:auth: Use samba_gnutls_arcfour_confounded_md5() in encode_wkssvc_join_...
Andreas Schneider
1
-46
/
+23
2019-07-26
libcli:auth: Return WERROR for encode_wkssvc_join_password_buffer()
Andreas Schneider
1
-6
/
+14
2019-07-26
libcli:auth: Add encode_rc4_passwd_buffer()
Andreas Schneider
1
-0
/
+42
2019-07-26
libcli:auth: Pass samr_CryptPasswordEx to decode_rc4_passwd_buffer()
Andreas Schneider
1
-4
/
+4
2019-07-26
libcli:auth: Rename encode_or_decode_arc4_passwd_buffer()
Andreas Schneider
1
-2
/
+2
2019-07-26
libcli:auth: Use samba_gnutls_arcfour_confounded_md5() for rc4 passwd buffer
Andreas Schneider
1
-30
/
+9
2019-07-26
libcli:auth: Return NTSTATUS for encode_or_decode_arc4_passwd_buffer()
Andreas Schneider
1
-2
/
+8
2019-06-27
libcli:auth: Use gnutls_error_to_werror() in smbencrypt
Andreas Schneider
1
-3
/
+4
2019-05-21
libcli:auth: Use 'bool ok' in ntv2_owf_gen()
Andreas Schneider
1
-5
/
+4
2019-05-21
libcli:auth: Use GnuTLS MD5 HMAC in SMBsesskeygen_ntv2()
Andreas Schneider
1
-6
/
+6
2019-05-21
libcli:auth: Use GnuTLS MD5 HMAC in SMBOWFencrypt_ntv2()
Andreas Schneider
1
-5
/
+21
2019-05-21
libcli:auth: Use GnuTLS MD5 HMAC in ntv2_owf_gen()
Andreas Schneider
1
-7
/
+29
2019-05-21
libcli:auth: Use GnuTLS MD5 in decode_wkssvc_join_password_buffer()
Andreas Schneider
1
-11
/
+36
2019-05-21
libcli:auth: Use GnuTLS MD5 in encode_or_decode_arc4_passwd_buffer()
Andreas Schneider
1
-3
/
+0
2019-05-21
libcli:auth: Use GnuTLS MD5 in encode_wkssvc_join_password_buffer()
Andreas Schneider
1
-6
/
+27
2019-05-21
libcli:auth: Use GnuTLS MD5 in encode_or_decode_arc4_passwd_buffer()
Andreas Schneider
1
-5
/
+24
[next]