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
/
internal
/
configfile
Age
Commit message (
Expand
)
Author
2017-01-26
main: make sure the ctlsock file is deleted on incorrect password
Jakob Unterwurzacher
2016-11-01
Add support for unpadded base64 filenames, "-raw64"
Jakob Unterwurzacher
2016-10-21
configfile: add newline at the end
Jakob Unterwurzacher
2016-10-16
main: allow password change with -masterkey
Jakob Unterwurzacher
2016-10-04
lint fixes
Valient Gough
2016-09-29
reverse: use per-purpose nonce generation
Jakob Unterwurzacher
2016-09-26
reverse: switch from GCM-SIV to AES-SIV
v1.1-beta1
Jakob Unterwurzacher
2016-09-25
Implement changes proposed by gosimple.
Jakob Unterwurzacher
2016-09-25
contentenc: add "ExternalNonce" mode
Jakob Unterwurzacher
2016-09-25
reverse: add gcmsiv flag and associated tests
Jakob Unterwurzacher
2016-09-25
contentenc: add GCM-SIV support
Jakob Unterwurzacher
2016-09-25
cryptocore: add support for GCM-SIV
Jakob Unterwurzacher
2016-09-25
main: initial support for reverse mode
Jakob Unterwurzacher
2016-07-06
Add godoc comments to all internal packages
Jakob Unterwurzacher
2016-06-19
Refuse mounting of v0.6 and older filesystems
Jakob Unterwurzacher
2016-06-16
Mount v0.6 and older filesystems as read-only
Jakob Unterwurzacher
2016-06-16
tests: update config_test example files
Jakob Unterwurzacher
2016-06-15
Rename internal "toggledlog" package to "tlog"
Jakob Unterwurzacher
2016-06-06
configfile: warn about missing feature flags
Jakob Unterwurzacher
2016-06-05
toggledlog: convert remaing naked fmt.Print*
Jakob Unterwurzacher
2016-06-05
main: print actual error from LoadConfFile()
Jakob Unterwurzacher
2016-06-05
configfile: use map[flagIota] for feature flags
Jakob Unterwurzacher
2016-06-05
configfile: bake the "Creator" gocryptfs version into the file
Jakob Unterwurzacher
2016-03-03
Enable openssl in tests to support old Go versions
Jakob Unterwurzacher
2016-02-06
longnames part I: Create and OpenDir work with long filenames > 176 bytes
Jakob Unterwurzacher
2016-02-06
Run go fmt
Jakob Unterwurzacher
2016-02-06
Fix tests - were broken by the refactoring
Jakob Unterwurzacher
2016-02-06
Major refactoring: Split up "cryptfs" into several internal packages
Jakob Unterwurzacher