more TODO

Change-Id: I1a3845191c9b17350a11bb671b131d1c4dc8c6bc
This commit is contained in:
Brad Fitzpatrick 2013-01-02 20:37:37 -08:00
parent fe13c7c712
commit 4a464e334f
1 changed files with 4 additions and 0 deletions

4
TODO
View File

@ -1,3 +1,7 @@
-- make the -transitive flag for "camput share -transitive" be a tri-state:
unset, true, false, and unset should then mean default to true for "file"
and "directory" schema blobs, and "false" for other things.
-- make camget and/or pkg/schema sanity-check all the "file" and "directory" -- make camget and/or pkg/schema sanity-check all the "file" and "directory"
names, to make sure they don't have path separators in them, "..", etc. names, to make sure they don't have path separators in them, "..", etc.
Use Basename/Clean/etc. Use Basename/Clean/etc.