aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-11fix #7123Christian Grothoff
2021-12-09-fix FTBFSChristian Grothoff
2021-12-08-more loggingChristian Grothoff
2021-12-08-do not log tokensChristian Grothoff
2021-12-08-insensitve is neededChristian Grothoff
2021-12-08auto-prefix -a password overrides with RFC 8959 prefixChristian Grothoff
2021-12-06fixing: unable to use default instance if it was not the first createdSebastian
if the first instance created is not the default instance then the next access to the default instance is not possible since: * default_auth is set to null in taler-merchant-httpd_private-post-instances:463 * TMH_lookup_instance will not find default instance in taler-merchant-httpd:1153 * auth_ok will be always false in line 1385 - multihashmap_size > 0 - default_auth == NULL - hc->instance == NULL disabling any instance creation, even default instance until restart restarting the service will load the default_auth again allowing the access to the default instance again
2021-12-02int test for issue #7025Sebastian
2021-12-01fix #7025 (presumably)Christian Grothoff
2021-12-01-fix assertion failureChristian Grothoff
2021-12-01fix wallet and aggregator invocation (no KYC!) in test casesFlorian Dold
2021-11-30fix #7114Christian Grothoff
2021-11-29-fix typosChristian Grothoff
2021-11-25fix #7104Christian Grothoff
2021-11-25fix #7105Christian Grothoff
2021-11-25fix #7104Christian Grothoff
2021-11-24also increment other version definev0.9.0-dev.2Florian Dold
2021-11-23bump merchant protocol versionFlorian Dold
2021-11-21-Fix memory leak.v0.9.0-dev.1Christian Grothoff
2021-11-20-do not escape inside API, expect client to do itChristian Grothoff
2021-11-20this step now fails, as the client already checks for the auth secret to be ↵Christian Grothoff
malformed, so we cannot get a 400 back
2021-11-20fix #7034: URL decode authorization header tokenChristian Grothoff
2021-11-20-roundChristian Grothoff
2021-11-20implement #7052Christian Grothoff
2021-11-20-indentChristian Grothoff
2021-11-20remove wrong assert X-Forwarded-Prefix is found. Patch by MSSebastian
2021-11-20add check in the testSebastian
2021-11-20Convert AC_HELP_STRING to AS_HELP_STRINGThien-Thi Nguyen
This is a straightforward replacement prompted by a warning from newer versions of Autoconf. IWBN to upstream some of these changes. * m4/libcurl.m4 (--with-libcurl): ...here. * m4/libgnurl.m4 (--with-libgnurl): Likewise.
2021-11-19-fix bogus member initChristian Grothoff
2021-11-19-fix bogus member initChristian Grothoff
2021-11-19add missing 'break'Christian Grothoff
2021-11-19-fix misc bugsChristian Grothoff
2021-11-17complete KYC testChristian Grothoff
2021-11-17add skeleton for KYC testChristian Grothoff
2021-11-17-misc fixes wrt long pollingChristian Grothoff
2021-11-16-more work on KYC testChristian Grothoff
2021-11-16add new KYC commandChristian Grothoff
2021-11-07finish merchant client api /kyc implementationChristian Grothoff
2021-11-06update to match latest exchange structuresChristian Grothoff
2021-11-06fix signature in testChristian Grothoff
2021-11-06introduce TALER_wallet_deposit_verifyChristian Grothoff
2021-11-04fix trait usageChristian Grothoff
2021-11-04-fix testChristian Grothoff
2021-11-04bugfix pickup DLL mangement logicChristian Grothoff
2021-11-03fix trait usedChristian Grothoff
2021-11-03add ACCEPTED caseChristian Grothoff
2021-11-03fix bizarre logic errorChristian Grothoff
2021-11-03fix post order trait usageChristian Grothoff
2021-11-02get backenddb test to passChristian Grothoff
2021-11-02-fix FTBFSChristian Grothoff