aboutsummaryrefslogtreecommitdiff
path: root/cli_args.go
AgeCommit message (Expand)Author
2017-06-07Add "-trace" flag (record execution trace)Jakob Unterwurzacher
2017-06-01Implement force_owner option to display ownership as a specific user.Charles Duffy
2017-05-30main: add "-info" optionJakob Unterwurzacher
2017-05-30main: add short help textJakob Unterwurzacher
2017-05-07exitcodes: pull all exit code definitions into the packageJakob Unterwurzacher
2017-04-29main: "--" should also block "-o" parsingJakob Unterwurzacher
2017-04-24forcedecode: tighten checksJakob Unterwurzacher
2017-04-23Add -forcedecodedanim7
2017-03-25Further explain the use of 'scryptn' parameter (#94)danim7
2017-03-18serialize_reads: add read serialization logicJakob Unterwurzacher
2017-03-07cli: enable "-raw64" by defaultJakob Unterwurzacher
2017-03-07cli: add "-hkdf" optionJakob Unterwurzacher
2017-02-22Implement "gocryptfs -speed"Jakob Unterwurzacher
2017-01-29readpassword: support spaces in "-passfile" filenameJakob Unterwurzacher
2017-01-26main: add "-fsname" optionJakob Unterwurzacher
2016-12-10ctlsock: exit early if socket cannot be created; delete on exitJakob Unterwurzacher
2016-11-25main, fusefrontend: add "-noprealloc" optionJakob Unterwurzacher
2016-11-10ctlsock: add initial limited implementationJakob Unterwurzacher
2016-11-01main: rename "-f" to "-fg"Jakob Unterwurzacher
2016-11-01Add support for unpadded base64 filenames, "-raw64"Jakob Unterwurzacher
2016-10-24Fix misspellingsJakob Unterwurzacher
2016-10-16main: catch "-extpass" AND "-masterkey" usage earlyJakob Unterwurzacher
2016-10-10main: show "-o" in the help textJakob Unterwurzacher
2016-10-10main: accept "-o" at the front AND at the endJakob Unterwurzacher
2016-10-09main: more useful error message on unknown flagJakob Unterwurzacher
2016-10-09main: add "-passfile" optionJakob Unterwurzacher
2016-10-09main: ignore options rw, nosuid, nodev.Jakob Unterwurzacher
2016-10-09main: also accept options at the end via "-o"Jakob Unterwurzacher
2016-10-09main: rename "-o" option to "-ko"Jakob Unterwurzacher
2016-10-08reverse: make gocryptfs.conf mapping plaintextnames-awareJakob Unterwurzacher
2016-10-06main: add "-nonempty" optionJakob Unterwurzacher
2016-10-04lint fixesValient Gough
2016-09-26reverse: switch from GCM-SIV to AES-SIVv1.1-beta1Jakob Unterwurzacher
2016-09-25reverse: add gcmsiv flag and associated testsJakob Unterwurzacher
2016-09-25main: move initDir into its own fileJakob Unterwurzacher
2016-09-25main: factor out cli arg parsingJakob Unterwurzacher