summaryrefslogtreecommitdiff
path: root/lib/libc/crypt
AgeCommit message (Expand)Author
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
2000-01-22ie. -> i.e.,Aaron Campbell
1999-12-28speed up blowfish by > 20%.Niels Provos
1999-11-17Add missing MLINKsTodd C. Miller
1999-09-28Set j = i after arc4random key schedule to be more like arc4 stream cipher;Theo de Raadt
1999-09-23Typo fixes.Alex Feldman
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-04trash some old leftover macros and replace them with -mdoc macrosAaron Campbell
1999-06-30clarify trade secret issueTheo de Raadt
1999-06-29if /dev/arandom is not available for seeding, use data from sysctlNiels Provos
1999-05-25punctuationAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-17spellingTheo de Raadt
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-05-14CBC bug reported by Juergen Nickelsen <ni@tellique.de>Niklas Hallqvist
1999-03-26use stdlib; millertTheo de Raadt
1999-03-18typo; nash@mcs.netAaron Campbell
1999-02-26skipjack in libc; isakmpd and such will want itTheo de Raadt
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,Aaron Campbell
1998-08-30Fix UA cases in a MI wayNiklas Hallqvist
1998-08-22doc UA faulting codeTheo de Raadt
1998-08-21for new functions, fix BE & UA cases. LE UA case is still bustedTheo de Raadt
1998-08-10add ECB and CBC encryption for octet streamsNiels Provos
1998-08-10fix base64 encoding, this problem was reported byNiels Provos
1998-07-21s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and includeNiels Provos
1998-07-21Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.Niels Provos
1998-07-05add .Xr's for all the random functions in libcTodd C. Miller
1998-03-22$OpenBSD$Niklas Hallqvist
1998-03-04#if 0Theo de Raadt
1998-03-02improve performance of blowfish encryption, also speeds up blowfish passwords.Niels Provos
1998-02-27extra commas go foom foom foomTheo de Raadt
1998-02-25clarify about possible password lengths.Niels Provos
1998-02-18#if __STDC__ -> #ifdef __STDC__, now all of them.Niels Provos
1997-11-302**8 is normally 256 and not 64, I should resign from applied math it seems.Niels Provos
1997-11-30kill bad .Os lineTheo de Raadt
1997-11-05explain about MD5 and Blowfish passwords.Niels Provos
1997-09-10indentation cleanupTheo de Raadt
1997-07-25#if __STDC__ --> #ifdef __STDC__Michael Shalayeff
1997-07-23tabifykstailey
1997-07-09Clean up some -Wall flowers.Todd C. Miller
1997-07-01fix that repeating passwords yield same hash + increment minorNiels Provos
1997-06-29surely not long!Theo de Raadt
1997-04-30Be more careful about possible type promotionThorsten Lockert
1997-04-27Typo and return value for arc4random().Angelos D. Keromytis
1997-04-16typoTheo de Raadt
1997-04-15documentation for arc4random. this is out of memory, might needNiels Provos
1997-03-31salt is an int32_tTheo de Raadt
1997-03-30delete the unaligned codeTheo de Raadt
1997-03-27Err, umm.Jason Downs