Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-03 | Allow multiple -extpass arguments | Jakob Unterwurzacher | |
To support arguments containing spaces, -extpass can now be passed multiple times. https://github.com/rfjakob/gocryptfs/issues/289 | |||
2018-12-15 | passfile: directly read file instead of invoking cat | Jakob Unterwurzacher | |
Allows better error handling, gets rid of the call to an external program, and fixes https://github.com/rfjakob/gocryptfs/issues/278 . |