Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1999-10-06 | - let cryptographic checksums refer to each other | Marc Espie | |
- avoid .Xref to one's own manpage | |||
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1999-08-16 | Explicitly include <sys/types.h> and some minor style points. | Todd C. Miller | |
1999-08-11 | more unescaped \n lines in nroff documents | Theo de Raadt | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-05-25 | kill some old macros | Aaron Campbell | |
1999-05-25 | punctuation | Aaron Campbell | |
1999-04-18 | Fixup of formatting in the example source code | Wim Vandeputte | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO | |||
1998-09-09 | Make RMD160Update a little less overzealous when fed small crumbs. | janjaap | |
1998-06-21 | Remove the advertising clause in my old license, it impedes free use | Todd C. Miller | |
of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | |||
1998-06-02 | nbytes - ofs should never be less than 0 (Oops on me) | janjaap | |
1998-03-23 | teach rmd160 not to throw leftovers out the window | janjaap | |
1998-03-07 | .Bx Open -> .Ox 2.x | Todd C. Miller | |
1998-02-27 | extra commas go foom foom foom | Theo de Raadt | |
1997-08-24 | Fix compiler warnings. | Todd C. Miller | |
1997-07-23 | tabify + trailing blanks | kstailey | |
1997-07-18 | Converting u_char[] -> u_int[] is easy on little endian machines :-) | Todd C. Miller | |
1997-07-17 | Use u_int32_t not size_t. | Todd C. Miller | |
1997-07-17 | Typo | Todd C. Miller | |
1997-07-17 | Manpage for RMD*(3) | Todd C. Miller | |
1997-07-17 | More typos. | Todd C. Miller | |
1997-07-17 | Allow passing of a NULL digest to RMD160Final(3). | Todd C. Miller | |
1997-07-17 | mdX(3)-like interface to RIPEMD-160 hash function. Code by | Todd C. Miller | |
Antoon Bosselaers and massaged by me to fit the mdX(3) API. | |||
1997-07-17 | Fix typo | Todd C. Miller | |
1997-07-15 | Add a missing const | Todd C. Miller | |
1997-07-12 | Add SHA1End, SHA1File, SHA1Data helper functions like in md5(3). | Todd C. Miller | |
1997-07-12 | mention usage of SHA1Final with null pointer | Niels Provos | |
1997-07-12 | Minor style points. | Todd C. Miller | |
1997-07-11 | Todd kant spel. | Todd C. Miller | |
1997-07-11 | Install sha1(3) and links. | Todd C. Miller | |
1997-07-11 | #include <sha1.h> not #include "sha1.h" | Todd C. Miller | |
1997-07-11 | Man page for SHA1* | Todd C. Miller | |
1997-07-10 | Different sha1 functions (taken from netinet's if_sha1.c) that | Todd C. Miller | |
are more consistent with md4/md5 functions. | |||
1996-09-30 | export byte swapping routine. | Todd C. Miller | |
1996-09-30 | Moved definitions of BYTE and LONG in from header file. | Todd C. Miller | |
1996-09-29 | Fixed standalone test mode for NEW_SHA1. | Todd C. Miller | |
1996-09-29 | added sha1 (secure hash function). | Todd C. Miller | |