diff --git a/TODO b/TODO index 5b59291aa..7ededb406 100644 --- a/TODO +++ b/TODO @@ -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" names, to make sure they don't have path separators in them, "..", etc. Use Basename/Clean/etc.