Age | Commit message (Collapse) | Author |
|
* Supports stdin
* Add tests for extpass and stdin
As per user request at https://github.com/rfjakob/gocryptfs/issues/30
|
|
Several fatal errors were just printed to stdout, which
meant they were invisible when running the test suite.
Fix this by introducing toggledlog.Fatal and convert as
follows:
Fatal errors -> toggledlog.Fatal
Warnings -> toggledlog.Warn
Password prompts -> fmt.Fprintf
|
|
Also, add color to the error messages.
|
|
|
|
|
|
Also fix missing newline after password prompt
|
|
This is in preparation of getting rid of the shell wrapper
|