<feed xmlns='http://www.w3.org/2005/Atom'>
<title>p11-kit.git/tests, branch p11p</title>
<subtitle>Clone of https://github.com/p11-glue/p11-kit</subtitle>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/p11-kit.git/'/>
<entry>
<title>Move debug and library code into the common/ subdirectory</title>
<updated>2013-01-09T12:49:44+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-12-06T21:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/p11-kit.git/commit/?id=3d503948450d69293a3fdfec096e398fedf714f2'/>
<id>3d503948450d69293a3fdfec096e398fedf714f2</id>
<content type='text'>
Start using p11_ as our internal prefix rather than _p11_. We explicitly
export p11_kit_ so this is fine as far as visibility.

Move the threading, mutex, and module compat, dict, and array code
into the common directory too.

Take this opportunity to clean up a bit of internal API as well,
since so many lines are being touched internally.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Start using p11_ as our internal prefix rather than _p11_. We explicitly
export p11_kit_ so this is fine as far as visibility.

Move the threading, mutex, and module compat, dict, and array code
into the common directory too.

Take this opportunity to clean up a bit of internal API as well,
since so many lines are being touched internally.
</pre>
</div>
</content>
</entry>
<entry>
<title>Guarantee that the key is freed when replaced</title>
<updated>2013-01-07T08:31:02+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2013-01-07T08:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/p11-kit.git/commit/?id=e2b5bba185c96bf4ecddfe22d34ace02706122b4'/>
<id>e2b5bba185c96bf4ecddfe22d34ace02706122b4</id>
<content type='text'>
 * When setting a key in a map that already exists, then free
   the old key and replace with the new one.
 * Fix related bug where key was not properly allocated
 * Add tests for this

https://bugs.freedesktop.org/show_bug.cgi?id=59087
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * When setting a key in a map that already exists, then free
   the old key and replace with the new one.
 * Fix related bug where key was not properly allocated
 * Add tests for this

https://bugs.freedesktop.org/show_bug.cgi?id=59087
</pre>
</div>
</content>
</entry>
<entry>
<title>Always encode the "id" attribute in URIs</title>
<updated>2012-07-28T08:48:29+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@gnome.org</email>
</author>
<published>2012-07-27T19:52:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/p11-kit.git/commit/?id=76180db6b326f8c87aef5b3eded9463432ce8d82'/>
<id>76180db6b326f8c87aef5b3eded9463432ce8d82</id>
<content type='text'>
Per recommendation of the spec.

https://bugs.freedesktop.org/show_bug.cgi?id=52606
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per recommendation of the spec.

https://bugs.freedesktop.org/show_bug.cgi?id=52606
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize mutexes correctly in mock module</title>
<updated>2012-07-26T10:22:31+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-07-17T06:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/p11-kit.git/commit/?id=c6fc7b3ac4c6d4595f17989cff220d6d6dafe620'/>
<id>c6fc7b3ac4c6d4595f17989cff220d6d6dafe620</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=44740
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=44740
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warning on windows</title>
<updated>2012-07-26T10:22:31+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-07-17T06:09:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/p11-kit.git/commit/?id=1f428d62a13e481aa51d1fcee0c4652dc9ef7a72'/>
<id>1f428d62a13e481aa51d1fcee0c4652dc9ef7a72</id>
<content type='text'>
https://bugzilla.gnome.org/show_bug.cgi?id=44740
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://bugzilla.gnome.org/show_bug.cgi?id=44740
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't rely on loading order for duplicate modules</title>
<updated>2012-07-26T10:22:31+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-07-17T06:08:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/p11-kit.git/commit/?id=542cb48951b7c4c21ca3669d07bf936b0fa58b42'/>
<id>542cb48951b7c4c21ca3669d07bf936b0fa58b42</id>
<content type='text'>
 * We had relied on module 'two' loading before 'two-duplicate'
   in the conf tests. However this isn't always the case, and the
   name of the module can end up as 'two-duplicate'

https://bugzilla.gnome.org/show_bug.cgi?id=44740
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * We had relied on module 'two' loading before 'two-duplicate'
   in the conf tests. However this isn't always the case, and the
   name of the module can end up as 'two-duplicate'

https://bugzilla.gnome.org/show_bug.cgi?id=44740
</pre>
</div>
</content>
</entry>
<entry>
<title>Use correct shared library extension on windows</title>
<updated>2012-07-26T10:22:31+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-07-17T06:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/p11-kit.git/commit/?id=356377709cd1de1308d9d8cf15f528578a360cf3'/>
<id>356377709cd1de1308d9d8cf15f528578a360cf3</id>
<content type='text'>
 * The windows shared libraries have the .dll extension
 * This means we also need separate directories for the test module
   configs on win32

https://bugzilla.gnome.org/show_bug.cgi?id=44740
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * The windows shared libraries have the .dll extension
 * This means we also need separate directories for the test module
   configs on win32

https://bugzilla.gnome.org/show_bug.cgi?id=44740
</pre>
</div>
</content>
</entry>
<entry>
<title>Use '.module' extension on module configs</title>
<updated>2012-07-24T04:54:59+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-07-16T15:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/p11-kit.git/commit/?id=f10d361a5b523ce7f9289ba8d45ccd847510d619'/>
<id>f10d361a5b523ce7f9289ba8d45ccd847510d619</id>
<content type='text'>
 * And want alphanumeric/_.- filenames
 * Currently this is just a warning, soon it will be enforced
 * The name of a module does not include the extension

Andreas Metzler and Ubuntu both worked on this patch, and I've made
some more changes.

See https://bugs.launchpad.net/ubuntu/+source/p11-kit/+bug/911436

https://bugs.freedesktop.org/show_bug.cgi?id=52158
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * And want alphanumeric/_.- filenames
 * Currently this is just a warning, soon it will be enforced
 * The name of a module does not include the extension

Andreas Metzler and Ubuntu both worked on this patch, and I've made
some more changes.

See https://bugs.launchpad.net/ubuntu/+source/p11-kit/+bug/911436

https://bugs.freedesktop.org/show_bug.cgi?id=52158
</pre>
</div>
</content>
</entry>
<entry>
<title>Use EFBIG as the error code when pin file is too large</title>
<updated>2012-07-17T03:50:07+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-07-17T03:47:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/p11-kit.git/commit/?id=d51914b6483b7ddc806ee3861084aa98ee97a7fb'/>
<id>d51914b6483b7ddc806ee3861084aa98ee97a7fb</id>
<content type='text'>
 * The previous EOVERFLOW was not supported on mingw
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * The previous EOVERFLOW was not supported on mingw
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't define duplicate symbols</title>
<updated>2012-07-17T03:36:52+00:00</updated>
<author>
<name>Stef Walter</name>
<email>stefw@gnome.org</email>
</author>
<published>2012-07-16T16:58:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-prod-1.sunet.se/p11-kit.git/commit/?id=4a6a685c03bd92566c1656f1af3662ca7deecefa'/>
<id>4a6a685c03bd92566c1656f1af3662ca7deecefa</id>
<content type='text'>
 * clang was giving a build failure here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 * clang was giving a build failure here.
</pre>
</div>
</content>
</entry>
</feed>
