<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libnitrokey, branch pws-slot-count</title>
<subtitle>Robin Krahl's fork of libnitrokey</subtitle>
<id>https://git.ireas.org/libnitrokey/atom?h=pws-slot-count</id>
<link rel='self' href='https://git.ireas.org/libnitrokey/atom?h=pws-slot-count'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/'/>
<updated>2019-01-24T15:01:21Z</updated>
<entry>
<title>Export PWS slot count in C API</title>
<updated>2019-01-24T15:01:21Z</updated>
<author>
<name>Robin Krahl</name>
<email>me@robin-krahl.de</email>
</author>
<published>2019-01-24T15:01:21Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=3b0e017c7c87cb93d48e4384d3ef312ba93d9875'/>
<id>urn:sha1:3b0e017c7c87cb93d48e4384d3ef312ba93d9875</id>
<content type='text'>
The C++ API already defines the number of slots in device_proto.h.  This
patch adds it to the C API.  It is especially important to have this
constant in the C API as it is the length of the array returned by
NK_get_password_safe_slot_status.
</content>
</entry>
<entry>
<title>Merge branch 'pr_146'</title>
<updated>2019-01-15T16:40:40Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-15T16:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=dee882fd21cd932c2642d170620862e783284d3b'/>
<id>urn:sha1:dee882fd21cd932c2642d170620862e783284d3b</id>
<content type='text'>
Correct README - links to header files

Fixes #146
</content>
</entry>
<entry>
<title>Correct other links as well</title>
<updated>2019-01-15T16:40:24Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-15T16:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=9a9ac8041f02eae5171ae053710ed687154c3115'/>
<id>urn:sha1:9a9ac8041f02eae5171ae053710ed687154c3115</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Fix links to header files in README</title>
<updated>2019-01-15T16:22:33Z</updated>
<author>
<name>Martin Müller</name>
<email>mail@mueller-martin.net</email>
</author>
<published>2019-01-15T16:22:33Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=2ef9e671db433720c1f9690a0bccdf36d5aff3b0'/>
<id>urn:sha1:2ef9e671db433720c1f9690a0bccdf36d5aff3b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'contributions'</title>
<updated>2019-01-15T16:03:54Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-15T16:03:54Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=6bd77fce8400ecf531a4f7ff56431010b6bbb6f1'/>
<id>urn:sha1:6bd77fce8400ecf531a4f7ff56431010b6bbb6f1</id>
<content type='text'>
Multiple PR's merged and tested as a whole

Platform:
Pro v0.7
Storage v0.53
Fedora 29
Run Python tests
</content>
</entry>
<entry>
<title>Merge branch 'pr_138' into contributions</title>
<updated>2019-01-15T15:02:31Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-15T15:02:31Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=e853275784e48823be0f39f0855efbe85c0f905c'/>
<id>urn:sha1:e853275784e48823be0f39f0855efbe85c0f905c</id>
<content type='text'>
Improve support for multiple devices

Fixes #138
</content>
</entry>
<entry>
<title>Merge branch 'pr_145' into contributions</title>
<updated>2019-01-15T15:01:24Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-15T15:01:24Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=3f3fdebbc795dc3805cd5be105ce994286598f16'/>
<id>urn:sha1:3f3fdebbc795dc3805cd5be105ce994286598f16</id>
<content type='text'>
Add NK_get_SD_usage_data function to C API

Fixes #145
</content>
</entry>
<entry>
<title>Merge branch 'pr_143' into contributions</title>
<updated>2019-01-15T15:00:18Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-15T15:00:18Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=0a359ceaa7cc08d5e7069729c0501931e0dbeb82'/>
<id>urn:sha1:0a359ceaa7cc08d5e7069729c0501931e0dbeb82</id>
<content type='text'>
Return -2 if an error occured in NK_get_progress_bar_value

Fixes #143
</content>
</entry>
<entry>
<title>Merge branch 'pr_139' into contributions</title>
<updated>2019-01-15T14:59:31Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-15T14:59:31Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=e6628cff6e84fa5450304e7045909dc7ab71348c'/>
<id>urn:sha1:e6628cff6e84fa5450304e7045909dc7ab71348c</id>
<content type='text'>
Add tqdm to Python's tests requirements

Fixes #139
</content>
</entry>
<entry>
<title>Merge branch '144-python_multiline'</title>
<updated>2019-01-15T14:52:37Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-15T14:52:37Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=8d67c0f80aab724d67a1b6efb8af16aa71631a84'/>
<id>urn:sha1:8d67c0f80aab724d67a1b6efb8af16aa71631a84</id>
<content type='text'>
Add Python support for multiline declarations in NK_C_API.h
Add test for reading a structure, which uses multiline declaration
Add offline test for Python
CI: execute offline test for Python (GCC5 build only)

Fixes #144
</content>
</entry>
</feed>
