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