mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
d5065ed2f4
Samba provides its own set of SHA function, which would replace libc-provided flavors. This is a problem because while the prototypes are the same, the context structure are different. As a result, when connecting to a LDAP/SSL directory, we go through libldap/libssl/libcrypto and there libcrypto expects to call libc SHA functions, not Samba's. The fix is to check for SHA function presence and rename Samba's version to avoid a clash. Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Simo <simo@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Wed Jun 3 01:54:24 CEST 2015 on sn-devel-104 |
||
---|---|---|
.. | ||
aes_ccm_128.c | ||
aes_ccm_128.h | ||
aes_cmac_128_test.c | ||
aes_cmac_128.c | ||
aes_cmac_128.h | ||
aes_gcm_128_test.c | ||
aes_gcm_128.c | ||
aes_gcm_128.h | ||
aes.c | ||
aes.h | ||
arcfour.c | ||
arcfour.h | ||
crc32.c | ||
crc32.h | ||
crypto.h | ||
hmacmd5.c | ||
hmacmd5.h | ||
hmacmd5test.c | ||
hmacsha256.c | ||
hmacsha256.h | ||
md4.c | ||
md4.h | ||
md4test.c | ||
md5.c | ||
md5.h | ||
md5test.c | ||
REQUIREMENTS | ||
rijndael-alg-fst.c | ||
rijndael-alg-fst.h | ||
sha256.c | ||
sha256.h | ||
sha512.c | ||
sha512.h | ||
wscript_build | ||
wscript_configure |