summaryrefslogtreecommitdiffstats
path: root/source3/lib/hmacmd5.c
Commit message (Collapse)AuthorAgeFilesLines
* Use shared copy of hmac5 implementation.Jelmer Vernooij2008-09-241-135/+0
|
* r24993: Apply some constVolker Lendecke2007-10-101-1/+2
| | | | (This used to be commit 613b9fcd18bcc29bf5313e2287b53b8de430d17e)
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r14454: Janitor for tridge - same code exists in Samba3 and 4.Jeremy Allison2007-10-101-1/+1
| | | | | | | | Jeremy. ----------------------------- fixed an hmac-md5 error for keys longer than 64 (using deallocated stack variable) (This used to be commit f3879dd6bbbb20524e138b9ba8a54f6464fee5eb)
* r13539: Add 128 bit creds processing client and server. Thanks to Andrew ↵Jeremy Allison2007-10-101-12/+13
| | | | | | | | Bartlett's Samba4 code. Jeremy. (This used to be commit a2fb436fc5dd536cfe860be93f55f9cb58139a0e)
* bcopy must DIE ! Stop people creeping use of bcopy back into the codeJeremy Allison2002-02-261-6/+5
| | | | | | (and yes I know who you are..... :-). Jeremy. (This used to be commit 330b0df960329bcf4696b8fa4a7357e6c456f74e)
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header. (This used to be commit 6a58c9bd06d0d7502a24bf5ce5a2faf0a146edfa)
* Add backend encryption support for NTLMv2.Andrew Bartlett2001-07-071-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)
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files ↵Andrew Tridgell1999-12-131-120/+0
| | | | | | that were in the head branch but weren't in SAMBA_2_0 (This used to be commit d7b208786590b5a28618590172b8d523627dda09)
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-1/+1
| | | | | - signed / unsigned issues. (This used to be commit c8fd555179314baf1672a23db34dc8ad9f2d02bf)
* improving authentication code (tidyup).Luke Leighton1999-06-291-2/+3
| | | | (This used to be commit ab1a6aa42db5217f025941fb5107436556bc23b7)
* md5 and hmac_md5Luke Leighton1999-04-301-0/+119
(This used to be commit 5777c1fb12edca8e57e9d5911428f70db2cf9a62)