Age | Commit message (Expand) | Author |
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 |
1997-07-01 | fix that repeating passwords yield same hash + increment minor | Niels Provos |
1997-06-29 | surely not long! | Theo de Raadt |
1997-04-30 | Be more careful about possible type promotion | Thorsten Lockert |
1997-04-27 | Typo and return value for arc4random(). | Angelos D. Keromytis |
1997-04-16 | typo | Theo de Raadt |
1997-04-15 | documentation for arc4random. this is out of memory, might need | Niels Provos |
1997-03-31 | salt is an int32_t | Theo de Raadt |
1997-03-30 | delete the unaligned code | Theo de Raadt |
1997-03-27 | Err, umm. | Jason Downs |