summaryrefslogtreecommitdiff
path: root/lib/crypto
AgeCommit message (Expand)AuthorFilesLines
2008-12-22Fix missing symbols issues when building with shared libraries.Jelmer Vernooij1-2/+1
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij2-0/+2
2008-10-18crypto: fix remaining strhex_to_data_blob callers.Günther Deschner3-11/+14
2008-10-11Use data_blob() for now, since it seems to be the only function available in ...Jelmer Vernooij1-1/+1
2008-10-11Make sure to allocate copy for arc4 data, to avoid problems freeingJelmer Vernooij1-1/+1
2008-10-11Prevent errors with data_blob() being a macro in s4 and function in s3.Jelmer Vernooij1-1/+1
2008-09-24Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij5-4/+6
2008-09-24Fix include paths.Jelmer Vernooij6-5/+7
2008-09-24Use common arcfour implementation.Jelmer Vernooij3-11/+17
2008-09-24Use shared copy of hmac5 implementation.Jelmer Vernooij2-1/+2
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij18-0/+1596