summaryrefslogtreecommitdiffstats
path: root/source/include/md5.h
Commit message (Collapse)AuthorAgeFilesLines
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-1/+0
| | | | code
* Try to avoid clashes with OpenSSL when built --with-ssl, they also have md5.h,Andrew Bartlett2001-07-101-0/+4
| | | | but with a more 'interesting' licence.
* Add backend encryption support for NTLMv2.Andrew Bartlett2001-07-071-0/+21
| | | | | | | | | | | | The leg-work for this was done by the folks at samba-tng.org, I'm just bringing it accross to HEAD. The MD5 implementation is seperatly derived, and does not have the copyright problems that the one in TNG has. Also add const to a few places where it makes sence. Andrew Bartlett
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵Andrew Tridgell1999-12-131-32/+0
| | | | that were in the head branch but weren't in SAMBA_2_0
* md5 and hmac_md5Luke Leighton1999-04-301-0/+32