Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-09 | main: also accept options at the end via "-o" | Jakob Unterwurzacher | |
For compatability with mount(1), options are also accepted as "-o COMMA-SEPARATED-OPTIONS" at the end of the command line. For example, "-o q,zerokey" is equivalent to "-q -zerokey". | |||
2016-10-09 | main: rename "-o" option to "-ko" | Jakob Unterwurzacher | |
This prevents confusion with the "-o" options that is passed by mount(1) at the end of the command line. | |||
2016-10-08 | reverse: make gocryptfs.conf mapping plaintextnames-aware | Jakob Unterwurzacher | |
Only in plaintextnames-mode AND with the config file at the default location it will be mapped into the mountpoint. Also adds a test for that. | |||
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-SIVv1.1-beta1 | Jakob Unterwurzacher | |
GCM-SIV is not yet finalized, and the reference implemenation is painfully slow at about 2 MB/s. Switch to AES-SIV. | |||
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 | |
The main function has gotten way too big. |