aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
|
* 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).
* submodule should be HTTPS to avoid redirect warningFlorian Dold2019-11-26
|
* produce_html.sh.in: fix pthng02019-11-25
|
* test_gnunet_gns.sh.in: fixng02019-11-25
|
* fix path in g-g-p-s-cng02019-11-25
|
* first occurence of CLEANFILES, not second.ng02019-11-25
|
* test_gnunet_gns.sh: use shlibng02019-11-25
|
* chmod +x generated scriptng02019-11-25
|
* man/produce_html: use shlibng02019-11-25
|
* gnunet-gns-proxy-setup-ca: use shlibng02019-11-25
|
* add (some) buildcommon files to dist and installng02019-11-25
|
* bumpng02019-11-25
|
* add .inc file to .amng02019-11-25
|
* bump build-common, add Makefile.inc copy for bootstrapng02019-11-25
|
* bump build-commonng02019-11-25
|
* gnunet-gns-proxy-setup-ca: fix implementation and describe new changes.ng02019-11-25
|
* style the index page of docs.gnunet.org a bit more.ng02019-11-24
|
* docs.gnunet.org index: adjust link to tutorial.ng02019-11-24
|
* gitignore new build fileng02019-11-24
|
* Merge branch 'master' of gnunet.org:gnunetng02019-11-24
|\
| * fix pointer indentationChristian Grothoff2019-11-24
| |
| * add RAW mode for libgnunetcurlChristian Grothoff2019-11-24
| |
* | handbook: installation: update dependency list.ng02019-11-24
|/
* handbook: comment removed win32 functionality.ng02019-11-24
| | | | | | comment, because (a) this includes material describing implementations from the old drupal books and (b) because it might or might not serve as a reference for future work.
* openbsd: "use_openbsd_libtool=true"ng02019-11-23
| | | | needs to be tested on an OpenBSD builder.
* gnunet-helper-exit: check for linux-specific define on linux.ng02019-11-23
|
* dns+vpn-helper: use autotools to include tun.hng02019-11-23
|
* add manpage for gnunet-bugreport as it reached enough complexcityng02019-11-23
| | | | to maybe require this.
* ignore binaries build in abd.ng02019-11-22
|
* exit: initial (very rough, builds) *BSD support - to the pointng02019-11-22
| | | | | where the Linux specific binaries would still be used, thus marked as experimental.
* configure: define XBSD (see NOTE, needs better handling in general),ng02019-11-22
| | | | add logic to find and define tun.h
* displaydot.sh: this is sh(1) syntax.ng02019-11-22
|
* move homebrew.ng02019-11-22
|
* extend lintng02019-11-21
|
* replace wether with whether (thanks Efraim Flashner <efraim@flashner.co.il>)ng02019-11-21
|
* revert changes for gnunet-qr, see note in configure.acng02019-11-21
|
* we no longer need win32-dllng02019-11-21
| | | | (https://www.gnu.org/software/gnulib/manual/html_node/Libtool-and-Windows.html)