summaryrefslogtreecommitdiffstats
path: root/scd/app.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* scd: Take the card look while running app->with_keygrip.Werner Koch2019-06-211-3/+12
* scd: Take the lock earlier in the function dispatchers.Werner Koch2019-06-211-113/+154
* scd: Add code to check whether app switching is possible.Werner Koch2019-06-211-15/+28
* scd: Track the currently selected app.Werner Koch2019-06-211-2/+7
* scd: Simplify inclusion of app-common.h.Werner Koch2019-06-211-1/+0
* scd: Use enums for cardtype and apptype.Werner Koch2019-06-211-24/+54
* scd: Split data structures into app and card related objects.Werner Koch2019-06-191-315/+384
* scd: Add explict functions for 'app' reference counting.Werner Koch2019-06-171-12/+36
* scd: Slight change to app->fnc.do_with_keygrip.Werner Koch2019-06-171-3/+21
* scd: Add new command: KEYINFO.NIIBE Yutaka2019-04-251-0/+21
* scd: New options --info and --info-only for READKEY.Werner Koch2019-04-031-9/+10
* scd: New option --application-priority.Werner Koch2019-03-281-17/+59
* scd: Support reading the Yubikey 4 firmware version.Werner Koch2019-03-271-21/+38
* scd: Refactor the app selection code.Werner Koch2019-03-221-17/+35
* card: Print card version. Check for bad Yubikeys.Werner Koch2019-03-051-5/+15
* scd: Simplify the app_readkey parameters.Werner Koch2019-02-261-2/+2
* scd: Don't let the "undefined" app cause a conflict error.Werner Koch2019-02-211-0/+3
* scd: Make app_genkey and supporting ISO function more flexible.Werner Koch2019-02-061-3/+3
* scd: Fix parameter name of app_change_key.Werner Koch2019-02-061-3/+3
* card: Support factory reset for Yubikey PIV application.Werner Koch2019-01-291-2/+11
* scd: Improve app selection for app "undefined".Werner Koch2019-01-251-6/+12
* scd: Add option --clear to PASSWD.Werner Koch2019-01-211-1/+1
* scd: Add very basic support for PIV cards.Werner Koch2019-01-201-0/+58
* scd: Serialize opening device by select_application.NIIBE Yutaka2018-11-281-5/+6
* scd: Support "acknowledge button" feature.NIIBE Yutaka2018-10-111-0/+2
* scd: Enable card removal check after select_application.NIIBE Yutaka2017-11-211-6/+4
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* scd: Change the order of applications when accessed.NIIBE Yutaka2017-03-271-2/+9
* Remove -I option to common.NIIBE Yutaka2017-03-071-2/+2
* scd: Fix API of select_file/_path.NIIBE Yutaka2017-03-061-2/+2
* scd: Fix RESET command handling (more).NIIBE Yutaka2017-02-171-8/+21
* scd: Minor fixes to silence compiler warnings.NIIBE Yutaka2017-02-161-1/+1
* scd: Fix RESET command handling.NIIBE Yutaka2017-02-151-28/+24
* scd: Fix use case of PC/SC.NIIBE Yutaka2017-02-131-1/+1
* scd: Fix SERIALNO for multiple devices.NIIBE Yutaka2017-01-311-11/+13
* scd: More changes on watching removal of card/reader.NIIBE Yutaka2017-01-271-18/+19
* scd: Improve watching USB device removal.NIIBE Yutaka2017-01-271-63/+57
* scd: Only submit apdu_get_status when needed.NIIBE Yutaka2017-01-261-1/+5
* scd: Fix APP reference counting.NIIBE Yutaka2017-01-261-1/+0
* scd: Add INTERRUPT endp support to CCID driver.NIIBE Yutaka2017-01-261-0/+1
* scd: Cleanup SERIALNO protocol.NIIBE Yutaka2017-01-181-32/+19
* scd: Add "card_list" sub command for GETINFO.NIIBE Yutaka2017-01-181-0/+18
* scd: Add --demand option for SERIALNO.NIIBE Yutaka2017-01-161-10/+29
* scd: Support multiple readers by CCID driver.NIIBE Yutaka2017-01-061-25/+38
* scd: Fix select_application.NIIBE Yutaka2016-12-301-2/+4
* scd: Fix card removal monitor.NIIBE Yutaka2016-12-301-2/+2
* scd: Fix a race condition for new_reader_slot.NIIBE Yutaka2016-12-291-22/+21
* scd: APP centric approach for device management.NIIBE Yutaka2016-12-281-211/+324
* scd: Clean up internal API for APP.NIIBE Yutaka2016-12-221-16/+16
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1