| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | don't send that version octet by itself | Linus Nordberg | 2019-06-28 | 1 | -4/+3 |
| | | | | | Instead, add it to new remote outbuf. | ||||
| * | parse rpc requests and don't send until we've got a full request | Linus Nordberg | 2019-06-28 | 1 | -14/+30 |
| | | |||||
| * | add a genserver for handling remotes and start forwarding data | Linus Nordberg | 2019-06-27 | 1 | -18/+25 |
| | | | | | | | | | | | Current status is that p11tool successfully performs a --list-tokens request over p11p, yay! Only once though -- the next request hangs. heh. Also, the timeout logic is wrong and should move to the server, measuring the time it takes to get a full p11 response. This reqires parsing of the p11-kit rpc protocol, which we need anyway. | ||||
| * | stop exposing config records | Linus Nordberg | 2019-06-24 | 1 | -1/+0 |
| | | |||||
| * | init servers from config; cleanup on app stop | Linus Nordberg | 2019-06-24 | 1 | -1/+0 |
| | | |||||
| * | start one sock_server per token; give servers a chance to clean up | Linus Nordberg | 2019-06-24 | 1 | -18/+44 |
| | | | | | still not rm'ing the socket file though. wonder where that should happen. | ||||
| * | server side accepting connections, reading from socket | Linus Nordberg | 2019-06-20 | 1 | -0/+58 |
