aboutsummaryrefslogtreecommitdiff
path: root/lib/libcrypt/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Make libcrypt thread-safe. Add crypt_r(3).Ed Schouten2016-08-101-1/+2
* Skein was not meant to be connected to libcryptoAllan Jude2016-06-011-16/+4
* Import the skein hashing algorithm, based on the threefish block cipherAllan Jude2016-05-291-4/+16
* Implement SHA-512 truncated (224 and 256 bits)Allan Jude2016-05-281-0/+2
* First pass through library packaging.Glen Barber2016-02-041-0/+1
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude2015-12-271-0/+1
* META MODE: Avoid dirdep dependency on lib/libmd.Bryan Drewery2015-11-251-1/+2
* Revert r284417 it is not necessary anymoreBaptiste Daroussin2015-06-151-1/+1
* Enforce overwritting SHLIBDIRBaptiste Daroussin2015-06-151-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
* replace the kernel's version w/ cperciva's implementation... In allJohn-Mark Gurney2014-03-161-1/+1
* Set up the /usr/tests hierarchy.Rui Paulo2013-10-251-0/+5
* Stop using auth_getval() now that it always returns NULL. Instead,Dag-Erling Smørgrav2012-06-121-5/+1
* Protect the reachover built symbols after the SHA256/512 crypt(3) addition.David E. O'Brien2011-04-271-1/+3
* Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn'tMark Murray2011-04-091-1/+3
* Build lib/ with WARNS=6 by default.Ed Schouten2010-01-021-0/+2
* Bump the version of all non-symbol-versioned shared libraries inKen Smith2009-07-191-1/+1
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
* Provide alternate default for SHLIBDIR before bsd.own.mk does this.Ruslan Ermilov2006-03-181-1/+2
* Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov2006-03-171-1/+3
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
* NOCRYPT -> NO_CRYPTRuslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
* Add a new hash type. This "NT-hash" is compatible with the passwordMark Murray2003-06-021-7/+11
* Retire the useless NOSECURE knob.Dag-Erling Smørgrav2003-05-191-1/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Help standalone builds by getting libutil.h from src/lib/libutilPeter Wemm2001-03-211-1/+1
* Add OpenBSD-style blowfish password hashing. This makes one lessMark Murray2001-03-111-2/+2
* Merge into a single US-exportable libcrypt, which only providesPeter Wemm2000-12-281-54/+16
* 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-221-1/+2
* Zap SHA1 password support. This will be re-implemented at a later date.Kris Kennaway2000-01-071-2/+2
* Remove -lmd. Use dlopen() and dlsym() instead for calls to the MD5* andPeter Wemm1999-12-171-3/+0
* 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-201-15/+35
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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-231-27/+27
* Rewrite of crypt library to be more modular, and addition of theBrandon Gillespie1999-01-211-27/+27
* 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-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2