#
6b8403b4 |
| 13-Feb-2023 |
David Karoly <karolyd577@gmail.com> |
libroot/crypt: replace crypt_des implementation with musl's
This is required to make crypt_r() really reentrant.
Change-Id: I81497be16cae21fabb5895a88e27e6c20d3e06e0 Reviewed-on: https://review.hai
libroot/crypt: replace crypt_des implementation with musl's
This is required to make crypt_r() really reentrant.
Change-Id: I81497be16cae21fabb5895a88e27e6c20d3e06e0 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6066 Reviewed-by: waddlesplash <waddlesplash@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
show more ...
|
#
125b2626 |
| 08-Feb-2023 |
David Karoly <karolyd577@gmail.com> |
libroot: introduce crypt_r
Change-Id: Ieacd1b383ac078a440227c7954f5531a36fbbd62 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5827 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.or
libroot: introduce crypt_r
Change-Id: Ieacd1b383ac078a440227c7954f5531a36fbbd62 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5827 Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
show more ...
|
#
49da1d2e |
| 06-Jul-2018 |
Augustin Cavalier <waddlesplash@gmail.com> |
crypt: Use int8 instead of int.
|
#
382d0224 |
| 03-Jul-2018 |
Augustin Cavalier <waddlesplash@gmail.com> |
libroot: Use 'int' not 'char' in crypt code.
It seems 'char' is unsigned on ARM, so GCC errors on the -1s in here.
|
#
f31b1a2f |
| 17-Jan-2017 |
Andrew Aldridge <i80and@foxquill.com> |
Implement scrypt-based password hashing
Signed-off-by: Axel Dörfler <axeld@pinc-software.de>
|