| Age | Commit message (Expand) | Author | Files | Lines |
| 2000-04-02 | First appeared in OpenBSD 2.1 |  millert | 1 | -1/+4 |
| 2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page |  aaron | 1 | -2/+2 |
| 2000-01-22 | ie. -> i.e., |  aaron | 1 | -2/+2 |
| 1999-12-28 | speed up blowfish by > 20%. |  provos | 1 | -26/+30 |
| 1999-11-17 | Add missing MLINKs |  millert | 1 | -2/+4 |
| 1999-09-28 | Set j = i after arc4random key schedule to be more like arc4 stream cipher; |  deraadt | 1 | -1/+2 |
| 1999-09-23 | Typo fixes. |  alex | 1 | -2/+2 |
| 1999-07-09 | - remove all trailing whitespace |  aaron | 3 | -33/+33 |
| 1999-07-04 | trash some old leftover macros and replace them with -mdoc macros |  aaron | 1 | -5/+2 |
| 1999-06-30 | clarify trade secret issue |  deraadt | 1 | -4/+9 |
| 1999-06-29 | if /dev/arandom is not available for seeding, use data from sysctl |  provos | 1 | -5/+22 |
| 1999-05-25 | punctuation |  aaron | 1 | -2/+2 |
| 1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common |  aaron | 2 | -4/+4 |
| 1999-05-17 | spelling |  deraadt | 1 | -3/+3 |
| 1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: |  alex | 2 | -4/+4 |
| 1999-05-14 | CBC bug reported by Juergen Nickelsen <ni@tellique.de> |  niklas | 1 | -2/+2 |
| 1999-03-26 | use stdlib; millert |  deraadt | 1 | -2/+2 |
| 1999-03-18 | typo; nash@mcs.net |  aaron | 1 | -2/+2 |
| 1999-02-26 | skipjack in libc; isakmpd and such will want it |  deraadt | 2 | -2/+260 |
| 1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). |  d | 1 | -2/+2 |
| 1998-09-07 | More man page fixes. Particularly fix uses of it's/its, affect/effect, |  aaron | 1 | -2/+2 |
| 1998-08-30 | Fix UA cases in a MI way |  niklas | 1 | -57/+59 |
| 1998-08-22 | doc UA faulting code |  deraadt | 1 | -1/+4 |
| 1998-08-21 | for new functions, fix BE & UA cases. LE UA case is still busted |  deraadt | 1 | -14/+16 |
| 1998-08-10 | add ECB and CBC encryption for octet streams |  provos | 2 | -5/+163 |
| 1998-08-10 | fix base64 encoding, this problem was reported by |  provos | 1 | -6/+6 |
| 1998-07-21 | s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and include |  provos | 1 | -25/+564 |
| 1998-07-21 | Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. |  provos | 2 | -2/+242 |
| 1998-07-05 | add .Xr's for all the random functions in libc |  millert | 1 | -1/+2 |
| 1998-03-22 | $OpenBSD$ |  niklas | 3 | -3/+7 |
| 1998-03-04 | #if 0 |  deraadt | 1 | -2/+2 |
| 1998-03-02 | improve performance of blowfish encryption, also speeds up blowfish passwords. |  provos | 1 | -74/+31 |
| 1998-02-27 | extra commas go foom foom foom |  deraadt | 1 | -2/+2 |
| 1998-02-25 | clarify about possible password lengths. |  provos | 1 | -6/+9 |
| 1998-02-18 | #if __STDC__ -> #ifdef __STDC__, now all of them. |  provos | 1 | -4/+4 |
| 1997-11-30 | 2**8 is normally 256 and not 64, I should resign from applied math it seems. |  provos | 1 | -2/+2 |
| 1997-11-30 | kill bad .Os line |  deraadt | 1 | -2/+2 |
| 1997-11-05 | explain about MD5 and Blowfish passwords. |  provos | 1 | -5/+56 |
| 1997-09-10 | indentation cleanup |  deraadt | 2 | -9/+10 |
| 1997-07-25 | #if __STDC__ --> #ifdef __STDC__ |  mickey | 2 | -4/+4 |
| 1997-07-23 | tabify |  kstailey | 3 | -54/+53 |
| 1997-07-09 | Clean up some -Wall flowers. |  millert | 3 | -5/+8 |
| 1997-07-01 | fix that repeating passwords yield same hash + increment minor |  provos | 1 | -12/+32 |
| 1997-06-29 | surely not long! |  deraadt | 1 | -5/+5 |
| 1997-04-30 | Be more careful about possible type promotion |  tholo | 2 | -5/+57 |
| 1997-04-27 | Typo and return value for arc4random(). |  angelos | 1 | -3/+3 |
| 1997-04-16 | typo |  deraadt | 1 | -2/+2 |
| 1997-04-15 | documentation for arc4random. this is out of memory, might need |  provos | 2 | -2/+85 |
| 1997-03-31 | salt is an int32_t |  deraadt | 1 | -2/+2 |
| 1997-03-30 | delete the unaligned code |  deraadt | 2 | -22/+2 |