libgocryptfs/tests
Jakob Unterwurzacher fe06e9f456 readpassword: delete CheckTrailingGarbage
CheckTrailingGarbage was called even when "-passfile" was
used, which is stupid, and causes false positives:

https://github.com/rfjakob/gocryptfs/issues/391
(false error "Received trailing garbage after the password"
when using -passfile in .bash_profile)

Instead of trying to improve the logic to handle that case
and make everything even more complicated, delete the function.

It is unclear if actually helps in some cases, and it definitely
harms as shown by the above bug report.
2019-04-08 20:18:45 +02:00
..
cli readpassword: delete CheckTrailingGarbage 2019-04-08 20:18:45 +02:00
defaults tests: fix data race in TestDirIVRace 2019-03-03 14:09:33 +01:00
example_filesystems Assorted spelling fixes. 2018-12-27 15:19:55 +01:00
fsck fsck: handle sparse files efficiently, fix xfstests generic/285 2018-07-01 21:48:51 +02:00
hkdf_sanity tests: add hkdf_sanity tests with broken example filesystem 2017-03-18 16:48:58 +01:00
matrix tests: fix compile error in matrix_test.go 2019-02-17 17:25:41 +01:00
plaintextnames configfile: add LoadAndDecrypt wrapper 2018-09-08 12:40:29 +02:00
reverse reverse mode: support wildcard exclude (--exclude-wildcard) 2019-03-26 20:56:37 +01:00
stress_tests tests: parallel_cp.sh: automount fs 2019-02-17 16:02:30 +01:00
symlink_race tests: add symlink_race tool 2018-09-23 12:17:26 +02:00
test_helpers tests: check that we can delete directories with all permission 2019-01-20 14:32:59 +01:00
trezor configfile: add LoadAndDecrypt wrapper 2018-09-08 12:40:29 +02:00
xattr fusefrontend: Allow to set/remove xattr on directory without read permission. 2019-01-05 12:34:40 +01:00
canonical-benchmarks.bash benchmarks: add streaming read benchmark 2017-06-27 00:04:58 +02:00
dl-linux-tarball.bash macos: tests: use curl of wget is not available 2018-03-07 09:40:48 +01:00
fuse-unmount.bash Assorted spelling fixes. 2018-12-27 15:19:55 +01:00
len2elen.sh test: len2elen.sh: fix first line output 2019-02-17 16:06:05 +01:00
maxlen.bash maxlen.bash: result was 1 too high 2016-10-04 10:26:22 +02:00