index
:
gocryptfs
570
LockSharedStorage
allow_other
codeql
dependabot
det
master
next
paralin-update-deps
setup-go-v3
testing_init
Mirror of gocryptfs source code on Github
https://github.com/rfjakob/gocryptfs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cryptfs
Age
Commit message (
Expand
)
Author
2015-10-11
main: check directories for existence early
Jakob Unterwurzacher
2015-10-07
Run go fmt
Jakob Unterwurzacher
2015-10-07
Add test.bash
v0.1
Jakob Unterwurzacher
2015-10-07
Implement "gocryptfs --passwd" (pasword changing)
Jakob Unterwurzacher
2015-10-06
Use block number as authentication data
Jakob Unterwurzacher
2015-10-06
Switch to AES-256
Jakob Unterwurzacher
2015-10-06
Implement proper daemonization
Jakob Unterwurzacher
2015-10-04
openssl AEAD wrapper: handle authenticated data
Jakob Unterwurzacher
2015-10-04
Switch nonce generation to purely random
Jakob Unterwurzacher
2015-10-04
Run go fmt
Jakob Unterwurzacher
2015-10-04
intraBlock: Rename Offset to Skip
Jakob Unterwurzacher
2015-10-04
Add BlockNoPlainOff() and BlockNoCipherOff() + test
Jakob Unterwurzacher
2015-10-04
Fix xfstests generic/030 failure
Jakob Unterwurzacher
2015-10-03
debug: log inode number instead of encrypted filename
Jakob Unterwurzacher
2015-10-03
Implement file hole passtrough
Jakob Unterwurzacher
2015-09-30
Implement Truncate() + Test
Jakob Unterwurzacher
2015-09-30
DecryptBlocks: Don't shadow err variable
Jakob Unterwurzacher
2015-09-16
Fix symlink size reporting
Jakob Unterwurzacher
2015-09-16
symlink encryption: pass ".." and "." through unchanged
Jakob Unterwurzacher
2015-09-14
Use MarshalIndent for JSON generation
Jakob Unterwurzacher
2015-09-13
Encrypt key with scrypt-hashed password
Jakob Unterwurzacher
2015-09-13
Implement json config storage (not yet encrypted)
Jakob Unterwurzacher
2015-09-09
Fix File.GettAttr() size reporting
Jakob Unterwurzacher
2015-09-08
Explain both frontends in readme
Jakob Unterwurzacher
2015-09-08
Fix panic on absolute symlink
Jakob Unterwurzacher
2015-09-08
tests: add TestCiphertextRange
Jakob Unterwurzacher
2015-09-08
More debug logging, improve main_test.go (do not use all-zero content)
Jakob Unterwurzacher
2015-09-08
Add pathfs frontend, part II
Jakob Unterwurzacher
2015-09-08
Add pathfs frontend (uses go-fuse instead of bazil-fuse), part I
Jakob Unterwurzacher
2015-09-07
Add tests for name encryption and byte range splitting
Jakob Unterwurzacher
2015-09-06
Add OpenSSL support for file content encryption/decryption
Jakob Unterwurzacher
2015-09-06
Bundle up blocks for bigger reads from the backing filesystem
Jakob Unterwurzacher
2015-09-05
Use Debug object instead of fmt
Jakob Unterwurzacher
2015-09-05
Cleanup and rename files
Jakob Unterwurzacher
2015-09-05
Fix size reporting
Jakob Unterwurzacher
2015-09-05
Fix write path
Jakob Unterwurzacher
2015-09-05
Fix read path
Jakob Unterwurzacher
2015-09-05
Wrap cluefs part I
Jakob Unterwurzacher
2015-09-04
Rebase to cluefs
Jakob Unterwurzacher
2015-09-03
Builds and mounts
Jakob Unterwurzacher
2015-09-03
Split into FS and File
Jakob Unterwurzacher