libgocryptfs/internal/configfile
Jakob Unterwurzacher 0c80cca674 toggledlog: convert remaing naked fmt.Print*
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
2016-06-05 14:32:07 +02:00
..
config_test Major refactoring: Split up "cryptfs" into several internal packages 2016-02-06 19:22:35 +01:00
config_file.go main: print actual error from LoadConfFile() 2016-06-05 13:44:22 +02:00
config_test.go configfile: use map[flagIota] for feature flags 2016-06-05 12:54:45 +02:00
feature_flags.go configfile: use map[flagIota] for feature flags 2016-06-05 12:54:45 +02:00
kdf.go toggledlog: convert remaing naked fmt.Print* 2016-06-05 14:32:07 +02:00
kdf_test.go Major refactoring: Split up "cryptfs" into several internal packages 2016-02-06 19:22:35 +01:00