libgocryptfs/internal
Jakob Unterwurzacher 6b94f5ef51 reverse mode: -exclude: filter out excluded .name files
Fixes https://github.com/rfjakob/gocryptfs/issues/286 :

While the actual file is properly excluded, the * .name file is still leaked in the directory listing:

```
drwxr-xr-x 2 sebastian sebastian 4,0K Dez 17 14:58 .
drwxr-xr-x 7 sebastian sebastian 4,0K Dez 17 14:45 ..
-r-------- 1 sebastian sebastian  408 Dez 17 14:56 gocryptfs.conf
-r--r--r-- 1 sebastian sebastian   16 Dez 17 14:58 gocryptfs.diriv
-r--r--r-- 1 sebastian sebastian  320 Dez 17 14:58 gocryptfs.longname.3vZ_r3eDPb1_fL3j5VA4rd_bcKWLKT9eaxOVIGK5HFA.name
```
2019-01-04 17:59:00 +01:00
..
configfile configfile: Fix a copy&paste error in validateParams method. 2018-12-28 09:58:46 +01:00
contentenc configfile: Explicitly wipe scrypt derived key after decrypting/encrypting master key. 2018-12-27 18:47:14 +01:00
cryptocore tlog: stop embedding log.Logger to prevent mistakes 2018-02-28 09:02:18 +01:00
ctlsock fsck: clean up log output 2018-04-02 18:32:30 +02:00
exitcodes Assorted spelling fixes. 2018-12-27 15:19:55 +01:00
fusefrontend fusefrontend: Allow to create sparse file of size 4096. 2019-01-04 01:38:47 +01:00
fusefrontend_reverse reverse mode: -exclude: filter out excluded .name files 2019-01-04 17:59:00 +01:00
nametransform A few more spelling fixes. 2019-01-04 01:23:44 +01:00
openfiletable Add option for autounmount 2018-10-11 20:16:45 +02:00
pathiv pathiv: fix test failure on Go 1.6 2017-05-31 08:21:36 +02:00
prefer_openssl prefer_openssl: default to Go GCM on OSX 2016-12-10 21:04:17 +01:00
readpassword tests: fix TestPassfileNewline 2018-12-16 12:33:25 +01:00
serialize_reads fix golint complaints 2017-04-29 14:50:58 +02:00
siv_aead siv_aead: create private key copy and implement wiping 2018-02-18 16:01:46 +01:00
speed fix golint complaints 2017-04-29 14:50:58 +02:00
stupidgcm Assorted spelling fixes. 2018-12-27 15:19:55 +01:00
syscallcompat syscallcompat: Use O_PATH to open base directory. 2019-01-03 18:24:05 +01:00
tlog tlog: disable color codes when switching to syslog 2018-10-17 22:34:30 +02:00