summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Unpatended fast block cipher for new password hashing.provos1997-02-131-0/+624
|
* arc4random() number generator, for use with things like RPC xid's.dm1996-12-282-2/+177
|
* Clean up lint and compile warningstholo1996-12-141-18/+18
|
* "the the" purgederaadt1996-12-101-2/+2
|
* memcpy needs proto from string.h.etheisen1996-11-141-1/+2
|
* explain better how to make exportable binsderaadt1996-11-011-5/+11
|
* unused variable noticed by asriel(right?), proto from mccanne; fed to freebsdderaadt1996-10-151-5/+12
|
* Remove dead codetholo1996-09-151-1/+2
| | | | | | Remove unused variables Silence some warnings lint(1) is your friend
* Fix RCS idstholo1996-08-193-7/+11
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* Document where the prototypes are.downsj1996-08-071-1/+2
|
* for magic MD5 salt, call md5crypt()deraadt1996-07-021-3/+6
|
* pretty the commentderaadt1996-07-021-8/+8
|
* Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$niklas1996-06-037-364/+9
|
* add md5crypt()deraadt1996-05-304-2/+508
|
* Update prototypes to match declarationstholo1996-03-253-29/+24
| | | | | Remove unused variables Install all man-page links
* i believe i took care of the 32bit and alignment issues, so the comment can ↵deraadt1995-12-182-16/+2
| | | | go away
* expose even more internals, for bdesderaadt1995-12-171-1/+308
|
* non-USA crypto code by davidb@werj.com.au. The source has been splitderaadt1995-12-164-0/+1298
& copied into two pieces so that use of crypt() pulls in a crypt.o that contains only that one programmer interface -- this permits USA export of binaries that use crypt() for authentication purposes. morecrypt.c contains the other DES programmer interfaces commonly used.