about summary refs log tree commit diff
path: root/crypt/sha512-crypt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all of the remaining libcrypt code. zack/remove-libcryptZack Weinberg2023-09-211-445/+0
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-271-6/+1
* Use uintptr_t instead of performing pointer subtraction with a null pointerQihao Chencao2023-02-171-6/+6
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-161-7/+7
* Fix crypt snprintf namespace (bug 20829).Joseph Myers2016-11-161-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-5/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove redundant nested function b64_from_24bitKonstantin Serebryany2014-06-031-38/+45
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* 2012-03-29 Jeff Law <law@redhat.com>Jeff Law2012-03-301-4/+33
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* * configure.in: Recognize --enable-nss-crypt.Ulrich Drepper2009-04-021-43/+106
* * sysdeps/unix/sysv/linux/open64.c: Move __open64_2 implementation to..Ulrich Drepper2007-11-101-3/+2
* * crypt/Makefile (libcrypt-routines): Add sha256-crypt, sha256,Ulrich Drepper2007-09-191-0/+357