aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* document rvalChristian Grothoff2019-11-29
|
* src/util: This should fix make dist failure (untested)ng02019-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
|
* add license identifier to tweetnaclng02019-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).
* 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
|
* gnunet-gns-proxy-setup-ca: use shlibng02019-11-25
|
* gnunet-gns-proxy-setup-ca: fix implementation and describe new changes.ng02019-11-25
|
* fix pointer indentationChristian Grothoff2019-11-24
|
* add RAW mode for libgnunetcurlChristian Grothoff2019-11-24
|
* gnunet-helper-exit: check for linux-specific define on linux.ng02019-11-23
|
* dns+vpn-helper: use autotools to include tun.hng02019-11-23
|
* 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.
* displaydot.sh: this is sh(1) syntax.ng02019-11-22
|
* 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
|
* comment secondary dependencies for -qrng02019-11-21
|
* add initial logic to detect zbar dependenciesng02019-11-21
| | | | | no idea if it's really required, but at the very least we need to be able to point to the X11 root.
* use ifdef instead of if for __linux__ and BSDng02019-11-20
|
* follow-up to 7c14b80a011e9e99b1cef0bfd96bae364edd5663:ng02019-11-20
| | | | use __linux__ instead of redefined LINUX.
* On *BSD the header file sys/param.h defines BSD. Drop unnecessaryng02019-11-19
| | | | | | | BSD defines in the build-system. Furthermore add detection for FreeBSD using the additional defines by FreeBSD. Use !Linux where previously a list of BSDs was.
* patch up RSA signature format for #5698Christian Grothoff2019-11-16
|
* add missing reschedule callChristian Grothoff2019-11-16
|
* make bfix happyChristian Grothoff2019-11-15
|
* fix #5968, but not activeChristian Grothoff2019-11-15
|
* fixChristian Grothoff2019-11-10
|
* get rid of SOCKTYPE and FDTYPEChristian Grothoff2019-11-10
|
* add $(GN_LIBINTL) to Makefile.am (fixes 0005902)xrs2019-11-08
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* pq: include pq.h in distDaniel Golle2019-10-29
| | | | | Fixes commit e3e21acb ("libgnunetpq API change to fix #5733") Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* portability fix.ng02019-10-27
|
* Merge branch 'master' of gnunet.org:gnunetng02019-10-27
|\
| * fix removal of file for make distSchanzenbach, Martin2019-10-27
| |
* | portability fix, use = instead of == with testng02019-10-27
|/
* fix syntaxng02019-10-25
|
* follow-up to win32 removal.ng02019-10-25
|
* remove never working setuid helper code from the build-system.ng02019-10-23
| | | | | | | refer to the Changelog for a longer reason. In conclusion, this is what people expect, this is what Package Managers patch away for portability, and we can't use install(1) for this because it's not a portable tool.
* fix typong02019-10-23
|
* Merge branch 'master' of gnunet.org:gnunetng02019-10-23
|\
| * start rest per userSchanzenbach, Martin2019-10-23
| |
* | first test commit to make sudo + sh scripts obsolete.ng02019-10-23
|/ | | | | install(1) is too unportable to handle this job so we take the content of the scripts.
* test_gnunet_dns.sh: check if user 'nobody' exists and return 77 if not.ng02019-10-17
|
* Add support for doas.ng02019-10-17
|
* this comment seems to be not true; tarfile will at least notng02019-10-16
| | | | | require tar(1) or any other tool, if at all other modules are required.