aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cli/gns/Makefile.am2
-rw-r--r--src/cli/gns/meson.build1
-rw-r--r--src/cli/gns/openssl.cnf (renamed from src/service/gns/openssl.cnf)0
-rwxr-xr-xsrc/cli/gns/test_gnunet_gns.sh.in (renamed from src/service/gns/test_gnunet_gns.sh.in)0
-rw-r--r--src/cli/gns/zonefiles/188JSUMKEF25GVU8TTV0PBNNN8JVCPUEDFV1UHJJU884JD25V0T0.zkey (renamed from src/service/gns/zonefiles/188JSUMKEF25GVU8TTV0PBNNN8JVCPUEDFV1UHJJU884JD25V0T0.zkey)bin827 -> 827 bytes
-rw-r--r--src/cli/gns/zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey (renamed from src/service/gns/zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey)bin826 -> 826 bytes
-rw-r--r--src/cli/gns/zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey (renamed from src/service/gns/zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey)bin826 -> 826 bytes
-rw-r--r--src/cli/gns/zonefiles/test_zonekey (renamed from src/service/gns/zonefiles/test_zonekey)bin827 -> 827 bytes
-rw-r--r--src/cli/namestore/Makefile.am1
-rw-r--r--src/cli/revocation/Makefile.am3
-rw-r--r--src/plugin/fs/test_plugin_block_fs.c (renamed from src/service/fs/test_plugin_block_fs.c)0
-rw-r--r--src/plugin/namecache/Makefile.am4
-rw-r--r--src/plugin/namecache/test_plugin_namecache.c (renamed from src/service/namecache/test_plugin_namecache.c)0
-rw-r--r--src/plugin/namecache/test_plugin_namecache_flat.conf (renamed from src/service/namecache/test_plugin_namecache_flat.conf)0
-rw-r--r--src/plugin/namecache/test_plugin_namecache_postgres.conf (renamed from src/service/namecache/test_plugin_namecache_postgres.conf)0
-rw-r--r--src/plugin/namecache/test_plugin_namecache_sqlite.conf (renamed from src/service/namecache/test_plugin_namecache_sqlite.conf)0
-rw-r--r--src/plugin/namestore/Makefile.am1
-rw-r--r--src/plugin/namestore/test_hostkey0
-rw-r--r--src/plugin/reclaim/pabc_helper.c (renamed from src/service/reclaim/pabc_helper.c)0
-rw-r--r--src/plugin/reclaim/pabc_helper.h (renamed from src/service/reclaim/pabc_helper.h)0
-rw-r--r--src/rest-plugin/reclaim/Makefile.am2
-rw-r--r--src/service/gns/test_gns_proxy.conf (renamed from src/cli/gns/test_gns_proxy.conf)0
22 files changed, 2 insertions, 12 deletions
diff --git a/src/cli/gns/Makefile.am b/src/cli/gns/Makefile.am
index 90875df2d..4fcd91065 100644
--- a/src/cli/gns/Makefile.am
+++ b/src/cli/gns/Makefile.am
@@ -74,7 +74,6 @@ check_SCRIPTS = \
74EXTRA_DIST = \ 74EXTRA_DIST = \
75 test_gns_defaults.conf \ 75 test_gns_defaults.conf \
76 test_gns_lookup.conf \ 76 test_gns_lookup.conf \
77 test_gns_proxy.conf \
78 test_gns_simple_lookup.conf \ 77 test_gns_simple_lookup.conf \
79 openssl.cnf \ 78 openssl.cnf \
80 gnunet-gns-proxy-setup-ca.in \ 79 gnunet-gns-proxy-setup-ca.in \
@@ -98,7 +97,6 @@ EXTRA_DIST = \
98 test_gns_soa_lookup.sh\ 97 test_gns_soa_lookup.sh\
99 test_gns_revocation.sh\ 98 test_gns_revocation.sh\
100 test_gns_redirect_lookup.sh\ 99 test_gns_redirect_lookup.sh\
101 test_proxy.sh\
102 $(pkgdata_DATA) \ 100 $(pkgdata_DATA) \
103 test_gnunet_gns.sh.in 101 test_gnunet_gns.sh.in
104 102
diff --git a/src/cli/gns/meson.build b/src/cli/gns/meson.build
index 57f4f3c5f..4374b8413 100644
--- a/src/cli/gns/meson.build
+++ b/src/cli/gns/meson.build
@@ -46,7 +46,6 @@ testconfigs = [
46 'test_gns_lookup.conf', 46 'test_gns_lookup.conf',
47 'test_gns_lookup_peer1.conf', 47 'test_gns_lookup_peer1.conf',
48 'test_gns_lookup_peer2.conf', 48 'test_gns_lookup_peer2.conf',
49 'test_gns_proxy.conf',
50 'test_gns_simple_lookup.conf' 49 'test_gns_simple_lookup.conf'
51] 50]
52 51
diff --git a/src/service/gns/openssl.cnf b/src/cli/gns/openssl.cnf
index a2561b9b2..a2561b9b2 100644
--- a/src/service/gns/openssl.cnf
+++ b/src/cli/gns/openssl.cnf
diff --git a/src/service/gns/test_gnunet_gns.sh.in b/src/cli/gns/test_gnunet_gns.sh.in
index d0c07b4e4..d0c07b4e4 100755
--- a/src/service/gns/test_gnunet_gns.sh.in
+++ b/src/cli/gns/test_gnunet_gns.sh.in
diff --git a/src/service/gns/zonefiles/188JSUMKEF25GVU8TTV0PBNNN8JVCPUEDFV1UHJJU884JD25V0T0.zkey b/src/cli/gns/zonefiles/188JSUMKEF25GVU8TTV0PBNNN8JVCPUEDFV1UHJJU884JD25V0T0.zkey
index 895946037..895946037 100644
--- a/src/service/gns/zonefiles/188JSUMKEF25GVU8TTV0PBNNN8JVCPUEDFV1UHJJU884JD25V0T0.zkey
+++ b/src/cli/gns/zonefiles/188JSUMKEF25GVU8TTV0PBNNN8JVCPUEDFV1UHJJU884JD25V0T0.zkey
Binary files differ
diff --git a/src/service/gns/zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey b/src/cli/gns/zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey
index 3ef49f0ac..3ef49f0ac 100644
--- a/src/service/gns/zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey
+++ b/src/cli/gns/zonefiles/J7POEUT41A8PBFS7KVVDRF88GBOU4HK8PSU5QKVLVE3R9T91E99G.zkey
Binary files differ
diff --git a/src/service/gns/zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey b/src/cli/gns/zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey
index 89e0b3a0a..89e0b3a0a 100644
--- a/src/service/gns/zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey
+++ b/src/cli/gns/zonefiles/OEFL7A4VEF1B40QLEMTG5D8G1CN6EN16QUSG5R2DT71GRJN34LSG.zkey
Binary files differ
diff --git a/src/service/gns/zonefiles/test_zonekey b/src/cli/gns/zonefiles/test_zonekey
index 870c56315..870c56315 100644
--- a/src/service/gns/zonefiles/test_zonekey
+++ b/src/cli/gns/zonefiles/test_zonekey
Binary files differ
diff --git a/src/cli/namestore/Makefile.am b/src/cli/namestore/Makefile.am
index 86ab2f0f7..b666c8851 100644
--- a/src/cli/namestore/Makefile.am
+++ b/src/cli/namestore/Makefile.am
@@ -66,6 +66,5 @@ check_SCRIPTS = \
66 test_namestore_zonefile_import.sh 66 test_namestore_zonefile_import.sh
67 67
68EXTRA_DIST = \ 68EXTRA_DIST = \
69 test_hostkey \
70 example_zonefile \ 69 example_zonefile \
71 $(check_SCRIPTS) 70 $(check_SCRIPTS)
diff --git a/src/cli/revocation/Makefile.am b/src/cli/revocation/Makefile.am
index e4d6a6f35..6bd4919f9 100644
--- a/src/cli/revocation/Makefile.am
+++ b/src/cli/revocation/Makefile.am
@@ -48,5 +48,4 @@ test_local_revocation.py: test_local_revocation.py.in Makefile
48 $(AWK) -v bdir="$(bindir)" -v py="$(PYTHON)" -v awkay="$(AWK_BINARY)" -v pfx="$(prefix)" -v prl="$(PERL)" -v sysconfdirectory="$(sysconfdir)" -v pkgdatadirectory="$(pkgdatadir)" -f $(top_srcdir)/bin/dosubst.awk < $(srcdir)/test_local_revocation.py.in > test_local_revocation.py 48 $(AWK) -v bdir="$(bindir)" -v py="$(PYTHON)" -v awkay="$(AWK_BINARY)" -v pfx="$(prefix)" -v prl="$(PERL)" -v sysconfdirectory="$(sysconfdir)" -v pkgdatadirectory="$(pkgdatadir)" -f $(top_srcdir)/bin/dosubst.awk < $(srcdir)/test_local_revocation.py.in > test_local_revocation.py
49 chmod +x test_local_revocation.py 49 chmod +x test_local_revocation.py
50 50
51EXTRA_DIST = test_revocation.conf \ 51EXTRA_DIST = test_local_revocation.py.in
52 test_local_revocation.py.in
diff --git a/src/service/fs/test_plugin_block_fs.c b/src/plugin/fs/test_plugin_block_fs.c
index f15d10b17..f15d10b17 100644
--- a/src/service/fs/test_plugin_block_fs.c
+++ b/src/plugin/fs/test_plugin_block_fs.c
diff --git a/src/plugin/namecache/Makefile.am b/src/plugin/namecache/Makefile.am
index ac2e2592b..0ccbf9ea1 100644
--- a/src/plugin/namecache/Makefile.am
+++ b/src/plugin/namecache/Makefile.am
@@ -34,10 +34,6 @@ POSTGRES_PLUGIN = libgnunet_plugin_namecache_postgres.la
34POSTGRES_TESTS = test_plugin_namecache_postgres 34POSTGRES_TESTS = test_plugin_namecache_postgres
35endif 35endif
36 36
37# testcases do not even build yet; thus: experimental!
38TESTING_TESTS = \
39 test_namecache_api_cache_block
40
41if HAVE_SQLITE 37if HAVE_SQLITE
42check_PROGRAMS = \ 38check_PROGRAMS = \
43 $(SQLITE_TESTS) \ 39 $(SQLITE_TESTS) \
diff --git a/src/service/namecache/test_plugin_namecache.c b/src/plugin/namecache/test_plugin_namecache.c
index 141698a23..141698a23 100644
--- a/src/service/namecache/test_plugin_namecache.c
+++ b/src/plugin/namecache/test_plugin_namecache.c
diff --git a/src/service/namecache/test_plugin_namecache_flat.conf b/src/plugin/namecache/test_plugin_namecache_flat.conf
index efe77e37a..efe77e37a 100644
--- a/src/service/namecache/test_plugin_namecache_flat.conf
+++ b/src/plugin/namecache/test_plugin_namecache_flat.conf
diff --git a/src/service/namecache/test_plugin_namecache_postgres.conf b/src/plugin/namecache/test_plugin_namecache_postgres.conf
index 8473857d5..8473857d5 100644
--- a/src/service/namecache/test_plugin_namecache_postgres.conf
+++ b/src/plugin/namecache/test_plugin_namecache_postgres.conf
diff --git a/src/service/namecache/test_plugin_namecache_sqlite.conf b/src/plugin/namecache/test_plugin_namecache_sqlite.conf
index 24eecd286..24eecd286 100644
--- a/src/service/namecache/test_plugin_namecache_sqlite.conf
+++ b/src/plugin/namecache/test_plugin_namecache_sqlite.conf
diff --git a/src/plugin/namestore/Makefile.am b/src/plugin/namestore/Makefile.am
index 3c8e9d170..e413c1b08 100644
--- a/src/plugin/namestore/Makefile.am
+++ b/src/plugin/namestore/Makefile.am
@@ -434,6 +434,5 @@ EXTRA_DIST = \
434 perf_namestore_api_sqlite.conf \ 434 perf_namestore_api_sqlite.conf \
435 test_plugin_namestore_sqlite.conf \ 435 test_plugin_namestore_sqlite.conf \
436 test_plugin_namestore_postgres.conf \ 436 test_plugin_namestore_postgres.conf \
437 test_hostkey \
438 $(check_SCRIPTS) \ 437 $(check_SCRIPTS) \
439 $(sql_DATA) 438 $(sql_DATA)
diff --git a/src/plugin/namestore/test_hostkey b/src/plugin/namestore/test_hostkey
deleted file mode 100644
index e69de29bb..000000000
--- a/src/plugin/namestore/test_hostkey
+++ /dev/null
diff --git a/src/service/reclaim/pabc_helper.c b/src/plugin/reclaim/pabc_helper.c
index 65a633f7b..65a633f7b 100644
--- a/src/service/reclaim/pabc_helper.c
+++ b/src/plugin/reclaim/pabc_helper.c
diff --git a/src/service/reclaim/pabc_helper.h b/src/plugin/reclaim/pabc_helper.h
index 045ad5dda..045ad5dda 100644
--- a/src/service/reclaim/pabc_helper.h
+++ b/src/plugin/reclaim/pabc_helper.h
diff --git a/src/rest-plugin/reclaim/Makefile.am b/src/rest-plugin/reclaim/Makefile.am
index 76ca198ab..7bc305bef 100644
--- a/src/rest-plugin/reclaim/Makefile.am
+++ b/src/rest-plugin/reclaim/Makefile.am
@@ -68,7 +68,7 @@ endif
68if HAVE_PABC 68if HAVE_PABC
69libgnunet_plugin_rest_pabc_la_SOURCES = \ 69libgnunet_plugin_rest_pabc_la_SOURCES = \
70 plugin_rest_pabc.c \ 70 plugin_rest_pabc.c \
71 pabc_helper.c 71 $(top_builddir)/src/plugin/reclaim/pabc_helper.c
72libgnunet_plugin_rest_pabc_la_LIBADD = \ 72libgnunet_plugin_rest_pabc_la_LIBADD = \
73 $(top_builddir)/src/service/reclaim/libgnunetreclaim.la \ 73 $(top_builddir)/src/service/reclaim/libgnunetreclaim.la \
74 $(top_builddir)/src/lib/json/libgnunetjson.la \ 74 $(top_builddir)/src/lib/json/libgnunetjson.la \
diff --git a/src/cli/gns/test_gns_proxy.conf b/src/service/gns/test_gns_proxy.conf
index 3dfeacafe..3dfeacafe 100644
--- a/src/cli/gns/test_gns_proxy.conf
+++ b/src/service/gns/test_gns_proxy.conf