summaryrefslogtreecommitdiff
path: root/secure/lib/libcrypt/crypt.3
Commit message (Collapse)AuthorAgeFilesLines
* Make this completely dependant on the exportable libcrypt, to avoidMark Murray1999-09-201-159/+0
| | | | | | | | duplication of effort. Also a large cleanup of the code, inspired by Brandon Gillespie. Notes: svn path=/head/; revision=51461
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Various man page cleanup:Mike Pritchard1999-08-151-3/+3
| | | | | | | | - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. Notes: svn path=/head/; revision=49830
* The new crypt code breaks "make world". Back it out.Mark Murray1999-01-231-0/+159
| | | | Notes: svn path=/head/; revision=43091
* Removed from the secure/lib/libcrypt area, because of the rewrite to howBrandon Gillespie1999-01-211-159/+0
| | | | | | | | | the Makefile handles des support by just including the single .c file. Reviewed by: Mark Murray Notes: svn path=/head/; revision=42983
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22990
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Split libcrypt and libcipher man pages.Mark Murray1996-04-131-90/+5
| | | | Notes: svn path=/head/; revision=15228
* Dual personality crypt(3). This crypt will choose its encryption algorithmMark Murray1995-12-161-1/+9
| | | | | | | | (DES or MD5) based on the type of salt used. Salt beginning with "$1$" indicates MD5. Notes: svn path=/head/; revision=12884
* Unecumbered securedist from FreeBSD 1.1.5.1 - sources for libcrypt.Geoff Rehmet1994-08-081-0/+236
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