OpenBSD CVS

src/lib/libc/crypt/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libc / crypt


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile.inc  1.27   8 years  jmc   for some time now mandoc has not required MLINKS to function correctly - logical...
[TXT] arc4random.3  1.37   4 years  jmc   zap trailing whitespace;
[TXT] arc4random.c  1.58   22 months  tb   fix indent
[TXT] arc4random.h  1.4   9 years  deraadt   back in september I did the large abstraction refactoring to allow these other s...
[TXT] arc4random_uniform.c  1.3   5 years  bcook   include stdint.h over sys/types.h ok deraadt@ tedu@
[TXT] bcrypt.c  1.58   3 years  pirofti   Add support for timeconting in userland. This diff exposes parts of clock_getti...
[TXT] blowfish.3  1.24   2 years  djm   Niels agreed to remove the advertising clause; switching these to 3-term BSD lic...
[TXT] blowfish.c  1.21   21 months  jsg   remove unused blowfish inline defines inline use was removed in 1998
[TXT] chacha_private.h  1.3   2 years  dtucker   Remove unused ivbits argument from chacha_keysetup to match other instances in t...
[TXT] crypt.3  1.45   9 years  tedu   bludgeon DES support out of crypt. long live the bcrypt.
[TXT] crypt.c  1.31   8 years  guenther   Wrap <unistd.h> so that internal calls go direct and they're all weak symbols De...
[TXT] crypt_checkpass.3  1.13   2 years  deraadt   add missing .h file include from Emil Engler
[TXT] cryptutil.c  1.13   4 months  deraadt   make login.conf(5) and crypt_newhash(3) and the underlying code consistant regar...
[TXT] cast.c (in the Attic) [Hide]  1.4   13 years  mikeb   remove skipjack and cast from the libc; ok deraadt
[TXT] crypt2.c (in the Attic) [Hide]  1.6   9 years  tedu   remove setkey and encrypt interfaces. they are useless and dangerous. ok deraadt...
[TXT] md5.h (in the Attic) [Hide]  1.2   28 years  niklas   Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$
[TXT] md5c.c (in the Attic) [Hide]  1.2   28 years  niklas   Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$
[TXT] md5crypt.c (in the Attic) [Hide]  1.18   10 years  tedu   remove md5crypt. while changing things, add a crypt_checkpass wrapper that handl...
[TXT] morecrypt.c (in the Attic) [Hide]  1.10   20 years  deraadt   unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5crypt thi...
[TXT] skipjack.c (in the Attic) [Hide]  1.4   13 years  mikeb   remove skipjack and cast from the libc; ok deraadt