aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/de.po2
-rw-r--r--po/es.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/sv.po2
-rw-r--r--po/vi.po2
-rw-r--r--po/zh_CN.po2
-rw-r--r--src/cadet/gnunet-service-cadet_tunnels.c12
-rw-r--r--src/core/gnunet-service-core_kx.c4
8 files changed, 14 insertions, 14 deletions
diff --git a/po/de.po b/po/de.po
index b3eff360d..b43617412 100644
--- a/po/de.po
+++ b/po/de.po
@@ -1340,7 +1340,7 @@ msgstr "# verschlüsselter PONG Nachrichten empfangen"
1340#: src/core/gnunet-service-core_kx.c:1054 1340#: src/core/gnunet-service-core_kx.c:1054
1341#, c-format 1341#, c-format
1342msgid "" 1342msgid ""
1343"EPHERMAL_KEY from peer `%s' rejected as its validity range does not match " 1343"EPHEMERAL_KEY from peer `%s' rejected as its validity range does not match "
1344"our system time (%llu not in [%llu,%llu]).\n" 1344"our system time (%llu not in [%llu,%llu]).\n"
1345msgstr "" 1345msgstr ""
1346 1346
diff --git a/po/es.po b/po/es.po
index 2bd5655fb..1fdd8f54d 100644
--- a/po/es.po
+++ b/po/es.po
@@ -1421,7 +1421,7 @@ msgstr "# mensajes «SET_KEY» descifrados"
1421#: src/core/gnunet-service-core_kx.c:1054 1421#: src/core/gnunet-service-core_kx.c:1054
1422#, c-format 1422#, c-format
1423msgid "" 1423msgid ""
1424"EPHERMAL_KEY from peer `%s' rejected as its validity range does not match " 1424"EPHEMERAL_KEY from peer `%s' rejected as its validity range does not match "
1425"our system time (%llu not in [%llu,%llu]).\n" 1425"our system time (%llu not in [%llu,%llu]).\n"
1426msgstr "" 1426msgstr ""
1427 1427
diff --git a/po/fr.po b/po/fr.po
index a18337c11..3541215e8 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -1313,7 +1313,7 @@ msgstr ""
1313#: src/core/gnunet-service-core_kx.c:1054 1313#: src/core/gnunet-service-core_kx.c:1054
1314#, c-format 1314#, c-format
1315msgid "" 1315msgid ""
1316"EPHERMAL_KEY from peer `%s' rejected as its validity range does not match " 1316"EPHEMERAL_KEY from peer `%s' rejected as its validity range does not match "
1317"our system time (%llu not in [%llu,%llu]).\n" 1317"our system time (%llu not in [%llu,%llu]).\n"
1318msgstr "" 1318msgstr ""
1319 1319
diff --git a/po/sv.po b/po/sv.po
index d6f9dfe28..a512b655d 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -1363,7 +1363,7 @@ msgstr "# PING-meddelanden skapade"
1363#: src/core/gnunet-service-core_kx.c:1054 1363#: src/core/gnunet-service-core_kx.c:1054
1364#, c-format 1364#, c-format
1365msgid "" 1365msgid ""
1366"EPHERMAL_KEY from peer `%s' rejected as its validity range does not match " 1366"EPHEMERAL_KEY from peer `%s' rejected as its validity range does not match "
1367"our system time (%llu not in [%llu,%llu]).\n" 1367"our system time (%llu not in [%llu,%llu]).\n"
1368msgstr "" 1368msgstr ""
1369 1369
diff --git a/po/vi.po b/po/vi.po
index 7303a5176..8d8b9f144 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -1371,7 +1371,7 @@ msgstr "# các thông báo được chắp liền"
1371#: src/core/gnunet-service-core_kx.c:1054 1371#: src/core/gnunet-service-core_kx.c:1054
1372#, c-format 1372#, c-format
1373msgid "" 1373msgid ""
1374"EPHERMAL_KEY from peer `%s' rejected as its validity range does not match " 1374"EPHEMERAL_KEY from peer `%s' rejected as its validity range does not match "
1375"our system time (%llu not in [%llu,%llu]).\n" 1375"our system time (%llu not in [%llu,%llu]).\n"
1376msgstr "" 1376msgstr ""
1377 1377
diff --git a/po/zh_CN.po b/po/zh_CN.po
index cc98cc49e..4e77d8c08 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -1341,7 +1341,7 @@ msgstr ""
1341#: src/core/gnunet-service-core_kx.c:1054 1341#: src/core/gnunet-service-core_kx.c:1054
1342#, c-format 1342#, c-format
1343msgid "" 1343msgid ""
1344"EPHERMAL_KEY from peer `%s' rejected as its validity range does not match " 1344"EPHEMERAL_KEY from peer `%s' rejected as its validity range does not match "
1345"our system time (%llu not in [%llu,%llu]).\n" 1345"our system time (%llu not in [%llu,%llu]).\n"
1346msgstr "" 1346msgstr ""
1347 1347
diff --git a/src/cadet/gnunet-service-cadet_tunnels.c b/src/cadet/gnunet-service-cadet_tunnels.c
index 5c52eb616..ef6f97622 100644
--- a/src/cadet/gnunet-service-cadet_tunnels.c
+++ b/src/cadet/gnunet-service-cadet_tunnels.c
@@ -459,13 +459,13 @@ struct CadetTunnel
459 459
460 460
461/** 461/**
462 * Am I Alice or Bob, or talking to myself? 462 * Am I Alice or Betty (some call her Bob), or talking to myself?
463 * 463 *
464 * @param other the other peer 464 * @param other the other peer
465 * @return #GNUNET_YES for Alice, #GNUNET_NO for Bob, #GNUNET_SYSERR if talking to myself 465 * @return #GNUNET_YES for Alice, #GNUNET_NO for Betty, #GNUNET_SYSERR if talking to myself
466 */ 466 */
467static int 467static int
468alice_or_bob (const struct GNUNET_PeerIdentity *other) 468alice_or_betty (const struct GNUNET_PeerIdentity *other)
469{ 469{
470 if (0 > GNUNET_CRYPTO_cmp_peer_identity (&my_full_id, 470 if (0 > GNUNET_CRYPTO_cmp_peer_identity (&my_full_id,
471 other)) 471 other))
@@ -1347,7 +1347,7 @@ send_kx (struct CadetTunnel *t,
1347 struct GNUNET_CADET_TunnelKeyExchangeMessage *msg; 1347 struct GNUNET_CADET_TunnelKeyExchangeMessage *msg;
1348 enum GNUNET_CADET_KX_Flags flags; 1348 enum GNUNET_CADET_KX_Flags flags;
1349 1349
1350 if (GNUNET_YES != alice_or_bob (GCP_get_id (t->destination))) 1350 if (GNUNET_YES != alice_or_betty (GCP_get_id (t->destination)))
1351 return; /* only Alice may send KX */ 1351 return; /* only Alice may send KX */
1352 if ( (NULL == ct) || 1352 if ( (NULL == ct) ||
1353 (GNUNET_NO == ct->is_ready) ) 1353 (GNUNET_NO == ct->is_ready) )
@@ -1523,7 +1523,7 @@ update_ax_by_kx (struct CadetTunnelAxolotl *ax,
1523 const char salt[] = "CADET Axolotl salt"; 1523 const char salt[] = "CADET Axolotl salt";
1524 int am_I_alice; 1524 int am_I_alice;
1525 1525
1526 if (GNUNET_SYSERR == (am_I_alice = alice_or_bob (pid))) 1526 if (GNUNET_SYSERR == (am_I_alice = alice_or_betty (pid)))
1527 { 1527 {
1528 GNUNET_break_op (0); 1528 GNUNET_break_op (0);
1529 return GNUNET_SYSERR; 1529 return GNUNET_SYSERR;
@@ -1726,7 +1726,7 @@ GCT_handle_kx (struct CadetTConnection *ct,
1726 1, 1726 1,
1727 GNUNET_NO); 1727 GNUNET_NO);
1728 if (GNUNET_YES == 1728 if (GNUNET_YES ==
1729 alice_or_bob (GCP_get_id (t->destination))) 1729 alice_or_betty (GCP_get_id (t->destination)))
1730 { 1730 {
1731 /* Bob is not allowed to send KX! */ 1731 /* Bob is not allowed to send KX! */
1732 GNUNET_break_op (0); 1732 GNUNET_break_op (0);
diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c
index 21f1308f7..1f1a47677 100644
--- a/src/core/gnunet-service-core_kx.c
+++ b/src/core/gnunet-service-core_kx.c
@@ -1051,7 +1051,7 @@ handle_ephemeral_key (void *cls,
1051 (start_t.abs_value_us > GNUNET_TIME_absolute_add (now, REKEY_TOLERANCE).abs_value_us) ) 1051 (start_t.abs_value_us > GNUNET_TIME_absolute_add (now, REKEY_TOLERANCE).abs_value_us) )
1052 { 1052 {
1053 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 1053 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
1054 _("EPHERMAL_KEY from peer `%s' rejected as its validity range does not match our system time (%llu not in [%llu,%llu]).\n"), 1054 _("EPHEMERAL_KEY from peer `%s' rejected as its validity range does not match our system time (%llu not in [%llu,%llu]).\n"),
1055 GNUNET_i2s (kx->peer), 1055 GNUNET_i2s (kx->peer),
1056 (unsigned long long) now.abs_value_us, 1056 (unsigned long long) now.abs_value_us,
1057 (unsigned long long) start_t.abs_value_us, 1057 (unsigned long long) start_t.abs_value_us,
@@ -1490,7 +1490,7 @@ send_key (struct GSC_KeyExchangeInfo *kx)
1490 sizeof (current_ekm.ephemeral_key), 1490 sizeof (current_ekm.ephemeral_key),
1491 &hc); 1491 &hc);
1492 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 1492 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
1493 "Sending EPHERMERAL_KEY %s to `%s' (my status: %d)\n", 1493 "Sending EPHEMERAL_KEY %s to `%s' (my status: %d)\n",
1494 GNUNET_h2s (&hc), 1494 GNUNET_h2s (&hc),
1495 GNUNET_i2s (kx->peer), 1495 GNUNET_i2s (kx->peer),
1496 kx->status); 1496 kx->status);