<feed xmlns='http://www.w3.org/2005/Atom'>
<title>p11p.git, branch devel</title>
<subtitle>A PKCS 11 pjop</subtitle>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11p.git/'/>
<entry>
<title>WIP parts from transparent-failover + half baked toml config</title>
<updated>2020-02-10T13:28:41+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@sunet.se</email>
</author>
<published>2020-01-30T13:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11p.git/commit/?id=ad84cb6f4d5d6e7154afd9eb05de9bdeb67ca753'/>
<id>ad84cb6f4d5d6e7154afd9eb05de9bdeb67ca753</id>
<content type='text'>
The transparent failover experiment, see branch transparent-failover,
resulted in a bunch of changes that we want regardless of failover
implementation. This commit incorporates these.

This commit also has a half baked implementation of TOML file based
configuration, to not expose the operator for Erlang syntax when
configuring the daemon.

TODO: sort this out!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The transparent failover experiment, see branch transparent-failover,
resulted in a bunch of changes that we want regardless of failover
implementation. This commit incorporates these.

This commit also has a half baked implementation of TOML file based
configuration, to not expose the operator for Erlang syntax when
configuring the daemon.

TODO: sort this out!
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename remote -&gt; client</title>
<updated>2020-01-10T13:06:11+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@sunet.se</email>
</author>
<published>2020-01-10T12:54:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11p.git/commit/?id=bcf1816564b17aa0fb2a581d2887486212f8171a'/>
<id>bcf1816564b17aa0fb2a581d2887486212f8171a</id>
<content type='text'>
Also rename token -&gt; vtoken where appropriate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also rename token -&gt; vtoken where appropriate.
</pre>
</div>
</content>
</entry>
<entry>
<title>Verify RPC version</title>
<updated>2020-01-09T09:15:08+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@sunet.se</email>
</author>
<published>2020-01-09T09:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11p.git/commit/?id=34278d385bb0d005972e5fc25a4d5d36e40733ee'/>
<id>34278d385bb0d005972e5fc25a4d5d36e40733ee</id>
<content type='text'>
Don't just forward the version octet, verify it and refuse other
protocol versions.

Send it once in each direction and don't count on the misconception
that new client means new remote, or vice versa. Especially the
latter, that a new remote means new client, will be untrue as soon as
we implement failover.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't just forward the version octet, verify it and refuse other
protocol versions.

Send it once in each direction and don't count on the misconception
that new client means new remote, or vice versa. Especially the
latter, that a new remote means new client, will be untrue as soon as
we implement failover.
</pre>
</div>
</content>
</entry>
<entry>
<title>Code cleanup, variable renaming</title>
<updated>2020-01-07T22:09:09+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@sunet.se</email>
</author>
<published>2020-01-07T21:06:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11p.git/commit/?id=fcfe6d7a24ef5c26881ff7feb40fefe0eac792b5'/>
<id>fcfe6d7a24ef5c26881ff7feb40fefe0eac792b5</id>
<content type='text'>
Move away from

  func(Foo) -&gt; NewFoo = something(Foo)

and instead use FooIn and Foo, or something else that makes sense.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move away from

  func(Foo) -&gt; NewFoo = something(Foo)

and instead use FooIn and Foo, or something else that makes sense.
</pre>
</div>
</content>
</entry>
<entry>
<title>Servers don't need to know socket path</title>
<updated>2020-01-07T22:09:09+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@sunet.se</email>
</author>
<published>2020-01-07T09:53:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11p.git/commit/?id=6a3dd773452351c95b552c479d1bcaf276b2cc62'/>
<id>6a3dd773452351c95b552c479d1bcaf276b2cc62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set up environment for remotes according to configuration</title>
<updated>2020-01-07T22:09:09+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@sunet.se</email>
</author>
<published>2020-01-06T15:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11p.git/commit/?id=ae6fc8623e35eae56aad02d9a1f922199a59ad36'/>
<id>ae6fc8623e35eae56aad02d9a1f922199a59ad36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add documentation to README</title>
<updated>2020-01-07T22:08:58+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@sunet.se</email>
</author>
<published>2020-01-06T15:31:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11p.git/commit/?id=00d3b28a452ff821ed689b22d77ad6719f6addb9'/>
<id>00d3b28a452ff821ed689b22d77ad6719f6addb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use better path for p11-kit-remote in config file</title>
<updated>2020-01-03T05:30:22+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@sunet.se</email>
</author>
<published>2020-01-03T05:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11p.git/commit/?id=350b3d03ea8abffcf11d40875e7324c143b91599'/>
<id>350b3d03ea8abffcf11d40875e7324c143b91599</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use better path to p11-kit-client.so in example</title>
<updated>2020-01-03T05:26:07+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@sunet.se</email>
</author>
<published>2020-01-03T05:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11p.git/commit/?id=bae83e5995a8e79ddc963a25e1f277b2cb4f138e'/>
<id>bae83e5995a8e79ddc963a25e1f277b2cb4f138e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up the README's some</title>
<updated>2020-01-03T05:18:22+00:00</updated>
<author>
<name>Linus Nordberg</name>
<email>linus@sunet.se</email>
</author>
<published>2020-01-03T05:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.sunet.se/p11p.git/commit/?id=be403310650fdb0d9d84b9561dfb469bc3d3f43f'/>
<id>be403310650fdb0d9d84b9561dfb469bc3d3f43f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
