Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | for some time now mandoc has not required MLINKS to function | jmc | 2016-03-30 | 1 | -8/+1 |
| | | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung | ||||
* | delete documentation for deleted DES interfaces | tedu | 2014-12-08 | 1 | -3/+1 |
| | |||||
* | remove setkey and encrypt interfaces. they are useless and dangerous. | tedu | 2014-12-08 | 1 | -2/+2 |
| | | | | ok deraadt naddy | ||||
* | split crypt_checkpass off into a new file | tedu | 2014-11-20 | 1 | -4/+4 |
| | |||||
* | add crypt_newhash to NAME and add an MLINK; | jmc | 2014-11-18 | 1 | -2/+3 |
| | |||||
* | Split arc4random_uniform into it's own file, to assist other projects | deraadt | 2014-07-12 | 1 | -2/+3 |
| | | | | | | now using this as upstream code. The particular problem is systems that contain older arc4random derivations lacking arc4random_uniform(). ok tedu miod | ||||
* | update NAME and MLINKS for previous; | jmc | 2014-05-16 | 1 | -3/+4 |
| | |||||
* | remove md5crypt. | tedu | 2014-05-12 | 1 | -3/+3 |
| | | | | | | while changing things, add a crypt_checkpass wrapper that handles most of the edge cases. (not quite ready for production, though.) ok deraadt | ||||
* | Remove arc4random_stir() and arc4random_addrandom(), which none should | deraadt | 2013-10-21 | 1 | -2/+1 |
| | | | | | | be using directly. Well, a few rare people cloned it upstream and it will take a bit of time for them to learn. ok various | ||||
* | remove skipjack and cast from the libc; ok deraadt | mikeb | 2010-10-28 | 1 | -3/+2 |
| | |||||
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | miod | 2010-02-03 | 1 | -2/+2 |
| | | | | | | | files or directories when applicable. The inspiration and name of MACHINE_CPU come from NetBSD, although the way to provide it to Makefiles is completely different. ok kettenis@ | ||||
* | Add missing MLINKS | deraadt | 2008-03-16 | 1 | -1/+2 |
| | |||||
* | Split crypto routine sup again, but differently. This should make the | deraadt | 2003-08-12 | 1 | -2/+2 |
| | | | | mail floppy parts a fair bit smaller. | ||||
* | unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5crypt | deraadt | 2003-08-07 | 1 | -2/+3 |
| | | | | things in crypt.3, and create MLINKS | ||||
* | Add missing MLINKs | millert | 1999-11-17 | 1 | -2/+4 |
| | |||||
* | skipjack in libc; isakmpd and such will want it | deraadt | 1999-02-26 | 1 | -2/+2 |
| | |||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | d | 1998-11-20 | 1 | -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 | ||||
* | Add CAST encryption, implementation by Steve Reid <sreid@sea-to-sky.net>. | provos | 1998-07-21 | 1 | -2/+2 |
| | | | | Man pages will come soon, I hope. | ||||
* | typo | deraadt | 1997-04-16 | 1 | -2/+2 |
| | |||||
* | documentation for arc4random. this is out of memory, might need | provos | 1997-04-15 | 1 | -2/+3 |
| | | | | some corrections. | ||||
* | prelim manpage, cleanup, fixed crippled plaintext: sed does a nice | provos | 1997-02-16 | 1 | -3/+4 |
| | | | | job on replacing everything, just wouldnt skip it | ||||
* | added bcrypt + blowfish | provos | 1997-02-13 | 1 | -2/+3 |
| | |||||
* | arc4random() number generator, for use with things like RPC xid's. | dm | 1996-12-28 | 1 | -2/+2 |
| | |||||
* | Add md[245] routines in libc/md, remove md5 from libc/crypt. Add $OpenBSD$ | niklas | 1996-06-03 | 1 | -2/+2 |
| | |||||
* | add md5crypt() | deraadt | 1996-05-30 | 1 | -2/+2 |
| | |||||
* | Update prototypes to match declarations | tholo | 1996-03-25 | 1 | -2/+3 |
| | | | | | Remove unused variables Install all man-page links | ||||
* | non-USA crypto code by davidb@werj.com.au. The source has been split | deraadt | 1995-12-16 | 1 | -0/+8 |
& 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. |