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
/
config_file.go
Age
Commit message (
Expand
)
Author
2018-02-18
readpassword: convert from string to []byte
Jakob Unterwurzacher
2018-02-18
configfile: overwrite and let keys run out of scope
Jakob Unterwurzacher
2017-11-21
main: Add '-devrandom' commandline option
Sebastian Lackner
2017-05-14
exitcodes: specific codes for failure to read or write gocryptfs.conf
Jakob Unterwurzacher
2017-04-23
Add -forcedecode
danim7
2017-03-07
configfile: HKDF feature flag should also be set for "-plaintextnames"
Jakob Unterwurzacher
2017-03-07
configfile: enable HKDF and Raw64 feature flags by default
Jakob Unterwurzacher
2017-03-05
tests: configfile: fix spurious test failure
Jakob Unterwurzacher
2017-03-05
configfile: disable Raw64 for now
Jakob Unterwurzacher
2017-03-05
full stack: implement HKDF support
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-02-26
exitcodes: define code 12 for "password incorrect"
Jakob Unterwurzacher
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-15
Rename internal "toggledlog" package to "tlog"
Jakob Unterwurzacher
2016-06-06
configfile: warn about missing feature flags
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
Major refactoring: Split up "cryptfs" into several internal packages
Jakob Unterwurzacher