summaryrefslogtreecommitdiff
path: root/lib/libcrypt/Makefile
AgeCommit message (Expand)Author
2025-08-23packages: Improve handling of -lib packagesLexi Winter
2024-10-26lib/libcrypt: reinstate CFLAGS+=-I${SRCTOP}/sys/crypto/sha2Robert Clausecker
2024-10-25lib/libcrypt: unbundle hash functionsRobert Clausecker
2024-09-29libmd, kern, stand: consolidate md5 implementations (NFC)Kyle Evans
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2021-12-07libcrypt: Drop inclusion of libutil.hJessica Clarke
2019-09-05pkgbase: Put a lot of binaries and lib in FreeBSD-runtimeEmmanuel Vadot
2018-07-09Integrate SHA2-224 with userspace componentsConrad Meyer
2017-08-02MFhead@r321916Enji Cooper
2017-08-02Remove bogus bsd.subdir.mk .includeEnji Cooper
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-01-20Use SRCTOP-relative paths to other directories instead of .CURDIR-relative onesEnji Cooper
2016-08-10Make libcrypt thread-safe. Add crypt_r(3).Ed Schouten
2016-06-01Skein was not meant to be connected to libcryptoAllan Jude
2016-05-29Import the skein hashing algorithm, based on the threefish block cipherAllan Jude
2016-05-28Implement SHA-512 truncated (224 and 256 bits)Allan Jude
2016-02-04First pass through library packaging.Glen Barber
2015-12-27Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.cAllan Jude
2015-11-25META MODE: Avoid dirdep dependency on lib/libmd.Bryan Drewery
2015-06-15Revert r284417 it is not necessary anymoreBaptiste Daroussin
2015-06-15Enforce overwritting SHLIBDIRBaptiste Daroussin
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-03-16replace the kernel's version w/ cperciva's implementation... In allJohn-Mark Gurney
2013-10-25Set up the /usr/tests hierarchy.Rui Paulo
2012-06-12Stop using auth_getval() now that it always returns NULL. Instead,Dag-Erling Smørgrav
2011-04-27Protect the reachover built symbols after the SHA256/512 crypt(3) addition.David E. O'Brien
2011-04-09Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn'tMark Murray
2010-01-02Build lib/ with WARNS=6 by default.Ed Schouten
2009-07-19Bump the version of all non-symbol-versioned shared libraries inKen Smith
2007-05-21Bump library versions in preparation for 7.0.Daniel Eischen
2006-03-18Provide alternate default for SHLIBDIR before bsd.own.mk does this.Ruslan Ermilov
2006-03-17Reimplementation of world/kernel build options. For details, see:Ruslan Ermilov
2005-07-22Bump the shared library version number of all libraries that have notKen Smith
2004-12-21NOCRYPT -> NO_CRYPTRuslan Ermilov
2004-10-24For variables that are only checked with defined(), don't provideRuslan Ermilov
2003-08-17Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow
2003-06-02Add a new hash type. This "NT-hash" is compatible with the passwordMark Murray
2003-05-19Retire the useless NOSECURE knob.Dag-Erling Smørgrav
2001-03-27MAN[1-9] -> MAN.Ruslan Ermilov
2001-03-21Help standalone builds by getting libutil.h from src/lib/libutilPeter Wemm
2001-03-11Add OpenBSD-style blowfish password hashing. This makes one lessMark Murray
2000-12-28Merge into a single US-exportable libcrypt, which only providesPeter Wemm
2000-08-22How did you sneak in...Brian Feldman
2000-08-22Add working and easy crypt(3)-switching. Yes, we need a whole new APIBrian Feldman
2000-01-07Zap SHA1 password support. This will be re-implemented at a later date.Kris Kennaway
1999-12-17Remove -lmd. Use dlopen() and dlsym() instead for calls to the MD5* andPeter Wemm
1999-09-21Someone changed major numbers of the libraries from 2 to 3 for 0 (zero) reasons.Dmitrij Tejblum
1999-09-21Somebody deleted the SONAME override causing the symlink to be expandedPeter Wemm
1999-09-20Big code cleanup. (Inspired by Brandon Gillespie). Also move asMark Murray