From c2c0aeb315b40ac551ee2ef2ad2ffd37f2b662fb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 13 Aug 2013 19:16:52 +0000 Subject: [PATCH] -documenting open issues --- src/gns/gnunet-service-gns.c | 7 +++++++ src/namestore/gnunet-service-namestore.c | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/src/gns/gnunet-service-gns.c b/src/gns/gnunet-service-gns.c index be41f8c84..9f05269f1 100644 --- a/src/gns/gnunet-service-gns.c +++ b/src/gns/gnunet-service-gns.c @@ -21,6 +21,13 @@ * @file gns/gnunet-service-gns.c * @brief GNUnet GNS service * @author Martin Schanzenbach + * @author Christian Grothoff + * + * TODO: + * - conversion of private to public records does NOT check if the + * records are actually public + * - need to watch for client disconnects and abort operations on + * disconnect */ #include "platform.h" #include "gnunet_util_lib.h" diff --git a/src/namestore/gnunet-service-namestore.c b/src/namestore/gnunet-service-namestore.c index f6caf6ba7..eeb2bb65d 100644 --- a/src/namestore/gnunet-service-namestore.c +++ b/src/namestore/gnunet-service-namestore.c @@ -23,6 +23,13 @@ * @brief namestore for the GNUnet naming system * @author Matthias Wachs * @author Christian Grothoff + * + * TODO: + * - private records can currently not be used for resolving + * our own queries as our lookup only goes for the encrypted + * records; we need a way to ensure that the records available + * in our own zone can actually always be used for our own + * resolutions! */ #include "platform.h" #include "gnunet_util_lib.h" -- 2.25.1