Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib/crypto: Detect CommonCrypto and use it if available | Matthieu Patou | 2012-03-14 | 1 | -0/+12 |
| | | | | | | | | | | CommonCrypto/CommonDigest is available on Mac and there is function in the libc for MD5 calculation. MD5Final is a C define of CC_MD5_Final. Under some circumstance we have the symbol defined twice in samba binaries on Snow Leopard at least. By detecting CommonCrypto/CommonDigest we end up always using the system version if available. | ||||
* | crypto: Use libbsd md5 header, if available. | Jelmer Vernooij | 2012-02-07 | 1 | -0/+6 |
| | |||||
* | crypto/md5: Change prototypes to match BSD. | Jelmer Vernooij | 2012-02-07 | 1 | -5/+7 |
| | |||||
* | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 2008-09-24 | 1 | -0/+19 |