diff options
| author | Russ Allbery <rra@stanford.edu> | 2011-06-12 16:31:53 -0700 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2011-06-12 16:31:53 -0700 | 
| commit | 99423b393c0f64ad657fe4fca7ec9aa2cd2a34be (patch) | |
| tree | d4214ecd63cc5ad3ef3091ab67cbb78dd5beb3c3 | |
| parent | 84e634263f7daf651edec6a39a1e69dfc35b1062 (diff) | |
Add checksums of file objects and refreshing to TODO
| -rw-r--r-- | TODO | 7 | 
1 files changed, 7 insertions, 0 deletions
| @@ -24,6 +24,10 @@ Client:     TGT as we do now or just directly obtain the service ticket we're going     to use for remctl? + * Provide a way to refresh a file object if and only if what's stored on +   the server is different than what's on disk.  This will require server +   support as well for returning the checksum of a file. +  Server Interface:   * Provide a way to get history for deleted objects and ACLs. @@ -120,6 +124,9 @@ Objects:     run multiple CAs on the same wallet server (but why?).  Should this be     a different type than stored certificates? + * Support returning the checksum of a file object stored in wallet so +   that one can determine whether the version stored on disk is identical. +  Reports:   * Add audit for references to unknown ACLs, possibly introduced by | 
