summaryrefslogtreecommitdiffstats
path: root/lib/crypto/arcfour.c
Commit message (Collapse)AuthorAgeFilesLines
* lib/crypto: only include what is needed.Günther Deschner2010-06-161-1/+1
| | | | Guenther
* Use data_blob() for now, since it seems to be the only function available in ↵Jelmer Vernooij2008-10-111-1/+1
| | | | both Samba 3 and Samba 4.
* Make sure to allocate copy for arc4 data, to avoid problems freeingJelmer Vernooij2008-10-111-1/+1
| | | | later.
* Prevent errors with data_blob() being a macro in s4 and function in s3.Jelmer Vernooij2008-10-111-1/+1
|
* Use common arcfour implementation.Jelmer Vernooij2008-09-241-1/+1
|
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-0/+91