gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r6289 - GNUnet/src/applications/fs/ecrs


From: gnunet
Subject: [GNUnet-SVN] r6289 - GNUnet/src/applications/fs/ecrs
Date: Wed, 13 Feb 2008 14:47:51 -0700 (MST)

Author: grothoff
Date: 2008-02-13 14:47:51 -0700 (Wed, 13 Feb 2008)
New Revision: 6289

Modified:
   GNUnet/src/applications/fs/ecrs/ecrs.h
   GNUnet/src/applications/fs/ecrs/namespace.c
   GNUnet/src/applications/fs/ecrs/uri.c
Log:
fix

Modified: GNUnet/src/applications/fs/ecrs/ecrs.h
===================================================================
--- GNUnet/src/applications/fs/ecrs/ecrs.h      2008-02-13 21:40:44 UTC (rev 
6288)
+++ GNUnet/src/applications/fs/ecrs/ecrs.h      2008-02-13 21:47:51 UTC (rev 
6289)
@@ -66,7 +66,6 @@
   /**
    * RSA signature over the FileIdentifier,
    * GNUNET_hash of the peer and expiration time.
-   * (everything until proto).
    */
   GNUNET_RSA_Signature contentSignature;
 

Modified: GNUnet/src/applications/fs/ecrs/namespace.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/namespace.c 2008-02-13 21:40:44 UTC (rev 
6288)
+++ GNUnet/src/applications/fs/ecrs/namespace.c 2008-02-13 21:47:51 UTC (rev 
6289)
@@ -370,11 +370,12 @@
 /**
  * Add an entry into a namespace.
  *
- * @param uri what is the URI under which the entry
- *        should be published (must be a namespace URI)
- * @param dstU to which URI should the namespace entry refer?
+ * @param name in which namespace to publish, use just the
+ *        nickname of the namespace
+ * @param dst to which URI should the namespace entry refer?
  * @param md what meta-data should be associated with the
  *        entry?
+ * @return URI on success, NULL on error
  */
 struct GNUNET_ECRS_URI *
 GNUNET_ECRS_namespace_add_content (struct GNUNET_GE_Context *ectx,

Modified: GNUnet/src/applications/fs/ecrs/uri.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/uri.c       2008-02-13 21:40:44 UTC (rev 
6288)
+++ GNUnet/src/applications/fs/ecrs/uri.c       2008-02-13 21:47:51 UTC (rev 
6289)
@@ -67,10 +67,9 @@
  * </li><li>
  *
  * The last category identifies a datum on a specific machine.  The
- * format is "gnunet://ecrs/loc/HEX1.HEX2.SIZE.PEER.SIG1.EXPTIME".  PEER is
- * the BinName of the public key of the peer storing the datum, SIG1 certifies
- * that this peer has this content; SIG2 is a signature for a HELLO
- * about peer, which is encoded in PROTO, SAS, MTU, EXPTIME and ADDR.
+ * format is "gnunet://ecrs/loc/HEX1.HEX2.SIZE.PEER.SIG.EXPTIME".  PEER is
+ * the BinName of the public key of the peer storing the datum.  The
+ * signature (SIG) certifies that this peer has this content.
  * HEX1, HEX2 and SIZE correspond to a 'chk' URI.
  *
  * </li></ul>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]