summaryrefslogtreecommitdiff
path: root/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-2/+1
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-202-0/+2
* crypto: fix remaining strhex_to_data_blob callers.Günther Deschner2008-10-183-11/+14
* Use data_blob() for now, since it seems to be the only function available in ...Jelmer Vernooij2008-10-111-1/+1
* Make sure to allocate copy for arc4 data, to avoid problems freeingJelmer Vernooij2008-10-111-1/+1
* Prevent errors with data_blob() being a macro in s4 and function in s3.Jelmer Vernooij2008-10-111-1/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij2008-09-245-4/+6
|\
| * Fix include paths.Jelmer Vernooij2008-09-246-5/+7
* | Use common arcfour implementation.Jelmer Vernooij2008-09-243-11/+17
|/
* Use shared copy of hmac5 implementation.Jelmer Vernooij2008-09-242-1/+2
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-2418-0/+1596