Age | Commit message (Expand) | Author |
2017-10-12 | add references to Mantis bugs to TODO/FIXME comments in code | Christian Grothoff |
2017-10-12 | complete first pass of taler-wre-auditor's wire-out audit logic | Christian Grothoff |
2017-10-12 | completing reserves_in logic of taler-wire-auditor, but not tested | Christian Grothoff |
2017-10-07 | properly handle signing errors if httpd lacks signing keys by returning inter... | Christian Grothoff |
2017-10-06 | check return value from create_denom_key_pair in test | Christian Grothoff |
2017-10-06 | check rval from TALER_amount_to_string | Christian Grothoff |
2017-10-06 | use proper return value, some c99 changes | Christian Grothoff |
2017-10-06 | doh, do not try to clean up after allocation failure | Christian Grothoff |
2017-10-06 | yet another TALER_amount_get_zero with missing rval check | Christian Grothoff |
2017-10-06 | use proper enum value for error code on signature parsing in wire plugin | Christian Grothoff |
2017-10-06 | really carefully check strtoll() return value before casting to uint64_t | Christian Grothoff |
2017-10-06 | handle (most) TEH_KS_acquire errors | Christian Grothoff |
2017-10-06 | handle hypothetical failure of plugin not found | Christian Grothoff |
2017-10-06 | handle plugin load failure without crashing | Christian Grothoff |
2017-10-06 | use proper type for do_shutdown() callback | Christian Grothoff |
2017-10-06 | reduce scope of local vars | Christian Grothoff |
2017-10-06 | add assertion to be more defensive against buffer overflow (cannot happen, bu... | Christian Grothoff |
2017-10-06 | BLOB is BYTEA in Postgres | Christian Grothoff |
2017-10-06 | add assertion to be more defensive against buffer overflow (cannot happen, bu... | Christian Grothoff |
2017-10-06 | do not potentially pass -1 to fcntl() | Christian Grothoff |
2017-10-06 | more return value checks on TALER_amount_get_zero | Christian Grothoff |
2017-10-06 | do not potentially pass -1 to fcntl() | Christian Grothoff |
2017-10-06 | better logging if IBAN validation fails, also avoid potentially unbounded sta... | Christian Grothoff |
2017-10-06 | check return value from TALER_amount_get_zero | Christian Grothoff |
2017-10-06 | check return value from TALER_JSON_hash | Christian Grothoff |
2017-10-06 | fix indentation | Christian Grothoff |
2017-10-06 | fix signed calls to isalpha/isdigit/isspace etc. | Christian Grothoff |
2017-09-30 | modify wire auditor to deal with asynchrony of WIRE plugin API | Christian Grothoff |
2017-09-30 | also store wire position in auditordb | Christian Grothoff |
2017-09-30 | update auditordb API to support logic for taler-wire-auditor | Christian Grothoff |
2017-09-26 | fix mapping of auditor sigs to DKs, avoid one hash operation by caching hash ... | Christian Grothoff |
2017-09-26 | fix uninit auditor_url field | Christian Grothoff |
2017-09-26 | fix calculation of 'Expires:' header, also handle HTTP HEAD requests | Christian Grothoff |
2017-09-26 | simplify time conversion using strptime instead of manual hack, also check fo... | Christian Grothoff |
2017-09-26 | check json_array_append_new() return values, proper logging on errors | Christian Grothoff |
2017-09-26 | fix bad sizeof() | Christian Grothoff |
2017-09-25 | starting point for #4948 | Christian Grothoff |
2017-09-17 | bump version of taler protocol we implement | Christian Grothoff |
2017-09-17 | clean up /keys cherry picking logic, including changing the last_issue_date v... | Christian Grothoff |
2017-09-14 | be more precise about encoding HTTP bodies | Christian Grothoff |
2017-09-14 | (imperfect) test for #4840 | Christian Grothoff |
2017-09-13 | note on messy / duplicated code | Christian Grothoff |
2017-09-13 | do keep signing over DKs even for cherry-picked /keys replies | Christian Grothoff |
2017-09-13 | add logic to signal exchange to reload keys | Christian Grothoff |
2017-09-13 | style fix | Christian Grothoff |
2017-09-13 | create tables in taler-auditor-sign instead of failing obscurely | Christian Grothoff |
2017-09-13 | add argument to TALER_EXCHANGE_check_keys_current() to allow forcing the down... | Christian Grothoff |
2017-09-13 | skeleton for /keys cherry picking testcase | Christian Grothoff |
2017-09-13 | theoretically finished implementation of #4840 (/keys cherry picking), but by... | Christian Grothoff |
2017-09-12 | fix odd missing initialization, very strange that this did not show up before... | Christian Grothoff |