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
/
lib
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-29
lib:crypto: Add py binding for set_relax/strict fips mode
Isaac Boukris
1
-0
/
+16
2020-05-08
Fix clang 9 missing-field-initializer warnings
Gary Lockyer
1
-1
/
+1
2020-03-19
lib:crypto: Add samba_gnutls_weak_crypto()
Andreas Schneider
3
-0
/
+56
2019-12-10
lib:crypto: Build intel aes-ni only if GnuTLS doesn't provide AES CMAC
Andreas Schneider
1
-1
/
+2
2019-12-10
lib:crypto: Only build AES code if we need AES CMAC
Andreas Schneider
1
-1
/
+2
2019-12-10
lib:crypto: Remove our implementation of AES GCM
Andreas Schneider
5
-570
/
+0
2019-12-10
lib:crypto: Remove our implementation of AES CCM
Andreas Schneider
5
-645
/
+0
2019-09-01
Spelling fixes s/ ot / to /
Mathieu Parent
1
-1
/
+1
2019-08-21
lib:crypto: Do not build AES-CMAC if we use GnuTLS that supports it
Andreas Schneider
1
-2
/
+4
2019-08-21
lib/crypto: Remove unused RC4 code from Samba
Andrew Bartlett
3
-119
/
+0
2019-08-21
lib:crypto: Prepare not to build AES or AES-CMAC if we use GnuTLS support it
Andreas Schneider
1
-10
/
+42
2019-08-21
crypto: Update REQUIREMENTS file with new minimum version
Andrew Bartlett
1
-2
/
+1
2019-07-26
lib:crypto: Don't build RC4 if we have GnuTLS >= 3.4.7
Andreas Schneider
1
-5
/
+20
2019-07-26
lib:crypto: Remove arcfour.h from crypto.h
Andreas Schneider
1
-1
/
+0
2019-07-26
lib:crypto: Use GnuTLS RC4 in py_crypto
Andreas Schneider
2
-9
/
+32
2019-07-26
lib:crypto: Document samba_gnutls_arcfour_confounded_md5()
Andreas Schneider
1
-0
/
+18
2019-07-26
lib:crypto: Document gnutls_error_to_werror()
Andreas Schneider
1
-0
/
+16
2019-07-26
lib:crypto: Document gnutls_error_to_ntstatus()
Andreas Schneider
1
-0
/
+16
2019-07-09
lib:crypto: Add GNUTLS_FIPS140_SET_(LAX|STRICT)_MODE to helpers
Andreas Schneider
1
-0
/
+11
2019-07-09
lib:crypto: Fix path to header file in gnutls_helpers.h
Andreas Schneider
1
-2
/
+2
2019-06-27
lib/crypto: Use GnuTLS RC4 for samba_gnutls_arcfour_confounded_md5()
Andrew Bartlett
3
-11
/
+35
2019-06-27
lib/crypto: Add GnuTLS helper function samba_gnutls_arcfour_confounded_md5()
Andrew Bartlett
3
-2
/
+85
2019-06-27
libcli:util: Add gnutls_error_to_werror()
Andreas Schneider
2
-0
/
+56
2019-06-27
lib/crypto: move gnutls error wrapper to own subsystem
Andrew Bartlett
3
-0
/
+104
2019-05-27
Fix ubsan null pointer passed as argument 2
Gary Lockyer
1
-4
/
+6
2019-05-21
lib:crypto: Remove obsolete MD5 and HMAC MD5
Andreas Schneider
9
-673
/
+3
2019-05-16
lib/crypto: squash 'cast between incompatible function types' warning
Noel Power
1
-1
/
+1
2019-05-07
lib:crypto: Remove unused SHA512
Andreas Schneider
4
-340
/
+1
2019-04-30
lib:crypto: Remove unused SHA256 and HMAC SHA256
Andreas Schneider
7
-482
/
+1
2019-03-21
build: Remove bld.gen_python_environments()
Andrew Bartlett
1
-5
/
+4
2019-02-27
lib:crypto: Include only the required header files
Andreas Schneider
10
-12
/
+19
2018-11-22
lib:crypto: Fix undefined behavior in md4
Andreas Schneider
1
-2
/
+4
2018-10-10
lib: Remove lib/crypto/crc32.[ch]
Volker Lendecke
4
-107
/
+1
2018-09-05
lib/crypto/wscript_configure: update to handle waf 2.0.4
Alexander Bokovoy
1
-4
/
+4
2018-09-05
lib/crypto/wscript: update to handle waf 2.0.4
Alexander Bokovoy
1
-1
/
+1
2018-04-03
lib/crypto: avoid 'return void_function();' which isn't portable
Stefan Metzmacher
1
-4
/
+6
2018-03-27
Allow AESNI to be used on all processor supporting AESNI, not just Intel's Th...
Eric Vannier
1
-16
/
+0
2018-02-09
lib/crypto/REQUIREMENTS: DRSUAPI replication replicated secrets was missing f...
Andrew Bartlett
1
-0
/
+1
2018-02-07
lib/crypto: Update REQUIREMENTS for recent Samba changes
Andrew Bartlett
1
-1
/
+1
2018-01-08
crypto: Update the REQUIREMENTS
Andreas Schneider
1
-23
/
+47
2017-11-22
lib/crypto: remove unused code
Uri Simchoni
1
-20
/
+0
2017-09-07
lib: crypto: Add the ability to select Intel AESNI instruction set at configu...
Jeremy Allison
2
-0
/
+19
2017-09-07
lib: crypto: Plumb in the Intel AES instructions.
Jeremy Allison
4
-2
/
+224
2017-09-07
lib: crypt: Prepare the existing code to switch to Intel AES hardware instruc...
Jeremy Allison
2
-11
/
+67
2017-03-15
lib/crypto: implement samba.crypto Python module for RC4
Alexander Bokovoy
2
-0
/
+97
2016-05-16
lib: Fix some whitespace
Volker Lendecke
1
-12
/
+13
2016-05-16
lib: Fix a signed/unsigned mixup
Volker Lendecke
1
-1
/
+1
2015-11-11
vfs: Remove smb_traffic_analyzer
Volker Lendecke
1
-3
/
+0
2015-08-27
lib/crypto: make it possible to use only parts of aes.[ch]
Stefan Metzmacher
2
-1
/
+14
2015-08-27
lib/crypto: sync AES_cfb8_encrypt() from heimdal
Stefan Metzmacher
2
-20
/
+25
[next]