aboutsummaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Support for setting hidden volume and test for itSzczepan Zalega2016-11-26
* Support Storage status commands: SendStartup ProductionTestSzczepan Zalega2016-11-26
* Fix naming for change password commands idsSzczepan Zalega2016-11-26
* Set commands enum values by hand for greater verbositySzczepan Zalega2016-11-26
* Handle FillSDCardWithRandomChars command and test itSzczepan Zalega2016-11-26
* Handle busy_progressbar device statusSzczepan Zalega2016-11-26
* Try to disconnect when destroying deviceSzczepan Zalega2016-11-26
* Fix printing macroSzczepan Zalega2016-11-26
* Remove static keyword from CommandID dissectionSzczepan Zalega2016-11-26
* Remove obsolete macroSzczepan Zalega2016-11-26
* Another set of Storage password-only commandsSzczepan Zalega2016-11-26
* Enable hidden encrypted partitionSzczepan Zalega2016-11-26
* First template based password commands. Initial dissect support for commandsSzczepan Zalega2016-11-26
* General password based commandSzczepan Zalega2016-11-26
* Add strcpyT to misc.hSzczepan Zalega2016-11-26
* Add dissection template to commandsSzczepan Zalega2016-11-26
* Remove already implemented commandsSzczepan Zalega2016-11-26
* Remove password matrix commandsSzczepan Zalega2016-11-26
* Code reformatSzczepan Zalega2016-11-26
* Migrate commands to new formatSzczepan Zalega2016-11-26
* Fix compilation G++6 errorSzczepan Zalega2016-11-18
* Fix compilation warning and error under G++ - use union to reach uint8 slot_c...Szczepan Zalega2016-10-22
* Show hex values in debug messages for certain parametersSzczepan Zalega2016-10-19
* Fix bug for setting HOTP counters - send uint64 (was uint8)Szczepan Zalega2016-10-19
* Tests: detect device Pro/Storage. skip AES_support command test for StorageSzczepan Zalega2016-10-19
* Add all devices' and commands' statusesSzczepan Zalega2016-10-19
* Code refactoring: replacing magic numbersSzczepan Zalega2016-10-19
* Code refactoring: variables names unificationSzczepan Zalega2016-10-19
* Code refactoring: removing disambiguity from device constantsSzczepan Zalega2016-10-19
* Code refactoring: replacing magic numbersSzczepan Zalega2016-10-19
* Code refactoring: c++ castsSzczepan Zalega2016-10-19
* Code reformatSzczepan Zalega2016-10-19
* Code refactoring: rename - disambiguate receiving counter from sendingSzczepan Zalega2016-10-19
* Resend outgoing packet on invalid crc and when used all receiving retriesSzczepan Zalega2016-10-19
* Make packet valid when its crc is not equal 0Szczepan Zalega2016-10-19
* Support regenerating AES keys on NK StorageSzczepan Zalega2016-10-19
* Log TooLongStringException in the moment of creationSzczepan Zalega2016-10-19
* Log when device reports command status not equal 0Szczepan Zalega2016-10-19
* Show NK Storage status on response packet dissection (regardless of connected...Szczepan Zalega2016-10-19
* Handle NK Storage status sent on Storage commandsSzczepan Zalega2016-10-19
* Code reformatSzczepan Zalega2016-10-19
* Command unlock user pinSzczepan Zalega2016-10-19
* Add TODO noteSzczepan Zalega2016-10-19
* Convert char to int during dissectionSzczepan Zalega2016-10-13
* NK Storage: cmd output status constantsSzczepan Zalega2016-10-13
* Remove asserts in favor of exceptions or warnings. Test changes in Python.Szczepan Zalega2016-09-10
* Add hex to binary converting functionSzczepan Zalega2016-09-10
* Function for getting device's serial number in hex. Fixes #33Szczepan Zalega2016-09-08
* Allow disabling hexdump headerSzczepan Zalega2016-09-08
* Merged library exceptions declarationv1.0Szczepan Zalega2016-08-09