Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-11 | Drop shell wrapper | Jakob Unterwurzacher | |
2015-10-11 | Move main files to top level dir | Jakob Unterwurzacher | |
This is in preparation of getting rid of the shell wrapper | |||
2015-10-08 | Shell wrapper: Also search the binary in $GOPATH/bin | Jakob Unterwurzacher | |
2015-10-07 | Update README | Jakob Unterwurzacher | |
2015-10-07 | Run go fmt | Jakob Unterwurzacher | |
2015-10-07 | Better usage text | Jakob Unterwurzacher | |
2015-10-07 | Move gocryptfs wrapper into the same folder as the binary | Jakob Unterwurzacher | |
2015-10-07 | Implement "gocryptfs --passwd" (pasword changing) | Jakob Unterwurzacher | |
2015-10-06 | Reword help text | Jakob Unterwurzacher | |
2015-10-06 | Add "--masterkey=" parameter for recovery purposes | Jakob Unterwurzacher | |
2015-10-06 | Switch to AES-256 | Jakob Unterwurzacher | |
AES-256 seems to be becoming the industry standard. While AES-128 is good enough for tens of years to come, let's follow suit and be extra safe. | |||
2015-10-06 | Add "--openssl=false" command line option | Jakob Unterwurzacher | |
Also make main_test try both variants | |||
2015-10-06 | Implement proper daemonization | Jakob Unterwurzacher | |
The shell wrapper sends gocryptfs into the background and waits for SIGUSR1 | |||
2015-10-05 | Move main binary to gocryptfs_main | Jakob Unterwurzacher | |
That way the wrapper shell script can be named just "gocryptfs" |