summaryrefslogtreecommitdiff
path: root/cli_args.go
AgeCommit message (Expand)Author
2020-09-12Add support for FIDO2 tokensPavol Rusnak
2020-05-17main: accept multiple -passfile optionsJakob Unterwurzacher
2020-05-17Update go-fuse import path to github.com/hanwen/go-fuse/v2Jakob Unterwurzacher
2020-05-10Fix spelling mistakes found by misspellJakob Unterwurzacher
2020-02-28Show undecryptable filenames if they match supplied globorcas
2020-02-15merge prefer_openssl package into stupidgcmJakob Unterwurzacher
2019-12-28remove Trezor supportPavol Rusnak
2019-05-13-passwd now takes a passed -scryptn flag into accountJakob Unterwurzacher
2019-03-31Allow "nofail" for /etc/fstab useJakob Unterwurzacher
2019-03-26reverse mode: support wildcard exclude (--exclude-wildcard)Eduardo M KALINOWSKI
2019-03-03Allow multiple -extpass argumentsJakob Unterwurzacher
2019-01-05main: Run 'ensure fds' code early during the program startup.Sebastian Lackner
2018-12-15passfile: directly read file instead of invoking catJakob Unterwurzacher
2018-10-11Add option for autounmountJesse Dunietz
2018-08-15trezor: show support in version stringJakob Unterwurzacher
2018-08-15main: add -e as an alias for -excludeJakob Unterwurzacher
2018-08-11reverse mode: add --exclude optionJakob Unterwurzacher
2018-08-11cli: add multipleStrings typeJakob Unterwurzacher
2018-07-01trezor: exit with usage error if used together with -extpassJakob Unterwurzacher
2018-07-01trezor: add skeleton for Trezor supportJakob Unterwurzacher
2018-06-08main: cut down "flag provided but not defined" error messageJakob Unterwurzacher
2018-06-07main: accept -dev, -nodev, -suid, -nosuid, -exec, -noexecJakob Unterwurzacher
2018-06-05main: make prefixOArgs errors testableJakob Unterwurzacher
2018-04-01main: add "-fsck" flagJakob Unterwurzacher
2017-11-21main: Add '-devrandom' commandline optionSebastian Lackner
2017-11-12main: add "-sharedstorage" flagJakob Unterwurzacher
2017-08-21Fix misspellings reported by goreportcard.comJakob Unterwurzacher
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