summaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt/crypt.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.7_cvscvs2svn1998-07-241-697/+0
| | | | | | | 'RELENG_2_2_7_RELEASE'. This commit was manufactured to restore the state of the 2.2.7-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* Dual personality crypt(3). This crypt will choose its encryption algorithmMark Murray1995-12-161-10/+10
| | | | | | | | (DES or MD5) based on the type of salt used. Salt beginning with "$1$" indicates MD5. Notes: svn path=/head/; revision=12884
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
| | | | Notes: svn path=/head/; revision=8871
* More elegant fix for short settings.Geoff Rehmet1994-09-191-11/+19
| | | | | | | | (Our existing fixes already plugged the security holes involved.) Submitted by: Geoff Rehmet after consultation with David Burren Notes: svn path=/head/; revision=2900
* Back out static hacks & build of usr.bin until Geoff informs thePaul Traina1994-09-071-3/+3
| | | | | | | | | world of his master plan. Submitted by: pst Notes: svn path=/head/; revision=2539
* Remove static in front of declarations for des_setkey and des_cipherPaul Traina1994-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 Notes: svn path=/head/; revision=2536
* Modify libcrypt so that the only exported symbol is _crypt().Geoff Rehmet1994-08-081-53/+12
| | | | | | | Submitted by: Geoff Rehmet Notes: svn path=/head/; revision=1959
* Unecumbered securedist from FreeBSD 1.1.5.1 - sources for libcrypt.Geoff Rehmet1994-08-081-0/+730
The next commit will remove all symbols except _crypt() Reviewed by: Geoff Rehmet Submitted by: David Burren Notes: svn path=/cvs2svn/branches/Burren/; revision=1956