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
/
test
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-08
test/checksalt.c: Add some testcases for invalid salt characters.
Björn Esser
1
-9
/
+21
2021-08-08
test/special-char-salt.c: Adapt testcases for invalid salt characters.
Björn Esser
1
-493
/
+493
2021-08-05
test/special-char-salt.c: Fix formatting of error message.
Björn Esser
1
-2
/
+2
2021-08-04
test/explicit-bzero.c: Fix indentation.
Björn Esser
1
-33
/
+33
2021-08-04
test/badsalt.c: Fix indentation.
Björn Esser
1
-6
/
+6
2021-08-04
test/getrandom-interface.c: Fix 'NEGATIVE_RETURNS' found by Covscan.
Björn Esser
1
-4
/
+5
2021-08-04
test/crypt-badargs.c: Fix 'NEGATIVE_RETURNS' found by Covscan.
Björn Esser
1
-3
/
+4
2021-08-04
test/badsalt.c: Fix 'NEGATIVE_RETURNS' found by Covscan.
Björn Esser
1
-3
/
+4
2021-08-04
test/explicit-bzero.c: Fix 'NEGATIVE_RETURNS' found by Covscan.
Björn Esser
1
-3
/
+4
2021-08-04
test/short-outbuf.c: Fix 'INCOMPATIBLE_CAST' found by Covscan.
Björn Esser
1
-7
/
+8
2021-07-22
test/getrandom-fallbacks.c: Fix 'STRING_NULL' found by Covscan.
Björn Esser
1
-1
/
+2
2021-07-22
test/alg-hmac-sha1.c: Fix 'STRING_NULL' found by Covscan.
Björn Esser
1
-2
/
+2
2021-07-22
test/alg-yescrypt.c: Fix 'OVERFLOW_BEFORE_WIDEN' found by Covscan.
Björn Esser
1
-1
/
+1
2021-07-22
test/getrandom-fallbacks.c: Fix 'VARARGS' found by Covscan.
Björn Esser
1
-0
/
+1
2021-07-22
test/short-outbuf.c: Fix 'SIZEOF_MISMATCH' found by Covscan.
Björn Esser
1
-17
/
+10
2021-07-22
Detect ASan in configure and disable incompatible tests.
Zack Weinberg
1
-0
/
+11
2021-07-21
Fix bigcrypt-related test cases in test/badsalt.
Zack Weinberg
1
-1
/
+12
2021-07-21
Fix incorrect bcrypt-related ifdeffage in test/badsalt.c
Zack Weinberg
1
-4
/
+4
2021-07-20
Revert "test/TestCommon.pm: Remove useless '## no critic'."
Zack Weinberg
1
-0
/
+3
2021-07-20
Fix deepcode.ai lints.
Zack Weinberg
2
-19
/
+21
2021-07-03
Overhaul the badsalt test.
Zack Weinberg
1
-389
/
+587
2021-06-13
test/des-obsolete_r.c: Fix Werror=conversion.
Björn Esser
1
-1
/
+1
2021-06-13
test/des-obsolete.c: Fix Werror=conversion.
Björn Esser
1
-1
/
+1
2021-06-12
test/TestCommon.pm: Remove useless '## no critic'.
Björn Esser
1
-3
/
+0
2021-05-27
test/checksalt.c: Adapt expected value for bugfix in crypt_checksalt().
Björn Esser
1
-1
/
+1
2021-05-19
test/checksalt.c: Adjust return values for `CRYPT_SALT_METHOD_LEGACY`.
Björn Esser
1
-34
/
+34
2021-03-31
test/explicit-bzero.c: Fix Werror=sign-conversion.
Björn Esser
1
-1
/
+1
2021-03-18
Don’t apply --enable-obsolete-api-enosys mode to fcrypt.
Zack Weinberg
2
-96
/
+3
2021-03-07
Improve fallback implementation of explicit_bzero.
Zack Weinberg
1
-0
/
+332
2021-03-07
Remove the XCRYPT_SECURE_MEMSET and insecure_memzero macros.
Zack Weinberg
1
-2
/
+2
2021-03-07
Remove the XCRYPT_STRCPY_OR_ABORT macro.
Zack Weinberg
1
-1
/
+1
2021-02-20
Rewrite shell-based test scripts in Perl.
Zack Weinberg
7
-332
/
+657
2021-01-15
test/crypt-badargs.c: ERROR instead of FAIL on memory allocation failure.
Zack Weinberg
1
-3
/
+3
2020-12-30
test/symbols-compat.sh: Add a filter for expected differences.
Zack Weinberg
1
-5
/
+32
2020-12-30
test/symbols-compat.sh: compensate for a bug in nm
Zack Weinberg
1
-9
/
+19
2020-12-30
test/symbols-compat.sh: Don’t rely on -lcrypt to find libcrypt.so.1.
Zack Weinberg
1
-24
/
+12
2020-12-30
Add more diagnostic logging to test/symbols-compat.sh...
Zack Weinberg
1
-4
/
+16
2020-12-28
test/symbols-compat.sh: typo fix
Zack Weinberg
1
-1
/
+1
2020-10-12
test: Use sigjmp_buf instead of jmp_buf for the sigjmp() function.
Björn Esser
2
-2
/
+2
2020-10-12
lib/crypt-port.h: Include <unistd.h> without declaring crypt prototypes.
Björn Esser
4
-6
/
+0
2020-10-10
Fix typos.
Samanta Navarro
1
-1
/
+1
2020-08-18
test/special-char-salt: New test.
Björn Esser
1
-0
/
+904
2020-08-18
Salt string compatibility with generic implementations.
Björn Esser
1
-2
/
+5
2020-08-15
test/alg-yescrypt: Fix '-Wformat-overflow' with GCC 10.2 on s390x.
Björn Esser
1
-1
/
+1
2020-08-13
test: Prefer the nm-executable specified in the environment.
Björn Esser
3
-3
/
+3
2020-02-06
OSX build fixes.
Zack Weinberg
3
-23
/
+78
2020-02-04
Speed up ka-sunmd5 by skipping most of the test phrases.
Zack Weinberg
2
-1200
/
+19
2020-01-16
Change how the known-answer tests are parallelized.
Zack Weinberg
3
-146
/
+86
2019-06-24
crypt-kat: Fix Wformat.
Björn Esser
1
-1
/
+1
2019-05-04
Apply proper GNU-style code formatting.
Björn Esser
3
-71
/
+97
[next]