aboutsummaryrefslogtreecommitdiff
path: root/NitrokeyManager.cc
Commit message (Expand)AuthorAge
* Update license/copyright linesSzczepan Zalega2018-01-16
* Merge branch 'test_organize'Szczepan Zalega2017-10-10
|\
| * Increase maximum duplicated string lengthSzczepan Zalega2017-10-10
* | Correct exception typeSzczepan Zalega2017-10-07
|/
* Merge branch 'windows_MSVC2017' into OSX_merge_cleanedSzczepan Zalega2017-09-20
|\
| * Run compilation using Qt CreatorSzczepan Zalega2017-06-28
| * Adjust code to make compilation under MSVC 2017Szczepan Zalega2017-06-28
* | Correct mutex placementSzczepan Zalega2017-09-20
|/
* Code refactoringSzczepan Zalega2017-05-13
* Refactor log codeSzczepan Zalega2017-05-12
* Return empty value on no connectionSzczepan Zalega2017-04-26
* Rename device mutex in NitrokeyManagerSzczepan Zalega2017-04-25
* Use own strndup implementation under WindowsSzczepan Zalega2017-04-25
* Security: exchange strdup with strndupSzczepan Zalega2017-04-14
* 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