libgocryptfs/internal/configfile
Jakob Unterwurzacher f4a972ddf1 configfile: drop superflous Printf
Before:

  $ gocryptfs -fsck .
  LoadConfFile: ReadFile: &os.PathError{Op:"open", Path:"/var/tmp/check-gocryptfs/scratchdev/gocryptfs.conf", Err:0xd}
  Cannot open config file: open /var/tmp/check-gocryptfs/scratchdev/gocryptfs.conf: permission denied

After:

  $ gocryptfs -fsck .
  Cannot open config file: open /var/tmp/check-gocryptfs/scratchdev/gocryptfs.conf: permission denied
2018-07-23 22:25:40 +02:00
..
config_test tests: update config_test example files 2016-06-16 23:19:05 +02:00
config_file.go configfile: drop superflous Printf 2018-07-23 22:25:40 +02:00
config_test.go trezor: add TrezorPayload 2018-07-01 20:56:22 +02:00
feature_flags.go trezor: add skeleton for Trezor support 2018-07-01 20:56:04 +02:00
scrypt.go readpassword: convert from string to []byte 2018-02-18 14:26:54 +01:00
scrypt_test.go readpassword: convert from string to []byte 2018-02-18 14:26:54 +01:00