summaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.2_cvscvs2svn1997-05-1911-1692/+0
| | | | | | | 'RELENG_2_2_2_RELEASE'. This commit was manufactured to restore the state of the 2.2.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1996-11-021-697/+0
| | | | Notes: svn path=/stable/2.2/; revision=19327
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-8/+2
| | | | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. Notes: svn path=/head/; revision=16663
* Split libcrypt and libcipher man pages.Mark Murray1996-04-132-91/+6
| | | | Notes: svn path=/head/; revision=15228
* Add back missing crypt.3 man page.Jordan K. Hubbard1996-02-211-1/+2
| | | | Notes: svn path=/head/; revision=14168
* Dual personality crypt(3). This crypt will choose its encryption algorithmMark Murray1995-12-165-34/+191
| | | | | | | | (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-304-13/+13
| | | | Notes: svn path=/head/; revision=8871
* More elegant fix for short settings.Geoff Rehmet1994-09-192-22/+38
| | | | | | | | (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-072-6/+6
| | | | | | | | | 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-072-6/+6
| | | | | | | | | | | | | | 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
* Hopefully fix bogus permissions.Garrett Wollman1994-08-261-1/+2
| | | | Notes: svn path=/head/; revision=2306
* Install libdescrypt.so immutable.Garrett Wollman1994-08-261-1/+2
| | | | Notes: svn path=/head/; revision=2300
* Fix afterinstall rule for generating links to the real libcryptGeoff Rehmet1994-08-201-8/+16
| | | | | | | Submitted by: Geoff Notes: svn path=/head/; revision=2156
* when making test programs, look for libdescrypt, not libcryptGeoff Rehmet1994-08-121-2/+2
| | | | | | | Submitted by: Geoff Rehmet Notes: svn path=/head/; revision=2046
* 1) don't make bdes yetGeoff Rehmet1994-08-121-1/+6
| | | | | | | | | 2) fix .include in secure/lib/Makefile.inc 3) fix afterinstall rule in libcrypt/Makefile Submitted by: Geoff Rehmet Notes: svn path=/head/; revision=2044
* Install secure/lib/libcrypt as libdescrypt, and symlink it toGeoff Rehmet1994-08-091-3/+23
| | | | | | | | | libcrypt. There may be a little modification neede to this makefile once we start working on tidy make world's. Submitted by: geoff. Notes: svn path=/head/; revision=1990
* Modify libcrypt so that the only exported symbol is _crypt().Geoff Rehmet1994-08-086-266/+58
| | | | | | | Submitted by: Geoff Rehmet Notes: svn path=/head/; revision=1959
* Unecumbered securedist from FreeBSD 1.1.5.1 - sources for libcrypt.Geoff Rehmet1994-08-0811-0/+2479
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