aboutsummaryrefslogtreecommitdiff
path: root/include/NitrokeyManager.h
Commit message (Expand)AuthorAge
* Make unbundling easierDavid Seifert2018-03-13
* Minor cleanupSzczepan Zalega2018-03-01
* Log current device IDSzczepan Zalega2018-02-28
* List devices by unique SC:SD idSzczepan Zalega2018-02-28
* Initial support for multiple devices with C++ and testSzczepan Zalega2018-02-28
* Handle getting firmware version internallySzczepan Zalega2018-02-23
* Divide unencrypted volume ro/rw commands for backward compatibilitySzczepan Zalega2018-02-23
* Implement command for testing smartcard statusSzczepan Zalega2018-02-23
* Correct variable name for unencrypted ro/rw switchSzczepan Zalega2018-02-23
* Unify unencrypted volume ro/rw switchingSzczepan Zalega2018-02-23
* Correct getting minor and major from firmware versionSzczepan Zalega2018-02-23
* Support execution of the 0.49 commandsSzczepan Zalega2018-02-23
* Update license/copyright linesSzczepan Zalega2018-01-16
* Refactor log codeSzczepan Zalega2017-05-12
* Use own strndup implementation under WindowsSzczepan Zalega2017-04-25
* Handle print function in logger by functorSzczepan Zalega2017-04-07
* Return OTP codes as strings to make sure they are zero-filled properlySzczepan Zalega2017-04-03
* Allow to directly choose loglevelSzczepan Zalega2017-03-29
* Allow to change device commands delays runtimeSzczepan Zalega2017-03-29
* Allow to check is current device visible to the OSSzczepan Zalega2017-03-11
* Handle enabling update mode on Storage deviceSzczepan Zalega2017-03-11
* Feature check for 320 bits OTP secretSzczepan Zalega2017-03-11
* Return SD card size as get from the deviceSzczepan Zalega2017-03-11
* Handle SD card related functionsSzczepan Zalega2017-03-11
* Allow users to lock encrypted volumes specificallySzczepan Zalega2017-03-11
* Make disconnect thread safe. Check is device actually connected by invoking i...Szczepan Zalega2017-03-11
* Send current time when checking time synchronizationSzczepan Zalega2017-03-11
* Use const char pointers for C stringsSzczepan Zalega2017-03-11
* Read slot command supportSzczepan Zalega2017-03-11
* Name fix for firmware version getterSzczepan Zalega2017-03-11
* Add const qualifier to functionsSzczepan Zalega2017-03-11
* Protect concurrent use with lock guardSzczepan Zalega2017-03-11
* Helper functions for getting device stateSzczepan Zalega2017-01-11
* Get major firmware versionSzczepan Zalega2016-12-06
* Merge HOTP and TOTP writing commands for 0.8Szczepan Zalega2016-12-03
* Working support for new NK Pro 0.8 authorization-less formatSzczepan Zalega2016-12-03
* Convinient function for checking if authorization command is supportedSzczepan Zalega2016-12-03
* Rename methods in API to make string return more obviousSzczepan Zalega2016-11-26
* Document Storage methods in C APISzczepan Zalega2016-11-26
* Tests: remake fill SD card test. Get progress bar value when busy.Szczepan Zalega2016-11-26
* Python bindings and tests for most of Storage functionalitySzczepan Zalega2016-11-26
* Fix bug for setting HOTP counters - send uint64 (was uint8)Szczepan Zalega2016-10-19
* Function for getting device's serial number in hex. Fixes #33Szczepan Zalega2016-09-08
* Return a vector to C API to duplicate thereSzczepan Zalega2016-08-09
* Return string as char* instead of uint*Szczepan Zalega2016-08-09
* Remove incorrect const declarationSzczepan Zalega2016-08-09
* Move manager instance to shared_ptrSzczepan Zalega2016-08-09
* Moving to shared ptr for deviceSzczepan Zalega2016-08-09
* Autodetect inserted stick and connect to itSzczepan Zalega2016-08-05
* Update general config commands - bool -> uint8_tSzczepan Zalega2016-08-05