libgocryptfs/cryptfs
Jakob Unterwurzacher e99e841713 Rmdir: handle creating and removing unreadable directories
This patch also splits off Mkdir and Rmdir into its own file.

Fixes issue #8, thanks to @diseq for the bug report.
2015-12-11 20:02:12 +01:00
..
config_test tests: add config file and feature flags tests 2015-11-03 21:09:58 +01:00
address_translation.go CipherSizeToPlainSize: Handle illegal states 2015-11-15 14:15:21 +01:00
config_file.go Simplify CreateConfFile: do not allow specification of EMENames 2015-12-10 19:38:02 +01:00
config_test.go Simplify CreateConfFile: do not allow specification of EMENames 2015-12-10 19:38:02 +01:00
content_test.go Run go fmt and go vet 2015-11-14 17:16:17 +01:00
cryptfs.go Add EME filename encryption & enable it by default 2015-12-08 16:17:04 +01:00
cryptfs_content.go config: Introduce ext4-style feature flags 2015-11-03 21:05:47 +01:00
file_header.go Bump on-disk version to 2 2015-11-02 23:10:11 +01:00
gcm_go14.go Wrap NewGCMWithNonceSize() to enable compilation on Go 1.4 2015-12-10 20:55:09 +01:00
gcm_go15.go Wrap NewGCMWithNonceSize() to enable compilation on Go 1.4 2015-12-10 20:55:09 +01:00
intrablock.go Refactor ciphertext <-> plaintext offset translation functions 2015-11-01 12:11:36 +01:00
kdf.go init: create gocryptfs.diriv after creating gocryptfs.conf 2015-12-06 14:24:45 +01:00
kdf_test.go tests: add scrypt benchmark 2015-11-29 14:50:02 +01:00
log.go Add EME filename encryption & enable it by default 2015-12-08 16:17:04 +01:00
names_core.go Add EME filename encryption & enable it by default 2015-12-08 16:17:04 +01:00
names_diriv.go Add EME filename encryption & enable it by default 2015-12-08 16:17:04 +01:00
names_noiv.go Add EME filename encryption & enable it by default 2015-12-08 16:17:04 +01:00
names_test.go Add EME filename encryption & enable it by default 2015-12-08 16:17:04 +01:00
nonce.go Rmdir: handle creating and removing unreadable directories 2015-12-11 20:02:12 +01:00
openssl_aead.go opensslGCM: preallocate buffer space, improves performance by 11% 2015-12-08 13:22:57 +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