Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-07 | exitcodes: pull all exit code definitions into the package | Jakob Unterwurzacher | |
This commit defines all exit codes in one place in the exitcodes package. Also, it adds a test to verify the exit code on incorrect password, which is what SiriKali cares about the most. Fixes https://github.com/rfjakob/gocryptfs/issues/77 . | |||
2017-05-07 | Fix typos found by Misspell | Jakob Unterwurzacher | |
Misspell Finds commonly misspelled English words gocryptfs/internal/configfile/scrypt.go Line 41: warning: "paramter" is a misspelling of "parameter" (misspell) gocryptfs/internal/ctlsock/ctlsock_serve.go Line 1: warning: "implementes" is a misspelling of "implements" (misspell) gocryptfs/tests/test_helpers/helpers.go Line 27: warning: "compatability" is a misspelling of "compatibility" (misspell) | |||
2017-04-29 | fix golint complaints | Jakob Unterwurzacher | |
2017-02-26 | exitcodes: define code 12 for "password incorrect" | Jakob Unterwurzacher | |