summaryrefslogtreecommitdiff
path: root/lib/libc/crypt
AgeCommit message (Expand)Author
2005-06-07RC4 is a trademark. Rest of text left intact.Kjell Wooding
2005-06-06Change email address for author, at his request.Kjell Wooding
2005-06-06Change license to standard OpenBSD boilerplate, with permissionKjell Wooding
2005-06-04use the new fat random sysctl to get initial state. (fallback to looping).Ted Unangst
2005-05-26sync setkey prototype with realityTodd C. Miller
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
2004-12-22Test the upper limit for the max # of rounds to, to avoid wrapping and endingOtto Moerbeek
2004-11-03knf, no binary changeHans-Joerg Hoexer
2004-11-02ansi, indentation, etc.Hans-Joerg Hoexer
2004-11-02kill spacesHans-Joerg Hoexer
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-14do the char * to u_char * song and dance back and forth explicitly asTheo de Raadt
2004-04-06some of these functions are prototyped in pwd.h; ok deraadt@Damien Miller
2003-11-26Discard first 256 bytes of keystream, as per recommendation inDamien Miller
2003-08-28wording improvement from Michael Knudsen;Jason McIntyre
2003-08-16just use sysctl for stirring. thread safe and can't fail.Ted Unangst
2003-08-12Split crypto routine sup again, but differently. This should make theTheo de Raadt
2003-08-07unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5cryptTheo de Raadt
2003-08-07ansiTheo de Raadt
2003-08-07ansiTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-11ansification; checked by pvalTheo de Raadt
2003-05-30- section reorder in crypt(3)Jason McIntyre
2003-04-09makeing local table static saves some bytes; idea from mickey@Markus Friedl
2003-04-02Use snprintf instead of a strcpy(), strncat() and strcat() sequenceTodd C. Miller
2003-02-14re-stir if pid changes; markus & meTheo de Raadt
2002-04-29wierd -> weirdPeter Valchev
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-01-24fix the history refsMichael Shalayeff
2001-08-06o) We always close .Bl and .Bd tags;Mike Pechkin
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2001-06-05License clarification from David Mazieres, ok deraadt@Peter Valchev
2001-01-04grammer/spellingTodd T. Fries
2000-12-21typo; ciper -> cipherAaron Campbell
2000-08-02return error if salt is too small; pr 1336Niels Provos
2000-04-28fleshTheo de Raadt
2000-04-28improve the englishTheo de Raadt
2000-04-28type decl errorTheo de Raadt
2000-04-18Repairs.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-02First appeared in OpenBSD 2.1Todd C. Miller
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-01-22ie. -> i.e.,Aaron Campbell
1999-12-28speed up blowfish by > 20%.Niels Provos
1999-11-17Add missing MLINKsTodd C. Miller
1999-09-28Set j = i after arc4random key schedule to be more like arc4 stream cipher;Theo de Raadt
1999-09-23Typo fixes.Alex Feldman
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell