aboutsummaryrefslogtreecommitdiff
path: root/NitrokeyManager.cc
Commit message (Expand)AuthorAge
...
* Translate HOTP counter for StorageSzczepan Zalega2017-04-14
* 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
* Fix compilation warningsSzczepan Zalega2017-03-31
* Do not allow to set delays lower than 20 msSzczepan Zalega2017-03-31
* Allow to directly choose loglevelSzczepan Zalega2017-03-29
* Allow to change device commands delays runtimeSzczepan Zalega2017-03-29
* Add function commentSzczepan Zalega2017-03-14
* Allow to check is current device visible to the OSSzczepan Zalega2017-03-11
* Handle enabling update mode on Storage deviceSzczepan Zalega2017-03-11
* Log execution of connect functionSzczepan Zalega2017-03-11
* Build debug-log-free library for increased securitySzczepan Zalega2017-03-11
* Feature check for 320 bits OTP secretSzczepan Zalega2017-03-11
* Make names more consistentSzczepan Zalega2017-03-11
* Rename is_connected to be more specificSzczepan Zalega2017-03-11
* Get proper card serial for Storage. Get serial as one number.Szczepan Zalega2017-03-11
* Return SD card size as get from the deviceSzczepan Zalega2017-03-11
* Handle SD card related functionsSzczepan Zalega2017-03-11
* Handle disconnection while requesting device's statusSzczepan Zalega2017-03-11
* Rename strdup to _strdup under MSVCSzczepan Zalega2017-03-11
* Compiles on MXE, but not working on WindowsSzczepan Zalega2017-03-11
* Adjust for compilation on Visual Studio 2017Szczepan Zalega2017-03-11
* Mark issues with FIXMESzczepan Zalega2017-03-11
* Allow users to lock encrypted volumes specificallySzczepan Zalega2017-03-11
* Pass devices shared pointer to methods instead of refSzczepan Zalega2017-03-11
* Make disconnect thread safe. Check is device actually connected by invoking i...Szczepan Zalega2017-03-11
* Be tread-safe on initializing instanceSzczepan 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
* Remove support for new authorization protocol for storageSzczepan Zalega2017-03-11
* Throw on not connected device when requesting modelSzczepan Zalega2017-03-11
* Fix firmware version in device statusSzczepan Zalega2017-03-11
* Name fix for firmware version getterSzczepan Zalega2017-03-11
* Comments - fixmeSzczepan Zalega2017-03-11
* Add const qualifier to functionsSzczepan Zalega2017-03-11
* Do not call disconnect on connectSzczepan Zalega2017-03-11
* Protect concurrent use with lock guardSzczepan Zalega2017-03-11
* Use nullptr instead of NULLSzczepan Zalega2017-03-11
* Helper functions for getting device stateSzczepan Zalega2017-01-11
* Remove unused inttypesSzczepan Zalega2017-01-09
* Use proper firmware version getter for feature availability checkSzczepan Zalega2016-12-12
* Check maximum OTP secret size in new authorization style commandsSzczepan Zalega2016-12-09
* Get major firmware versionSzczepan Zalega2016-12-06
* Merge HOTP and TOTP writing commands for 0.8Szczepan Zalega2016-12-03
* Remove length field from send_otp_data packetSzczepan Zalega2016-12-03
* Support longer secrets (40 bytes) for NK Pro 0.8Szczepan Zalega2016-12-03
* Use another OTP writing protocol and test itSzczepan 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