Age | Commit message (Expand) | Author |
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 |
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 |
1999-09-28 | Set j = i after arc4random key schedule to be more like arc4 stream cipher; | Theo de Raadt |
1999-09-23 | Typo fixes. | Alex Feldman |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell |
1999-07-04 | trash some old leftover macros and replace them with -mdoc macros | Aaron Campbell |
1999-06-30 | clarify trade secret issue | Theo de Raadt |
1999-06-29 | if /dev/arandom is not available for seeding, use data from sysctl | Niels Provos |
1999-05-25 | punctuation | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-05-17 | spelling | Theo de Raadt |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
1999-05-14 | CBC bug reported by Juergen Nickelsen <ni@tellique.de> | Niklas Hallqvist |
1999-03-26 | use stdlib; millert | Theo de Raadt |
1999-03-18 | typo; nash@mcs.net | Aaron Campbell |
1999-02-26 | skipjack in libc; isakmpd and such will want it | Theo de Raadt |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard |
1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, | Aaron Campbell |
1998-08-30 | Fix UA cases in a MI way | Niklas Hallqvist |
1998-08-22 | doc UA faulting code | Theo de Raadt |
1998-08-21 | for new functions, fix BE & UA cases. LE UA case is still busted | Theo de Raadt |
1998-08-10 | add ECB and CBC encryption for octet streams | Niels Provos |
1998-08-10 | fix base64 encoding, this problem was reported by | Niels Provos |
1998-07-21 | s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include | Niels Provos |
1998-07-21 | Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. | Niels Provos |
1998-07-05 | add .Xr's for all the random functions in libc | Todd C. Miller |
1998-03-22 | $OpenBSD$ | Niklas Hallqvist |
1998-03-04 | #if 0 | Theo de Raadt |
1998-03-02 | improve performance of blowfish encryption, also speeds up blowfish passwords. | Niels Provos |
1998-02-27 | extra commas go foom foom foom | Theo de Raadt |
1998-02-25 | clarify about possible password lengths. | Niels Provos |
1998-02-18 | #if __STDC__ -> #ifdef __STDC__, now all of them. | Niels Provos |
1997-11-30 | 2**8 is normally 256 and not 64, I should resign from applied math it seems. | Niels Provos |
1997-11-30 | kill bad .Os line | Theo de Raadt |
1997-11-05 | explain about MD5 and Blowfish passwords. | Niels Provos |
1997-09-10 | indentation cleanup | Theo de Raadt |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1997-07-23 | tabify | kstailey |
1997-07-09 | Clean up some -Wall flowers. | Todd C. Miller |