Age | Commit message (Expand) | Author | Files | Lines |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 2 | -2/+2 |
2023-06-01 | tests: fix warn unused results | Frédéric Bérat | 1 | -1/+5 |
2023-03-27 | Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions | Adhemerval Zanella Netto | 3 | -18/+3 |
2023-02-28 | crypt: Remove invalid end of page test badsalttest | Adhemerval Zanella | 1 | -43/+9 |
2023-02-17 | Use uintptr_t instead of performing pointer subtraction with a null pointer | Qihao Chencao | 3 | -18/+18 |
2023-02-17 | crypto: Remove _STRING_ARCH_unaligned usage | Adhemerval Zanella | 3 | -65/+13 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 19 | -19/+19 |
2022-03-31 | crypt: Remove unused variable on cert test | Adhemerval Zanella | 1 | -2/+1 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 19 | -19/+19 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 5 | -5/+0 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 19 | -19/+19 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 19 | -19/+19 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 3 | -6/+6 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2018-10-17 | Don't reduce test timeout to less than default | Andreas Schwab | 2 | -2/+0 |
2018-06-29 | New configure option --disable-crypt. | Zack Weinberg | 1 | -4/+0 |
2018-06-29 | manual: Revise crypt.texi. | Zack Weinberg | 1 | -5/+16 |
2018-06-29 | Disallow use of DES encryption functions in new programs. | Zack Weinberg | 4 | -29/+39 |
2018-02-01 | crypt: Fix badsalttest test (Bug 22765) | Il'ya Malakhov | 1 | -0/+3 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -3/+3 |
2017-11-16 | Prefer https for Sourceware links | Siddhesh Poyarekar | 1 | -1/+1 |
2017-10-04 | crypt: Use NSPR header files in addition to NSS header files [BZ #17956] | Guido Trentalancia | 1 | -3/+5 |
2017-09-21 | Remove non-add-on Banner files. | Joseph Myers | 1 | -1/+0 |
2017-02-16 | Add missing header files throughout the testsuite. | Zack Weinberg | 1 | -1/+1 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2016-12-16 | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 4 | -18/+27 |
2016-11-16 | Fix crypt snprintf namespace (bug 20829). | Joseph Myers | 2 | -4/+4 |
2016-10-28 | crypt: Use internal names for the SHA-2 block functions | Florian Weimer | 4 | -16/+15 |
2016-01-15 | Fix build failures with -DDEBUG. | Martin Sebor | 1 | -2/+2 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2015-10-20 | Convert 113 more function definitions to prototype style (files with assertio... | Joseph Myers | 3 | -15/+3 |
2015-10-20 | Convert 29 more function definitions to prototype style (multiple parameters ... | Joseph Myers | 2 | -13/+7 |
2015-10-20 | Convert 24 more function definitions to prototype style (array parameters). | Joseph Myers | 1 | -3/+1 |
2015-10-19 | Convert 69 more function definitions to prototype style (line wrap cases). | Joseph Myers | 2 | -8/+4 |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 6 | -82/+30 |
2015-09-08 | Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). | Joseph Myers | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 19 | -19/+19 |
2014-06-06 | crypt: don't include ufc-crypt.h multiple times | Chris Metcalf | 4 | -23/+9 |
2014-06-03 | Remove redundant nested function b64_from_24bit | Konstantin Serebryany | 5 | -95/+106 |
2014-05-22 | Fix formatting | Siddhesh Poyarekar | 1 | -9/+9 |
2014-05-22 | Remove nested functions: crypt/md5-crypt.c | Konstantin Serebryany | 1 | -18/+26 |
2014-04-09 | Define _STRING_ARCH_unaligned unconditionally | Adhemerval Zanella | 1 | -1/+1 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -2/+2 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 19 | -19/+19 |
2013-11-21 | Use __glibc_block in public headers. | Meador Inge | 1 | -2/+3 |
2013-08-21 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-06-08 | Use (void) in no-arguments function definitions. | Joseph Myers | 2 | -3/+3 |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | 1 | -2/+2 |