Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-16 | MacOS: rely on OSXFuse to create mountpoint below /Volumes | Jakob Unterwurzacher | |
OSXFuse automatically creates the mountpoint if it is below /Volumes because this would require root permissions which the user might not have. Reported at https://github.com/rfjakob/gocryptfs/issues/194 | |||
2015-11-14 | Refactor cli argument handling | Jakob Unterwurzacher | |
Also, add the "-config" option for storing gocryptfs.conf outside of CIPHERDIR. | |||
2015-11-01 | Fix missing printf arguments discovered by "go vet" | Jakob Unterwurzacher | |
2015-10-11 | Run gofmtv0.2 | Jakob Unterwurzacher | |
2015-10-11 | main: check directories for existence early | Jakob Unterwurzacher | |
This prevents that the user enters the password only to get an error later. |