Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make this completely dependant on the exportable libcrypt, to avoid | markm | 1999-09-20 | 5 | -515/+0 |
| | | | | | duplication of effort. Also a large cleanup of the code, inspired by Brandon Gillespie. | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | The new crypt code breaks "make world". Back it out. | markm | 1999-01-23 | 5 | -0/+515 |
| | |||||
* | Removed from the secure/lib/libcrypt area, because of the rewrite to how | brandon | 1999-01-21 | 5 | -515/+0 |
| | | | | | | the Makefile handles des support by just including the single .c file. Reviewed by: Mark Murray | ||||
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 3 | -3/+3 |
| | |||||
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 3 | -3/+3 |
| | | | | | | | | 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 you | jkh | 1996-06-24 | 1 | -8/+2 |
| | | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current. | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 2 | -7/+7 |
| | |||||
* | when making test programs, look for libdescrypt, not libcrypt | csgr | 1994-08-12 | 1 | -2/+2 |
| | | | | Submitted by: Geoff Rehmet | ||||
* | Modify libcrypt so that the only exported symbol is _crypt(). | csgr | 1994-08-08 | 2 | -157/+14 |
| | | | | Submitted by: Geoff Rehmet | ||||
* | Unecumbered securedist from FreeBSD 1.1.5.1 - sources for libcrypt. | csgr | 1994-08-08 | 5 | -0/+664 |
The next commit will remove all symbols except _crypt() Reviewed by: Geoff Rehmet Submitted by: David Burren |