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
/
sys
/
kern
/
md5c.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a panic on sparc64 related to inproper aligment - we cannot assume,
pjd
2006-03-30
1
-7
/
+13
*
Fix an 11 year old mistake: Let the hash functions take a void* instead
phk
2006-01-17
1
-2
/
+3
*
MD5Pad() should never have been exposed.
phk
2005-02-10
1
-3
/
+2
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
1
-1
/
+1
*
Revert stuff which accidentally ended up in the previous commit.
phk
2003-07-22
1
-1
/
+0
*
Don't attempt to inline large functions mb_alloc() and mb_free(),
phk
2003-07-22
1
-0
/
+1
*
Use le32dec() instead of le32toh() because we are not guaranteed to have
phk
2003-05-05
1
-1
/
+1
*
We have memset() and memcpy() in the kernel now, so we don't need to
phk
2002-10-20
1
-5
/
+0
*
Bring sys/kern/md5c.c in sync with the userland version.
mux
2002-06-24
1
-26
/
+23
*
Add ia64 support.
dfr
2000-09-29
1
-1
/
+1
*
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
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Oops, the previous commit should have changed `i386' to `__i386__',
bde
1998-05-01
1
-3
/
+3
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-3
/
+4
*
Export MD5Transform in md5.c and remove a private version in random_machdep.c
phk
1998-03-29
1
-3
/
+2
*
Split the padding out into a separate function.
phk
1998-03-27
1
-5
/
+17
*
Add const to a couple of casts to silence some of the warnings Bruce
phk
1997-10-21
1
-3
/
+3
*
Removed unused #includes.
bde
1997-08-02
1
-2
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
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