libgocryptfs/cryptfs
Jakob Unterwurzacher 40448db909 Fix xfstests generic/030 failure
The actual fix is

	oldSize := f.cfs.PlainSize(uint64(fi.Size()))

the rest is logging improvements
2015-10-04 00:26:20 +02:00
..
config_file.go Use MarshalIndent for JSON generation 2015-09-14 00:45:41 +02:00
content_test.go tests: add TestCiphertextRange 2015-09-08 22:36:38 +02:00
cryptfs_content.go Fix xfstests generic/030 failure 2015-10-04 00:26:20 +02:00
cryptfs_names.go symlink encryption: pass ".." and "." through unchanged 2015-09-16 18:43:07 +02:00
cryptfs.go debug: log inode number instead of encrypted filename 2015-10-03 19:16:34 +02:00
intrablock.go Cleanup and rename files 2015-09-05 20:30:20 +02:00
kdf.go Encrypt key with scrypt-hashed password 2015-09-13 22:09:38 +02:00
log.go Fix xfstests generic/030 failure 2015-10-04 00:26:20 +02:00
names_test.go Add tests for name encryption and byte range splitting 2015-09-07 21:25:05 +02:00
nonce.go Implement json config storage (not yet encrypted) 2015-09-13 17:55:07 +02:00
openssl_aead.go Add OpenSSL support for file content encryption/decryption 2015-09-06 10:42:34 +02:00