libgocryptfs/cryptfs
Jakob Unterwurzacher 3a2610a141 symlink encryption: pass ".." and "." through unchanged
This fixes relative symlinks:

$ tar xf linux-4.2.tar.gz
tar: linux-4.2/tools/testing/selftests/powerpc/vphn/vphn.h: Cannot utime: No such file or directory
tar: linux-4.2/tools/testing/selftests/powerpc/vphn/vphn.c: Cannot utime: No such file or directory
tar: linux-4.2/tools/testing/selftests/powerpc/stringloops/memcmp_64.S: Cannot utime: No such file or directory
tar: linux-4.2/tools/testing/selftests/powerpc/primitives/word-at-a-time.h: Cannot utime: No such file or directory
tar: linux-4.2/tools/testing/selftests/powerpc/primitives/asm/asm-compat.h: Cannot utime: No such file or directory
tar: linux-4.2/tools/testing/selftests/powerpc/copyloops/memcpy_power7.S: Cannot utime: No such file or directory
tar: linux-4.2/tools/testing/selftests/powerpc/copyloops/memcpy_64.S: Cannot utime: No such file or directory
tar: linux-4.2/tools/testing/selftests/powerpc/copyloops/copyuser_power7.S: Cannot utime: No such file or directory
tar: linux-4.2/tools/testing/selftests/powerpc/copyloops/copyuser_64.S: Cannot utime: No such file or directory
tar: linux-4.2/arch/powerpc/boot/dts/include/dt-bindings: Cannot utime: No such file or directory
tar: linux-4.2/arch/mips/boot/dts/include/dt-bindings: Cannot utime: No such file or directory
tar: linux-4.2/arch/metag/boot/dts/include/dt-bindings: Cannot utime: No such file or directory
tar: linux-4.2/arch/arm64/boot/dts/include/dt-bindings: Cannot utime: No such file or directory
tar: linux-4.2/arch/arm/boot/dts/include/dt-bindings: Cannot utime: No such file or directory
tar: Exiting with failure status due to previous errors
2015-09-16 18:43:07 +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.go Encrypt key with scrypt-hashed password 2015-09-13 22:09:38 +02:00
cryptfs_content.go tests: add TestCiphertextRange 2015-09-08 22:36:38 +02:00
cryptfs_names.go symlink encryption: pass ".." and "." through unchanged 2015-09-16 18:43:07 +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 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 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