Diff
Not logged in

Differences From:

File todo.txt part of check-in [36df57aa39] - Update the todo list. by drh on 2007-08-01 16:42:06. [view]

To:

File todo.txt part of check-in [e37451d9c2] - Add the ability to sign manifests using GPG during a check-in. Due to a bug in the manifest parser, older versions will not be able to check-out signed manifests. by drh on 2007-08-01 21:59:38. [view]

@@ -16,22 +16,8 @@
  *  Bug: If the server closes the socket unexpectedly, the
     fwrite() in http.c:103 throws a signal and kills the child
     process.  fwrite() is not suppose to do this.  Need to figure
     out what is going wrong.
-
- *  When constructing a new manifest (see the commit_cmd function
-    in checkin.c, near line 303) make an attempt to PGP clearsign
-    the manifest before checking it in.  There will need to be
-    configuration parameters for the PGP (or more likely GPG)
-    command to do the actual signing.  Write the manifest to
-    a temp file, clearsign, read it back in, verify that it is
-    still parsable by manifest_parse(), then continue with the
-    check-in.
-
- *  The "leaves ?UUID?" command displays all leaf versions for the
-    version UUID or for the current version if UUID is omitted.  If
-    UUID is itself a leaf, it would be more helpful to display a
-    message to that effect:  "<uuid> is itself a leaf"
 
  *  The ipaddr field of the rcvfrom table is not being set.  This
     field should be the IP address from which information is received
     for the local repository.  So when somebody does a push of new