aboutsummaryrefslogtreecommitdiff
path: root/crypt
AgeCommit message (Expand)AuthorFilesLines
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2-2/+2
2023-06-01tests: fix warn unused resultsFrédéric Bérat1-1/+5
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto3-18/+3
2023-02-28crypt: Remove invalid end of page test badsalttestAdhemerval Zanella1-43/+9
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao3-18/+18
2023-02-17crypto: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella3-65/+13
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers19-19/+19
2022-03-31crypt: Remove unused variable on cert testAdhemerval Zanella1-2/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert19-19/+19
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar5-5/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert19-19/+19
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert19-19/+19
2019-02-22Break some lines before not after operators.Joseph Myers3-6/+6
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2018-10-17Don't reduce test timeout to less than defaultAndreas Schwab2-2/+0
2018-06-29New configure option --disable-crypt.Zack Weinberg1-4/+0
2018-06-29manual: Revise crypt.texi.Zack Weinberg1-5/+16
2018-06-29Disallow use of DES encryption functions in new programs.Zack Weinberg4-29/+39
2018-02-01crypt: Fix badsalttest test (Bug 22765)Il'ya Malakhov1-0/+3
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-3/+3
2017-11-16Prefer https for Sourceware linksSiddhesh Poyarekar1-1/+1
2017-10-04crypt: Use NSPR header files in addition to NSS header files [BZ #17956]Guido Trentalancia1-3/+5
2017-09-21Remove non-add-on Banner files.Joseph Myers1-1/+0
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg4-18/+27
2016-11-16Fix crypt snprintf namespace (bug 20829).Joseph Myers2-4/+4
2016-10-28crypt: Use internal names for the SHA-2 block functionsFlorian Weimer4-16/+15
2016-01-15Fix build failures with -DDEBUG.Martin Sebor1-2/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers3-15/+3
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2-13/+7
2015-10-20Convert 24 more function definitions to prototype style (array parameters).Joseph Myers1-3/+1
2015-10-19Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2-8/+4
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers6-82/+30
2015-09-08Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers19-19/+19
2014-06-06crypt: don't include ufc-crypt.h multiple timesChris Metcalf4-23/+9
2014-06-03Remove redundant nested function b64_from_24bitKonstantin Serebryany5-95/+106
2014-05-22Fix formattingSiddhesh Poyarekar1-9/+9
2014-05-22Remove nested functions: crypt/md5-crypt.cKonstantin Serebryany1-18/+26
2014-04-09Define _STRING_ARCH_unaligned unconditionallyAdhemerval Zanella1-1/+1
2014-02-26Consistently include Makeconfig after defining subdir.Joseph Myers1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae19-19/+19
2013-11-21Use __glibc_block in public headers.Meador Inge1-2/+3
2013-08-21Fix typos.Ondřej Bílka1-1/+1
2013-06-08Use (void) in no-arguments function definitions.Joseph Myers2-3/+3
2013-06-07Avoid use of "register" as optimization hint.Joseph Myers1-2/+2