aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-29scd: Fix a race condition for new_reader_slot.NIIBE Yutaka5-47/+74
2016-12-28scd: APP centric approach for device management.NIIBE Yutaka4-766/+403
2016-12-28scd: Simplify monitoring card removal.NIIBE Yutaka3-117/+30
2016-12-27scd: Improve internal CCID driver.NIIBE Yutaka1-89/+87
2016-12-22scd: Clean up internal API for APP.NIIBE Yutaka3-38/+34
2016-12-19Remove unused debug flags and add "dns" and "network".Werner Koch2-6/+2
2016-12-02gpg: New option --default-new-key-algo.Werner Koch1-1/+1
2016-11-25scd: Support OpenPGP card V3 for RSA.NIIBE Yutaka1-23/+38
2016-11-22scd: Fix receive buffer size.NIIBE Yutaka1-2/+3
2016-11-17scd: Don't limit to ST-2xxx for PC/SC.NIIBE Yutaka1-1/+5
2016-11-16scd,dirmngr: Keep the standard fds when daemonizing.Werner Koch1-2/+12
2016-11-14scd: Fix status info encoding.NIIBE Yutaka1-1/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch21-21/+21
2016-11-04scd: Fix length error for READKEY.NIIBE Yutaka1-0/+2
2016-11-04scd: Add --advanced option for READKEY.NIIBE Yutaka5-61/+99
2016-11-02Spelling: correct spelling of "passphrase".Daniel Kahn Gillmor1-1/+1
2016-10-27Fix typos.Justus Winter1-1/+1
2016-10-27scd: Add 0x41 prefix for x-coordinate only result.NIIBE Yutaka1-12/+21
2016-10-24scd: Use canonical curve name of libgcrypt.NIIBE Yutaka1-31/+58
2016-10-21g10,scd: Fix ECC keygen.NIIBE Yutaka1-11/+12
2016-10-21scd: Fix segfault changing key attr.NIIBE Yutaka1-1/+1
2016-10-21Fix use cases of snprintf.NIIBE Yutaka2-3/+2
2016-10-20scd: GENKEY updates the public key in APP.NIIBE Yutaka1-228/+257
2016-10-18scd: Support ECC key generation.NIIBE Yutaka1-61/+137
2016-10-18scd: minor cleanup to merge other works.NIIBE Yutaka3-39/+32
2016-10-17scd: Fix keytocard for ECC.NIIBE Yutaka1-0/+2
2016-10-07agent, dirmngr, scd: Fix init_common_subsystems.NIIBE Yutaka1-0/+2
2016-10-04agent, dirmngr, scd: npth_init must be after fork.NIIBE Yutaka1-2/+4
2016-09-16scd: Add support of ECC pubkey attribute.NIIBE Yutaka1-16/+45
2016-09-05common: Add an assuan logging monitor.Werner Koch1-1/+1
2016-09-03scd: Fix an action after card removal.NIIBE Yutaka1-5/+5
2016-09-02scd: Release the card reader after card removal.NIIBE Yutaka1-1/+4
2016-09-02scd: Clean up unused shutdown method.NIIBE Yutaka3-121/+0
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor1-2/+2
2016-08-09Cleanup initialization of libgcrypt.Ben Kibbey1-8/+0
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor3-4/+4
2016-07-20scd: Fix card removal/reset on multiple contexts.NIIBE Yutaka2-41/+47
2016-07-19scd: Fix race conditions for release_application.NIIBE Yutaka1-4/+6
2016-06-19scd: Reset nonnull_nad to zero for VENDOR_GEMPC.Niibe Yutaka1-1/+1
2016-06-17scd: Make option --homedir work.Werner Koch1-0/+1
2016-06-08Explicitly restrict socket permissions.Werner Koch1-0/+4
2016-06-08w32: Fix recent build regression.Werner Koch1-1/+0
2016-06-08Do not try to remove the enclosing directory of sockets.Werner Koch1-7/+0
2016-06-07common: New function gnupg_socketdir.Werner Koch1-1/+1
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch3-12/+9
2016-05-02scd: More fix of error return path.NIIBE Yutaka1-2/+2
2016-04-28scd: Fix error return path.NIIBE Yutaka1-3/+4
2016-04-27scd: Fix memory leaks.NIIBE Yutaka1-1/+10
2016-03-07scd: Bug fix for a device with multiple interfaces.NIIBE Yutaka1-2/+3
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter1-47/+1