Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-07 | tests: reverse: don't run tests that ignore "-plaintextnames" twice | Jakob Unterwurzacher | |
TestMain() runs all tests twice, once with plaintextnames=true and once with false. Several tests mount their own filesystem and ignore the plaintextnames variable. It makes no sense to run them twice, so skip execution when plaintextnames is set. | |||
2016-11-10 | ctlsock: prevent panic on invalid decrypt request | Jakob Unterwurzacher | |
2016-11-10 | ctlsock: implement EncryptPath for reverse mode, add tests | Jakob Unterwurzacher | |