aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* fix gnunet-qr logicChristian Grothoff2019-12-17
|
* fix variable confusionChristian Grothoff2019-12-17
|
* enhance gnunet-qr to support passing arguments beyond just the URI to commandsChristian Grothoff2019-12-16
|
* fix sigpipe crashChristian Grothoff2019-12-15
|
* -v was very wrong in gnunet-qrChristian Grothoff2019-12-15
|
* style fixChristian Grothoff2019-12-07
|
* fix libgnunetpq for RSA encodingChristian Grothoff2019-12-07
|
* fix #3795/5968/5398Christian Grothoff2019-12-07
|
* 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
|
* 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).
* fix pointer indentationChristian Grothoff2019-11-24
|
* 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
|
* make bfix happyChristian Grothoff2019-11-15
|
* fix #5968, but not activeChristian Grothoff2019-11-15
|
* get rid of SOCKTYPE and FDTYPEChristian Grothoff2019-11-10
|
* tighten formatting rulesChristian Grothoff2019-10-31
|
* fix rest; uncrustifySchanzenbach, Martin2019-10-11
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* reduce scopeChristian Grothoff2019-10-05
|
* reduce scopeChristian Grothoff2019-10-05
|
* reduce scopeChristian Grothoff2019-10-05
|
* reduce scopeChristian Grothoff2019-10-05
|
* style fixChristian Grothoff2019-10-05
|
* handle arm -s completion nicely via signaling pipeChristian Grothoff2019-09-28
|
* implementing GNUNET_CLIENT_test() to check for service operatingChristian Grothoff2019-09-27
|
* indentChristian Grothoff2019-09-27
|
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ↵ng02019-09-10
| | | | | | | | | files. configures and builds okay. testsuite wasn't checked, will be checked. diff including the plibc removal is now around 14370 lines of code less.
* Remove win32 and cygwin supportng02019-09-09
|
* typong02019-09-09
|
* util/disk.c: fix failure to buildng02019-09-09
|
* plibc: win32 related, socketng02019-09-09
|
* plibc removal: sscanf, win32 socket correctionsng02019-09-09
|
* plibc removal: STRUCT_STAT64ng02019-09-09
|
* uncrustify as demanded.ng02019-09-08
|
* Make services localizableAlessio Vanni2019-09-07
| | | | Signed-off-by: Christian Grothoff <christian@grothoff.org>
* util/disk.c: STAT64->stat64ng02019-09-07
|
* fix variable names renamed by search and replace.ng02019-09-07
|