summaryrefslogtreecommitdiff
path: root/source3/lib/hmacmd5.c
AgeCommit message (Collapse)AuthorFilesLines
2002-02-26bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison1-6/+5
(and yes I know who you are..... :-). Jeremy. (This used to be commit 330b0df960329bcf4696b8fa4a7357e6c456f74e)
2002-01-30Removed version number from file header.Tim Potter1-2/+1
Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
2001-07-07Add backend encryption support for NTLMv2.Andrew Bartlett1-0/+136
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)
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵Andrew Tridgell1-120/+0
that were in the head branch but weren't in SAMBA_2_0 (This used to be commit d7b208786590b5a28618590172b8d523627dda09)
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-1/+1
- signed / unsigned issues. (This used to be commit c8fd555179314baf1672a23db34dc8ad9f2d02bf)
1999-06-29improving authentication code (tidyup).Luke Leighton1-2/+3
(This used to be commit ab1a6aa42db5217f025941fb5107436556bc23b7)
1999-04-30md5 and hmac_md5Luke Leighton1-0/+119
(This used to be commit 5777c1fb12edca8e57e9d5911428f70db2cf9a62)