sjg
0ee5295509
Updated dependencies
2013-02-16 01:23:54 +00:00
sjg
778e93c51a
Sync from head
2012-11-04 02:52:03 +00:00
marcel
9dd41e3647
Sync FreeBSD's bmake branch with Juniper's internal bmake branch.
...
Requested by: Simon Gerraty <sjg@juniper.net>
2012-08-22 19:25:57 +00:00
delphij
7f137631a1
Teach md5(1) about sha512.
...
MFC after: 1 month
2012-08-01 00:36:12 +00:00
gjb
c12b44c606
General mdoc(7) and typo fixes.
...
PR: 167696
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-10 02:07:00 +00:00
eadler
96cc1902f8
Document the -c option in --help output
...
PR: bin/167463
Submitted by: "Bryan Drewery" <bryan@shatow.net>
Approved by: cperciva
MFC after: 3 days
2012-05-09 17:32:10 +00:00
eadler
c1a98a91d0
- new sentence should start on new line.
...
PR: bin/146541
Submitted by: bjk
Approved by: bjk
2011-11-13 17:07:43 +00:00
eadler
26f0073331
- add "check" option to MD5 and friends to compare files against known hash.
...
PR: bin/146541
Submitted by: eadler
Reviewed by: jhell@dataix.net
Approved by: secteam (cperciva)
Approved by: cperciva
MFC after: 3 weeks
2011-11-13 16:35:47 +00:00
ru
763b9ae1f8
Switch the default WARNS level for sbin/ to 6.
...
Submitted by: Ulrich Spörlein
2009-10-19 16:00:24 +00:00
simon
78cb6df36f
Minor markup fix for the r186836 update.
2009-01-06 21:16:42 +00:00
cperciva
272a37e7b7
Strengthen some of the language concerning attacks on MD5, in light of the
...
recent demonstration of a forged SSL certificate. Add text pointing out
that SHA-1 is at least theoretically broken. Add a recommendation that
new applications use SHA-256.
MFC after: 1 month
2009-01-06 19:25:24 +00:00
trhodes
dde112fefd
Bring a paragraph in this manual page a bit closer to the present date.
...
Discussed with: des
2008-09-07 15:19:34 +00:00
kevlo
50b997c3ef
Use RUSAGE_SELF for the current process instead of hardcoded value
2008-09-02 02:59:13 +00:00
obrien
0ce48c9314
style(9) (verifed no-change in .o's)
2008-02-07 18:10:24 +00:00
phk
7a469c93bd
Fix an 11 year old mistake: Let the hash functions take a void* instead
...
of unsigned char* argument.
2006-01-17 15:35:57 +00:00
cperciva
786407525b
Belatedly update the md5(1) man page to reflect the addition of sha256.
2005-03-10 09:56:39 +00:00
cperciva
180357cd92
In light of the recent 2^69 operation collision-finding attack on SHA1,
...
add support for SHA256.
Tested on: i386, sparc64
Tested using: NIST test vectors, built-in tests
X-MFC-after: 5.4-RELEASE
2005-03-09 19:23:04 +00:00
ru
6cc4b6c220
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
ru
9f45c1d92e
mdoc(7) fixes.
2004-07-07 19:57:16 +00:00
eik
65e528a8ff
fix handling of an unknown progeam name
...
Noticed by: Joshua Goodall <joshua@roughtrade.net>
Approved by: ru
2004-06-22 09:18:50 +00:00
eik
6ce46a0816
Add sha1 and rmd160 checksum tools.
...
Since the algorithms are already supported in libmd,
the size increase is small when a dynamic root is used.
Approved by: joerg, ru
MFC after: 2 weeks
2004-06-11 16:07:02 +00:00
ru
f6aa4621fd
Assorted markup, grammar, and spelling fixes.
2004-05-17 08:35:43 +00:00
ru
743cc6d002
Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
2004-02-05 22:44:25 +00:00
se
7c072fe20e
Set exit code to 1 in case at least one of the input files
...
could not be opened.
2003-11-02 23:12:08 +00:00
obrien
19105c8312
Use __FBSDID() to quiet GCC 3.3 warnings.
2003-05-03 18:41:59 +00:00
silby
6d6e9671a5
Improvements to md5.c so that it uses getrusage to time
...
benchmarks, and prints out results in float format.
2003-02-14 04:48:06 +00:00
silby
2a088a1417
Change the -x option so that it does an actual REAL test of
...
the correctness of this program. Previously, it printed out
the MD5 values of some test strings, but did not tell you
if they were correct or not!
2003-01-26 08:23:37 +00:00
charnier
f3bce5737d
Use `The .Nm utility'
2002-04-19 23:06:29 +00:00
phk
551ea08f0f
Fix
...
md5 -q -s foo
to not expect input on stdin after hashing the string.
MFC after: 1 week
2001-12-19 21:19:43 +00:00
obrien
9baf2f1b03
Default to WARNS=2.
...
Binary builds that cannot handle this must explicitly set WARNS=0.
Reviewed by: mike
2001-12-04 02:19:58 +00:00
dillon
827bb2a335
Add missing cast for improper time_t use in computation.
2001-10-28 00:01:58 +00:00
ru
cfdeaad88e
mdoc(7) police: removed hard sentence breaks.
2001-09-04 09:28:48 +00:00
murray
9583145217
Mention collision attacks on MD5. From the md5(3) man page.
...
PR: docs/14158
Reviewed by: kris
Submitted by: Eric Frias <efrias@sg505.net>
2001-09-04 01:01:07 +00:00
ru
4345758876
mdoc(7) police:
...
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
dd
a145482cf6
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
des
caaabb45e0
Fix include ordering breakage from rev. 1.23.
...
Please-read-style(9): dd
2001-06-29 06:21:57 +00:00
ru
548ffba853
Only checksum stdin if nothing has been checksummed yet.
...
PR: bin/28386
2001-06-25 08:52:57 +00:00
dd
ef9ae51ffe
Include missing header files which define functions for which gcc has
...
builtins (e.g., exit, strcmp).
2001-06-24 23:04:23 +00:00
dd
d705df8034
WARNS= -> WARNS?=
...
Submitted by: Mike Barcroft <mike@q9media.com>
2001-06-22 21:38:30 +00:00
dd
0dd8d48250
This command has more than four options.
2001-06-19 03:34:03 +00:00
ru
510c2815e8
Fix argument processing.
...
Make this compile with WARNS=2.
PR: bin/27524
MFC after: 3 days
2001-05-22 10:33:43 +00:00
ru
86642a4ab4
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:33:27 +00:00
ru
56b5d7535b
Set the default manual section for sbin/ to 8.
2001-03-20 18:13:31 +00:00
ru
b5cd63f616
mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.
2001-02-13 09:56:35 +00:00
ru
ea31070695
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 16:52:27 +00:00
obrien
a52e06db8b
Update usage().
...
Submitted by: nectar
2000-11-08 20:41:35 +00:00
obrien
b6b57faeef
Add -q quite mode.
1999-12-04 01:29:43 +00:00
obrien
06059e1bbb
Make `-r -s' also match the BSDI output.
1999-11-11 11:59:03 +00:00
obrien
20d3040a5c
Change the "-r" output format to match BSDI's default output format.
1999-11-09 17:28:47 +00:00
obrien
9c150e9d7e
Add a new "-r" (right) option that reverses the order a filename and the
...
hash is printed. This aids visual diffs.
1999-11-07 04:14:55 +00:00