aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing/Makefile.am
Commit message (Collapse)AuthorAge
* BUILD: Move set/consensus/secretsharing to contrib/serviceMartin Schanzenbach2023-10-19
|
* BUILD: more more components into new structure; ftbfs fixMartin Schanzenbach2023-10-18
|
* BUILD: Move testing to libMartin Schanzenbach2023-10-18
|
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
| | | | | This also includes a necessary API refactoring of crypto from IDENTITY to UTIL.
* Remove most of old transport, ATS and PEERINFO. Disable TESTBED and related ↵Martin Schanzenbach2023-10-04
| | | | tests
* TNG: Deactivated all tests which rely on the old transport api.t3sserakt2023-06-29
|
* - move from libexec to noinstMartin Schanzenbach2023-01-05
|
* BUILD: Move undocumented programs and scritps to libexec. Issue #7543Martin Schanzenbach2023-01-05
| | | | | Those binaries should not really be called directly and are poorly documented (no man pages).
* BUILD: Remove --disable-testing. Issue #7033Martin Schanzenbach2021-10-11
|
* add dependency libThien-Thi Nguyen2021-07-29
| | | | | * src/secretsharing/Makefile.am (gnunet_secretsharing_profiler_LDADD): Add dependency on '$(top_builddir)/src/testing/libgnunettesting.la'.
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* fix whitespaceChristian Grothoff2017-10-05
|
* fix misc linker issuesChristian Grothoff2017-04-02
|
* build profilers only if testing is enabledDaniel Golle2017-03-05
| | | | | build fails of consensus and secretsharing fails otherwise make[7]: *** No rule to make target '../../src/testbed/libgnunettestbed.la', needed by 'gnunet-consensus-profiler'. Stop
* bump consensus and secretsharing to be built by defaultChristian Grothoff2017-02-26
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -fixing minor compiler warningsChristian Grothoff2014-12-06
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* -fix depChristian Grothoff2014-04-10
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* - removing superfluous test cast, my faultFlorian Dold2014-01-07
|
* - profiler actually added to svnFlorian Dold2014-01-07
| | | | | | | | - test for signature segfault with secretsharing - rudimentary implementation of cooperative decryption - consensus uses absolute time instead of relative - working DKG without zero knowledge proofs
* -fix build system issuesChristian Grothoff2013-12-23
|
* - key generation for secretsharingFlorian Dold2013-12-10
| | | | | | - gnunet-ecc -E also prints hex
* - work on secretsharingFlorian Dold2013-12-03
|
* skeleton for secretsharingFlorian Dold2013-11-05