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
path:
root
/
init_dir.go
Age
Commit message (
Expand
)
Author
2021-08-25
-devrandom: make flag a no-op
Jakob Unterwurzacher
2021-08-23
configfile: add Validate() function, support FlagXChaCha20Poly1305
Jakob Unterwurzacher
2021-08-23
go mod: declare module version v2
Jakob Unterwurzacher
2021-08-21
configfile: pass struct to Create 2/2
Jakob Unterwurzacher
2021-08-21
configfile: pass struct to Create 1/2
Jakob Unterwurzacher
2021-08-20
-deterministic-names: accept flag on -init
Jakob Unterwurzacher
2021-08-20
Implement -deterministic-names: extended -zerodiriv
Jakob Unterwurzacher
2021-08-19
Flag -zerodiriv to create all diriv as all zero byte files
Jose M Perez
2021-08-10
main: take advantage of pflag slice types
Jakob Unterwurzacher
2020-09-12
Add support for FIDO2 tokens
Pavol Rusnak
2020-09-06
gocryptfs -init: fix wrong exit code on non-empty dir
Jakob Unterwurzacher
2020-05-17
main: accept multiple -passfile options
Jakob Unterwurzacher
2019-12-28
remove Trezor support
Pavol Rusnak
2019-08-04
Rename isDirEmpty -> isEmptyDir
Jakob Unterwurzacher
2019-04-08
readpassword: delete CheckTrailingGarbage
Jakob Unterwurzacher
2019-03-03
Allow multiple -extpass arguments
Jakob Unterwurzacher
2019-01-03
Omit syscall.O_RDONLY flag when passing O_PATH.
Sebastian Lackner
2019-01-03
nametransform: simplify WriteDirIV to WriteDirIVAt
Jakob Unterwurzacher
2018-12-15
passfile: directly read file instead of invoking cat
Jakob Unterwurzacher
2018-09-23
fusefrontend: get rid of os.File* wrapping
Jakob Unterwurzacher
2018-07-01
trezor: add TrezorPayload
Jakob Unterwurzacher
2018-07-01
configfile: reduce function name stutter
Jakob Unterwurzacher
2018-07-01
trezor: add skeleton for Trezor support
Jakob Unterwurzacher
2018-04-01
main: move and rename checkDir*() helper
Jakob Unterwurzacher
2018-04-01
main: pull regular exits into main function
Jakob Unterwurzacher
2018-02-18
main: zero password once we are done with it
Jakob Unterwurzacher
2018-02-18
main: overwrite keys and let them run out of scope
Jakob Unterwurzacher
2017-11-29
fusefrontend: allow_other: close race between mkdir and chown
Sebastian Lackner
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-05-07
exitcodes: pull all exit code definitions into the package
Jakob Unterwurzacher
2017-03-05
configfile: switch on Raw64 by default
Jakob Unterwurzacher
2017-02-12
Check for trailing garbage after the password
Jakob Unterwurzacher
2016-11-01
Add support for unpadded base64 filenames, "-raw64"
Jakob Unterwurzacher
2016-10-09
main: init: handle spaces in mount suggestion message
Jakob Unterwurzacher
2016-10-04
lint fixes
Valient Gough
2016-09-28
main: get rid of duplicate "extpass" message
Jakob Unterwurzacher
2016-09-26
reverse: switch from GCM-SIV to AES-SIV
v1.1-beta1
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
main: init: refuse overwriting .gocryptfs.reverse.conf
Jakob Unterwurzacher
2016-09-25
reverse: enable init functionality
Jakob Unterwurzacher
2016-09-25
main: move initDir into its own file
Jakob Unterwurzacher