index
:
glibc.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypt
/
sha256-crypt.c
Age
Commit message (
Expand
)
Author
2023-03-27
Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions
Adhemerval Zanella Netto
2023-02-17
Use uintptr_t instead of performing pointer subtraction with a null pointer
Qihao Chencao
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-09-03
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
2020-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-09-07
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2016-12-16
New string function explicit_bzero (from OpenBSD).
Zack Weinberg
2016-11-16
Fix crypt snprintf namespace (bug 20829).
Joseph Myers
2016-01-04
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2015-10-20
Convert 113 more function definitions to prototype style (files with assertio...
Joseph Myers
2015-01-02
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2014-06-03
Remove redundant nested function b64_from_24bit
Konstantin Serebryany
2014-01-01
Update copyright notices with scripts/update-copyrights
Allan McRae
2013-05-16
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
Ryan S. Arnold
2013-01-02
Update copyright notices with scripts/update-copyrights.
Joseph Myers
2012-03-30
2012-03-29 Jeff Law <law@redhat.com>
Jeff Law
2012-02-09
Replace 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-19
SHA-256 crypt entry point.
Ulrich Drepper