CVS update: sierra/docs

From: cvs@openprivacy.org
Date: Sun Mar 18 2001 - 22:18:34 PST

  • Next message: cvs@openprivacy.org: "CVS update: sierra/src/java/org/openprivacy/sierra/tests"

    Date: Sunday March 18, 19101 @ 22:18
    Author: burton
    CVSWEB Options: -------------------

    Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

    View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/docs

    -----------------------------------

    Update of /usr/local/cvs/public/sierra/docs
    In directory giga:/tmp/cvs-serv13310/docs

    Modified Files:
            DOCUMENTATION_TODO TODO.bugzilla
    Log Message:
    ...

    *****************************************************************
    File: sierra/docs/DOCUMENTATION_TODO

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/docs/DOCUMENTATION_TODO?annotate=1.14

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/docs/DOCUMENTATION_TODO?rev=1.14&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/docs/DOCUMENTATION_TODO.diff?r1=1.14&r2=1.13

    -----------------------------------

    Index: sierra/docs/DOCUMENTATION_TODO
    diff -u sierra/docs/DOCUMENTATION_TODO:1.13 sierra/docs/DOCUMENTATION_TODO:1.14
    --- sierra/docs/DOCUMENTATION_TODO:1.13 Thu Mar 1 17:27:33 2001
    +++ sierra/docs/DOCUMENTATION_TODO Sun Mar 18 22:18:28 2001
    @@ -1,9 +1,11 @@
     ********************************************************************************
    -* Last-Modified: $Date: 2001/03/02 01:27:33 $
    -* Version: $Id: DOCUMENTATION_TODO,v 1.13 2001/03/02 01:27:33 burton Exp $
    +* Last-Modified: $Date: 2001/03/19 06:18:28 $
    +* Version: $Id: DOCUMENTATION_TODO,v 1.14 2001/03/19 06:18:28 burton Exp $
     * Author: Kevin A. Burton ( burton@openprivacy.org )
     ********************************************************************************
     
    +- document the use of reserved openprivacy:/// properties.
    +
     - An RCE should be the central interface into Sierra. All mechanisms should be
       exposed through this mechanism.
     
    @@ -16,8 +18,6 @@
     - need to design a document which shows how two reputation servers can
       communicate but security can't be violated because private key information is
       not passed.
    -
    -- need to document default components.
     
     - need to document that an RCE can bridge protocols (SOAP, XMLRPC) and legacy
       databases.

    *****************************************************************
    File: sierra/docs/TODO.bugzilla

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/docs/TODO.bugzilla?annotate=1.15

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/docs/TODO.bugzilla?rev=1.15&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/docs/TODO.bugzilla.diff?r1=1.15&r2=1.14

    -----------------------------------

    Index: sierra/docs/TODO.bugzilla
    diff -u sierra/docs/TODO.bugzilla:1.14 sierra/docs/TODO.bugzilla:1.15
    --- sierra/docs/TODO.bugzilla:1.14 Sat Mar 17 18:28:29 2001
    +++ sierra/docs/TODO.bugzilla Sun Mar 18 22:18:29 2001
    @@ -5,8 +5,8 @@
     # Add-URL: http://bugzilla.openprivacy.org/enter_bug.cgi?product=Sierra
     # Base-URL: http://bugzilla.openprivacy.org/
     # Author: Kevin A. Burton ( burton@apache.org | burton@openprivacy.org )
    -# Last-modified: Sat Mar 17 01:13:50 2001
    -# Version: $Id: TODO.bugzilla,v 1.14 2001/03/18 02:28:29 burton Exp $
    +# Last-modified: Sun Mar 18 20:45:25 2001
    +# Version: $Id: TODO.bugzilla,v 1.15 2001/03/19 06:18:29 burton Exp $
     # Protocol-version: 1.0.2
     # Commentary:
     #
    @@ -260,37 +260,6 @@
     
     
     ---------------------------------------------------------------------------------
    -ID: 21
    -Short Description: Only possible to add one Payload from a Reputation into the
    - SimpleQueryEngine
    -Edit URL: http://bugzilla.openprivacy.org/show_bug.cgi?id=21
    -Product: Sierra
    -Version: 0.5.0
    -Platform: PC
    -Operating System: Linux
    -Status: NEW
    -Severity: normal
    -Priority: P2
    -Resolution:
    -Assigned: burton@relativity.yi.org
    -Reporter: burton@relativity.yi.org
    -Component: Default
    -URL:
    -Target Milestone: ---
    -QA Contact: 0
    -Status Whiteboard:
    -keywords:
    -Description:
    -Right now we are checking multiple everytime we add a payload. This is a
    -problem since the first payload will return false and the second payload will
    -return true (and it won't be added).
    -
    -in ReputationsContrainer I have to add an additional payload for a timestamp but
    -this isn't being added to the db. Need to fix this...
    -
    -
    -
    ----------------------------------------------------------------------------------
     ID: 24
     Short Description: The NymFunctionProxy component should not sign() or encrypt()
                        objects.
    @@ -472,6 +441,39 @@
       VALUE of this object via the query() mechanism. It is important to note that
       getReputation will return the calculated reputation for this pointer and not
       the actual value.
    +
    +
    +
    +---------------------------------------------------------------------------------
    +ID: 30
    +Short Description: Rewrite the component interfaces within the Nym package.
    +Edit URL: http://bugzilla.openprivacy.org/show_bug.cgi?id=30
    +Product: Sierra
    +Version: 0.7.0
    +Platform: PC
    +Operating System: Linux
    +Status: NEW
    +Severity: normal
    +Priority: P2
    +Resolution:
    +Assigned: burton@relativity.yi.org
    +Reporter: burton@relativity.yi.org
    +Component: Default
    +URL:
    +Target Milestone: ---
    +QA Contact: 0
    +Status Whiteboard:
    +keywords:
    +Description:
    +I don't like our current object hierarchy. It is not well thought out (I
    +designed it so it is my fault) and not very OO.
    +
    +- NymBuilder should become something like a NymHandle
    +
    +- Nym should still be the public object.
    +
    +- NymParent or something handle encryption/signing (this should go into the
    +parent object.
     
     
     



    This archive was generated by hypermail 2b30 : Sun Mar 18 2001 - 22:19:06 PST