Age | Commit message (Expand) | Author |
2016-01-15 | Fix build failures with -DDEBUG. | Martin Sebor |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers |
2015-10-20 | Convert 29 more function definitions to prototype style (multiple parameters ... | Joseph Myers |
2015-10-20 | Convert 24 more function definitions to prototype style (array parameters). | Joseph Myers |
2015-10-19 | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-06-06 | crypt: don't include ufc-crypt.h multiple times | Chris Metcalf |
2014-06-03 | Remove redundant nested function b64_from_24bit | Konstantin Serebryany |
2014-05-22 | Fix formatting | Siddhesh Poyarekar |
2014-05-22 | Remove nested functions: crypt/md5-crypt.c | Konstantin Serebryany |
2014-04-09 | Define _STRING_ARCH_unaligned unconditionally | Adhemerval Zanella |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-11-21 | Use __glibc_block in public headers. | Meador Inge |
2013-08-21 | Fix typos. | Ondřej Bílka |
2013-06-08 | Use (void) in no-arguments function definitions. | Joseph Myers |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers |
2013-06-05 | Remove trailing whitespace. | Joseph Myers |
2013-05-31 | Link extra-libs consistently with libc and ld.so. | Joseph Myers |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold |
2013-02-15 | Remove bounded-pointers build system support. | Joseph Myers |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2012-11-13 | Add support for sparc cryptographic hash opcodes. | David S. Miller |
2012-10-10 | * crypt/crypt-entry.c: Include fips-private.h. | Alexandre Oliva |
2012-10-10 | * crypt/crypt-private.h: Include stdbool.h. | Alexandre Oliva |
2012-09-17 | crypt: bump up md5test-giant timeout from 180s to 480s | Chris Metcalf |
2012-08-15 | Fix last sha512.c change to avoid compiler warning. | Roland McGrath |
2012-08-15 | Add testcase for BZ#14090 - md5/sha512 with large sizes | Andreas Jaeger |
2012-08-15 | Fix BZ#14090 - md5/sha512 with large sizes | Paul Eggert |
2012-05-17 | Bump sha512c-test.c timeout for the sake of 32-bit sparc. | David S. Miller |
2012-03-30 | 2012-03-29 Jeff Law <law@redhat.com> | Jeff Law |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2012-01-30 | Remove miscellaneous __STDC__ conditionals. | Joseph Myers |
2012-01-26 | Remove __STDC__ conditionals from non-installed headers. | Joseph Myers |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper |
2011-07-22 | Optimize __init_des_r | Ulrich Drepper |
2011-07-22 | Add read barrier protecting DES initialization | Ulrich Drepper |
2011-07-19 | Use union to avoid casts in code to store results of hashsum computations | Ulrich Drepper |
2011-07-02 | Complete last patch | Ulrich Drepper |
2011-07-02 | Fix last patch for big-endian machines | Ulrich Drepper |
2011-07-02 | Optimize long-word additions in SHA implementation | Ulrich Drepper |
2010-04-03 | Add missing include. | Ulrich Drepper |
2010-04-03 | Missing memory barrier in DES initialization. | Ulrich Drepper |
2009-04-07 | * crypt/Makefile (LDLIBS-crypt.so): Use this variable instead of | Ulrich Drepper |
2009-04-02 | * configure.in: Recognize --enable-nss-crypt. | Ulrich Drepper |
2009-03-15 | * crypt/sha256test.c (main): Perform 100,000 'a' test in a second way. | Ulrich Drepper |