Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-02 | add bf_{ecb,cbc}_{en,de}crypt to the .Nm list; | Jason McIntyre | |
2005-10-02 | add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list; | Jason McIntyre | |
2005-08-08 | zap remaining rcsid. | Marc Espie | |
Kill old files that are no longer compiled. okay theo | |||
2005-07-17 | punctuation and minor rewording, ok jmc | Jared Yanovich | |
2005-06-07 | RC4 is a trademark. Rest of text left intact. | Kjell Wooding | |
2005-06-06 | Change email address for author, at his request. | Kjell Wooding | |
2005-06-06 | Change license to standard OpenBSD boilerplate, with permission | Kjell Wooding | |
from original author (David Mazieres) | |||
2005-06-04 | use the new fat random sysctl to get initial state. (fallback to looping). | Ted Unangst | |
stir after eating 400000 words. ok + input deraadt | |||
2005-05-26 | sync setkey prototype with reality | Todd C. Miller | |
2005-02-25 | Be correct in our man pages when talking about NUL termination (that is, | Chad Loder | |
termination with '\0') vs. null termination. Input from krw@, jaredy@, jmc@. OK deraadt@ | |||
2004-12-22 | Test the upper limit for the max # of rounds to, to avoid wrapping and ending | Otto Moerbeek | |
up with a low number of rounds. Spotted by mpech@; ok mpech@ millert@ | |||
2004-11-03 | knf, no binary change | Hans-Joerg Hoexer | |
ok krw@ millert@ | |||
2004-11-02 | ansi, indentation, etc. | Hans-Joerg Hoexer | |
ok markus@ krw@ cloder@ millert@ | |||
2004-11-02 | kill spaces | Hans-Joerg Hoexer | |
ok djm@ | |||
2004-10-01 | add some missing $, ok djm@ 'That looks fine to me' millert@ | Jonathan Gray | |
2004-09-14 | do the char * to u_char * song and dance back and forth explicitly as | Theo de Raadt | |
we match API's against each other, fun eh; millert ok | |||
2004-04-06 | some of these functions are prototyped in pwd.h; ok deraadt@ | Damien Miller | |
2003-11-26 | Discard first 256 bytes of keystream, as per recommendation in | Damien Miller | |
"Weaknesses in the Key Scheduling Algorithm of RC4", Fluhrer, Mantin and Shamir. ok itojun@ | |||
2003-08-28 | wording improvement from Michael Knudsen; | Jason McIntyre | |
2003-08-16 | just use sysctl for stirring. thread safe and can't fail. | Ted Unangst | |
ok deraadt and co. | |||
2003-08-12 | Split crypto routine sup again, but differently. This should make the | Theo de Raadt | |
mail floppy parts a fair bit smaller. | |||
2003-08-07 | unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5crypt | Theo de Raadt | |
things in crypt.3, and create MLINKS | |||
2003-08-07 | ansi | Theo de Raadt | |
2003-08-07 | ansi | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-11 | ansification; checked by pval | Theo de Raadt | |
2003-05-30 | - section reorder in crypt(3) | Jason McIntyre | |
- use .An/.Aq for authors | |||
2003-04-09 | makeing local table static saves some bytes; idea from mickey@ | Markus Friedl | |
2003-04-02 | Use snprintf instead of a strcpy(), strncat() and strcat() sequence | Todd C. Miller | |
deraadt@ OK | |||
2003-02-14 | re-stir if pid changes; markus & me | Theo de Raadt | |
2002-04-29 | wierd -> weird | Peter Valchev | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-01-24 | fix the history refs | Michael Shalayeff | |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin | |
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 | |||
2001-06-27 | use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok. | lebel | |
2001-06-05 | License clarification from David Mazieres, ok deraadt@ | Peter Valchev | |
2001-01-04 | grammer/spelling | Todd T. Fries | |
2000-12-21 | typo; ciper -> cipher | Aaron Campbell | |
2000-08-02 | return error if salt is too small; pr 1336 | Niels Provos | |
2000-04-28 | flesh | Theo de Raadt | |
2000-04-28 | improve the english | Theo de Raadt | |
2000-04-28 | type decl error | Theo de Raadt | |
2000-04-18 | Repairs. | Aaron Campbell | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-04-02 | First appeared in OpenBSD 2.1 | Todd C. Miller | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-01-22 | ie. -> i.e., | Aaron Campbell | |
1999-12-28 | speed up blowfish by > 20%. | Niels Provos | |
1999-11-17 | Add missing MLINKs | Todd C. Miller | |