libgocryptfs/cryptfs
Jakob Unterwurzacher e7ba3c61f1 Fix File.GettAttr() size reporting
The too-large reported value broke mmap
(applications saw appended zero bytes)

Also
* Add locking for all fd operations
* Add "--debug" command line switch
2015-09-09 19:32:59 +02:00
..
content_test.go tests: add TestCiphertextRange 2015-09-08 22:36:38 +02:00
cryptfs.go Add OpenSSL support for file content encryption/decryption 2015-09-06 10:42:34 +02:00
cryptfs_content.go tests: add TestCiphertextRange 2015-09-08 22:36:38 +02:00
cryptfs_names.go Fix panic on absolute symlink 2015-09-08 22:53:06 +02:00
intrablock.go Cleanup and rename files 2015-09-05 20:30:20 +02:00
log.go Fix File.GettAttr() size reporting 2015-09-09 19:32:59 +02:00
names_test.go Add tests for name encryption and byte range splitting 2015-09-07 21:25:05 +02:00
nonce.go Use Debug object instead of fmt 2015-09-05 20:36:26 +02:00
openssl_aead.go Add OpenSSL support for file content encryption/decryption 2015-09-06 10:42:34 +02:00