summaryrefslogtreecommitdiffstats
path: root/source3/lib/md5.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the forword prototype to be a static for this static function.Andrew Bartlett2002-07-031-1/+1
| | | | (This used to be commit bb1aa5e1d2e4f71dfaab0ade24ed15d1b5fdfc33)
* used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-1/+3
| | | | | code (This used to be commit 91ad9041e9507d36eb3f40c23c5d4df61f139ef0)
* Add backend encryption support for NTLMv2.Andrew Bartlett2001-07-071-0/+245
| | | | | | | | | | | | | 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 (This used to be commit 8df8e841445dfe09fc7a06bb55d12adc3fecb345)
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵Andrew Tridgell1999-12-131-315/+0
| | | | | | that were in the head branch but weren't in SAMBA_2_0 (This used to be commit d7b208786590b5a28618590172b8d523627dda09)
* md5 and hmac_md5Luke Leighton1999-04-301-0/+315
(This used to be commit 5777c1fb12edca8e57e9d5911428f70db2cf9a62)