summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* trash some old leftover macros and replace them with -mdoc macrosaaron1999-07-041-5/+2
|
* clarify trade secret issuederaadt1999-06-301-4/+9
|
* if /dev/arandom is not available for seeding, use data from sysctlprovos1999-06-291-5/+22
| | | | kern.arandom.
* punctuationaaron1999-05-251-2/+2
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-232-4/+4
| | | | is used instead; kwesterback@home.com
* spellingderaadt1999-05-171-3/+3
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-162-4/+4
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* CBC bug reported by Juergen Nickelsen <ni@tellique.de>niklas1999-05-141-2/+2
|
* use stdlib; millertderaadt1999-03-261-2/+2
|
* typo; nash@mcs.netaaron1999-03-181-2/+2
|
* skipjack in libc; isakmpd and such will want itderaadt1999-02-262-2/+260
|
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-2/+2
| | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
* More man page fixes. Particularly fix uses of it's/its, affect/effect,aaron1998-09-071-2/+2
| | | | | then/than and such. Other miscellaneous problems fixed across these source files.
* Fix UA cases in a MI wayniklas1998-08-301-57/+59
|
* doc UA faulting codederaadt1998-08-221-1/+4
|
* for new functions, fix BE & UA cases. LE UA case is still bustedderaadt1998-08-211-14/+16
|
* add ECB and CBC encryption for octet streamsprovos1998-08-102-5/+163
|
* fix base64 encoding, this problem was reported byprovos1998-08-101-6/+6
| | | | Solar Designer <solar@false.com> some time ago.
* s/u8/u_int8_t/, s/u32/u_int32_t, put castsb.h into cast.c and includeprovos1998-07-211-25/+564
| | | | header files from the correct path.
* Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>.provos1998-07-212-2/+242
| | | | Man pages will come soon, I hope.
* add .Xr's for all the random functions in libcmillert1998-07-051-1/+2
|
* $OpenBSD$niklas1998-03-223-3/+7
|
* #if 0deraadt1998-03-041-2/+2
|
* improve performance of blowfish encryption, also speeds up blowfish passwords.provos1998-03-021-77/+34
|
* extra commas go foom foom foomderaadt1998-02-271-2/+2
|
* clarify about possible password lengths.provos1998-02-251-6/+9
|
* #if __STDC__ -> #ifdef __STDC__, now all of them.provos1998-02-181-4/+4
|
* 2**8 is normally 256 and not 64, I should resign from applied math it seems.provos1997-11-301-2/+2
|
* kill bad .Os linederaadt1997-11-301-2/+2
|
* explain about MD5 and Blowfish passwords.provos1997-11-051-5/+56
|
* indentation cleanupderaadt1997-09-102-9/+10
|
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-252-4/+4
|
* tabifykstailey1997-07-233-54/+53
|
* Clean up some -Wall flowers.millert1997-07-093-5/+8
|
* fix that repeating passwords yield same hash + increment minorprovos1997-07-011-12/+32
|
* surely not long!deraadt1997-06-291-5/+5
|
* Be more careful about possible type promotiontholo1997-04-302-5/+57
|
* Typo and return value for arc4random().angelos1997-04-271-3/+3
|
* typoderaadt1997-04-161-2/+2
|
* documentation for arc4random. this is out of memory, might needprovos1997-04-152-2/+85
| | | | some corrections.
* salt is an int32_tderaadt1997-03-311-2/+2
|
* delete the unaligned codederaadt1997-03-302-22/+2
|
* Err, umm.downsj1997-03-271-3/+3
|
* Make this code sane.downsj1997-03-271-3/+4
|
* yet another random() converted to arc4random()provos1997-03-271-4/+3
|
* prelim manpage, cleanup, fixed crippled plaintext: sed does a niceprovos1997-02-164-20/+99
| | | | job on replacing everything, just wouldnt skip it
* header updateprovos1997-02-142-15/+59
|
* added bcrypt + blowfishprovos1997-02-131-2/+3
|
* added hook for bcryptprovos1997-02-131-4/+10
|
* password hashing algorithm using blowfishprovos1997-02-131-0/+300
|