summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-09-21 13:17:03 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-09-21 13:17:03 -0400
commit23519320d5f5c7e2566d60a59081394649cf6f0a (patch)
tree4acc9a99cbe60915591644b55c7e8a78aae359b3
parent5dd6705806409a16c50fdf4ac238957eda0b3baf (diff)
comment
-rw-r--r--doc/todo/Allow_globally_limiting_filename_length/comment_1_e38f78a1263b15258d2aa4472e7bc31b._comment23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/todo/Allow_globally_limiting_filename_length/comment_1_e38f78a1263b15258d2aa4472e7bc31b._comment b/doc/todo/Allow_globally_limiting_filename_length/comment_1_e38f78a1263b15258d2aa4472e7bc31b._comment
new file mode 100644
index 000000000..0d718bf67
--- /dev/null
+++ b/doc/todo/Allow_globally_limiting_filename_length/comment_1_e38f78a1263b15258d2aa4472e7bc31b._comment
@@ -0,0 +1,23 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 1"""
+ date="2016-09-21T17:11:06Z"
+ content="""
+Standard encfs warning: It's buggy and insecure. Don't use it.
+
+You can find many other problems caused by encfs on this site, and
+<https://defuse.ca/audits/encfs.htm> has described security problems with
+encfs for years.
+
+It would not help for `git-annex add` to check some kind of filename limit,
+because it would not prevent you doing this:
+
+ git annex add smallenough
+ git mv smallenough oh-oops-my-name-is-too-long-for-encfs
+ git commit -m haha
+
+A git pre-commit hook can of course be written that blocks such commits.
+
+I am not inclined to complicate git-annex just to handle encfs given how
+broken encfs is.
+"""]]