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
/
sbin
/
md5
/
md5.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach md5(1) about sha512.
delphij
2012-08-01
1
-2
/
+20
*
Document the -c option in --help output
eadler
2012-05-09
1
-1
/
+1
*
- add "check" option to MD5 and friends to compare files against known hash.
eadler
2011-11-13
1
-7
/
+31
*
Use RUSAGE_SELF for the current process instead of hardcoded value
kevlo
2008-09-02
1
-2
/
+2
*
style(9) (verifed no-change in .o's)
obrien
2008-02-07
1
-14
/
+13
*
Fix an 11 year old mistake: Let the hash functions take a void* instead
phk
2006-01-17
1
-1
/
+1
*
In light of the recent 2^69 operation collision-finding attack on SHA1,
cperciva
2005-03-09
1
-2
/
+20
*
fix handling of an unknown progeam name
eik
2004-06-22
1
-1
/
+1
*
Add sha1 and rmd160 checksum tools.
eik
2004-06-11
1
-47
/
+134
*
Set exit code to 1 in case at least one of the input files
se
2003-11-02
1
-2
/
+9
*
Use __FBSDID() to quiet GCC 3.3 warnings.
obrien
2003-05-03
1
-4
/
+2
*
Improvements to md5.c so that it uses getrusage to time
silby
2003-02-14
1
-8
/
+12
*
Change the -x option so that it does an actual REAL test of
silby
2003-01-26
1
-11
/
+35
*
Fix
phk
2001-12-19
1
-1
/
+3
*
Add missing cast for improper time_t use in computation.
dillon
2001-10-28
1
-1
/
+1
*
Fix include ordering breakage from rev. 1.23.
des
2001-06-29
1
-2
/
+2
*
Only checksum stdin if nothing has been checksummed yet.
ru
2001-06-25
1
-2
/
+2
*
Include missing header files which define functions for which gcc has
dd
2001-06-24
1
-0
/
+1
*
Fix argument processing.
ru
2001-05-22
1
-51
/
+45
*
Update usage().
obrien
2000-11-08
1
-1
/
+1
*
Add -q quite mode.
obrien
1999-12-04
1
-3
/
+11
*
Make `-r -s' also match the BSDI output.
obrien
1999-11-11
1
-1
/
+1
*
Change the "-r" output format to match BSDI's default output format.
obrien
1999-11-09
1
-2
/
+2
*
Add a new "-r" (right) option that reverses the order a filename and the
obrien
1999-11-07
1
-3
/
+15
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Since we are using strlen() let's assign it to the correct type and
billf
1999-07-21
1
-2
/
+3
*
Fixes for -t option:
kris
1999-05-01
1
-3
/
+4
*
Correct use of .Nm. Spelling. Add rcsid, remove unused #includes, use err(3).
charnier
1998-07-06
1
-12
/
+10
*
Fix a few style nits from previous commit.
steve
1997-12-29
1
-11
/
+10
*
Get md5(1) to use getopt(3). Also some minor -Wall cleaning
steve
1997-12-29
1
-18
/
+41
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Trivial fix for braino.
phk
1997-01-16
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Moved #include of <sys/types.h> earlier so that this compiles when
bde
1996-10-25
1
-3
/
+6
*
Fix to match new API. Fixes memory leak, faster.
phk
1995-07-12
1
-6
/
+9
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-2
/
+2
*
oops.
phk
1995-02-26
1
-4
/
+6
*
Add a '-p' option to md5. This will save some time in generation of the
phk
1995-02-26
1
-6
/
+11
*
Clean this file up so it is readable...
phk
1995-02-20
1
-188
/
+121
*
Incorproate version of md5 placed into public domain by RSA.
pst
1994-10-29
1
-0
/
+231