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
/
cli_args.go
Age
Commit message (
Expand
)
Author
2017-06-07
Add "-trace" flag (record execution trace)
Jakob Unterwurzacher
2017-06-01
Implement force_owner option to display ownership as a specific user.
Charles Duffy
2017-05-30
main: add "-info" option
Jakob Unterwurzacher
2017-05-30
main: add short help text
Jakob Unterwurzacher
2017-05-07
exitcodes: pull all exit code definitions into the package
Jakob Unterwurzacher
2017-04-29
main: "--" should also block "-o" parsing
Jakob Unterwurzacher
2017-04-24
forcedecode: tighten checks
Jakob Unterwurzacher
2017-04-23
Add -forcedecode
danim7
2017-03-25
Further explain the use of 'scryptn' parameter (#94)
danim7
2017-03-18
serialize_reads: add read serialization logic
Jakob Unterwurzacher
2017-03-07
cli: enable "-raw64" by default
Jakob Unterwurzacher
2017-03-07
cli: add "-hkdf" option
Jakob Unterwurzacher
2017-02-22
Implement "gocryptfs -speed"
Jakob Unterwurzacher
2017-01-29
readpassword: support spaces in "-passfile" filename
Jakob Unterwurzacher
2017-01-26
main: add "-fsname" option
Jakob Unterwurzacher
2016-12-10
ctlsock: exit early if socket cannot be created; delete on exit
Jakob Unterwurzacher
2016-11-25
main, fusefrontend: add "-noprealloc" option
Jakob Unterwurzacher
2016-11-10
ctlsock: add initial limited implementation
Jakob Unterwurzacher
2016-11-01
main: rename "-f" to "-fg"
Jakob Unterwurzacher
2016-11-01
Add support for unpadded base64 filenames, "-raw64"
Jakob Unterwurzacher
2016-10-24
Fix misspellings
Jakob Unterwurzacher
2016-10-16
main: catch "-extpass" AND "-masterkey" usage early
Jakob Unterwurzacher
2016-10-10
main: show "-o" in the help text
Jakob Unterwurzacher
2016-10-10
main: accept "-o" at the front AND at the end
Jakob Unterwurzacher
2016-10-09
main: more useful error message on unknown flag
Jakob Unterwurzacher
2016-10-09
main: add "-passfile" option
Jakob Unterwurzacher
2016-10-09
main: ignore options rw, nosuid, nodev.
Jakob Unterwurzacher
2016-10-09
main: also accept options at the end via "-o"
Jakob Unterwurzacher
2016-10-09
main: rename "-o" option to "-ko"
Jakob Unterwurzacher
2016-10-08
reverse: make gocryptfs.conf mapping plaintextnames-aware
Jakob Unterwurzacher
2016-10-06
main: add "-nonempty" option
Jakob Unterwurzacher
2016-10-04
lint fixes
Valient Gough
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
main: move initDir into its own file
Jakob Unterwurzacher
2016-09-25
main: factor out cli arg parsing
Jakob Unterwurzacher