| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add target 'eunit' for running that only | Linus Nordberg | 2019-07-01 | 1 | -0/+2 | |
| * | remove some FIXME:s | Linus Nordberg | 2019-07-01 | 4 | -8/+9 | |
| * | add 'mode' to token config | Linus Nordberg | 2019-07-01 | 2 | -5/+20 | |
| * | reformat | Linus Nordberg | 2019-07-01 | 1 | -18/+15 | |
| * | refer to p11p-daemon/README instead | Linus Nordberg | 2019-07-01 | 1 | -3/+2 | |
| * | update ASCII art to include p11p-helper (ie p11-kit-remote) | Linus Nordberg | 2019-07-01 | 1 | -16/+21 | |
| * | rename client/server "change" -> "event" | Linus Nordberg | 2019-07-01 | 3 | -10/+10 | |
| * | document the manager a bit more | Linus Nordberg | 2019-07-01 | 1 | -7/+19 | |
| * | use a list comprehension in the place of lists:map/2 | Linus Nordberg | 2019-06-30 | 1 | -5/+4 | |
| * | rename manager functions to reflect where the policy lives | Linus Nordberg | 2019-06-30 | 3 | -11/+11 | |
| * | at p11 client disconnect, server asks manager to kill remote | Linus Nordberg | 2019-06-30 | 3 | -18/+34 | |
| * | start remotes on demand rather than at manager startup | Linus Nordberg | 2019-06-30 | 2 | -36/+55 | |
| * | make p11p_server:reply/2 a call too | Linus Nordberg | 2019-06-30 | 2 | -12/+12 | |
| * | turn most cast's into call's, for more synchronisity | Linus Nordberg | 2019-06-30 | 3 | -20/+30 | |
| * | parse rpc replies and timeout if they're not on time | Linus Nordberg | 2019-06-28 | 2 | -18/+42 | |
| * | don't send that version octet by itself | Linus Nordberg | 2019-06-28 | 4 | -34/+40 | |
| * | parse rpc requests and don't send until we've got a full request | Linus Nordberg | 2019-06-28 | 1 | -14/+30 | |
| * | serialise rpc | Linus Nordberg | 2019-06-28 | 1 | -2/+10 | |
| * | prepend debug printouts with own pid | Linus Nordberg | 2019-06-28 | 1 | -10/+7 | |
| * | first rought cut of an rpc parser | Linus Nordberg | 2019-06-28 | 2 | -0/+173 | |
| * | add a genserver for handling remotes and start forwarding data | Linus Nordberg | 2019-06-27 | 4 | -45/+158 | |
| * | type | Linus Nordberg | 2019-06-27 | 1 | -1/+1 | |
| * | add remote manager, fork+execing p11-kit-remote processes | Linus Nordberg | 2019-06-26 | 4 | -7/+106 | |
| * | keep tokens and their modules in maps | Linus Nordberg | 2019-06-26 | 2 | -38/+73 | |
| * | stop exposing config records | Linus Nordberg | 2019-06-24 | 5 | -26/+15 | |
| * | debug | Linus Nordberg | 2019-06-24 | 1 | -0/+2 | |
| * | init servers from config; cleanup on app stop | Linus Nordberg | 2019-06-24 | 3 | -11/+29 | |
| * | make top sup rest-for-one: restart servers if config changes | Linus Nordberg | 2019-06-24 | 1 | -1/+1 | |
| * | whitespace | Linus Nordberg | 2019-06-24 | 1 | -1/+1 | |
| * | start one sock_server per token; give servers a chance to clean up | Linus Nordberg | 2019-06-24 | 2 | -31/+63 | |
| * | include unix pid in socket name | Linus Nordberg | 2019-06-24 | 2 | -5/+7 | |
| * | use default intensity/restart values (1 restart in 5 seconds) | Linus Nordberg | 2019-06-24 | 1 | -4/+5 | |
| * | add README | Linus Nordberg | 2019-06-24 | 1 | -0/+26 | |
| * | server side accepting connections, reading from socket | Linus Nordberg | 2019-06-20 | 4 | -74/+101 | |
| * | add listener | Linus Nordberg | 2019-06-19 | 2 | -1/+75 | |
| * | follow our own spec a bit | Linus Nordberg | 2019-06-19 | 1 | -2/+3 | |
| * | remove level 'global' in config | Linus Nordberg | 2019-06-19 | 1 | -12/+10 | |
| * | tidy up, add path to p11module | Linus Nordberg | 2019-06-19 | 2 | -11/+18 | |
| * | add test config | Linus Nordberg | 2019-06-19 | 1 | -1/+13 | |
| * | don't include sasl until we need it | Linus Nordberg | 2019-06-19 | 1 | -1/+1 | |
| * | new file | Linus Nordberg | 2019-06-19 | 1 | -0/+8 | |
| * | comment on deps from debian pkgs | Linus Nordberg | 2019-06-19 | 1 | -0/+1 | |
| * | syntax | Linus Nordberg | 2019-06-19 | 1 | -1/+1 | |
| * | move tests directory | Linus Nordberg | 2019-06-19 | 5 | -0/+0 | |
| * | notes | Linus Nordberg | 2019-06-19 | 1 | -21/+41 | |
| * | add p11p-daemon skeleton | Linus Nordberg | 2019-06-19 | 11 | -0/+294 | |
| * | restructure things a bit bc nice | Linus Nordberg | 2019-06-12 | 3 | -29/+38 | |
| * | have server serve the whole module and not just the token | Linus Nordberg | 2019-06-11 | 1 | -9/+16 | |
| * | more notes | Linus Nordberg | 2019-06-11 | 1 | -8/+48 | |
| * | add targets for signing and verifying over p11-kit-client.so | Linus Nordberg | 2019-06-11 | 5 | -10/+61 | |
