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
/
Makefile.am
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-01
configure: Restore the functionality of the '--disable-symvers' switch.
GalaxyMaster
1
-0
/
+4
2021-09-18
Makefile: Add release target for signed distribution tarballs.
Björn Esser
1
-0
/
+41
2021-09-18
Move auxiliary build-scripts into seperate subdir.
Björn Esser
1
-30
/
+30
2021-09-18
Move m4sh scripts to build-aux/m4 directory.
Björn Esser
1
-1
/
+1
2021-07-20
List policies exhaustively in .perlcriticrc and enforce this.
Zack Weinberg
1
-1
/
+4
2021-07-20
Makefile: Add ‘test-programs’ utility target.
Zack Weinberg
1
-0
/
+4
2021-03-31
Makefile: Force update of existing symlinks during installation.
Björn Esser
1
-6
/
+6
2021-03-21
Correct declaration of custom AM_V_* variables.
Zack Weinberg
1
-2
/
+2
2021-03-21
Avoid rebuilding the world every time the Makefile changes.
Zack Weinberg
1
-34
/
+65
2021-03-18
Don’t apply --enable-obsolete-api-enosys mode to fcrypt.
Zack Weinberg
1
-2
/
+1
2021-03-18
Don’t build xcrypt.h if we’re not going to install it.
Zack Weinberg
1
-3
/
+1
2021-03-07
Improve fallback implementation of explicit_bzero.
Zack Weinberg
1
-2
/
+17
2021-03-07
Split up crypt-common.c, normalize naming of utility functions.
Zack Weinberg
1
-10
/
+18
2021-03-07
Fold crypt-common.h into crypt-port.h.
Zack Weinberg
1
-1
/
+0
2021-03-07
Remove redundant byte order conversion functions.
Zack Weinberg
1
-1
/
+0
2021-02-20
Rewrite shell-based test scripts in Perl.
Zack Weinberg
1
-13
/
+19
2021-02-20
Rewrite skip-if-exec-format-error in Perl.
Zack Weinberg
1
-1
/
+1
2021-02-20
Rewrite build scripts in Perl.
Zack Weinberg
1
-38
/
+38
2021-02-20
Add a build using Ubuntu 14.04 (Trusty).
Zack Weinberg
1
-0
/
+4
2020-12-31
Move most scripts to top-level build-aux directory.
Zack Weinberg
1
-18
/
+19
2020-08-18
test/special-char-salt: New test.
Björn Esser
1
-1
/
+3
2020-08-14
Makefile: Export the NM variable to the test environment.
Björn Esser
1
-1
/
+2
2020-02-06
OSX build fixes.
Zack Weinberg
1
-3
/
+7
2020-01-17
Rename lib/hashes.lst to lib/hashes.conf.
Zack Weinberg
1
-3
/
+3
2020-01-16
Change how the known-answer tests are parallelized.
Zack Weinberg
1
-15
/
+82
2019-09-01
Add binary compatibility for GNU/Hurd and GNU/kFreeBSD
Samuel Thibault
1
-2
/
+5
2019-03-01
Move code, documentation, and tests into subdirectories.
Zack Weinberg
1
-107
/
+186
2019-02-07
Do not use hardcoded Python executable in Makefile.
Björn Esser
1
-1
/
+3
2019-02-06
Makefile: Add dependencies for regen-test-crypt-kat target.
Björn Esser
1
-4
/
+7
2019-02-04
Add back known-answer test for yescrypt and gost-yescrypt.
Zack Weinberg
1
-0
/
+11
2019-02-03
Parallelize test-crypt-kat.
Zack Weinberg
1
-1
/
+4
2019-02-03
Consolidate known answer tests for crypt* API.
Zack Weinberg
1
-15
/
+8
2019-01-24
Add --enable-obsolete-api-enosys configure option.
Björn Esser
1
-1
/
+2
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
Add generated C++-guards to <xcrypt.h>.
Björn Esser
1
-12
/
+20
2018-12-08
Add test-alg-yescrypt from upstream for improved coverage.
Björn Esser
1
-8
/
+14
2018-12-06
Apply full read-only relocations to generated binaries, if supported.
Björn Esser
1
-2
/
+5
2018-12-05
Refactor gensalt_nt_rn to simply return its own prefix.
Björn Esser
1
-1
/
+2
2018-12-04
Add -fno-plt to the compiler flags, if supported. (#71)
Björn Esser
1
-1
/
+1
2018-11-19
Implement the crypt_preferred_method function.
Björn Esser
1
-2
/
+3
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
1
-2
/
+2
2018-11-14
Install <xcrypt.h> and a symlink from libxcrypt.so to libcrypt.so.
Björn Esser
1
-3
/
+47
2018-11-14
Add aliases for xcrypt{,_r} and xcrypt_gensalt{,_r}.
Björn Esser
1
-0
/
+1
2018-11-10
New test: crypt_gensalt should look only at the prefix.
Zack Weinberg
1
-0
/
+2
2018-11-09
Configure the value of 'CRYPT_GENSALT_IMPLEMENTS_DEFAULT_PREFIX'.
Björn Esser
1
-0
/
+4
2018-11-09
Implement crypt_checksalt.
Björn Esser
1
-2
/
+4
2018-11-03
Submit coverage info for all builds on TravisCI, but Coverity Scan.
Björn Esser
1
-1
/
+1
2018-11-03
Link tests with 'crypt-common.lo' explicitly.
Björn Esser
1
-28
/
+28
[next]