Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-17 | Add missing MLINKs | Todd C. Miller | |
1999-02-26 | skipjack in libc; isakmpd and such will want it | Theo de Raadt | |
1998-11-20 | Add thread-safety to libc, so that libc_r will build (on i386 at least). | David Leonard | |
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 | |||
1998-07-21 | Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. | Niels Provos | |
Man pages will come soon, I hope. | |||
1997-04-16 | typo | Theo de Raadt | |
1997-04-15 | documentation for arc4random. this is out of memory, might need | Niels Provos | |
some corrections. | |||
1997-02-16 | prelim manpage, cleanup, fixed crippled plaintext: sed does a nice | Niels Provos | |
job on replacing everything, just wouldnt skip it | |||
1997-02-13 | added bcrypt + blowfish | Niels Provos | |
1996-12-28 | arc4random() number generator, for use with things like RPC xid's. | dm | |
1996-06-03 | Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$ | Niklas Hallqvist | |
1996-05-30 | add md5crypt() | Theo de Raadt | |
1996-03-25 | Update prototypes to match declarations | Thorsten Lockert | |
Remove unused variables Install all man-page links | |||
1995-12-16 | non-USA crypto code by davidb@werj.com.au. The source has been split | Theo de Raadt | |
& 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. |