summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypt
Commit message (Collapse)AuthorAgeFilesLines
* Teach libdescrypt about elf builds.peter1997-09-051-3/+19
|
* Revert $FreeBSD$ to $Id$peter1997-02-2210-11/+11
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1410-11/+11
| | | | | | | | 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.
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-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.
* Split libcrypt and libcipher man pages.markm1996-04-132-91/+6
|
* Add back missing crypt.3 man page.jkh1996-02-211-1/+2
|
* Dual personality crypt(3). This crypt will choose its encryption algorithmmarkm1995-12-165-34/+191
| | | | | (DES or MD5) based on the type of salt used. Salt beginning with "$1$" indicates MD5.
* Remove trailing whitespace.rgrimes1995-05-304-13/+13
|
* More elegant fix for short settings.csgr1994-09-192-22/+38
| | | | | (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-072-6/+6
| | | | | | world of his master plan. Submitted by: pst
* Remove static in front of declarations for des_setkey and des_cipherpst1994-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
* Hopefully fix bogus permissions.wollman1994-08-261-1/+2
|
* Install libdescrypt.so immutable.wollman1994-08-261-1/+2
|
* Fix afterinstall rule for generating links to the real libcryptcsgr1994-08-201-8/+16
| | | | Submitted by: Geoff
* when making test programs, look for libdescrypt, not libcryptcsgr1994-08-121-2/+2
| | | | Submitted by: Geoff Rehmet
* 1) don't make bdes yetcsgr1994-08-121-1/+6
| | | | | | 2) fix .include in secure/lib/Makefile.inc 3) fix afterinstall rule in libcrypt/Makefile Submitted by: Geoff Rehmet
* Install secure/lib/libcrypt as libdescrypt, and symlink it tocsgr1994-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.
* Modify libcrypt so that the only exported symbol is _crypt().csgr1994-08-086-266/+58
| | | | Submitted by: Geoff Rehmet
* This commit was generated by cvs2svn to compensate for changes in r1956,csgr1994-08-0810-0/+1749
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Unecumbered securedist from FreeBSD 1.1.5.1 - sources for libcrypt.csgr1994-08-0810-0/+1749
| | | | | | The next commit will remove all symbols except _crypt() Reviewed by: Geoff Rehmet Submitted by: David Burren
* 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