aboutsummaryrefslogtreecommitdiff
path: root/lib/libcrypt
Commit message (Expand)AuthorAgeFilesLines
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-2/+2
* Reflect rev 1.18 in crypt.c. Note that this section is somewhatPeter Wemm2000-12-281-3/+5
* Hindsight is wonderful, but I got cold feet over the crypt(3) defaultPeter Wemm2000-12-281-5/+5
* Merge into a single US-exportable libcrypt, which only providesPeter Wemm2000-12-284-114/+68
* logRuslan Ermilov2000-11-221-2/+3
* Still have to support libscrypt for now :( Add #defines to take DESBrian Feldman2000-08-241-0/+2
* How did you sneak in...Brian Feldman2000-08-221-1/+1
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman2000-08-224-17/+95
* Oops, remove vestigial reference to SHS passwords.Kris Kennaway2000-04-221-3/+2
* Introduce .Lb macro to libcrypt manpage.Alexey Zelkin2000-04-221-19/+54
* A bunch of factual corrections.Mark Murray2000-01-181-7/+4
* Fixed missing include in synopsis.Bruce Evans2000-01-131-0/+1
* Zap SHA1 password support. This will be re-implemented at a later date.Kris Kennaway2000-01-074-195/+2
* Fixed a formatting error in the prototype for crypt().Bruce Evans1999-12-231-2/+2
* Make a dlopen failure consistant with dlsym(). "Shouldn't happen."Peter Wemm1999-12-172-2/+6
* patch glitchPeter Wemm1999-12-171-3/+0
* Remove -lmd. Use dlopen() and dlsym() instead for calls to the MD5* andPeter Wemm1999-12-173-5/+91
* Never return NULL, always return a hash.Mark Murray1999-09-221-1/+1
* Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons.Dmitrij Tejblum1999-09-211-1/+1
* Somebody deleted the SONAME override causing the symlink to be expandedPeter Wemm1999-09-211-0/+4
* Big code cleanup. (Inspired by Brandon Gillespie). Also move asMark Murray1999-09-207-157/+644
* $Header$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-3/+3
* Simplified using new SYMLINKS macro, mainly to test this macro. TheBruce Evans1999-03-231-26/+15
* Fix symlinking. Without the -f "force" option, the wrong versionMark Murray1999-01-241-4/+4
* The new crypt code broke "make world". Back it out.Mark Murray1999-01-2315-1667/+149
* Moved from the old secure/lib/libcrypt area, because of the rewrite to howBrandon Gillespie1999-01-215-0/+532
* Rewrite of crypt library to be more modular, and addition of theBrandon Gillespie1999-01-2110-149/+1135
* Fixed the elf case of the creation of the libcrypt.so -> libscrypt->soBruce Evans1998-09-021-2/+2
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-301-3/+3
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-301-2/+2
* Turn on the rcsid storage so that it's easier to tell the differencePeter Wemm1998-05-281-2/+2
* When compiling under elf, use correct library naming conventions. AlsoPeter Wemm1997-09-051-3/+19
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-3/+3
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-3/+3
* A couple of minor nits.Poul-Henning Kamp1996-10-141-5/+10
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-2/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-9/+9
* Install shared libraries in ${DESTDIR}${SHLIBDIR} instead of inBruce Evans1994-11-141-15/+15
* *** ATTENTION *** YOU MIGHT BE ABOUT TO BE HOSED *** ATTENTION ***Poul-Henning Kamp1994-11-072-156/+125
* Fix afterinstall rule for generating links to the real libcryptGeoff Rehmet1994-08-201-7/+13
* Fix afterinstall rule for NOSHARED caseGeoff Rehmet1994-08-121-1/+6
* The password scrambler now becomes libscrypt, and libcrypt isGeoff Rehmet1994-08-091-0/+19
* Nates password scrambler, from FreebSD 1.1.5, but with everything except Geoff Rehmet1994-08-092-0/+193