summaryrefslogtreecommitdiffstats
path: root/lib/libc/md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* missing const; millert okderaadt2003-06-251-2/+2
|
* section reorder;jmc2003-05-301-4/+4
|
* Include string.h for memset() proto; noticed by lebel@millert2003-05-091-1/+2
|
* Clear the digest local var w/ memset() in the End function.millert2003-05-081-6/+7
|
* Unbreak for bigendian, identical diff as Theo's.drahn2002-12-231-2/+3
|
* o Ansi function headersmillert2002-12-233-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.millert2002-02-162-6/+6
|
* o) We always close .Bl and .Bd tags;mpech2001-08-061-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.aaron2000-04-181-10/+16
|
* need more links for MD[45]Transformderaadt2000-03-281-1/+3
|
* Expose MDXTransform functions to be consistent with sha1 and rmd160.millert2000-03-283-9/+22
|
* SYNOPSIS needs #include <sys/types.h>espie1999-10-081-1/+2
|
* - let cryptographic checksums refer to each otherespie1999-10-062-6/+7
| | | | - avoid .Xref to one's own manpage
* More <sys/file.h> vs. <fcntl.h> and open() flags fixes.millert1999-08-171-3/+3
|
* - remove all trailing whitespaceaaron1999-07-091-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 sectionsaaron1999-05-101-2/+1
|
* Mention that MD4 is pretty much broken, and MD5 may follow. A coupleangelos1999-02-121-3/+23
| | | | more references to the attacks. From FreeBSD.
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-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 .Oxmillert1998-03-101-2/+2
|
* tabify + trailing blankskstailey1997-07-233-18/+18
|
* Add a missing constmillert1997-07-151-2/+2
|
* #include <md5.h> not "md5.h"millert1997-07-121-2/+2
|
* MD[45]Final(NULL,&ctx) applies padding to context and can still be used with M[45]Update afterwards.provos1997-07-033-12/+23
|
* collision also for md4provos1997-06-051-4/+5
|
* Make possible truncation of long value more explicittholo1997-04-302-4/+4
|
* fix a memory-leak problem in MDXEnd -- even when givenflipk1997-03-181-2/+2
| | | | a non-NULL buffer, MDXEnd would go ahead and malloc a new one anyway.
* mention collision found by Dobbertinprovos1997-03-071-4/+7
|
* DOH! Fixing big endian broke little..niklas1997-01-072-6/+12
|
* Fix these for big endian systemsniklas1997-01-062-13/+15
|
* fix big endian; Encode/Decodederaadt1996-12-042-22/+28
|
* 64-bit cleanup + pedantic -W flagsniklas1996-11-243-59/+44
|
* Closes PR system/34 -- fix from kstailey@dol-esa.govmillert1996-10-201-8/+8
| | | | Was not using NOMAN consistently.
* Minor doc fixups from FreeBSD.millert1996-10-153-49/+60
|
* Attempt at cleanup.michaels1996-10-081-2/+2
|
* All the world is not a pc, BYTE_ORDER define.millert1996-10-022-71/+85
|
* Now use bittypes wo we work on 64-bit machinesmillert1996-09-293-51/+54
|
* Remove dead codetholo1996-09-151-1/+2
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* watch for NOMANderaadt1996-08-221-1/+3
|
* Fix RCS idstholo1996-08-193-9/+14
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* typomillert1996-08-041-2/+2
|
* MD2 copyright is too restrictive for us, pointed out by Jason Thorpeniklas1996-06-191-15/+6
|
* Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$niklas1996-06-037-0/+867