summaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-28Add a hook to be called right after main.Werner Koch18-0/+28
2015-01-28gpg: Allow predefined names as answer to the keygen.algo prompt.Werner Koch2-16/+50
2015-01-28agent: Add some extra robustness to extract_private_keyWerner Koch3-4/+13
2015-01-28scd: Fix varargs call for 64-bit arch on ECC keys.NIIBE Yutaka1-14/+12
2015-01-27gpg: Fix segv introduced to commit 4d7c9b0.Werner Koch1-1/+1
2015-01-27agent: Fix agent_public_key_from_file for ECC.NIIBE Yutaka3-94/+151
2015-01-26sm: Simplify fix ed8383c6Werner Koch1-4/+2
2015-01-25ccid: Remove incorrect expression leading to errors.Joshua Rogers1-1/+1
2015-01-23gpgconf: Fix validity check for UINT32 values.Werner Koch1-1/+1
2015-01-23gpg,sm: Remove unnecessary duplicated checksWerner Koch2-2/+2
2015-01-22doc: Fix some typos and add missing options.Werner Koch3-14/+26
2015-01-22gpg: Improve skipping of PGP-2 keys.Werner Koch5-11/+61
2015-01-22gpg: Add dedicated error code for PGP-2 keys.Werner Koch5-11/+7
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch32-408/+362
2015-01-22gpg: Remove an unused variable.Werner Koch2-3/+1
2015-01-21dirmngr: Fix TLS build problems.Werner Koch1-2/+4
2015-01-21gpg: Support --passphrase with --quick-gen-key.Werner Koch3-2/+41
2015-01-21gpg: Re-enable the "Passphrase" parameter for batch key generation.Werner Koch9-57/+128
2015-01-20artwork: Crop and rename the commonly used logo.Werner Koch3-126/+138
2015-01-19kbx: Minor cleanup for the previous fix.Werner Koch1-7/+7
2015-01-19kbx: Call skipfnc callback to filter out keysDamien Goutte-Gattat1-3/+30
2015-01-19Register DCO for Damien Goutte-Gattat.Werner Koch1-0/+3
2015-01-13scd: Allow for certificates > 1024 with PC/SC.Andreas Schwier1-1/+1
2015-01-09po: Update the German translation.Werner Koch1-2/+5
2015-01-08dirmngr: Fix error code path of map_host.NIIBE Yutaka1-3/+8
2015-01-08scd: fix get_public_key for OpenPGPcard v1.0.Joshua Rogers1-1/+1
2015-01-07dirmngr: fix LDAP query PATTERNS limit check.NIIBE Yutaka1-1/+1
2015-01-07scd: fix merge failure.NIIBE Yutaka1-2/+0
2015-01-05sm,g13: Init local vars to avoid compiler warnings.Werner Koch2-2/+3
2015-01-05gpg: Remove unused args from a function.Werner Koch8-18/+13
2015-01-05gpg: Clear a possible rest of the KDF secret buffer.Werner Koch1-1/+1
2015-01-05build: Require automake 1.14.Werner Koch2-6/+4
2015-01-04agent: Make --allow-loopback-pinentry gpgconf changeable.Werner Koch2-1/+6
2014-12-22tools: Free variable before returnJoshua Rogers1-1/+4
2014-12-22Register DCO for Joshua Rogers.Werner Koch1-0/+3
2014-12-22sm: Avoid double-free on iconv failureDaniel Kahn Gillmor1-0/+2
2014-12-22scd: Avoid double-free on error condition in scdDaniel Kahn Gillmor1-4/+2
2014-12-22avoid future chance of using uninitialized memoryDaniel Kahn Gillmor1-1/+1
2014-12-22avoid double-close in unusual dotlock situationsDaniel Kahn Gillmor1-2/+8
2014-12-22gpgkey2ssh: clean up varargsDaniel Kahn Gillmor1-0/+2
2014-12-22doc: Fix memory leak in yat2m.Werner Koch1-0/+1
2014-12-22dirmngr: Fix memory leak.Werner Koch2-3/+3
2014-12-22dirmngr: Remove un-needed check.Werner Koch1-1/+4
2014-12-22dirmngr,gpgsm: Return NULL on failWerner Koch2-0/+2
2014-12-22scd: ECDH Support.NIIBE Yutaka2-110/+107
2014-12-19agent: Make sure --max-cache-ttl is >= --default-cache-ttl.Werner Koch2-0/+21
2014-12-19agent: Keep the session environment for restricted connections.Werner Koch5-35/+43
2014-12-19agent: Fix string prepended to remotely initiated prompts.Werner Koch1-1/+1
2014-12-18build: Remove option to build without agent.Werner Koch1-1/+2
2014-12-17gpgconf: Exit with failure if --launch fails.Werner Koch3-4/+13