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
2018-08-24
Add yescrypt backend and tests
Vitaly Chikunov
11
-3
/
+228
2018-08-24
Namespace and self-contain yescrypt files
Vitaly Chikunov
7
-353
/
+54
2018-08-24
Import yescrypt codes from yescrypt's cvsweb
Vitaly Chikunov
9
-0
/
+3570
2018-08-24
Bump tarball version to 4.1.3 and update NEWS.
Björn Esser
2
-1
/
+3
2018-08-24
Update NEWS.
Björn Esser
1
-0
/
+14
2018-08-24
.travis.yml: Enable -Wall,-Werror for autotools generation
Björn Esser
1
-1
/
+1
2018-08-24
.travis.yml: Fix upgrade and gpg-keys for Fedora Rawhide
Björn Esser
1
-5
/
+8
2018-08-21
Improved handling of out-of-range cost parameters in gensalt.
Zack Weinberg
9
-59
/
+160
2018-08-07
Add configure option --disable-failure-tokens.
Zack Weinberg
7
-47
/
+112
2018-08-04
Update NEWS.
Björn Esser
1
-0
/
+1
2018-08-04
Add alias man-pages for other crypt functions.
Björn Esser
6
-1
/
+9
2018-08-02
Update LICENSING and NEWS for changes in previous commits.
Björn Esser
2
-2
/
+7
2018-08-02
crypt-sha512.c: Apply previous commits from Zack Weinberg
Björn Esser
1
-178
/
+178
2018-08-02
Replace crypt-sha512.c with an implementation in the Public Domain.
Björn Esser
1
-192
/
+191
2018-08-02
crypt-sha256.c: Apply previous commits from Zack Weinberg
Björn Esser
1
-164
/
+162
2018-08-02
Replace crypt-sha256.c with an implementation in the Public Domain.
Björn Esser
1
-175
/
+176
2018-08-02
Use valgrind memcheck if available to test for memory leaks.
Björn Esser
8
-8
/
+261
2018-08-01
Bump tarball version to 4.1.2 and update NEWS.
Björn Esser
2
-1
/
+3
2018-07-26
Bump tarball version to 4.1.1 and update NEWS.
Zack Weinberg
2
-1
/
+15
2018-07-26
Update configure --help text and comments in hashes.lst.
Zack Weinberg
2
-17
/
+29
2018-07-26
Remove use of makecontext/swapcontext
Florian Weimer
2
-149
/
+12
2018-07-26
Issue #15: predictable behavior when crypt args are NULL or invalid.
Zack Weinberg
14
-148
/
+514
2018-07-25
Issue #16: allow explicit rounds=<default> in sunmd5,sha256,sha512.
Zack Weinberg
5
-4
/
+22
2018-07-24
Fix multiple definition issue with old versions of GNU ld
Dmitry V. Levin
4
-22
/
+26
2018-07-24
crypt_gensalt_ra: Avoid memory leak in case of crypt_gensalt_rn error
Florian Weimer
1
-2
/
+5
2018-07-14
Enable gensalt_sha_rn() for crypt-md5 "$1$"
Björn Esser
2
-2
/
+2
2018-07-14
Add the BSDs, OSX and Solaris to --enable-hashes
Björn Esser
3
-18
/
+47
2018-07-13
Makefile: Fix warnings from automake
Björn Esser
1
-6
/
+16
2018-07-13
release version 4.1.0
Björn Esser
2
-1
/
+32
2018-07-13
test-getrandom-fallbacks.c: only wrap open64 if it exists.
Zack Weinberg
2
-0
/
+3
2018-07-13
Fix several test failures on x86-64 with -m32.
Zack Weinberg
6
-22
/
+36
2018-07-13
crypt-pbkdf1-sha1.c: gensalt should have indentical output on big endian arches
Björn Esser
1
-2
/
+3
2018-07-13
crypt-sunmd5.c: Fix possible overflow on 32 bit arches
Björn Esser
1
-1
/
+1
2018-07-13
test-short-outbuf.c: Fix to build on 32 bit arches
Björn Esser
1
-4
/
+4
2018-07-13
.travis.yml: add --enable-obsolete-api=glibc to the test matrix
Dmitry V. Levin
1
-0
/
+24
2018-07-13
Extend --enable-obsolete-api configure option
Dmitry V. Levin
5
-31
/
+81
2018-07-13
Install libcrypt.pc symlink along with libxcrypt.pc
Dmitry V. Levin
1
-0
/
+9
2018-07-13
crypt.h: introduce CRYPT_GENSALT_IMPLEMENTS_* feature test macros
Dmitry V. Levin
2
-0
/
+27
2018-07-12
Add tests for get_random_bytes.
Zack Weinberg
7
-1
/
+554
2018-07-12
test-badsetting.c: correct "Written by" year.
Zack Weinberg
1
-1
/
+1
2018-07-12
Add two more test programs to .gitignore.
Zack Weinberg
1
-0
/
+2
2018-07-12
crypt.5: Add docs for SHA1, MD5/Sun, NTHASH.
Zack Weinberg
1
-44
/
+70
2018-07-11
Fix test-badsetting when not all hashes are enabled.
Zack Weinberg
1
-7
/
+44
2018-07-11
Add more tests based on gaps in line coverage.
Zack Weinberg
11
-62
/
+391
2018-07-10
Make XCRYPT_SECURE_MEMSET() syntactically a normal expression.
Zack Weinberg
12
-22
/
+22
2018-07-10
Fix incorrect output-size computation in crypt_sha1_rn.
Zack Weinberg
1
-2
/
+4
2018-07-10
Don't use malloc in crypt-pbkdf1-sha1.c.
Zack Weinberg
2
-15
/
+7
2018-07-10
Make crypt_gensalt for $sha1 deterministic.
Zack Weinberg
3
-53
/
+59
2018-07-10
Replace crypt-sunmd5.c with BSD-licensed cleanroom reimplementation.
Zack Weinberg
3
-328
/
+225
2018-07-09
Add test for short output buffers
Björn Esser
2
-1
/
+74
[next]