Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-16 | tests: fix TestPassfileNewline | Jakob Unterwurzacher | |
Due to a copy-paste error, we ran the wrong test in the subprocess. Thanks @slackner for noticing at https://github.com/rfjakob/gocryptfs/commit/295d432175292dbaef572093d784aab55f5c0b8f#r31690478 ! | |||
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 . |