libgocryptfs/cryptfs
Jakob Unterwurzacher 8fb32aab68 Downgrade "gocryptfs.diriv not found" warning if the directory was deleted
The directory may have been concurrently deleted or moved. Failure to
read the diriv is not an error in that case.

Downgrading the message to debug.
2016-01-24 19:40:53 +01:00
..
config_test tests: add config file and feature flags tests 2015-11-03 21:09:58 +01:00
address_translation.go Increase GCM IV size from 96 to 128 bits 2015-12-19 15:02:29 +01:00
config_file.go Convert logging to standard Go log.Logger 2016-01-20 20:57:00 +01:00
config_test.go Remove last SetOutput from generic code 2016-01-22 21:49:56 +01:00
content_test.go Increase GCM IV size from 96 to 128 bits 2015-12-19 15:02:29 +01:00
cryptfs.go Wrap Logger to make disabling output more efficient 2016-01-21 22:59:11 +01:00
cryptfs_content.go Convert logging to standard Go log.Logger 2016-01-20 20:57:00 +01:00
file_header.go Bump on-disk version to 2 2015-11-02 23:10:11 +01:00
gcm_go1.4.go renamed: cryptfs/gcm_go14.go -> cryptfs/gcm_go1.4.go 2016-01-22 21:39:16 +01:00
gcm_go1.5.go renamed: cryptfs/gcm_go14.go -> cryptfs/gcm_go1.4.go 2016-01-22 21:39:16 +01:00
intrablock.go Refactor ciphertext <-> plaintext offset translation functions 2015-11-01 12:11:36 +01:00
kdf.go Convert logging to standard Go log.Logger 2016-01-20 20:57:00 +01:00
kdf_test.go tests: add scrypt benchmark 2015-11-29 14:50:02 +01:00
log.go Disable syslog in Go 1.4 and lower (method SetOutput does not exist) 2016-01-22 21:41:34 +01:00
log_go1.4.go Add missing import for Go 1.4 2016-01-22 21:42:58 +01:00
log_go1.5.go Disable syslog in Go 1.4 and lower (method SetOutput does not exist) 2016-01-22 21:41:34 +01:00
names_core.go Add EME filename encryption & enable it by default 2015-12-08 16:17:04 +01:00
names_diriv.go Downgrade "gocryptfs.diriv not found" warning if the directory was deleted 2016-01-24 19:40:53 +01:00
names_noiv.go Add EME filename encryption & enable it by default 2015-12-08 16:17:04 +01:00
names_test.go Increase GCM IV size from 96 to 128 bits 2015-12-19 15:02:29 +01:00
nonce.go Increase GCM IV size from 96 to 128 bits 2015-12-19 15:02:29 +01:00
openssl_aead.go Increase GCM IV size from 96 to 128 bits 2015-12-19 15:02:29 +01:00
openssl_benchmark.bash tests: add encryption benchmarks to cryptfs 2015-12-08 13:19:19 +01:00
openssl_test.go Wrap NewGCMWithNonceSize() to enable compilation on Go 1.4 2015-12-10 20:55:09 +01:00