Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-16 | tests: exit with correct error code from TestMain | Jakob Unterwurzacher | |
extpass_test and example_filesystems_test did it wrong, always returning 0. | |||
2016-06-15 | Rename internal "toggledlog" package to "tlog" | Jakob Unterwurzacher | |
tlog is used heavily everywhere and deserves a shorter name. Renamed using sed magic, without any manual rework: find * -type f -exec sed -i 's/toggledlog/tlog/g' {} + | |||
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 |