| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-07-26 | better macros; |  jmc | 1 | -6/+6 |
| 2006-07-26 | document `iv'; |  jmc | 1 | -1/+4 |
| 2006-07-25 | updates from nicholas marriott; |  jmc | 1 | -5/+9 |
| 2006-07-04 | allocate gsalt large enough; from Matthew R. Dempsky <mrd at alkemio |  otto | 1 | -2/+2 |
| 2006-04-03 | be more careful with atoi() result; ok otto |  deraadt | 1 | -3/+5 |
| 2005-11-30 | Use sysctl(KERN_ARND) to get n bytes, instead of just 4 at a time |  otto | 1 | -9/+2 |
| 2005-10-02 | add bf_{ecb,cbc}_{en,de}crypt to the .Nm list; |  jmc | 1 | -2/+6 |
| 2005-10-02 | add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list; |  jmc | 1 | -2/+5 |
| 2005-08-08 | zap remaining rcsid. |  espie | 3 | -15/+3 |
| 2005-07-17 | punctuation and minor rewording, ok jmc |  jaredy | 2 | -6/+6 |
| 2005-06-07 | RC4 is a trademark. Rest of text left intact. |  kjell | 1 | -2/+2 |
| 2005-06-06 | Change email address for author, at his request. |  kjell | 1 | -2/+2 |
| 2005-06-06 | Change license to standard OpenBSD boilerplate, with permission |  kjell | 1 | -6/+15 |
| 2005-06-04 | use the new fat random sysctl to get initial state. (fallback to looping). |  tedu | 1 | -12/+14 |
| 2005-05-26 | sync setkey prototype with reality |  millert | 1 | -2/+2 |
| 2005-02-25 | Be correct in our man pages when talking about NUL termination (that is, |  cloder | 1 | -4/+4 |
| 2004-12-22 | Test the upper limit for the max # of rounds to, to avoid wrapping and ending |  otto | 1 | -2/+7 |
| 2004-11-03 | knf, no binary change |  hshoexer | 1 | -54/+65 |
| 2004-11-02 | ansi, indentation, etc. |  hshoexer | 1 | -17/+8 |
| 2004-11-02 | kill spaces |  hshoexer | 1 | -3/+3 |
| 2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ |  jsg | 1 | -0/+2 |
| 2004-09-14 | do the char * to u_char * song and dance back and forth explicitly as |  deraadt | 2 | -8/+8 |
| 2004-04-06 | some of these functions are prototyped in pwd.h; ok deraadt@ |  djm | 1 | -1/+2 |
| 2003-11-26 | Discard first 256 bytes of keystream, as per recommendation in |  djm | 1 | -1/+10 |
| 2003-08-28 | wording improvement from Michael Knudsen; |  jmc | 1 | -2/+2 |
| 2003-08-16 | just use sysctl for stirring. thread safe and can't fail. |  tedu | 1 | -22/+9 |
| 2003-08-12 | Split crypto routine sup again, but differently. This should make the |  deraadt | 3 | -84/+149 |
| 2003-08-07 | unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5crypt |  deraadt | 4 | -658/+67 |
| 2003-08-07 | ansi |  deraadt | 2 | -18/+8 |
| 2003-06-25 | protos |  deraadt | 2 | -3/+7 |
| 2003-06-11 | ansification; checked by pval |  deraadt | 1 | -18/+9 |
| 2003-05-30 | - section reorder in crypt(3) |  jmc | 2 | -5/+5 |
| 2003-04-09 | makeing local table static saves some bytes; idea from mickey@ |  markus | 1 | -2/+2 |
| 2003-04-02 | Use snprintf instead of a strcpy(), strncat() and strcat() sequence |  millert | 1 | -5/+4 |
| 2003-02-14 | re-stir if pid changes; markus & me |  deraadt | 1 | -3/+5 |
| 2002-04-29 | wierd -> weird |  pvalchev | 1 | -3/+3 |
| 2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. |  millert | 2 | -117/+2 |
| 2002-02-16 | 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. |  millert | 3 | -12/+12 |
| 2002-01-24 | fix the history refs |  mickey | 1 | -2/+2 |
| 2001-08-06 | o) We always close .Bl and .Bd tags; |  mpech | 2 | -4/+4 |
| 2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. |  lebel | 1 | -4/+3 |
| 2001-06-05 | License clarification from David Mazieres, ok deraadt@ |  pvalchev | 1 | -3/+2 |
| 2001-01-04 | grammer/spelling |  todd | 2 | -4/+4 |
| 2000-12-21 | typo; ciper -> cipher |  aaron | 1 | -2/+2 |
| 2000-08-02 | return error if salt is too small; pr 1336 |  provos | 1 | -1/+4 |
| 2000-04-28 | flesh |  deraadt | 1 | -3/+23 |
| 2000-04-28 | improve the english |  deraadt | 1 | -4/+5 |
| 2000-04-28 | type decl error |  deraadt | 1 | -3/+3 |
| 2000-04-18 | Repairs. |  aaron | 3 | -51/+69 |
| 2000-04-15 | Mostly punctuation fixes. |  aaron | 3 | -9/+10 |