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
2016-01-25
Convert fdLock to an RWMutex and protect the whole transaction
Jakob Unterwurzacher
2016-01-24
Downgrade "gocryptfs.diriv not found" warning if the directory was deleted
Jakob Unterwurzacher
2016-01-22
Remove last SetOutput from generic code
Jakob Unterwurzacher
2016-01-22
Add missing import for Go 1.4
Jakob Unterwurzacher
2016-01-22
Disable syslog in Go 1.4 and lower (method SetOutput does not exist)
Jakob Unterwurzacher
2016-01-22
renamed: cryptfs/gcm_go14.go -> cryptfs/gcm_go1.4.go
Jakob Unterwurzacher
2016-01-21
Wrap Logger to make disabling output more efficient
Jakob Unterwurzacher
2016-01-20
Convert logging to standard Go log.Logger
Jakob Unterwurzacher
2015-12-19
Use NewGCMWithNonceSize only through goGCMWrapper to support Go 1.4
Jakob Unterwurzacher
2015-12-19
Increase GCM IV size from 96 to 128 bits
Jakob Unterwurzacher
2015-12-13
go fmt
Jakob Unterwurzacher
2015-12-11
Rmdir: handle creating and removing unreadable directories
Jakob Unterwurzacher
2015-12-10
Wrap NewGCMWithNonceSize() to enable compilation on Go 1.4
Jakob Unterwurzacher
2015-12-10
Simplify CreateConfFile: do not allow specification of EMENames
Jakob Unterwurzacher
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
[next]