Age | Commit message (Expand) | Author |
2016-10-16 | main: allow password change with -masterkey | Jakob Unterwurzacher |
2016-10-09 | main: more useful error message on unknown flag | Jakob Unterwurzacher |
2016-10-09 | main: also accept options at the end via "-o" | Jakob Unterwurzacher |
2016-10-09 | main: friendlier error message on wrong number of arguments | Jakob Unterwurzacher |
2016-10-08 | reverse: make gocryptfs.conf mapping plaintextnames-aware | Jakob Unterwurzacher |
2016-10-08 | main: split doMount into its own file | Jakob Unterwurzacher |
2016-10-08 | main: check if the config file can opened before prompting for password | Jakob Unterwurzacher |
2016-10-07 | MANPAGE: note that "-f" implies "-nosyslog" | Jakob Unterwurzacher |
2016-10-07 | main: daemonize more thoroughly | Jakob Unterwurzacher |
2016-10-07 | main: clarify nosyslog code path | Jakob Unterwurzacher |
2016-10-06 | main: add "-nonempty" option | Jakob Unterwurzacher |
2016-10-04 | lint fixes | Valient Gough |
2016-10-04 | without_openssl: support compiling completely without openssl | Jakob Unterwurzacher |
2016-09-26 | reverse: switch from GCM-SIV to AES-SIVv1.1-beta1 | Jakob Unterwurzacher |
2016-09-25 | Implement changes proposed by gosimple. | Jakob Unterwurzacher |
2016-09-25 | reverse: add gcmsiv flag and associated tests | Jakob Unterwurzacher |
2016-09-25 | reverse: use dynamic inode numbers | Jakob Unterwurzacher |
2016-09-25 | contentenc: add GCM-SIV support | Jakob Unterwurzacher |
2016-09-25 | cryptocore: add support for GCM-SIV | Jakob Unterwurzacher |
2016-09-25 | main: move initDir into its own file | Jakob Unterwurzacher |
2016-09-25 | main: add explicit exit after forkChild | Jakob Unterwurzacher |
2016-09-25 | main: factor out cli arg parsing | Jakob Unterwurzacher |
2016-09-25 | reverse: let the kernel enforce read-only mode | Jakob Unterwurzacher |
2016-09-25 | main: initial support for reverse mode | Jakob Unterwurzacher |
2016-07-03 | main: bake build date into version string | Jakob Unterwurzacher |
2016-07-03 | main: yellow text for masterkey and zerokey warnings | Jakob Unterwurzacher |
2016-06-26 | tlog: switch default logger to syslog | Jakob Unterwurzacher |
2016-06-26 | main: add "-o" option to enable "suid" and "dev" | Jakob Unterwurzacher |
2016-06-26 | main, fusefrontend: enable suid functionality | Jakob Unterwurzacher |
2016-06-26 | main: enable device files when running as root | Jakob Unterwurzacher |
2016-06-26 | fusefronted: preserve owner if running as root | Jakob Unterwurzacher |
2016-06-23 | Drop deprecated "-gcmiv128" option | Jakob Unterwurzacher |
2016-06-23 | Drop deprecated "-emenames" option | Jakob Unterwurzacher |
2016-06-23 | Drop deprecated "-diriv" option | Jakob Unterwurzacher |
2016-06-19 | Refuse mounting of v0.6 and older filesystems | Jakob Unterwurzacher |
2016-06-19 | main: drop "on-disk format" from -version output, add Go version | Jakob Unterwurzacher |
2016-06-16 | Mount v0.6 and older filesystems as read-only | Jakob Unterwurzacher |
2016-06-16 | Add "-ro" (read-only) flag | Jakob Unterwurzacher |
2016-06-15 | Rename internal "toggledlog" package to "tlog" | Jakob Unterwurzacher |
2016-06-15 | toggledlog: assume command of color handling | Jakob Unterwurzacher |
2016-06-15 | readpassword: create internal package for password reading | Jakob Unterwurzacher |
2016-06-14 | Fix warnings reported by Go 1.6 "go tool vet -shadow=true" | Jakob Unterwurzacher |
2016-06-05 | toggledlog: convert remaing naked fmt.Print* | Jakob Unterwurzacher |
2016-06-05 | main: print actual error from LoadConfFile() | Jakob Unterwurzacher |
2016-06-05 | configfile: bake the "Creator" gocryptfs version into the file | Jakob Unterwurzacher |
2016-06-04 | main: don't tell the user to choose a password when -extpass is used | Jakob Unterwurzacher |
2016-06-04 | main: print relative path in the init success message | Jakob Unterwurzacher |
2016-06-01 | nametransform, main: better error messages | Jakob Unterwurzacher |
2016-05-18 | Add "-allow_other" command-line option | Jakob Unterwurzacher |
2016-05-12 | prefer_openssl: autodetect whether to use OpenSSL or Go GCM | Jakob Unterwurzacher |