Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-23 | lib/crypto: add aes_ccm_128 | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-03-14 | lib/crypto: Detect CommonCrypto and use it if available | Matthieu Patou | 1 | -1/+1 | |
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. | |||||
2012-02-29 | lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 test | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-02-29 | lib/crypto: add aes_cmac_128* (rfc 4493) | Stefan Metzmacher | 1 | -4/+5 | |
Thanks to Jeremy, Michael and Volker for the debugging! metze | |||||
2012-02-07 | crypto: Use libbsd md5 header, if available. | Jelmer Vernooij | 1 | -2/+9 | |
2010-10-11 | libcli-auth: Remove unnecessary dependency on libsamba-hostconfig. | Jelmer Vernooij | 1 | -1/+1 | |
2010-04-06 | s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ↵ | Andrew Tridgell | 1 | -0/+2 | |
them | |||||
2010-04-06 | build: commit all the waf build files in the tree | Andrew Tridgell | 1 | -0/+12 | |