summaryrefslogtreecommitdiffstats
path: root/lib/libc/crypt
AgeCommit message (Expand)AuthorFilesLines
2000-04-02First appeared in OpenBSD 2.1millert1-1/+4
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron1-2/+2
2000-01-22ie. -> i.e.,aaron1-2/+2
1999-12-28speed up blowfish by > 20%.provos1-26/+30
1999-11-17Add missing MLINKsmillert1-2/+4
1999-09-28Set j = i after arc4random key schedule to be more like arc4 stream cipher;deraadt1-1/+2
1999-09-23Typo fixes.alex1-2/+2
1999-07-09- remove all trailing whitespaceaaron3-33/+33
1999-07-04trash some old leftover macros and replace them with -mdoc macrosaaron1-5/+2
1999-06-30clarify trade secret issuederaadt1-4/+9
1999-06-29if /dev/arandom is not available for seeding, use data from sysctlprovos1-5/+22
1999-05-25punctuationaaron1-2/+2
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron2-4/+4
1999-05-17spellingderaadt1-3/+3
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:alex2-4/+4
1999-05-14CBC bug reported by Juergen Nickelsen <ni@tellique.de>niklas1-2/+2
1999-03-26use stdlib; millertderaadt1-2/+2
1999-03-18typo; nash@mcs.netaaron1-2/+2
1999-02-26skipjack in libc; isakmpd and such will want itderaadt2-2/+260
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).d1-2/+2
1998-09-07More man page fixes. Particularly fix uses of it's/its, affect/effect,aaron1-2/+2
1998-08-30Fix UA cases in a MI wayniklas1-57/+59
1998-08-22doc UA faulting codederaadt1-1/+4
1998-08-21for new functions, fix BE & UA cases. LE UA case is still bustedderaadt1-14/+16
1998-08-10add ECB and CBC encryption for octet streamsprovos2-5/+163
1998-08-10fix base64 encoding, this problem was reported byprovos1-6/+6
1998-07-21s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and includeprovos1-25/+564
1998-07-21Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.provos2-2/+242
1998-07-05add .Xr's for all the random functions in libcmillert1-1/+2
1998-03-22$OpenBSD$niklas3-3/+7
1998-03-04#if 0deraadt1-2/+2
1998-03-02improve performance of blowfish encryption, also speeds up blowfish passwords.provos1-74/+31
1998-02-27extra commas go foom foom foomderaadt1-2/+2
1998-02-25clarify about possible password lengths.provos1-6/+9
1998-02-18#if __STDC__ -> #ifdef __STDC__, now all of them.provos1-4/+4
1997-11-302**8 is normally 256 and not 64, I should resign from applied math it seems.provos1-2/+2
1997-11-30kill bad .Os linederaadt1-2/+2
1997-11-05explain about MD5 and Blowfish passwords.provos1-5/+56
1997-09-10indentation cleanupderaadt2-9/+10
1997-07-25#if __STDC__ --> #ifdef __STDC__mickey2-4/+4
1997-07-23tabifykstailey3-54/+53
1997-07-09Clean up some -Wall flowers.millert3-5/+8
1997-07-01fix that repeating passwords yield same hash + increment minorprovos1-12/+32
1997-06-29surely not long!deraadt1-5/+5
1997-04-30Be more careful about possible type promotiontholo2-5/+57
1997-04-27Typo and return value for arc4random().angelos1-3/+3
1997-04-16typoderaadt1-2/+2
1997-04-15documentation for arc4random. this is out of memory, might needprovos2-2/+85
1997-03-31salt is an int32_tderaadt1-2/+2
1997-03-30delete the unaligned codederaadt2-22/+2