summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2021-10-27-work on testing FTBFSChristian Grothoff
2021-10-27eliminate HKDF when hashing paytosChristian Grothoff
2021-10-27-fix exchange FTBFSChristian Grothoff
2021-10-27-work on FTBFSChristian Grothoff
2021-10-27-work on FTBFSChristian Grothoff
2021-10-27-fix more FTBFSChristian Grothoff
2021-10-27-work on FTBFS;Christian Grothoff
2021-10-27-fix misc FTBFSChristian Grothoff
2021-10-27-resovling more FTBFS issuesChristian Grothoff
2021-10-27fix remaining libtalerutil tests FTBFS issuesChristian Grothoff
2021-10-27add missing fileChristian Grothoff
2021-10-27fix remaining libtalerutil FTBFS issuesChristian Grothoff
2021-10-27-fixing more FTBFSChristian Grothoff
2021-10-27start to work on transformationChristian Grothoff
2021-10-27brutally fixing types in src/include/, creating plenty of FTBFS issuesChristian Grothoff
2021-10-14start with KYC support in DBChristian Grothoff
2021-10-13-modify C API to future-proof it for returning more details as required for K...Christian Grothoff
2021-10-11generate 502 on secmod unavailable instead of 200 with bad public key; more l...Christian Grothoff
2021-10-09-introduce 'struct TALER_WireSalt'Christian Grothoff
2021-09-06pow needs libmChristian Grothoff
2021-09-05add taler-config C version, useful once we depend on the next GNUnet release ...Christian Grothoff
2021-09-01add long-time overdue convenience functionChristian Grothoff
2021-08-23-handle NULL nicelyChristian Grothoff
2021-08-23-check DE IBANChristian Grothoff
2021-08-23-remove sessions also from auditorChristian Grothoff
2021-08-19fix .so search in taler-configChristian Grothoff
2021-08-14export TALER_iban_validate() APIChristian Grothoff
2021-08-09check iban lower boundSebastian
2021-08-08introduce TALER_OS_init() to safely handle static linkageChristian Grothoff
2021-08-08-require receiver-name in iban payto URIsChristian Grothoff
2021-08-07reduce retries and timeoutChristian Grothoff
2021-08-05-proper fix for endless loop on IPC permission troubleChristian Grothoff
2021-08-05-try to fix Florian's FIXME/endless loop, alas without test as Florian did no...Christian Grothoff
2021-08-04fixmeFlorian Dold
2021-08-04call chmod on path, not on whole sock addrFlorian Dold
2021-08-04call chmod on client socket path, not client socket directoryFlorian Dold
2021-08-04fix #6976Christian Grothoff
2021-08-03allow ';' in URLs, needed for data URLsChristian Grothoff
2021-08-03fix #6969Christian Grothoff
2021-08-02-work on #6948Christian Grothoff
2021-08-02-strengthen payto validation logicChristian Grothoff
2021-07-30gitignoreFlorian Dold
2021-07-30fix secmod helper config, wait for client directoryFlorian Dold
2021-07-30put generated secmod keys in separate dirFlorian Dold
2021-07-29fix #6960Christian Grothoff
2021-07-29secmod client dir needs group write permissionsFlorian Dold
2021-07-29configFlorian Dold
2021-07-29secmod: services create their own client dirs with correct permissionsFlorian Dold
2021-07-27secmod: use umask, as fchmod is undefined on socketsFlorian Dold
2021-07-27secmod: fchmod socket to ug+rwFlorian Dold