index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libmd
/
md5c.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unbreak MIPS build following rev. 282726
thomas
2015-05-11
1
-0
/
+6
*
Ensure libmd symbols do not clash with libcrypto
thomas
2015-05-10
1
-1
/
+12
*
Fix an 11 year old mistake: Let the hash functions take a void* instead
phk
2006-01-17
1
-2
/
+3
*
Rename local variables to not mask global names of same name. This
markm
2003-06-05
1
-9
/
+9
*
Add missing const's.
mux
2002-06-24
1
-1
/
+1
*
Improve the handling of Encode and Decode operations in MD5.
phk
2002-06-22
1
-22
/
+15
*
Remove __P() usage.
obrien
2002-03-21
1
-1
/
+1
*
add __FBSDID()s to libmd
dillon
2001-09-30
1
-2
/
+3
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Split the padding out into a separate function.
phk
1998-03-27
1
-8
/
+19
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Make this compile in the kernel too, major cosmetic cleanup.
phk
1996-12-22
1
-260
/
+277
*
close bin/1648 libmd not 64bit safe.
phk
1996-10-22
1
-3
/
+4
*
Clean a bunch of -Wall warnings.
phk
1995-02-24
1
-0
/
+1
*
Speed md5 up around 30% by shorting out a couple of cumbersome
phk
1995-02-21
1
-36
/
+38
*
Added "const" to the arguments here and there.
phk
1994-11-07
1
-5
/
+5
*
Reviewed by: phk
phk
1994-07-24
1
-0
/
+310