summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-07 14:18:02 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-07 14:18:02 +0100
commite153215f7e0f0103a2000ca978e6c4fd2719feb2 (patch)
tree34d9ad0f0d225e598ca9fdb48e9e34bd6ace6511
parent711027f651b2ed73bdf1d93bb74c86213a2358f5 (diff)
downloadexchange-e153215f7e0f0103a2000ca978e6c4fd2719feb2.tar.gz
exchange-e153215f7e0f0103a2000ca978e6c4fd2719feb2.tar.bz2
exchange-e153215f7e0f0103a2000ca978e6c4fd2719feb2.zip
fix j2
-rw-r--r--contrib/auditor-report.tex.j222
-rw-r--r--src/include/taler_error_codes.h16
2 files changed, 15 insertions, 23 deletions
diff --git a/contrib/auditor-report.tex.j2 b/contrib/auditor-report.tex.j2
index ebe35c663..2c2f16364 100644
--- a/contrib/auditor-report.tex.j2
+++ b/contrib/auditor-report.tex.j2
@@ -74,27 +74,27 @@ In that time, the auditor processed the following table ranges:
\begin{tabular}{l|r|r}
Table & Start & End \\ \hline \hline
Reserves Incoming & {{ data.start_ppr_reserve_in_serial_id }}
- & {{ data.ppr_reserve_in_serial_id }} \\ \hline
+ & {{ data.end_ppr_reserve_in_serial_id }} \\ \hline
Reserves Out (withdraw) & {{ data.start_ppr_reserve_out_serial_id }}
- & {{ data.ppr_reserve_out_serial_id }} \\ \hline
+ & {{ data.end_ppr_reserve_out_serial_id }} \\ \hline
Reserves Payback & {{ data.start_ppr_reserve_payback_serial_id }}
- & {{ data.ppr_reserve_payback_serial_id }} \\ \hline
+ & {{ data.end_ppr_reserve_payback_serial_id }} \\ \hline
Reserves Close & {{ data.start_ppr_reserve_close_serial_id }}
- & {{ data.ppr_reserve_close_serial_id }} \\ \hline
+ & {{ data.end_ppr_reserve_close_serial_id }} \\ \hline
Aggregation & {{ data.start_ppa_wire_out_serial_id }}
- & {{ data.ppa_wire_out_serial_id }} \\ \hline
+ & {{ data.end_ppa_wire_out_serial_id }} \\ \hline
Coin withdraw & {{ data.start_ppc_withdraw_serial_id }}
- & {{ data.ppc_withdraw_serial_id }} \\ \hline
+ & {{ data.end_ppc_withdraw_serial_id }} \\ \hline
Coin deposit & {{ data.start_ppc_deposit_serial_id }}
- & {{ data.ppc_deposit_serial_id }} \\ \hline
+ & {{ data.end_ppc_deposit_serial_id }} \\ \hline
Coin melt & {{ data.start_ppc_melt_serial_id }}
- & {{ data.ppc_melt_serial_id }} \\ \hline
+ & {{ data.end_ppc_melt_serial_id }} \\ \hline
Coin refund & {{ data.start_ppc_refund_serial_id }}
- & {{ data.ppc_refund_serial_id }} \\ \hline
+ & {{ data.end_ppc_refund_serial_id }} \\ \hline
Coin payback & {{ data.start_ppc_payback_serial_id }}
- & {{ data.ppc_payback_serial_id }} \\ \hline
+ & {{ data.end_ppc_payback_serial_id }} \\ \hline
Coin payback refresh & {{ data.start_ppc_payback_refresh_serial_id }}
- & {{ data.ppc_payback_refresh_serial_id }} \\
+ & {{ data.end_ppc_payback_refresh_serial_id }} \\
\end{tabular}
\caption{Serial number ranges of the tables processed by the audit.}
\label{table:auditor_range}
diff --git a/src/include/taler_error_codes.h b/src/include/taler_error_codes.h
index 318b33a47..1fbae7afc 100644
--- a/src/include/taler_error_codes.h
+++ b/src/include/taler_error_codes.h
@@ -1884,7 +1884,7 @@ enum TALER_ErrorCode
TALER_EC_SYNC_ACCOUNT_UNKNOWN = 6002,
/**
- * The Etag provided in the If-None-Match header is
+ * The SHA-512 hash provided in the If-None-Match header is
* malformed.
* This response is provided with HTTP status code
* MHD_HTTP_BAD_REQUEST.
@@ -1892,8 +1892,8 @@ enum TALER_ErrorCode
TALER_EC_SYNC_BAD_IF_NONE_MATCH = 6003,
/**
- * The Etag provided in the If-Match header is
- * malformed.
+ * The SHA-512 hash provided in the If-Match header is
+ * malformed or missing.
* This response is provided with HTTP status code
* MHD_HTTP_BAD_REQUEST.
*/
@@ -1901,21 +1901,13 @@ enum TALER_ErrorCode
/**
* The signature provided in the "Sync-Signature" header is
- * malformed.
+ * malformed or missing.
* This response is provided with HTTP status code
* MHD_HTTP_BAD_REQUEST.
*/
TALER_EC_SYNC_BAD_SYNC_SIGNATURE = 6005,
/**
- * The Etag provided in the "Etag" header is
- * malformed.
- * This response is provided with HTTP status code
- * MHD_HTTP_BAD_REQUEST.
- */
- TALER_EC_SYNC_BAD_ETAG = 6006,
-
- /**
* The signature provided in the "Sync-Signature" header
* does not match the account, old or new Etags.
* This response is provided with HTTP status code