| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert libraries to use LIBADD | bapt | 2014-11-25 | 1 | -2/+1 |
* | Change the hardcoded default back from SHA512 to DES. | des | 2014-10-09 | 1 | -7/+10 |
* | Add LIBCRYPT to DPADD, remove LDFLAGS from LDADD, and sort the Makefile varia... | ngie | 2014-08-18 | 1 | -1/+2 |
* | use .Mt to mark up email addresses consistently (part3) | bapt | 2014-06-23 | 1 | -1/+1 |
* | Don't break the legacy applications which set | ume | 2014-05-28 | 1 | -1/+5 |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
* | r261913 broke DES passwords, because the only way they could work, | des | 2014-04-26 | 1 | -77/+56 |
* | replace the kernel's version w/ cperciva's implementation... In all | jmg | 2014-03-16 | 1 | -1/+1 |
* | Make bsd.test.mk the only public mk fragment for the building of tests. | jmmv | 2014-03-14 | 1 | -1/+1 |
* | various formating fixes, use NUL for NUL bytes.. | jmg | 2014-03-09 | 1 | -29/+37 |
* | Switch the hardcoded default hash function from MD5 / DES to SHA512. | des | 2014-02-15 | 1 | -5/+1 |
* | Set up the /usr/tests hierarchy. | rpaulo | 2013-10-25 | 2 | -0/+7 |
* | Clearly split the logic to build ATF and plain tests apart. | rpaulo | 2013-10-19 | 1 | -1/+1 |
* | Remove most of the ATF tools and the _atf user. | rpaulo | 2013-10-12 | 1 | -1/+1 |
* | Simple unit-tests for libcrypt, to show how easy it is. | sjg | 2012-11-07 | 2 | -0/+64 |
* | Stop using auth_getval() now that it always returns NULL. Instead, | des | 2012-06-12 | 3 | -20/+8 |
* | mdoc: minor Bl improvements. | joel | 2012-06-02 | 1 | -1/+1 |
* | Make the item numbers match the crypt magic number | eadler | 2012-04-11 | 1 | -0/+2 |
* | Remove superfluous paragraph macro. | joel | 2012-03-25 | 1 | -4/+0 |
* | s/shaN_crypt/crypt_shaN/g to be a more consistent with the existing naming. | obrien | 2011-05-05 | 4 | -14/+14 |
* | Protect the reachover built symbols after the SHA256/512 crypt(3) addition. | obrien | 2011-04-27 | 1 | -1/+3 |
* | Document SHA256/512 modes. | markm | 2011-04-09 | 1 | -2/+8 |
* | Add SHA256/512 ($5$ and $6$) to crypt(3). Used in linux-world, doesn't | markm | 2011-04-09 | 6 | -1/+1009 |
* | Build lib/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -0/+2 |
* | Bump the version of all non-symbol-versioned shared libraries in | kensmith | 2009-07-19 | 1 | -1/+1 |
* | Bump library versions in preparation for 7.0. | deischen | 2007-05-21 | 1 | -1/+1 |
* | cipher(3) is gone. | ceri | 2007-04-04 | 1 | -1/+0 |
* | Provide alternate default for SHLIBDIR before bsd.own.mk does this. | ru | 2006-03-18 | 1 | -1/+2 |
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -1/+3 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | Fixed the misplaced $FreeBSD$. | ru | 2005-02-09 | 1 | -3/+1 |
* | Sort sections. | ru | 2005-01-20 | 1 | -15/+15 |
* | NOCRYPT -> NO_CRYPT | ru | 2004-12-21 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -11/+21 |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
* | The .Fn function | charnier | 2003-06-08 | 1 | -2/+5 |
* | Tidy the code up a fraction. Re-release with a 2-clause BSD license | markm | 2003-06-02 | 1 | -19/+33 |
* | Add a new hash type. This "NT-hash" is compatible with the password | markm | 2003-06-02 | 5 | -11/+123 |
* | Retire the useless NOSECURE knob. | des | 2003-05-19 | 1 | -1/+1 |
* | english(4) police. | schweikh | 2002-12-27 | 1 | -1/+1 |
* | crypt(3) incorrectly documents md5 salt, fixed. | trhodes | 2002-04-09 | 1 | -1/+1 |
* | Fix grammer in comment. | phk | 2002-03-25 | 1 | -1/+1 |
* | Modernize my email-address. | phk | 2002-03-25 | 1 | -1/+1 |
* | Darn. There is (now was) a signed/unsigned issue that resulted in a | markm | 2002-03-07 | 1 | -4/+4 |
* | No functional change, but big code cleanup. WARNS, lint(1) and style(9). | markm | 2002-03-06 | 4 | -60/+63 |
* | s/crypt_format/crypt_default/ to match reality. | ru | 2001-12-13 | 1 | -1/+1 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -1/+1 |
* | Implement __FBSDID() | dillon | 2001-09-16 | 3 | -11/+7 |
* | Remove out-of-date "cannot be exported from USA" notice. | markm | 2001-08-15 | 1 | -2/+0 |