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
/
integration_tests
Age
Commit message (
Expand
)
Author
2016-04-10
Fix "go tool vet -shadow=true" warnings
Jakob Unterwurzacher
2016-04-10
tests: clean up leftover mounts in resetTmpDir
Jakob Unterwurzacher
2016-02-07
longnames part II: Rename, Unlink, Rmdir, Mknod, Mkdir + tests
v0.9-rc1
Jakob Unterwurzacher
2016-02-07
tests: do not create gocryptfs.diriv if plaintextnames==true
Jakob Unterwurzacher
2016-02-07
Add tests for long name creation and renaming (currently failing, obviously)
Jakob Unterwurzacher
2016-02-06
Major refactoring: Split up "cryptfs" into several internal packages
Jakob Unterwurzacher
2016-01-31
Add new "-wpanic" option and enable it for the automated tests
Jakob Unterwurzacher
2016-01-24
tests: more helpful error message when the tmp dir cannot be cleared
Jakob Unterwurzacher
2016-01-20
Convert logging to standard Go log.Logger
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
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
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-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-06
tests: add TestRename
Jakob Unterwurzacher
2015-12-06
tests: recreate v0.5 example filesystems with -scryptn=10
Jakob Unterwurzacher
2015-11-29
Run go fmt
Jakob Unterwurzacher
2015-11-29
Add "-scryptn" option that sets the cost parameter for scrypt
v0.5-rc1
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: use "DirIV" flag to discern and support mounting old filesystems
Jakob Unterwurzacher
2015-11-27
Run go fmt
Jakob Unterwurzacher
2015-11-27
tests: create all-zero gocryptfs.diriv in resetTmpDir()
Jakob Unterwurzacher
2015-11-27
diriv: Convert filename encryption users to diriv
Jakob Unterwurzacher
2015-11-25
tests: check Mkdir and Rmdir
Jakob Unterwurzacher
2015-11-15
Update README for v0.4
Jakob Unterwurzacher
2015-11-15
tests: add example_filesystems, test password and -masterkey mount
Jakob Unterwurzacher
2015-11-15
tests: add tests for "-config" option
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-14
tests: Add file create benchmarks for different sizes
Jakob Unterwurzacher
2015-11-12
tests: replace linux kernel untar test with synthetic small file creation
Jakob Unterwurzacher
2015-11-12
tests: move integration tests to separate directory
Jakob Unterwurzacher