diff options
author | Jakob Unterwurzacher | 2015-11-09 22:06:35 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2015-11-09 22:06:35 +0100 |
commit | 79b36dd8eb3eff78bba07f636c5bfeb7c04243ba (patch) | |
tree | cedced8286e599414b82a67b2d400cfb5315c295 | |
parent | fa3a382aa4a2010c83e02ac65385f5388a9fc84d (diff) |
Add TODO file
-rw-r--r-- | TODO.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +* More robust daemonization, add cli parameter "--sendusr1=pid" +* Add "-q" (quiet) flag +* Add test filesystem for "--masterkey" containing an "It works!" file +* Add fcntl file locking to make multiple concurrent mounts safe + * add test case +* Add "--pwfile" parameter that reads the password from a file + * Use that for additional test cases |