| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add a genserver for handling remotes and start forwarding data | Linus Nordberg | 2019-06-27 | 1 | -1/+1 |
| | | | | | | | | | | | 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. | ||||
| * | keep tokens and their modules in maps | Linus Nordberg | 2019-06-26 | 1 | -2/+2 |
| | | | | | | | For convenient lookup by name. Not the most storage efficient, and maybe proplists would be better suited. Learning maps is useful though. | ||||
| * | stop exposing config records | Linus Nordberg | 2019-06-24 | 1 | -8/+2 |
| | | |||||
| * | init servers from config; cleanup on app stop | Linus Nordberg | 2019-06-24 | 1 | -8/+22 |
| | | |||||
| * | start one sock_server per token; give servers a chance to clean up | Linus Nordberg | 2019-06-24 | 1 | -13/+19 |
| | | | | | still not rm'ing the socket file though. wonder where that should happen. | ||||
| * | include unix pid in socket name | Linus Nordberg | 2019-06-24 | 1 | -3/+4 |
| | | |||||
| * | server side accepting connections, reading from socket | Linus Nordberg | 2019-06-20 | 1 | -0/+42 |
