summaryrefslogtreecommitdiffstats
path: root/lib/libcrypt
Commit message (Expand)AuthorAgeFilesLines
* Add LIBCRYPT to DPADD, remove LDFLAGS from LDADD, and sort the Makefile varia...ngie2014-08-181-1/+2
* use .Mt to mark up email addresses consistently (part3)bapt2014-06-231-1/+1
* Don't break the legacy applications which setume2014-05-281-1/+5
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* r261913 broke DES passwords, because the only way they could work,des2014-04-261-77/+56
* replace the kernel's version w/ cperciva's implementation... In alljmg2014-03-161-1/+1
* Make bsd.test.mk the only public mk fragment for the building of tests.jmmv2014-03-141-1/+1
* various formating fixes, use NUL for NUL bytes..jmg2014-03-091-29/+37
* Switch the hardcoded default hash function from MD5 / DES to SHA512.des2014-02-151-5/+1
* Set up the /usr/tests hierarchy.rpaulo2013-10-252-0/+7
* Clearly split the logic to build ATF and plain tests apart.rpaulo2013-10-191-1/+1
* Remove most of the ATF tools and the _atf user.rpaulo2013-10-121-1/+1
* Simple unit-tests for libcrypt, to show how easy it is.sjg2012-11-072-0/+64
* Stop using auth_getval() now that it always returns NULL. Instead,des2012-06-123-20/+8
* mdoc: minor Bl improvements.joel2012-06-021-1/+1
* Make the item numbers match the crypt magic numbereadler2012-04-111-0/+2
* Remove superfluous paragraph macro.joel2012-03-251-4/+0
* s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming.obrien2011-05-054-14/+14
* Protect the reachover built symbols after the SHA256/512 crypt(3) addition.obrien2011-04-271-1/+3
* Document SHA256/512 modes.markm2011-04-091-2/+8
* Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn'tmarkm2011-04-096-1/+1009
* 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
* cipher(3) is gone.ceri2007-04-041-1/+0
* 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
* Fixed the misplaced $FreeBSD$.ru2005-02-091-3/+1
* Sort sections.ru2005-01-201-15/+15
* NOCRYPT -> NO_CRYPTru2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Mechanically kill hard sentence breaks.ru2004-07-021-11/+21
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
* The .Fn functioncharnier2003-06-081-2/+5
* Tidy the code up a fraction. Re-release with a 2-clause BSD licensemarkm2003-06-021-19/+33
* Add a new hash type. This "NT-hash" is compatible with the passwordmarkm2003-06-025-11/+123
* Retire the useless NOSECURE knob.des2003-05-191-1/+1
* english(4) police.schweikh2002-12-271-1/+1
* crypt(3) incorrectly documents md5 salt, fixed.trhodes2002-04-091-1/+1
* Fix grammer in comment.phk2002-03-251-1/+1
* Modernize my email-address.phk2002-03-251-1/+1
* Darn. There is (now was) a signed/unsigned issue that resulted in amarkm2002-03-071-4/+4
* No functional change, but big code cleanup. WARNS, lint(1) and style(9).markm2002-03-064-60/+63
* s/crypt_format/crypt_default/ to match reality.ru2001-12-131-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-1/+1
* Implement __FBSDID()dillon2001-09-163-11/+7
* Remove out-of-date "cannot be exported from USA" notice.markm2001-08-151-2/+0
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-132-6/+0
* Remove whitespace at EOL.dd2001-07-151-1/+1
OpenPOWER on IntegriCloud