Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-06-03 | Nope, that's not right either. Fix check for mutually exclusive args. | Todd C. Miller | |
2001-06-03 | sync man page with new usage restrictions | Todd C. Miller | |
2001-06-03 | Obvious thinko: command line is wrong if it's too short, not too long. | Marc Espie | |
2001-06-02 | Fix some typos and add missing test for string of 1 million a's. | Todd C. Miller | |
2001-06-02 | New md5/sha1/rmd160 driver with a BSD copyright. Improvements: | Todd C. Miller | |
o options that should be mutually exclusive are o time trial works reasonably when it finishes in < 1 sec o uses a function table instead of a bunch of globals | |||
2000-11-09 | Change all option list specifications to ".Bl -tag -width Ds". Most man | Aaron Campbell | |
pages just needed their -width parameter tweaked to "Ds", which provides a nice width of 6 constant characters. For consistency more than anything. | |||
2000-10-18 | Properly introduce options. | Aaron Campbell | |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-17 | Remove hard sentence breaks. | Aaron Campbell | |
1999-10-07 | One single malloc, with a union to get the largest needed size, | Marc Espie | |
should be enough. | |||
1998-12-15 | always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net | Aaron Campbell | |
1998-09-23 | alphabetize SEE ALSO entries and numerically order according to section | Aaron Campbell | |
1998-09-14 | First complete sweep of man pages, bin/. Command/function names previously | Aaron Campbell | |
(incorrectly) capatilized are fixed. Comma splices, hyphenations, SYNOPSIS cleanups, other miscellaneous typos. | |||
1998-01-02 | use getopt; mph@pobox.com | Theo de Raadt | |
1997-11-12 | correct references. | Niels Provos | |
1997-08-01 | warn not warnx | Theo de Raadt | |
1997-07-17 | Adds rmd160 functionality. | Todd C. Miller | |
1997-07-12 | Use new-style man macros. | Todd C. Miller | |
1997-07-12 | md5(1) is now capable of doing md4, md5 and sha1 digests. Currently | Todd C. Miller | |
only md5 and sha1 are used. | |||
1997-06-20 | boost TEST_BLOCK_LEN and TEST_BLOCK_COUNT a bit. this makes '-t' more | flipk | |
useful on fast boxes. also fflush(stdout) after printing the first test message so the user knows its actually doing something | |||
1996-11-24 | 64-bit cleanup + pedantic -W flags | Niklas Hallqvist | |
1996-11-12 | -Wall happiness | Niklas Hallqvist | |
1996-06-11 | move to bin/md5 for `greater accessibility' | Theo de Raadt | |