summaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* scd: Add support of ECC pubkey attribute.NIIBE Yutaka2016-09-161-16/+45
* common: Add an assuan logging monitor.Werner Koch2016-09-051-1/+1
* scd: Fix an action after card removal.NIIBE Yutaka2016-09-031-5/+5
* scd: Release the card reader after card removal.NIIBE Yutaka2016-09-021-1/+4
* scd: Clean up unused shutdown method.NIIBE Yutaka2016-09-023-121/+0
* Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2016-08-121-2/+2
* Cleanup initialization of libgcrypt.Ben Kibbey2016-08-091-8/+0
* More cleanup of "allow to".Daniel Kahn Gillmor2016-08-033-4/+4
* scd: Fix card removal/reset on multiple contexts.NIIBE Yutaka2016-07-202-41/+47
* scd: Fix race conditions for release_application.NIIBE Yutaka2016-07-191-4/+6
* scd: Reset nonnull_nad to zero for VENDOR_GEMPC.Niibe Yutaka2016-06-191-1/+1
* scd: Make option --homedir work.Werner Koch2016-06-171-0/+1
* Explicitly restrict socket permissions.Werner Koch2016-06-081-0/+4
* w32: Fix recent build regression.Werner Koch2016-06-081-1/+0
* Do not try to remove the enclosing directory of sockets.Werner Koch2016-06-081-7/+0
* common: New function gnupg_socketdir.Werner Koch2016-06-071-1/+1
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-073-12/+9
* scd: More fix of error return path.NIIBE Yutaka2016-05-021-2/+2
* scd: Fix error return path.NIIBE Yutaka2016-04-281-3/+4
* scd: Fix memory leaks.NIIBE Yutaka2016-04-271-1/+10
* scd: Bug fix for a device with multiple interfaces.NIIBE Yutaka2016-03-071-2/+3
* common: Consolidate Assuan server argument handling.Justus Winter2016-03-021-47/+1
* scd: Fix size_t/int mismatch in libusbWerner Koch2016-01-271-3/+5
* scd: Migrate to new API of libusb 1.0.NIIBE Yutaka2016-01-272-181/+151
* Use ngettext for some strings.Werner Koch2016-01-181-4/+12
* scd: Fix regression for generating RSA keys on card.NIIBE Yutaka2015-12-141-0/+5
* scd: Fix removal of unplugged usb readers on Windows.Daniel Hoffend2015-12-101-0/+3
* scd: Fix for removing the prefix.NIIBE Yutaka2015-12-041-1/+1
* scd: Simplify saving application context.NIIBE Yutaka2015-12-041-62/+41
* scd: More fix for Curve25519 prefix handling.NIIBE Yutaka2015-12-041-11/+31
* scd: Another fix for Curve25519 prefix handling.Werner Koch2015-12-031-6/+9
* scd: Fix "Conflicting usage" bug.NIIBE Yutaka2015-12-033-28/+11
* scd: Fix for Curve25519 prefix handling.NIIBE Yutaka2015-12-031-1/+26
* build: Require at least Libassuan 2.4.1.Werner Koch2015-12-021-11/+0
* scd: Improve error handling.Justus Winter2015-11-191-1/+1
* Fix typos found using codespell.Justus Winter2015-11-177-21/+21
* scd: Add reder information to --card-status.NIIBE Yutaka2015-11-095-5/+28
* scd: Fix error handling with libusb-compat library.NIIBE Yutaka2015-11-041-7/+12
* scd: fix change_keyattr.NIIBE Yutaka2015-11-041-2/+2
* scd: Handle error correctly.NIIBE Yutaka2015-09-281-5/+5
* scd: Fix KEYTOCARD handling for ECC key.NIIBE Yutaka2015-09-191-7/+11
* scd: Fix ccid-driver timeout for OpenPGPcard v2.1.NIIBE Yutaka2015-09-171-3/+6
* scd: Force key attribute change for writekey.NIIBE Yutaka2015-09-071-33/+62
* scd: KEYNO cleanup.NIIBE Yutaka2015-09-071-70/+67
* Typo fixesWerner Koch2015-09-011-1/+1
* Curve25519 support.NIIBE Yutaka2015-08-061-57/+62
* common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka2015-08-061-2/+2
* scd: Fix ecc_oid.NIIBE Yutaka2015-08-051-1/+1
* scd: Fix ECC support.NIIBE Yutaka2015-08-051-17/+44
* scd: Fix size_t/unsigned int mismatch.Werner Koch2015-07-261-1/+3