aboutsummaryrefslogtreecommitdiff
path: root/src/revocation/Makefile.am
Commit message (Collapse)AuthorAge
* -fixMartin Schanzenbach2020-10-15
|
* - towards crypto agility; wipMartin Schanzenbach2020-10-15
|
* change revocation logic to use setu service in lieu of deprecated set serviceChristian Grothoff2020-08-19
|
* Fix_build_dependenciesBertrand Marc2020-07-05
| | | | Signed-off-by: Martin Schanzenbach <mschanzenbach@posteo.de>
* add revocation tvgMartin Schanzenbach2020-05-10
|
* rewrite sed logic used in Makefiles and move into dosubst awk script.ng02019-12-02
| | | | | | | | | include 'bin' and its files in dist files, this is where dosubst is located. While the invocation (passing of the variables) is not optimal (yet, will be changed), this will in the end allow sharing code between Makefiles better, and maybe drop sed usage in the future.
* follow-up to win32 removal.ng02019-10-25
|
* 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.
* implement revocation block plugin, get revocation test to pass againChristian Grothoff2017-02-27
|
* 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
|
* -code cleanupsChristian Grothoff2014-11-30
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* 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&#'
* -make sure to link against right libgcrypt, enable abort of ↵Christian Grothoff2013-12-24
| | | | gnunet-revocation even if identity service is not running
* Fix Python interpreter in revocation testLRN2013-12-04
|
* Pythonize the revocation testLRN2013-12-04
|
* minor corrections to revocation serviceMatthias Wachs2013-11-27
| | | | | revocation testtest now passes
* test for revocation floodingMatthias Wachs2013-11-26
|
* local revocation testMatthias Wachs2013-11-26
|
* -finishing revocation command line toolChristian Grothoff2013-10-06
|
* -first draft for revocation command-line toolChristian Grothoff2013-10-06
|
* -adding skeleton for gnunet-revocation command line toolChristian Grothoff2013-10-06
|
* -draft for revocation serviceChristian Grothoff2013-09-30
|
* -revocation prototypeChristian Grothoff2013-09-30
|
* adding skeleton for revocation serviceChristian Grothoff2013-09-30