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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-24
Add --enable-obsolete-api-enosys configure option.
Björn Esser
14
-61
/
+480
2019-01-22
Makefile: Fix dependency for generating <crypt.h>.
Björn Esser
1
-2
/
+2
2019-01-22
Makefile: Optimize explicit dependencies for parallel builds.
Björn Esser
1
-3
/
+3
2019-01-21
test-crypt-bcrypt: Fix -Werror=format-overflow.
Björn Esser
1
-2
/
+3
2019-01-21
crypt-port: Declare strong_alias explicitly __THROW.
Björn Esser
1
-7
/
+19
2019-01-21
Add generated C++-guards to <xcrypt.h>.
Björn Esser
4
-12
/
+26
2019-01-17
crypt: Remove unreachable code.
Björn Esser
2
-11
/
+1
2019-01-17
test-badsetting: Improve coverage for crypt.
Björn Esser
1
-1
/
+2
2019-01-17
test-badsetting: Improve coverage for nthash.
Björn Esser
1
-1
/
+1
2019-01-11
Update TODO.md
Björn Esser
1
-2
/
+0
2019-01-11
Fix the test for sunmd5 with corrected SUNMD5_MAX_ROUNDS.
Björn Esser
2
-5
/
+5
2019-01-11
crypt-sunmd5: Fix the valueof SUNMD5_MAX_ROUNDS.
Björn Esser
2
-1
/
+2
2018-12-22
Bump tarball version to 4.4.3 and update NEWS.
Björn Esser
2
-1
/
+3
2018-12-22
alg-yescrypt-opt: Add x32 specific inline asm.
Khem Raj
2
-2
/
+8
2018-12-11
The sudo keyword is deprecated on TravisCI.
Björn Esser
1
-1
/
+0
2018-12-08
Add test-alg-yescrypt from upstream for improved coverage.
Björn Esser
10
-10
/
+837
2018-12-07
Bump tarball version to 4.4.2 and update NEWS.
Björn Esser
2
-1
/
+3
2018-12-06
Apply full read-only relocations to generated binaries, if supported.
Björn Esser
3
-2
/
+42
2018-12-06
crypt-gensalt: Use ascii64 constant from crypt-common.h.
Björn Esser
1
-7
/
+4
2018-12-05
Refactor gensalt_nt_rn to simply return its own prefix.
Björn Esser
11
-115
/
+86
2018-12-04
Add -fno-plt to the compiler flags, if supported. (#71)
Björn Esser
8
-43
/
+205
2018-12-04
Fix memory leak from static pointer in test-crypt-gost-yescrypt.c.
Björn Esser
1
-10
/
+19
2018-11-22
Test hmac-sha256 incremental computation, too.
Björn Esser
1
-1
/
+14
2018-11-21
Update NEWS.
Björn Esser
1
-0
/
+6
2018-11-21
Set minimum rbytes for NT to 2.
Björn Esser
1
-1
/
+1
2018-11-21
Use base64 encoding for output of gensalt_nt_rn.
Björn Esser
2
-23
/
+76
2018-11-21
Use XCRYPT_STRCPY_OR_ABORT in crypt_nt_rn.
Björn Esser
1
-4
/
+4
2018-11-20
Fix manual-page-warning: macro `list-type-stack0' not defined.
Björn Esser
1
-1
/
+0
2018-11-20
Bump tarball version to 4.4.1 and update NEWS.
Björn Esser
2
-1
/
+3
2018-11-19
Implement the crypt_preferred_method function.
Björn Esser
9
-7
/
+235
2018-11-19
Use prebuilt object files from libcrypt for linking the tests.
Björn Esser
1
-40
/
+83
2018-11-19
Move the base64 encoding table to crypt-common.
Björn Esser
12
-32
/
+42
2018-11-19
Build and test static library on TravisCI.
Björn Esser
2
-5
/
+12
2018-11-19
Run TravisCI builds out of tree.
Björn Esser
1
-1
/
+6
2018-11-14
Bump tarball version to 4.3.5 and update NEWS.
Björn Esser
2
-1
/
+3
2018-11-14
Install <xcrypt.h> and a symlink from libxcrypt.so to libcrypt.so.
Björn Esser
3
-3
/
+68
2018-11-14
Add aliases for xcrypt{,_r} and xcrypt_gensalt{,_r}.
Björn Esser
8
-9
/
+112
2018-11-14
Add the 'fedora' group to the corresponding help string in configure.
Björn Esser
1
-3
/
+3
2018-11-14
Add 'fedora' to the groups of hashing methods.
Björn Esser
4
-9
/
+16
2018-11-14
Skip test-crypt-bcrypt, if no bcrypt method was enabled.
Björn Esser
1
-0
/
+12
2018-11-12
alg-sha512.c: Make PAD const.
Zack Weinberg
1
-1
/
+1
2018-11-11
Bump tarball version to 4.3.4 and update NEWS.
Björn Esser
2
-1
/
+3
2018-11-11
Add an alias for crypt_gensalt_r.
Björn Esser
4
-0
/
+21
2018-11-11
Bump tarball version to 4.3.3 and update NEWS.
Björn Esser
2
-1
/
+3
2018-11-11
Remove the gensalt function for the bcrypt x variant ($2x$).
Björn Esser
6
-28
/
+22
2018-11-11
Update NEWS.
Björn Esser
1
-0
/
+3
2018-11-11
Add 'test-gensalt-extradata' to gitignore.
Björn Esser
1
-0
/
+1
2018-11-11
nthash: The output buffer for gensalt must be at least 30 bytes long.
Björn Esser
1
-3
/
+4
2018-11-10
New test: crypt_gensalt should look only at the prefix.
Zack Weinberg
5
-35
/
+246
2018-11-11
Bump tarball version to 4.3.2 and update NEWS.
Björn Esser
2
-1
/
+3
[next]