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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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-19
diriv: handle directory rename over directory
Jakob Unterwurzacher
2015-12-13
go fmt
Jakob Unterwurzacher
2015-12-13
Handle EINTR returned by Fallocate
Jakob Unterwurzacher
2015-12-11
tests: overwrite directory with another directory
Jakob Unterwurzacher
2015-12-11
tests: add "gocryptfs -init -plaintextnames" cli testcase
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
tests: test read-write directory operations on all example filesystems
Jakob Unterwurzacher
2015-12-10
tests: add v0.6-plaintextnames example filesystem
Jakob Unterwurzacher
2015-12-10
Simplify CreateConfFile: do not allow specification of EMENames
Jakob Unterwurzacher
2015-12-10
Add missing PlaintextNames checks in OpenDir, Mkdir, Rmdir, initDir
Jakob Unterwurzacher
2015-12-08
travis ci: do not build on go 1.4.3
Jakob Unterwurzacher
2015-12-08
README: fix typo
Jakob Unterwurzacher
2015-12-08
Update README + docs for v0.6 release
v0.6
Jakob Unterwurzacher
2015-12-08
tests: add v0.6 example filesystem with EME
Jakob Unterwurzacher
2015-12-08
Add EME filename encryption & enable it by default
Jakob Unterwurzacher
2015-12-08
go fmt
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
Update README
v0.5.1
Jakob Unterwurzacher
2015-12-06
tests: add TestRename
Jakob Unterwurzacher
2015-12-06
fallocate the space needed for the file header beforehand
Jakob Unterwurzacher
2015-12-06
Fix rename, was broken broken by DirIV introduction
Jakob Unterwurzacher
2015-12-06
tests: recreate v0.5 example filesystems with -scryptn=10
Jakob Unterwurzacher
2015-12-06
init: create gocryptfs.diriv after creating gocryptfs.conf
Jakob Unterwurzacher
2015-12-04
performance.txt: link to linux-3.0.tar.gz
Jakob Unterwurzacher
2015-12-04
Update manpage with -diriv and -scryptn
v0.5
Jakob Unterwurzacher
2015-12-04
Show base64 encoding in filename encryption svg
Jakob Unterwurzacher
2015-12-02
svg: add colored annotations
Jakob Unterwurzacher
2015-12-01
Cut down the text in SECURITY.md, add graphs
Jakob Unterwurzacher
2015-12-01
Add svgs explaining the encryption steps
Jakob Unterwurzacher
2015-12-01
Make sure MANPAGE-render.bash works when called from outside Documentation
Jakob Unterwurzacher
2015-12-01
Move docs to Documentation folder
Jakob Unterwurzacher
2015-11-29
Update README and SECURITY documents
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
Handle all operations except mounting without forking a child
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
tests: add v0.5 example filesystem (with DirIV!)
Jakob Unterwurzacher
2015-11-28
tests: verify that symlinks work
Jakob Unterwurzacher
2015-11-28
diriv: also support old CBC symlink
Jakob Unterwurzacher
2015-11-28
diriv: fix Symlink() and Readlink()
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
main: pass args struct instead of having a huge function call
Jakob Unterwurzacher
2015-11-27
Run go fmt
Jakob Unterwurzacher
[prev]
[next]