summaryrefslogtreecommitdiffstats
path: root/lib/libc/crypt
AgeCommit message (Expand)AuthorFilesLines
2006-07-26better macros;jmc1-6/+6
2006-07-26document `iv';jmc1-1/+4
2006-07-25updates from nicholas marriott;jmc1-5/+9
2006-07-04allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemiootto1-2/+2
2006-04-03be more careful with atoi() result; ok ottoderaadt1-3/+5
2005-11-30Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a timeotto1-9/+2
2005-10-02add bf_{ecb,cbc}_{en,de}crypt to the .Nm list;jmc1-2/+6
2005-10-02add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list;jmc1-2/+5
2005-08-08zap remaining rcsid.espie3-15/+3
2005-07-17punctuation and minor rewording, ok jmcjaredy2-6/+6
2005-06-07RC4 is a trademark. Rest of text left intact.kjell1-2/+2
2005-06-06Change email address for author, at his request.kjell1-2/+2
2005-06-06Change license to standard OpenBSD boilerplate, with permissionkjell1-6/+15
2005-06-04use the new fat random sysctl to get initial state. (fallback to looping).tedu1-12/+14
2005-05-26sync setkey prototype with realitymillert1-2/+2
2005-02-25Be correct in our man pages when talking about NUL termination (that is,cloder1-4/+4
2004-12-22Test the upper limit for the max # of rounds to, to avoid wrapping and endingotto1-2/+7
2004-11-03knf, no binary changehshoexer1-54/+65
2004-11-02ansi, indentation, etc.hshoexer1-17/+8
2004-11-02kill spaceshshoexer1-3/+3
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@jsg1-0/+2
2004-09-14do the char * to u_char * song and dance back and forth explicitly asderaadt2-8/+8
2004-04-06some of these functions are prototyped in pwd.h; ok deraadt@djm1-1/+2
2003-11-26Discard first 256 bytes of keystream, as per recommendation indjm1-1/+10
2003-08-28wording improvement from Michael Knudsen;jmc1-2/+2
2003-08-16just use sysctl for stirring. thread safe and can't fail.tedu1-22/+9
2003-08-12Split crypto routine sup again, but differently. This should make thederaadt3-84/+149
2003-08-07unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5cryptderaadt4-658/+67
2003-08-07ansideraadt2-18/+8
2003-06-25protosderaadt2-3/+7
2003-06-11ansification; checked by pvalderaadt1-18/+9
2003-05-30- section reorder in crypt(3)jmc2-5/+5
2003-04-09makeing local table static saves some bytes; idea from mickey@markus1-2/+2
2003-04-02Use snprintf instead of a strcpy(), strncat() and strcat() sequencemillert1-5/+4
2003-02-14re-stir if pid changes; markus & mederaadt1-3/+5
2002-04-29wierd -> weirdpvalchev1-3/+3
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2-117/+2
2002-02-16Part 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.millert3-12/+12
2002-01-24fix the history refsmickey1-2/+2
2001-08-06o) We always close .Bl and .Bd tags;mpech2-4/+4
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel1-4/+3
2001-06-05License clarification from David Mazieres, ok deraadt@pvalchev1-3/+2
2001-01-04grammer/spellingtodd2-4/+4
2000-12-21typo; ciper -> cipheraaron1-2/+2
2000-08-02return error if salt is too small; pr 1336provos1-1/+4
2000-04-28fleshderaadt1-3/+23
2000-04-28improve the englishderaadt1-4/+5
2000-04-28type decl errorderaadt1-3/+3
2000-04-18Repairs.aaron3-51/+69
2000-04-15Mostly punctuation fixes.aaron3-9/+10