Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | missing const; millert ok | 2003-06-25 | 1 | -2/+2 | |
| | |||||
* | section reorder; | 2003-05-30 | 1 | -4/+4 | |
| | |||||
* | Include string.h for memset() proto; noticed by lebel@ | 2003-05-09 | 1 | -1/+2 | |
| | |||||
* | Clear the digest local var w/ memset() in the End function. | 2003-05-08 | 1 | -6/+7 | |
| | |||||
* | Unbreak for bigendian, identical diff as Theo's. | 2002-12-23 | 1 | -2/+3 | |
| | |||||
* | o Ansi function headers | 2002-12-23 | 3 | -238/+212 | |
| | | | | | | | | o Add __BEGIN_DECLS/__END_DECLS to include files o Safe macros o Remove useless variable assignment in the End function of *hl.c o Some minor KNF, needs more From Dan Weeks | ||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 2 | -6/+6 | |
| | |||||
* | o) We always close .Bl and .Bd tags; | 2001-08-06 | 1 | -2/+2 | |
| | | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok | ||||
* | Repairs, mostly removing hard sentence breaks. | 2000-04-18 | 1 | -10/+16 | |
| | |||||
* | need more links for MD[45]Transform | 2000-03-28 | 1 | -1/+3 | |
| | |||||
* | Expose MDXTransform functions to be consistent with sha1 and rmd160. | 2000-03-28 | 3 | -9/+22 | |
| | |||||
* | SYNOPSIS needs #include <sys/types.h> | 1999-10-08 | 1 | -1/+2 | |
| | |||||
* | - let cryptographic checksums refer to each other | 1999-10-06 | 2 | -6/+7 | |
| | | | | - avoid .Xref to one's own manpage | ||||
* | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | 1999-08-17 | 1 | -3/+3 | |
| | |||||
* | - remove all trailing whitespace | 1999-07-09 | 1 | -8/+8 | |
| | | | | | | | | | | * 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... | ||||
* | correct some Xr's which referred to the wrong man page sections | 1999-05-10 | 1 | -2/+1 | |
| | |||||
* | Mention that MD4 is pretty much broken, and MD5 may follow. A couple | 1999-02-12 | 1 | -3/+23 | |
| | | | | more references to the attacks. From FreeBSD. | ||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | 1998-11-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | 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 | ||||
* | use .Ox | 1998-03-10 | 1 | -2/+2 | |
| | |||||
* | tabify + trailing blanks | 1997-07-23 | 3 | -18/+18 | |
| | |||||
* | Add a missing const | 1997-07-15 | 1 | -2/+2 | |
| | |||||
* | #include <md5.h> not "md5.h" | 1997-07-12 | 1 | -2/+2 | |
| | |||||
* | MD[45]Final(NULL,&ctx) applies padding to context and can still be used with M[45]Update afterwards. | 1997-07-03 | 3 | -12/+23 | |
| | |||||
* | collision also for md4 | 1997-06-05 | 1 | -4/+5 | |
| | |||||
* | Make possible truncation of long value more explicit | 1997-04-30 | 2 | -4/+4 | |
| | |||||
* | fix a memory-leak problem in MDXEnd -- even when given | 1997-03-18 | 1 | -2/+2 | |
| | | | | a non-NULL buffer, MDXEnd would go ahead and malloc a new one anyway. | ||||
* | mention collision found by Dobbertin | 1997-03-07 | 1 | -4/+7 | |
| | |||||
* | DOH! Fixing big endian broke little.. | 1997-01-07 | 2 | -6/+12 | |
| | |||||
* | Fix these for big endian systems | 1997-01-06 | 2 | -13/+15 | |
| | |||||
* | fix big endian; Encode/Decode | 1996-12-04 | 2 | -22/+28 | |
| | |||||
* | 64-bit cleanup + pedantic -W flags | 1996-11-24 | 3 | -59/+44 | |
| | |||||
* | Closes PR system/34 -- fix from kstailey@dol-esa.gov | 1996-10-20 | 1 | -8/+8 | |
| | | | | Was not using NOMAN consistently. | ||||
* | Minor doc fixups from FreeBSD. | 1996-10-15 | 3 | -49/+60 | |
| | |||||
* | Attempt at cleanup. | 1996-10-08 | 1 | -2/+2 | |
| | |||||
* | All the world is not a pc, BYTE_ORDER define. | 1996-10-02 | 2 | -71/+85 | |
| | |||||
* | Now use bittypes wo we work on 64-bit machines | 1996-09-29 | 3 | -51/+54 | |
| | |||||
* | Remove dead code | 1996-09-15 | 1 | -1/+2 | |
| | | | | | | Remove unused variables Silence some warnings lint(1) is your friend | ||||
* | watch for NOMAN | 1996-08-22 | 1 | -1/+3 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 3 | -9/+14 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | typo | 1996-08-04 | 1 | -2/+2 | |
| | |||||
* | MD2 copyright is too restrictive for us, pointed out by Jason Thorpe | 1996-06-19 | 1 | -15/+6 | |
| | |||||
* | Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$ | 1996-06-03 | 7 | -0/+867 | |