aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
Commit message (Collapse)AuthorAge
* fix #5675Schanzenbach, Martin2019-06-21
|
* fix gnunet-bugreport output issuesChristian Grothoff2019-06-09
|
* only run test_gns_proxy if we have the dependenciesChristian Grothoff2019-06-05
|
* fix #5734Schanzenbach, Martin2019-05-29
|
* move reclaim and gns back into subdirsSchanzenbach, Martin2019-03-12
|
* fix build system to actually handle openssl.cnf properlyChristian Grothoff2019-02-20
|
* revert sed and fix a typong02019-02-19
|
* fix typong02019-02-19
|
* gnunet-gns-proxy-setup-ca: conditionally sed openssl and certutil location,ng02019-02-19
| | | | | use variable for locations, check for openssl and certutil in configure phase.
* add openssl.cnfSchanzenbach, Martin2019-02-17
|
* Fix #5514; Add test for GNS Proxy and DANE; Fix TLS connections on ports != ↵Schanzenbach, Martin2019-01-25
| | | | 443 through proxy
* add possibility of hijacking any (sub)domain, not just TLDs, via ↵Christian Grothoff2018-10-25
| | | | configuration file [gns] section
* fix build; move rest plugins to separate folderSchanzenbach, Martin2018-08-13
|
* fix build errorlurchi2018-06-25
|
* build fixesChristian Grothoff2018-06-25
|
* Revert "integrate dnsparser and dnsstub and tun with libgnunetutil"lurchi2018-06-25
| | | | This reverts commit 7da98cf076e9c5101244dfbbf8c3ddff045d298e.
* integrate dnsparser and dnsstub and tun with libgnunetutilChristian Grothoff2018-06-25
|
* fix warningChristian Grothoff2018-05-20
|
* add first sketch of gns benchmarking toolChristian Grothoff2018-05-12
|
* + is now @Christian Grothoff2018-05-10
|
* add convenience API to gnunetgns libChristian Grothoff2018-03-05
|
* first preparations for GNS mapping arbitrary TLDsChristian Grothoff2018-02-25
|
* simplify installation of nss plugins in build system, require user(s) to ↵Christian Grothoff2017-07-18
| | | | move plugins into place manually (#5078)
* change default port to 53, use setcap to enable binding to low portChristian Grothoff2017-02-23
|
* remove dead code and dead linker dependenciesChristian Grothoff2017-02-22
|
* remove support for reverse lookup and shortening from GNS (#4849)Christian Grothoff2017-02-22
|
* first half of new BLOCK API to generalize duplicate detection beyond BFsChristian Grothoff2017-02-20
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* - Add reverse resolution with limited functionalityMartin Schanzenbach2016-10-06
|
* - fix rest pluginMartin Schanzenbach2016-06-18
|
* - remove HAVE_REST, remove json reference from restMartin Schanzenbach2016-05-05
|
* - Refactor jsonapi into separate moduleMartin Schanzenbach2016-05-02
|
* - fix invalid free in token rest, fix build bug, move rest up in dependancy listMartin Schanzenbach2015-09-14
|
* - fix install path for pluginsMartin Schanzenbach2015-09-14
|
* - revert plugin move. Add new identity-tokenMartin Schanzenbach2015-09-14
|
* - move rest plugins into rest directory where they belongMartin Schanzenbach2015-09-11
|
* -document subsystem aliases, add gns-intercept alias for GNS DNS ↵Christian Grothoff2015-05-26
| | | | interception, support gns-intercept alias for GNS DNS interception
* -gns restMartin Schanzenbach2015-03-26
|
* -change APIMartin Schanzenbach2015-03-13
|
* REST ServiceMartin Schanzenbach2015-03-11
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* fixing parallel build, getting rid of useless _DEPENDENCIES declarationsChristian Grothoff2014-09-13
|
* address Debian #758937: allow use of curl if it is really the gnutls version ↵Christian Grothoff2014-09-04
| | | | and libgnurl is unavailable
* -box from/to string conversionChristian Grothoff2014-06-06
|
* Use configured location of libgnurl.David Barksdale2014-04-17
|
* 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&#'
* Add compilable gnunet-gns-importLRN2013-12-22
|
* -use the same hash function to map service name to hash, not once strlen and ↵Christian Grothoff2013-12-20
| | | | then strlen+1