aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' into netbsd-supportnetbsd-supportng02019-12-02
|\
| * Merge branch 'master' of gnunet.org:gnunetng02019-12-02
| |\
| | * housekeeping changelogSchanzenbach, Martin2019-12-02
| | |
| * | 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.
| * fix failure to build.ng02019-12-01
| |
| * define HAVE_AWK... we require awk for many parts, but for some casesng02019-12-01
| | | | | | | | it could make sense to skip it.
| * check-texinfo.awk: move comments to the moved code.ng02019-12-01
| |
| * convert texinfo checks to proper awk script, add detection for awk/gawk,ng02019-12-01
| | | | | | | | remove obsolete code.
| * gnunet-logread: install only when perl has been found (avoid dysfunctional ↵ng02019-12-01
| | | | | | | | SHa-bang line.
| * Add --with-gnunet-logread to configure.ng02019-12-01
| |
| * Merge branch 'master' of gnunet.org:gnunetng02019-12-01
| |\
| | * ifdef guard changes for LSD001/0.12Schanzenbach, Martin2019-12-01
| | |
| | * fix #5927Schanzenbach, Martin2019-12-01
| | |
| * | remove experimental, not yet building code for *BSD (build-system part).ng02019-12-01
| |/
* / transport: initial commit for bluetooth and wlan in netbsd.ng02019-12-01
|/
* Merge branch 'master' of gnunet.org:gnunetng02019-12-01
|\
| * disable NSS for rootChristian Grothoff2019-11-30
| |
| * clarify cpu usedChristian Grothoff2019-11-30
| |
| * use new POW function consistently, also in revocationChristian Grothoff2019-11-30
| |
| * implement code for #3795Christian Grothoff2019-11-30
| |
| * create crypto_pow, in preparation for #3795Christian Grothoff2019-11-30
| |
| * add support for zkey CNAMEs #5978Schanzenbach, Martin2019-11-30
| |
| * Merge branch 'master' of ssh://gnunet.org/gnunetSchanzenbach, Martin2019-11-30
| |\
| * | add support for zkey TLDs in GNS2DNS recordsSchanzenbach, Martin2019-11-30
| | |
* | | handbook: glpk dependency was dropped.ng02019-12-01
| |/ |/|
* | gnunet-helper-transport-bluetooth.c: Fix copyright line.ng02019-11-30
|/
* update API descriptionSchanzenbach, Martin2019-11-30
|
* invert ifdef guardSchanzenbach, Martin2019-11-30
|
* correctly convert to IDNA when transitioning to DNSSchanzenbach, Martin2019-11-30
|
* fix GNS2DNS records for LSD001 UTF-8 changeSchanzenbach, Martin2019-11-30
|
* support compatibility mode for DNS names in gnunet-gnsSchanzenbach, Martin2019-11-30
|
* document rvalChristian Grothoff2019-11-29
|
* Merge branch 'master' of ssh://git.gnunet.org/gnunetxrs2019-11-29
|\
| * remove some output redirections.ng02019-11-28
| |
| * gnunet-bugreport: improve libextrator + git detection, merge gnurl+curl checksng02019-11-28
| |
| * gnunet-bugreport: license and typong02019-11-27
| |
| * bootstrap: check for the shell builtin we use and exit if it doesn'tng02019-11-27
| | | | | | | | exist.
| * bootstrap: builtin type might be supported betterng02019-11-27
| | | | | | | | (or maybe they are equal)
| * contrib/scripts: use awk to modify interpreter substitution lines.ng02019-11-27
| |
| * gnunet-bugreport: rewrite large parts to make better use of awk,ng02019-11-27
| | | | | | | | | | replace grep with awk, require a shell which supports 'type' builtin, combine a few tests, and more.
| * src/util: This should fix make dist failure (untested)ng02019-11-27
| |
* | Minor fixes; preparing for next gnunet release.xrs2019-11-29
|/
* Merge branch 'master' of gnunet.org:gnunetng02019-11-27
|\
| * kdf_mod_mpi: fix size and use nboFlorian Dold2019-11-27
| |
| * kdf_mpi: be explicit about ctr sizeFlorian Dold2019-11-27
| |
| * DCE / GNUNET_TWEETNACL prefix for exported symbolsFlorian Dold2019-11-26
| |
* | contrib: Update guix.scm build helper fileEfraim Flashner2019-11-27
|/
* add license identifier to tweetnaclng02019-11-26
|
* pretty: fix location.ng02019-11-26
|
* use Curve25519 for ECDH and tweetnacl where we canFlorian Dold2019-11-26
| | | | | | | | | | | | This leads to some performance improvements and makes it easier to write software that interoperates with GNUnet / GNU Taler. It also avoids using the rather inconvenient libgcrypt APIs. We still need to keep libgcrypt though, as we need it for RSA, ECDSA and some other primitives. This change is still behind a #define NEW_CRYPTO, as it is a breaking change for both EdDSA (removing the superfluous additional hash) and for ECDHE (using Curve25519 instead of Ed25519).