Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-10 | ctlsock: add a note about Accept() throwing errors on Close() | Jakob Unterwurzacher | |
2016-12-10 | ctlsock: exit early if socket cannot be created; delete on exit | Jakob Unterwurzacher | |
Both are achieved by opening the socket from main and passing it to the ctlsock package instead of passing the path. | |||
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 | |||
2016-11-10 | ctlsock: add initial limited implementation | Jakob Unterwurzacher | |
At the moment, in forward mode you can only encrypt paths and in reverse mode you can only decrypt paths. |