<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libnitrokey, branch status-struct</title>
<subtitle>Robin Krahl's fork of libnitrokey</subtitle>
<id>https://git.ireas.org/libnitrokey/atom?h=status-struct</id>
<link rel='self' href='https://git.ireas.org/libnitrokey/atom?h=status-struct'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/'/>
<updated>2019-01-28T11:16:56Z</updated>
<entry>
<title>Add .pytest_cache to .gitignore</title>
<updated>2019-01-28T11:16:56Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-01-28T11:16:56Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=d725b2ba7251ceeabd743e82d2b1c5ce064b6059'/>
<id>urn:sha1:d725b2ba7251ceeabd743e82d2b1c5ce064b6059</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace NK_status with NK_get_status_as_string in unit tests</title>
<updated>2019-01-28T11:15:43Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-01-28T11:15:43Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=e13dcef265dea3b222b85e09274333ba984ac1ca'/>
<id>urn:sha1:e13dcef265dea3b222b85e09274333ba984ac1ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add unit test for NK_get_status</title>
<updated>2019-01-28T11:12:01Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-01-28T11:12:01Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=4dbe7113cf374454f681736308d87e27403c147b'/>
<id>urn:sha1:4dbe7113cf374454f681736308d87e27403c147b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace NK_status with NK_get_status_as_string</title>
<updated>2019-01-28T11:11:53Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-01-28T11:00:51Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=290c1d82bf0f700248382808c9fe0fb1d190da14'/>
<id>urn:sha1:290c1d82bf0f700248382808c9fe0fb1d190da14</id>
<content type='text'>
For naming consistency, this patch adds the NK_get_status_as_string
function to replace NK_status and marks NK_status as deprecated.
</content>
</entry>
<entry>
<title>Add NK_get_status function to get status struct</title>
<updated>2019-01-28T10:53:58Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2019-01-28T10:53:58Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=146f94df39372490756ca7014e9c02a99cb08ac9'/>
<id>urn:sha1:146f94df39372490756ca7014e9c02a99cb08ac9</id>
<content type='text'>
Currently, the C API provides access to the device status using the
NK_get_{major,minor}_firmware_version, NK_device_serial_number and
NK_read_config functions.  Each function sends a command to the device,
although the data is returned in a single response.  This patch adds a
NK_status struct and a NK_get_status function that provide access to
this data with a single command.
</content>
</entry>
<entry>
<title>Merge branch 'pr_151'</title>
<updated>2019-01-26T20:33:30Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-26T20:33:30Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=b0d1d6a1a44210a25b3d0e6950ec08f551714ccf'/>
<id>urn:sha1:b0d1d6a1a44210a25b3d0e6950ec08f551714ccf</id>
<content type='text'>
Add firmware export stress tests for Fedora 29 and macOS 10.13+
Tested on Nitrokey Storage v0.53

Fixes #151
</content>
</entry>
<entry>
<title>Correct the skip message for other OS than Fedora</title>
<updated>2019-01-26T20:13:24Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-26T20:04:31Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=63296703be36511ce671a10e9b9193628604f1ca'/>
<id>urn:sha1:63296703be36511ce671a10e9b9193628604f1ca</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Detect UV's block device on Fedora automatically</title>
<updated>2019-01-26T20:13:21Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-26T19:59:36Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=909a2c3c30fc56e42c0193ab528ae86cde31ea7c'/>
<id>urn:sha1:909a2c3c30fc56e42c0193ab528ae86cde31ea7c</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Additional check and device/mount print</title>
<updated>2019-01-26T20:13:18Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-26T16:55:10Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=c9b07f6adea66d1edc20acfee759880743e6a5db'/>
<id>urn:sha1:c9b07f6adea66d1edc20acfee759880743e6a5db</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
<entry>
<title>Small correction for macOS 10.13.6</title>
<updated>2019-01-26T20:13:15Z</updated>
<author>
<name>Szczepan Zalega</name>
<email>szczepan@nitrokey.com</email>
</author>
<published>2019-01-26T16:53:53Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/libnitrokey/commit/?id=502b534e50737372d9e48b9c3e063b3281988b82'/>
<id>urn:sha1:502b534e50737372d9e48b9c3e063b3281988b82</id>
<content type='text'>
Signed-off-by: Szczepan Zalega &lt;szczepan@nitrokey.com&gt;
</content>
</entry>
</feed>
