aboutsummaryrefslogtreecommitdiff
path: root/crypt/sha256-crypt.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella1-423/+0
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto1-6/+1
2023-02-17Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao1-6/+6
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg1-7/+7
2016-11-16Fix crypt snprintf namespace (bug 20829).Joseph Myers1-2/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-5/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-06-03Remove redundant nested function b64_from_24bitKonstantin Serebryany1-27/+23
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-03-302012-03-29 Jeff Law <law@redhat.com>Jeff Law1-4/+34
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2009-04-02* configure.in: Recognize --enable-nss-crypt.Ulrich Drepper1-43/+106
2007-11-10* sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..Ulrich Drepper1-3/+2
2007-09-19SHA-256 crypt entry point.Ulrich Drepper1-0/+345