aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
Commit message (Expand)AuthorAge
* Remove multiple PWS item from todo listRobin Krahl2020-01-14
* Add the fill_sd_card function to StorageRobin Krahl2020-01-14
* Add the get_operation_status function to the Storage structRobin Krahl2020-01-14
* Remove todo notes for Storage tests and refactoringRobin Krahl2020-01-14
* Add the get_sd_card_usage function to the Storage structRobin Krahl2020-01-14
* Rename Status::get_status to get_storage_statusRobin Krahl2020-01-11
* Add support for the GET_STATUS commandRobin Krahl2020-01-11
* Add the connect_path function to the Manager structRobin Krahl2020-01-07
* Add list_devices functionRobin Krahl2020-01-07
* Update the list of unsupported functionsRobin Krahl2020-01-06
* Change license for configuration and documentation to CC0-1.0Robin Krahl2019-12-27
* Update list of new and unsupported functionsRobin Krahl2019-07-08
* Update nitrokey-sys to version 3.5Robin Krahl2019-07-05
* Revert "Store mutable reference to Device in PasswordSafe"Robin Krahl2019-02-05
* Store mutable reference to Device in PasswordSafeRobin Krahl2019-02-02
* Add tolerance for timing issues to the TOTP testsRobin Krahl2019-01-25
* Add license and copyright informationRobin Krahl2019-01-23
* Refactor device::config test caseRobin Krahl2019-01-23
* Implement From<(T: Device, Error)> for ErrorRobin Krahl2019-01-23
* Prefer into() over numeric castingRobin Krahl2019-01-23
* Prevent direct instantiation of Pro and StorageRobin Krahl2019-01-23
* Check specific error codes in the testsRobin Krahl2019-01-20
* Document that NK_is_AES_supported is unsupportedRobin Krahl2019-01-16
* Fix result_from_string for empty return valuesRobin Krahl2019-01-16
* Add the clear_new_sd_card_warning method to StorageRobin Krahl2019-01-14
* Add the get_production_info method to the Storage structRobin Krahl2019-01-14
* Add export_firmware method to StorageRobin Krahl2019-01-12
* Document unsupported outdated functionsRobin Krahl2019-01-12
* Add set_unencrypted_volume_mode to StorageRobin Krahl2019-01-12
* Update readme and todo for NK_get_device_modelRobin Krahl2019-01-11
* Add the wink method to the Storage structRobin Krahl2019-01-11
* Add the get_library_version functionRobin Krahl2019-01-11
* Add support for the hidden volumes on a Nitrokey StorageRobin Krahl2019-01-06
* Add Storage::enable_firmware_update methodRobin Krahl2019-01-03
* Add Device::build_aes_key methodRobin Krahl2019-01-03
* Add Device::factory_reset methodRobin Krahl2019-01-03
* Add Storage::change_update_pin methodRobin Krahl2019-01-03
* Add force argument to ConfigureOtp::set_timeRobin Krahl2019-01-02
* Provide access to the status of a Nitrokey StorageRobin Krahl2018-12-10
* Add a Storage-only example to the DeviceWrapper documentationRobin Krahl2018-12-10
* Fix generic connections (connect()) to return correct deviceRobin Krahl2018-12-10
* Always free string pointers returned by libnitrokeyRobin Krahl2018-12-10
* Update to nitrokey-sys v3.4.0Robin Krahl2018-12-10
* Remove NK_lock_device call from PasswordSafe::dropRobin Krahl2018-06-07
* Add support for encrypted volumeRobin Krahl2018-06-07
* Implement Drop for PasswordSafeRobin Krahl2018-06-05
* Add traits for easier error handling to todo listRobin Krahl2018-06-05
* Add tests with different TOTP time windowsRobin Krahl2018-06-05
* Add support for unlock_user_password commandRobin Krahl2018-05-31
* Add support for password safesRobin Krahl2018-05-29