summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt/Makefile
Commit message (Expand)AuthorAgeFilesLines
* MFC r321915:ngie2017-08-051-1/+0
* MFC r312452-r312512:ngie2017-02-101-5/+5
* Skein was not meant to be connected to libcryptoallanjude2016-06-011-16/+4
* Import the skein hashing algorithm, based on the threefish block cipherallanjude2016-05-291-4/+16
* Implement SHA-512 truncated (224 and 256 bits)allanjude2016-05-281-0/+2
* First pass through library packaging.gjb2016-02-041-0/+1
* Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.callanjude2015-12-271-0/+1
* META MODE: Avoid dirdep dependency on lib/libmd.bdrewery2015-11-251-1/+2
* Revert r284417 it is not necessary anymorebapt2015-06-151-1/+1
* Enforce overwritting SHLIBDIRbapt2015-06-151-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* replace the kernel's version w/ cperciva's implementation... In alljmg2014-03-161-1/+1
* Set up the /usr/tests hierarchy.rpaulo2013-10-251-0/+5
* Stop using auth_getval() now that it always returns NULL. Instead,des2012-06-121-5/+1
* Protect the reachover built symbols after the SHA256/512 crypt(3) addition.obrien2011-04-271-1/+3
* Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn'tmarkm2011-04-091-1/+3
* Build lib/ with WARNS=6 by default.ed2010-01-021-0/+2
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
* Bump library versions in preparation for 7.0.deischen2007-05-211-1/+1
* Provide alternate default for SHLIBDIR before bsd.own.mk does this.ru2006-03-181-1/+2
* Reimplementation of world/kernel build options. For details, see:ru2006-03-171-1/+3
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
* Add a new hash type. This "NT-hash" is compatible with the passwordmarkm2003-06-021-7/+11
* Retire the useless NOSECURE knob.des2003-05-191-1/+1
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Help standalone builds by getting libutil.h from src/lib/libutilpeter2001-03-211-1/+1
* Add OpenBSD-style blowfish password hashing. This makes one lessmarkm2001-03-111-2/+2
* Merge into a single US-exportable libcrypt, which only providespeter2000-12-281-54/+16
* How did you sneak in...green2000-08-221-1/+1
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-221-1/+2
* Zap SHA1 password support. This will be re-implemented at a later date.kris2000-01-071-2/+2
* Remove -lmd. Use dlopen() and dlsym() instead for calls to the MD5* andpeter1999-12-171-3/+0
* Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons.dt1999-09-211-1/+1
* Somebody deleted the SONAME override causing the symlink to be expandedpeter1999-09-211-0/+4
* Big code cleanup. (Inspired by Brandon Gillespie). Also move asmarkm1999-09-201-15/+35
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Simplified using new SYMLINKS macro, mainly to test this macro. Thebde1999-03-231-26/+15
* Fix symlinking. Without the -f "force" option, the wrong versionmarkm1999-01-241-4/+4
* The new crypt code broke "make world". Back it out.markm1999-01-231-27/+27
* Rewrite of crypt library to be more modular, and addition of thebrandon1999-01-211-27/+27
* Fixed the elf case of the creation of the libcrypt.so -> libscrypt->sobde1998-09-021-2/+2
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-301-3/+3
* BINFORMAT -> OBJFORMAT ready for E-day.jb1998-08-301-2/+2
* Turn on the rcsid storage so that it's easier to tell the differencepeter1998-05-281-2/+2
* When compiling under elf, use correct library naming conventions. Alsopeter1997-09-051-3/+19
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
OpenPOWER on IntegriCloud