libgocryptfs/TODO.md
Jakob Unterwurzacher 6f764b3867 Handle all operations except mounting without forking a child
This saves 170ms for each start (why do we take 170ms to start up?)
and cuts down test time by 2 seconds.
2015-11-29 19:09:12 +01:00

305 B

  • 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
  • Find out why "./gocryptfs -version" takes 170ms.