Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-15 | toggledlog: assume command of color handling | Jakob Unterwurzacher | |
We want to use colored error messages also outside of main, so let's handle it in the logging package. The fatal logger now automatically prints red. | |||
2016-06-15 | readpassword: create internal package for password reading | Jakob Unterwurzacher | |
* Supports stdin * Add tests for extpass and stdin As per user request at https://github.com/rfjakob/gocryptfs/issues/30 |