Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-17 | v2api: implement ctlsocksrv.Interface | Jakob Unterwurzacher | |
2020-05-09 | ctlsock: create exported ctlsock client library | Jakob Unterwurzacher | |
The former interal ctlsock server package is renamed to ctlsocksrv. | |||
2019-01-03 | fusefrontend: Use appropriate flags in decryptPathAt. | Sebastian Lackner | |
2019-01-02 | fusefronted: make EncryptPath symlink-safe | Jakob Unterwurzacher | |
Finally allows us to delete EncryptPathDirIV. | |||
2019-01-01 | fusefrontend: fix fd leak in error path | Jakob Unterwurzacher | |
2019-01-01 | fusefrontend: use openBackingDir in ctlsock interface | Jakob Unterwurzacher | |
Instead of calling syscall.Open() ourselves, rely on openBackingDir(). | |||
2019-01-01 | fusefrontend: make DecryptPath() symlink-safe | Jakob Unterwurzacher | |
DecryptPath is now symlink-safe through the use of *at() functions. | |||
2017-05-07 | fusefrontend: implement path decryption via ctlsock | Jakob Unterwurzacher | |
Closes https://github.com/rfjakob/gocryptfs/issues/84 . | |||
2017-01-29 | ctlsock: better error message for forward mode path decryption | Jakob Unterwurzacher | |
2016-11-10 | ctlsock: implement EncryptPath for reverse mode, add tests | Jakob Unterwurzacher | |
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. |