index
:
delta/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-2-stable
v4-2-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
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcli
Commit message (
Expand
)
Author
Age
Files
Lines
*
py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...
Andrew Bartlett
2019-06-24
1
-3
/
+3
*
py3: Remove PyStr_AsString() compatability macro
Andrew Bartlett
2019-06-24
1
-6
/
+6
*
py3: Remove PyStr_FromString() compatability macro
Andrew Bartlett
2019-06-24
1
-7
/
+7
*
py3: Remove PyStr_Check() compatability macro
Andrew Bartlett
2019-06-24
1
-3
/
+3
*
libcli:smb: Use gnutls_error_to_ntstatus() in smb_signing
Andreas Schneider
2019-06-24
1
-12
/
+7
*
libcli:auth: Use gnutls_error_to_ntstatus() in credentials
Andreas Schneider
2019-06-24
1
-11
/
+9
*
libcli:smb: Use gnutls_error_to_ntstatus() in smbXcli_base.c
Andreas Schneider
2019-06-24
1
-9
/
+10
*
libcli:smb: Use gnutls_error_to_ntstatus() in smb2_signing_check_pdu()
Andreas Schneider
2019-06-24
1
-4
/
+4
*
libcli:smb: Use gnutls_error_to_ntstatus() in smb2_signing_sign_pdu()
Andreas Schneider
2019-06-24
1
-2
/
+2
*
libcli:smb: Return NSTATUS for smb2_signing_check_pdu()
Andreas Schneider
2019-06-24
3
-36
/
+59
*
libcli:util: Add gnutls_error
Andreas Schneider
2019-06-24
3
-2
/
+103
*
libcli/smb: harden smbXcli_session_shallow_copy against nonce reusage
Stefan Metzmacher
2019-06-12
1
-0
/
+19
*
libcli/smb: s/smbXcli_session_copy/smbXcli_session_shallow_copy
Stefan Metzmacher
2019-06-12
2
-2
/
+7
*
libcli/smb: only fallback to the global smb2 signing key if we should sign
Andreas Schneider
2019-06-12
1
-4
/
+8
*
libcli/smb: make sure the session->{smb2->,smb2_channel.}signing_key is never...
Stefan Metzmacher
2019-06-12
1
-17
/
+27
*
Revert "libcli:smb: Fix signing with multichannel"
Stefan Metzmacher
2019-06-12
1
-8
/
+4
*
Revert "libcli/smb: add missing struct smb2_signing_key allocation in smb2cli...
Stefan Metzmacher
2019-06-12
1
-9
/
+0
*
libcli/smb: add missing struct smb2_signing_key allocation in smb2cli_session...
Stefan Metzmacher
2019-06-11
1
-0
/
+9
*
libcli:smb: Fix signing with multichannel
Andreas Schneider
2019-06-11
1
-4
/
+8
*
lib: Only compile resolvconftest if fmemopen exists
Volker Lendecke
2019-05-25
1
-0
/
+1
*
libcli/security: Remove unused dup_sec_desc_buf()
Andrew Bartlett
2019-05-22
2
-17
/
+0
*
libcli/auth: Remove des_crypt64() from smbdes
Andrew Bartlett
2019-05-22
2
-12
/
+0
*
libcli:smb: Return NTSTATUS for smb_key_derivation()
Andreas Schneider
2019-05-21
3
-13
/
+29
*
libcli:smb: Check return code of smb_signing_md5()
Andreas Schneider
2019-05-21
1
-2
/
+11
*
libcli:smb: Return NTSTATUS for smb_signing_sign_pdu()
Andreas Schneider
2019-05-21
3
-11
/
+18
*
libcli:smb: Return NTSTATUS for smb_signing_md5()
Andreas Schneider
2019-05-21
1
-11
/
+24
*
libcli:smb: Use GnuTLS HMAC MD5 in smb_key_derivation()
Andreas Schneider
2019-05-21
1
-7
/
+7
*
libcli:smb: Use GnuTLS MD5 and HMAC MD5 in smb_signing_md5()
Andreas Schneider
2019-05-21
1
-22
/
+40
*
libcli:drsuapi: Use GnuTLS MD5 in drsuapi_encrypt_attribute_value()
Andreas Schneider
2019-05-21
1
-8
/
+28
*
libcli:drsuapi: Use GnuTLS MD5 in drsuapi_decrypt_attribute_value()
Andreas Schneider
2019-05-21
1
-8
/
+35
*
libcli:auth: Add return codes for netlogon_creds_init_128bit()
Andreas Schneider
2019-05-21
1
-9
/
+23
*
libcli:auth: Use GnuTLS MD5 and HMAC MD5 in netlogon_creds_init_128bit
Andreas Schneider
2019-05-21
1
-11
/
+36
*
libcli:auth: Use 'bool ok' in ntv2_owf_gen()
Andreas Schneider
2019-05-21
1
-5
/
+4
*
libcli:auth: Use GnuTLS MD5 HMAC in SMBsesskeygen_ntv2()
Andreas Schneider
2019-05-21
1
-6
/
+6
*
libcli:auth: Use GnuTLS MD5 HMAC in SMBOWFencrypt_ntv2()
Andreas Schneider
2019-05-21
1
-5
/
+21
*
libcli:auth: Use GnuTLS MD5 HMAC in ntv2_owf_gen()
Andreas Schneider
2019-05-21
1
-7
/
+29
*
libcli:auth: Use GnuTLS MD5 in decode_wkssvc_join_password_buffer()
Andreas Schneider
2019-05-21
1
-11
/
+36
*
libcli:auth: Use GnuTLS MD5 in encode_or_decode_arc4_passwd_buffer()
Andreas Schneider
2019-05-21
1
-3
/
+0
*
libcli:auth: Use GnuTLS MD5 in encode_wkssvc_join_password_buffer()
Andreas Schneider
2019-05-21
1
-6
/
+27
*
libcli:auth: Use GnuTLS MD5 in encode_or_decode_arc4_passwd_buffer()
Andreas Schneider
2019-05-21
1
-5
/
+24
*
libcli:auth: Use GnuTLS MD5 for E_md5hash() in smbcrypt
Andreas Schneider
2019-05-21
1
-5
/
+25
*
lib:util: Move VWV macro to smb_constants.h
Andreas Schneider
2019-05-17
1
-0
/
+3
*
squash 'cast between incompatible function types' warning
Noel Power
2019-05-16
2
-6
/
+15
*
libcli:smb: Use GnuTLS SHA512 in smbXcli_base
Andreas Schneider
2019-05-07
1
-18
/
+88
*
libcli:smb: Use smb2_signing_key for smb2_signing_check_pdu()
Andreas Schneider
2019-04-30
3
-22
/
+22
*
libcli:smb: Use smb2_signing_key for smb2_signing_sign_pdu()
Andreas Schneider
2019-04-30
3
-18
/
+20
*
libcli:smb: Add smb2_signing_key_destructor()
Andreas Schneider
2019-04-30
3
-2
/
+16
*
libcli:smb: Use 'struct smb2_signing_key' in smbXcli_base.c
Andreas Schneider
2019-04-30
1
-52
/
+75
*
libcli:smb: Introduce a structure for the smb2_singing_key
Andreas Schneider
2019-04-30
2
-0
/
+23
*
libcli:smb: Use GnuTLS SHA256 HMAC in smb2_signing_check_pdu()
Andreas Schneider
2019-04-30
1
-10
/
+32
[next]