index
:
platform/upstream/libxcrypt
accepted/tizen_base
accepted/tizen_base_toolchain
master
sandbox/dkson95/packaging
tizen_base
tizen_base_dev
upstream
Unnamed repository; edit this file 'description' to name the repository.
Replication User from Gerrit
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-18
lib/alg-yescrypt-platform.c: Fix -Werror=sign-conversion.
Björn Esser
1
-6
/
+6
2022-11-18
lib/alg-yescrypt-platform.c: Fix -Werror=sign-conversion.
Björn Esser
1
-2
/
+2
2022-11-18
alg-yescrypt-platform.c: Improvements to huge page handling.
Björn Esser
1
-4
/
+7
2022-11-12
crypt-des.c: Fix Werror=strict-overflow with GCC 12.x.
Björn Esser
1
-3
/
+3
2022-11-08
Fix warning about signed->unsigned conversion
Moinak Bhattacharyya
1
-1
/
+1
2022-11-07
alg-sha256.c: SHA-2 Maj() optimization proposed by Wei Dai.
Björn Esser
1
-3
/
+9
2022-11-07
Fix warning about truncating conversion
Moinak Bhattacharyya
1
-1
/
+1
2022-10-31
libcrypt.minver: Add glibc-on-loongarch-lp64 (Loongson LA464 / LA664).
Björn Esser
2
-0
/
+2
2022-02-01
libcrypt.minver: Add glibc-on-or1k (OpenRISC 1000) entry.
Björn Esser
2
-1
/
+2
2021-11-30
lib: Silently truncate rbytes after a maximum of 512 bits for yescrypt.
Björn Esser
3
-0
/
+12
2021-09-18
Move auxiliary build-scripts into seperate subdir.
Björn Esser
2
-2
/
+3
2021-09-17
configure: Check availability of __attribute__((symver)).
Björn Esser
1
-1
/
+1
2021-08-08
lib/crypt.c: Stricter checking of invalid salt characters.
Björn Esser
1
-17
/
+38
2021-08-05
lib/util-base64.c: Explicitly terminate the c string.
Björn Esser
1
-2
/
+3
2021-07-03
Overhaul the badsalt test.
Zack Weinberg
1
-0
/
+19
2021-06-25
lib/hashes.conf: Add hash group for Debian.
Björn Esser
1
-1
/
+1
2021-06-13
lib/crypt-des-obsolete.c: Fix Werror=conversion.
Björn Esser
1
-1
/
+1
2021-06-05
lib/crypt-yescrypt.c: Fix output calculation for gensalt_yescrypt_rn().
Björn Esser
1
-2
/
+2
2021-05-27
lib/crypt.c: Fix return value of crypt_checksalt() for empty settings.
Björn Esser
1
-1
/
+2
2021-05-26
lib/crypt.c: Use jump label in crypt_checksalt().
Björn Esser
1
-2
/
+6
2021-05-19
lib/crypt.h.in: Mark `CRYPT_SALT_METHOD_LEGACY` to be implemented.
Björn Esser
1
-1
/
+1
2021-05-19
lib/crypt.c: Indicate weak hashes by crypt_checksalt().
Björn Esser
1
-1
/
+6
2021-05-19
lib/crypt.c: New data member `is_strong` for `struct hashfn`.
Björn Esser
1
-0
/
+1
2021-03-31
lib/crypt-port.h: Use the symver attribute with GCC 10.
Björn Esser
1
-1
/
+24
2021-03-31
lib/alg-sha512.c: Fix Werror=conversion.
Björn Esser
1
-1
/
+1
2021-03-18
Compilation fix for NetBSD.
Zack Weinberg
1
-7
/
+9
2021-03-18
Don’t apply --enable-obsolete-api-enosys mode to fcrypt.
Zack Weinberg
1
-22
/
+2
2021-03-18
Don’t build xcrypt.h if we’re not going to install it.
Zack Weinberg
4
-16
/
+12
2021-03-16
Fix more CI failures.
Zack Weinberg
1
-1
/
+6
2021-03-16
alg-yescrypt-opt.c: Cast output of _mm_cvtsi128_si32 to uint32_t.
Zack Weinberg
1
-1
/
+1
2021-03-16
Add glibc-on-CSKY, ARC, and RISCV-32 entries to libcrypt.minver.
Zack Weinberg
2
-3
/
+6
2021-03-07
Improve fallback implementation of explicit_bzero.
Zack Weinberg
2
-6
/
+45
2021-03-07
Remove the XCRYPT_SECURE_MEMSET and insecure_memzero macros.
Zack Weinberg
14
-78
/
+70
2021-03-07
Remove the XCRYPT_STRCPY_OR_ABORT macro.
Zack Weinberg
6
-11
/
+10
2021-03-07
Split up crypt-common.c, normalize naming of utility functions.
Zack Weinberg
7
-49
/
+120
2021-03-07
Fold crypt-common.h into crypt-port.h.
Zack Weinberg
2
-54
/
+37
2021-03-07
Don’t use __names in crypt-obsolete.h.
Zack Weinberg
1
-10
/
+11
2021-03-07
Remove redundant byte order conversion functions.
Zack Weinberg
5
-228
/
+85
2021-02-20
Rewrite build scripts in Perl.
Zack Weinberg
7
-123
/
+95
2021-02-20
lib/alg-gost3411-core.c: fix conversion error seen by sensitive compilers
Guillaume W. Bres
1
-1
/
+1
2020-12-31
Move most scripts to top-level build-aux directory.
Zack Weinberg
8
-733
/
+6
2020-10-12
lib/crypt-port.h: Include <unistd.h> without declaring crypt prototypes.
Björn Esser
2
-3
/
+17
2020-10-10
Fix typos.
Samanta Navarro
3
-3
/
+3
2020-08-18
Salt string compatibility with generic implementations.
Björn Esser
3
-6
/
+28
2020-08-15
crypt-sha512: Drop explicit assignment of phr_size parameter.
Björn Esser
1
-1
/
+0
2020-08-12
lib/crypt: Fix compilation error with older versions of glibc.
Björn Esser
1
-1
/
+1
2020-04-04
Replace spaces with tabs.
Björn Esser
1
-1
/
+1
2020-04-04
Add e2k architecture support
Andrew Savchenko
1
-0
/
+1
2020-02-25
Don’t define xcrypt <=3.1.1 compat names as linkable symbols (#100)
Zack Weinberg
1
-8
/
+6
2020-02-06
OSX build fixes.
Zack Weinberg
1
-31
/
+22
[next]