summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add function for string parametersChristian Grothoff2016-04-03
|
* -null out ptrs on initChristian Grothoff2016-04-01
|
* extend GNUNET_OS-API to allow re-use of os_installation logic for programs ↵Christian Grothoff2016-03-31
| | | | with different libs, paths, binaries and environment variables
* - ignoresBart Polot2016-03-30
|
* - make autoreconf happy by defining BUILD_EXPERIMENTAL_HELPERS (always to ↵Bart Polot2016-03-30
| | | | false, since it's the same as GST anyway)
* - free queued messages on peer destroy, fix #4001Bart Polot2016-03-30
|
* - fix condition on connection timeoutBart Polot2016-03-30
|
* - check return value on send_broken_unknownBart Polot2016-03-30
|
* - refactor, test orderdBart Polot2016-03-30
|
* - use proper setter methodBart Polot2016-03-30
|
* - doxygenBart Polot2016-03-30
|
* - refactor connection destroy handling, fix #4020Bart Polot2016-03-30
|
* - doxygenBart Polot2016-03-30
|
* - indent, clarify messagesBart Polot2016-03-30
|
* - typo, comparison orderBart Polot2016-03-30
|
* be more lenient in the set apiFlorian Dold2016-03-29
|
* experimental gstreamer audiobackend (not working)hark2016-03-25
|
* Fix cut & paste errorJeff Burdges2016-03-21
|
* Copyright yearsJeff Burdges2016-03-21
|
* Authors, (C), and C++ commentsJeff Burdges2016-03-21
|
* Clarify a few paramaters and namesJeff Burdges2016-03-21
|
* Avoid exporting mpi_print helper functionJeff Burdges2016-03-21
| | | | | | | I still need to check on the importance of unsigned variant of this function
* Release outside of helper functionJeff Burdges2016-03-21
|
* Fix paramater descriptionJeff Burdges2016-03-21
|
* Updated global symbols for FDH Jeff Burdges2016-03-21
|
* fixing symbol naming and coding convention issuesChristian Grothoff2016-03-21
|
* Implement a Full Domain Hash (FDH) for RSA signatures and blind signaturesJeff Burdges2016-03-20
| | | | | | | | | | | | | | | | | This gives a measure of provable security to the Taler exchange/mint against hypothetical one-more forgery attacks. See: https://eprint.iacr.org/2001/002.pdf http://www.di.ens.fr/~pointche/Documents/Papers/2001_fcA.pdf We seed the FDH with the denomination keys as as a homage to RSA-PSS. This may slightly improves the exchanges's resistance to a violation of RSA-KTI and against insiders who can influence the choice of RSA keys but cannot actually exfiltrate them. Adopting FDH fixes a bug when using 512 bit RSA keys as well.
* -reindentChristian Grothoff2016-03-19
|
* gnunet_json_lib: include local instead of installed gnunet_util_lib.hDaniel Golle2016-03-18
| | | | fixes build issues on systems without gnunet already installed.
* identity-provider: install into lib instead of pluginsDaniel Golle2016-03-18
|
* -fix build issuesChristian Grothoff2016-03-17
|
* adding library for basic JSON conversionsChristian Grothoff2016-03-17
|
* -normal during shutdown, reduce log levelChristian Grothoff2016-03-16
|
* lock solver during shutdown to terminate fasterChristian Grothoff2016-03-16
|
* -experimental is by dir, not only for malicious opChristian Grothoff2016-03-16
|
* -fix build issueChristian Grothoff2016-03-16
|
* Only compile plugin when we have sqlite.Florian Dold2016-03-16
|
* -bugfix, adding comments, fixing indentChristian Grothoff2016-03-14
|
* Fix ibf key salting.Florian Dold2016-03-09
|
* Implement early stopping.Florian Dold2016-03-09
|
* social: todoGabor X Toth2016-03-07
|
* social test fixGabor X Toth2016-03-07
|
* Remove MSEC from option description.Florian Dold2016-02-29
| | | | | | The parser gives us microseconds (and not milliseconds) when no suffix is used, the option description was wrong/confusing.
* Do $-expansion for OPTIONS of simple servicesFlorian Dold2016-02-29
| | | | | | | In the future, this should also handle escaping and quotation. For compatibility reasons, the expansion is only done for simple service configs.
* Make ARM understand the TYPE option for servicesFlorian Dold2016-02-28
| | | | | | | Setting the TYPE option for a service to SIMPLE makes ARM start the service without any GNUnet-specific command line options. The TYPE option defaults to GNUNET, which is the usual behavior (with config / log level arguments to the binary).
* Add support for $GNUNET_BASE_CONFIGFlorian Dold2016-02-28
| | | | | | | | | | | | | The environment variable GNUNET_BASE_CONFIG allows specifying the directory from which all base config files will be loaded. This is useful when ARM is to be used to supervise things otherwise unrelated to GNUnet. Modifying GNUNET_PREFIX is not sufficient for this use case, since e.g. libexec files need to be under GNUNET_PREFIX, and GNUNET_BASE_CONFIG provides a way to only modify the base config directory independent of where GNUnet was installed.
* pq: fix errornous includeDaniel Golle2016-02-24
| | | | | gnunet_util_lib.h can't be included from system's include path before gnunet installed it there. Include it from the sourcetree instead.
* -env is deadChristian Grothoff2016-02-24
|
* social: AppPlaceState docGabor X Toth2016-02-21
|
* social: relay + save docGabor X Toth2016-02-21
|