Commit Graph

3280 Commits

Author SHA1 Message Date
Christian Grothoff
8af89ff197
misc release preparations: mostly fixing 'make dist' target 2019-12-20 20:10:46 +01:00
Florian Dold
b554f1e909
date format 2019-12-19 12:56:47 +01:00
Christian Grothoff
9871176efa
fix bogus free 2019-12-18 22:11:49 +01:00
Christian Grothoff
36e15a501f
purge history-range API, no longer needed (#5993) 2019-12-15 18:16:33 +01:00
Christian Grothoff
745a48ef7c
fix double free in test 2019-12-15 13:11:38 +01:00
Christian Grothoff
9eff97869c
mark as executable 2019-12-15 12:44:16 +01:00
Christian Grothoff
1fc603800c
new is the new old: remove _new from tests 2019-12-14 23:19:51 +01:00
Christian Grothoff
cf31e54a2f
remove obsolete old tests (#5758) 2019-12-14 23:17:56 +01:00
Christian Grothoff
05a992445e
fix comments 2019-12-14 23:14:59 +01:00
Christian Grothoff
05b338ce6f
do not use max-requests in tests, forking prevents killing in test 2019-12-12 16:11:58 +01:00
Christian Grothoff
b999a6b2c5
note on where to change exchange code once wallet is done for #5991 2019-12-12 16:03:46 +01:00
Christian Grothoff
d5f4f6ff4c
consistency change' 2019-12-12 15:59:31 +01:00
Christian Grothoff
204358e249
return master_pub top-level in /wire, see #5991 2019-12-12 15:57:04 +01:00
Christian Grothoff
97810cc46f
add privacy policies 2019-12-11 21:45:25 +01:00
Christian Grothoff
631bc65253
add logic for privacy policy 2019-12-11 14:30:55 +01:00
Christian Grothoff
75240345d0
writing generic tos/pp handler logic 2019-12-10 21:20:38 +01:00
Christian Grothoff
496b9ba6a9
fix matching 2019-12-08 23:04:41 +01:00
Christian Grothoff
a76247276d
fix copy and paste 2019-12-08 22:52:02 +01:00
Christian Grothoff
c40243bb12
fix extension matching 2019-12-08 22:50:04 +01:00
Christian Grothoff
7ad562af55
do not return 0-terminator 2019-12-08 22:48:33 +01:00
Christian Grothoff
45a7b98d4b
handle missconfiguration more nicely 2019-12-08 22:47:57 +01:00
Florian Dold
b19c7cff91
actually serve /terms 2019-12-08 20:26:49 +01:00
Christian Grothoff
dd66d2ae7b
work on test 2019-12-07 22:08:58 +01:00
Christian Grothoff
de6d13e910
center 2019-12-07 22:01:40 +01:00
Christian Grothoff
0d53d893f5
fix start time 2019-12-07 21:59:05 +01:00
Christian Grothoff
fdb768653e
regenerate test DB with latest crypto 2019-12-07 21:32:52 +01:00
Christian Grothoff
4aca61fdd0
fix bank account sigs 2019-12-07 17:52:35 +01:00
Christian Grothoff
c43f81d871
do not crash on bogus signature on denomination key (2) 2019-12-07 17:48:59 +01:00
Christian Grothoff
d4d590bcda
do not crash on bogus signature on denomination key 2019-12-07 17:48:39 +01:00
Christian Grothoff
9cbd1cc139
report on file used 2019-12-07 17:20:09 +01:00
Christian Grothoff
91a418fe80
add valgrind prefix capability 2019-12-07 17:02:20 +01:00
Christian Grothoff
5a96c528b3
mark unused argument 2019-12-07 16:51:24 +01:00
Christian Grothoff
b164e090dc
check total loss initially 2019-12-07 14:27:55 +01:00
Christian Grothoff
e153215f7e
fix j2 2019-12-07 14:18:02 +01:00
Christian Grothoff
711027f651
add TOS 2019-12-04 00:22:23 +01:00
Christian Grothoff
7126482822
remove useless target 2019-12-03 23:54:42 +01:00
Christian Grothoff
25a0b60f12
implement #5967: have ranges in auditor reports, untested because right now tests somehow do not work 2019-12-03 12:39:32 +01:00
Christian Grothoff
6c5d46327b
add more mime types, handle etag nicely 2019-12-02 21:41:24 +01:00
Christian Grothoff
1043bc839f
tos 2019-12-02 21:26:19 +01:00
Christian Grothoff
2df6bea3a1
exercise restart logic during tests 2019-12-01 13:37:05 +01:00
Christian Grothoff
f1639c09a2
implement #5740 2019-12-01 13:31:45 +01:00
Marcello Stanisci
97afbf1ea5
fix previous 2019-11-30 00:25:45 +01:00
Marcello Stanisci
204f296a33
new bank error code 2019-11-30 00:24:51 +01:00
Christian Grothoff
2731e0aa4d
another ec' 2019-11-29 22:44:35 +01:00
Christian Grothoff
50f867de7c
another EC 2019-11-29 22:12:35 +01:00
Christian Grothoff
3371615b31
style fixes 2019-11-29 21:24:29 +01:00
Christian Grothoff
636488c279
merge error codes 2019-11-29 10:52:45 +01:00
Christian Grothoff
970e3fd4cb
error codes 2019-11-29 10:52:09 +01:00
Florian Dold
785f5fb7dd
more test vectors 2019-11-28 00:26:32 +01:00
Florian Dold
499cff87bf
remove patch_private_key, as it doesn't make any sense
In particular, we were patching the EdDSA private keys, which are
*hashed* before doing the curve multiplication.  Thus clearing the bits
*before* the hashing doesn't make any sense at all.  These bits are
cleared anyway when deriving the public key.
2019-11-28 00:24:05 +01:00