Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-29 | ctlsock: interpret paths that point above CWD as "" | Jakob Unterwurzacher | |
Paths that start with ".." were previously accepted as-is. | |||
2016-12-10 | ctlsock: sanitize paths before passing them to the backend | Jakob Unterwurzacher | |
You used to be able to crash gocryptfs by passing "/foo" of "foo/" to the ctlsock. Fixes https://github.com/rfjakob/gocryptfs/issues/66 |