| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 19 | -19/+19 |
* | Don't reduce test timeout to less than default | Andreas Schwab | 2018-10-17 | 2 | -2/+0 |
* | New configure option --disable-crypt. | Zack Weinberg | 2018-06-29 | 1 | -4/+0 |
* | manual: Revise crypt.texi. | Zack Weinberg | 2018-06-29 | 1 | -5/+16 |
* | Disallow use of DES encryption functions in new programs. | Zack Weinberg | 2018-06-29 | 4 | -29/+39 |
* | crypt: Fix badsalttest test (Bug 22765) | Il'ya Malakhov | 2018-02-01 | 1 | -0/+3 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 19 | -19/+19 |
* | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 2017-12-11 | 1 | -3/+3 |
* | Prefer https for Sourceware links | Siddhesh Poyarekar | 2017-11-16 | 1 | -1/+1 |
* | crypt: Use NSPR header files in addition to NSS header files [BZ #17956] | Guido Trentalancia | 2017-10-04 | 1 | -3/+5 |
* | Remove non-add-on Banner files. | Joseph Myers | 2017-09-21 | 1 | -1/+0 |
* | Add missing header files throughout the testsuite. | Zack Weinberg | 2017-02-16 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 19 | -19/+19 |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 4 | -18/+27 |
* | Fix crypt snprintf namespace (bug 20829). | Joseph Myers | 2016-11-16 | 2 | -4/+4 |
* | crypt: Use internal names for the SHA-2 block functions | Florian Weimer | 2016-10-28 | 4 | -16/+15 |
* | Fix build failures with -DDEBUG. | Martin Sebor | 2016-01-15 | 1 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 19 | -19/+19 |
* | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 2015-10-20 | 3 | -15/+3 |
* | Convert 29 more function definitions to prototype style (multiple parameters ... | Joseph Myers | 2015-10-20 | 2 | -13/+7 |
* | Convert 24 more function definitions to prototype style (array parameters). | Joseph Myers | 2015-10-20 | 1 | -3/+1 |
* | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 2015-10-19 | 2 | -8/+4 |
* | Convert 703 function definitions to prototype style. | Joseph Myers | 2015-10-16 | 6 | -82/+30 |
* | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 2015-09-08 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 19 | -19/+19 |
* | crypt: don't include ufc-crypt.h multiple times | Chris Metcalf | 2014-06-06 | 4 | -23/+9 |
* | Remove redundant nested function b64_from_24bit | Konstantin Serebryany | 2014-06-03 | 5 | -95/+106 |
* | Fix formatting | Siddhesh Poyarekar | 2014-05-22 | 1 | -9/+9 |
* | Remove nested functions: crypt/md5-crypt.c | Konstantin Serebryany | 2014-05-22 | 1 | -18/+26 |
* | Define _STRING_ARCH_unaligned unconditionally | Adhemerval Zanella | 2014-04-09 | 1 | -1/+1 |
* | Consistently include Makeconfig after defining subdir. | Joseph Myers | 2014-02-26 | 1 | -2/+2 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 19 | -19/+19 |
* | Use __glibc_block in public headers. | Meador Inge | 2013-11-21 | 1 | -2/+3 |
* | Fix typos. | Ondřej Bílka | 2013-08-21 | 1 | -1/+1 |
* | Use (void) in no-arguments function definitions. | Joseph Myers | 2013-06-08 | 2 | -3/+3 |
* | Avoid use of "register" as optimization hint. | Joseph Myers | 2013-06-07 | 1 | -2/+2 |
* | Remove trailing whitespace. | Joseph Myers | 2013-06-05 | 1 | -2/+2 |
* | Link extra-libs consistently with libc and ld.so. | Joseph Myers | 2013-05-31 | 1 | -5/+0 |
* | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 2013-05-16 | 6 | -0/+8 |
* | Remove bounded-pointers build system support. | Joseph Myers | 2013-02-15 | 1 | -3/+0 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 19 | -23/+19 |
* | Add support for sparc cryptographic hash opcodes. | David S. Miller | 2012-11-13 | 7 | -385/+391 |
* | * crypt/crypt-entry.c: Include fips-private.h. | Alexandre Oliva | 2012-10-10 | 2 | -4/+25 |
* | * crypt/crypt-private.h: Include stdbool.h. | Alexandre Oliva | 2012-10-10 | 5 | -7/+133 |
* | crypt: bump up md5test-giant timeout from 180s to 480s | Chris Metcalf | 2012-09-17 | 1 | -1/+1 |
* | Fix last sha512.c change to avoid compiler warning. | Roland McGrath | 2012-08-15 | 1 | -1/+1 |
* | Add testcase for BZ#14090 - md5/sha512 with large sizes | Andreas Jaeger | 2012-08-15 | 2 | -0/+142 |
* | Fix BZ#14090 - md5/sha512 with large sizes | Paul Eggert | 2012-08-15 | 2 | -9/+9 |
* | Bump sha512c-test.c timeout for the sake of 32-bit sparc. | David S. Miller | 2012-05-17 | 1 | -1/+1 |
* | 2012-03-29 Jeff Law <law@redhat.com> | Jeff Law | 2012-03-30 | 3 | -11/+86 |