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
Age
Commit message (
Expand
)
Author
2017-03-07
configfile: enable HKDF and Raw64 feature flags by default
Jakob Unterwurzacher
2017-03-07
tests: reverse: don't run tests that ignore "-plaintextnames" twice
Jakob Unterwurzacher
2017-03-07
Report correct symbolic link dentry sizes
M. Vefa Bicakci
2017-03-05
tests: configfile: fix spurious test failure II
Jakob Unterwurzacher
2017-03-05
tests: configfile: fix spurious test failure
Jakob Unterwurzacher
2017-03-05
tests: add v1.3 example filesystem
Jakob Unterwurzacher
2017-03-05
configfile: disable Raw64 for now
Jakob Unterwurzacher
2017-03-05
nametransform: fix Raw64 not affecting symlink targets
Jakob Unterwurzacher
2017-03-05
nametransform: fix Raw64 not affecting longnames
Jakob Unterwurzacher
2017-03-05
full stack: implement HKDF support
Jakob Unterwurzacher
2017-03-05
configfile: reject the "HKDF" flag for now
Jakob Unterwurzacher
2017-03-05
configfile: switch on Raw64 by default
Jakob Unterwurzacher
2017-03-05
configfile: switch to 128-bit IVs for master key encryption
Jakob Unterwurzacher
2017-03-05
README: fix "compatibility" typo
Jakob Unterwurzacher
2017-03-05
Drop Go 1.4 compatability code everywhere
Jakob Unterwurzacher
2017-03-05
README: drop Go 1.4 compatability for gocryptfs v1.3
Jakob Unterwurzacher
2017-03-05
cryptocore: rename "BackendTypeEnum" -> "AEADTypeEnum"
Jakob Unterwurzacher
2017-03-05
cryptocore: use eme v1.1 interface
Jakob Unterwurzacher
2017-03-05
tests: stop calling t.Fatal from example_test_helpers
Jakob Unterwurzacher
2017-03-05
test.bash: execute build-without-openssl.bash instead of sourcing it
Jakob Unterwurzacher
2017-03-05
configfile: define HKDF flag
Jakob Unterwurzacher
2017-03-02
fusefrontend: when chown'ing a directory, also chown its diriv
Jakob Unterwurzacher
2017-03-02
main: get rid of third open paniclog fd
Jakob Unterwurzacher
2017-03-01
CLI_ABI: smaller markdown subheadings
rfjakob
2017-02-28
Update README.md (#85)
Peter Reschenhofer
2017-02-26
README: update changelog for 1.2.1 release
v1.2.1
Jakob Unterwurzacher
2017-02-26
tests: somewhat support testing without openssl
Jakob Unterwurzacher
2017-02-26
MANPAGE: document "-speed"
Jakob Unterwurzacher
2017-02-26
MANPAGE: document error code 12
Jakob Unterwurzacher
2017-02-26
exitcodes: define code 12 for "password incorrect"
Jakob Unterwurzacher
2017-02-25
configfile: rename "kdf.go" -> "scrypt.go"
Jakob Unterwurzacher
2017-02-24
stupidgcm: drop only external dependecy
Jakob Unterwurzacher
2017-02-24
speed: add benchmark.bash helper
Jakob Unterwurzacher
2017-02-23
README: fix typo and simplify MANPAGE text
Jakob Unterwurzacher
2017-02-23
speed: fix build for Go 1.4 and lower
Jakob Unterwurzacher
2017-02-22
Implement "gocryptfs -speed"
Jakob Unterwurzacher
2017-02-20
tests: adapt dir overwrite test for Go 1.8
Jakob Unterwurzacher
2017-02-20
Travis CI: also test with Go 1.8
Jakob Unterwurzacher
2017-02-20
Get rid of remaining $GOPATH dependencies
Jakob Unterwurzacher
2017-02-20
build.bash: use $(go env GOPATH)
Jakob Unterwurzacher
2017-02-19
build.bash: deduplicate build call
Jakob Unterwurzacher
2017-02-19
build.bash: GOPATH may be unset since Go v1.8. Handle it.
Jakob Unterwurzacher
2017-02-17
tests.bash: OSX compat: use "flock -n" and skip openssl build
Jakob Unterwurzacher
2017-02-16
Travis: set clone depth to 100
Jakob Unterwurzacher
2017-02-16
tests: reverse: check Access() call
Jakob Unterwurzacher
2017-02-16
fusefrontend_reverse: handle .name files in Access()
Jakob Unterwurzacher
2017-02-16
tests: configfile: add missing newlines in verbose output
Jakob Unterwurzacher
2017-02-16
tests: OSX compat: wrap Stat_t atime extract
Jakob Unterwurzacher
2017-02-16
syscallcompat: OSX compat: fix variable warnings
Jakob Unterwurzacher
2017-02-16
tests: OSX compat: use "mount" command instead of /proc/mounts
Jakob Unterwurzacher
[next]