summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypt/crypt.c
Commit message (Collapse)AuthorAgeFilesLines
* Make this completely dependant on the exportable libcrypt, to avoidmarkm1999-09-201-697/+0
| | | | | duplication of effort. Also a large cleanup of the code, inspired by Brandon Gillespie.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Dual personality crypt(3). This crypt will choose its encryption algorithmmarkm1995-12-161-10/+10
| | | | | (DES or MD5) based on the type of salt used. Salt beginning with "$1$" indicates MD5.
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* More elegant fix for short settings.csgr1994-09-191-11/+19
| | | | | (Our existing fixes already plugged the security holes involved.) Submitted by: Geoff Rehmet after consultation with David Burren
* Back out static hacks & build of usr.bin until Geoff informs thepst1994-09-071-3/+3
| | | | | | world of his master plan. Submitted by: pst
* Remove static in front of declarations for des_setkey and des_cipherpst1994-09-071-3/+3
| | | | | | | | | | | so that linking against -lcrypt (-ldescrypt) will give us the good versions instead of the stubs in libc. (These changes need to be made to the non-US version of libdescrypt too!) Allow building and support for bdes program. A bit more work still needs to be done on secure telnet. Submitted by: pst
* Modify libcrypt so that the only exported symbol is _crypt().csgr1994-08-081-53/+12
| | | | Submitted by: Geoff Rehmet
* Unecumbered securedist from FreeBSD 1.1.5.1 - sources for libcrypt.csgr1994-08-081-0/+730
The next commit will remove all symbols except _crypt() Reviewed by: Geoff Rehmet Submitted by: David Burren
OpenPOWER on IntegriCloud