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-12-08
Add EME filename encryption & enable it by default
Jakob Unterwurzacher
2015-12-08
opensslGCM: preallocate buffer space, improves performance by 11%
Jakob Unterwurzacher
2015-12-08
tests: add encryption benchmarks to cryptfs
Jakob Unterwurzacher
2015-12-06
fallocate the space needed for the file header beforehand
Jakob Unterwurzacher
2015-12-06
init: create gocryptfs.diriv after creating gocryptfs.conf
Jakob Unterwurzacher
2015-11-29
Run go fmt
Jakob Unterwurzacher
2015-11-29
Add single-element cache for DirIV lookup
Jakob Unterwurzacher
2015-11-29
OpenDir performance: Read DirIV once and reuse it for all names
Jakob Unterwurzacher
2015-11-29
Add "-scryptn" option that sets the cost parameter for scrypt
v0.5-rc1
Jakob Unterwurzacher
2015-11-29
tests: add scrypt benchmark
Jakob Unterwurzacher
2015-11-28
diriv: fix readdir
Jakob Unterwurzacher
2015-11-28
diriv: use "DirIV" flag to discern and support mounting old filesystems
Jakob Unterwurzacher
2015-11-27
Run go fmt
Jakob Unterwurzacher
2015-11-27
diriv: Define "DirIV" feature flag
Jakob Unterwurzacher
2015-11-27
diriv: Move WriteDirIV() to cryptfs; add locking to Mkdir, Rmdir
Jakob Unterwurzacher
2015-11-27
diriv: Convert filename encryption users to diriv
Jakob Unterwurzacher
2015-11-25
diriv: Create gocryptfs.diriv in every directory
Jakob Unterwurzacher
2015-11-25
Tighten file permissions on gocryptfs.conf
Jakob Unterwurzacher
2015-11-15
CipherSizeToPlainSize: Handle illegal states
Jakob Unterwurzacher
2015-11-15
Add "-extpass" cli option and associated tests
Jakob Unterwurzacher
2015-11-14
Run go fmt and go vet
Jakob Unterwurzacher
2015-11-09
Add "-q" (quiet) flag
Jakob Unterwurzacher
2015-11-03
Centralize path filter decision in CryptFS.IsFiltered()
Jakob Unterwurzacher
2015-11-03
tests: add config file and feature flags tests
Jakob Unterwurzacher
2015-11-03
config: Introduce ext4-style feature flags
Jakob Unterwurzacher
2015-11-03
Fix tests broken by PlaintextNames addition
Jakob Unterwurzacher
2015-11-03
Update USAGE.txt
Jakob Unterwurzacher
2015-11-03
Implement PlainTextNames mode
Jakob Unterwurzacher
2015-11-02
Bump on-disk version to 2
Jakob Unterwurzacher
2015-11-02
Add "--plaintextnames" option
Jakob Unterwurzacher
2015-11-01
Refactor ciphertext <-> plaintext offset translation functions
Jakob Unterwurzacher
2015-11-01
Add file header (on-disk-format change)
Jakob Unterwurzacher
2015-11-01
Activate block number authentication
Jakob Unterwurzacher
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
[next]