aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | speedo: Sign the windows installer with a timestamp.Werner Koch2018-10-251-3/+7
* | dirmngr: Fix out of scope use of a var in the keyserver LDAP code.Werner Koch2018-10-251-23/+10
* | g10,scd: Improve UIF support.NIIBE Yutaka2018-10-254-3/+30
* | all: fix spelling and typosDaniel Kahn Gillmor2018-10-2477-120/+120
* | doc: fix spelling mistakesDaniel Kahn Gillmor2018-10-246-18/+18
* | agent: Fix possible uninitalized use of CTX in simple_pwquery.Werner Koch2018-10-241-0/+1
* | agent: Fix possible release of unitialize var in a genkey error case.Werner Koch2018-10-241-1/+1
* | ssh: Fix possible infinite loop in case of an read error.Werner Koch2018-10-241-3/+4
* | tools: Fix FILE memory leak in gpg-connect-agent.Werner Koch2018-10-241-2/+4
* | sm: Use the correct string in an error message.Werner Koch2018-10-241-1/+1
* | gpg: Unfinished support for v5 signatures.Werner Koch2018-10-244-40/+54
* | indent: Modernize g10/sign.cWerner Koch2018-10-241-791/+829
* | dirmngr: Prepare for updated WKD specs with ?l= paramWerner Koch2018-10-221-12/+21
* | agent: Fix build regression for Windows.Werner Koch2018-10-222-8/+15
* | dirmngr: In verbose mode print the OCSP responder id.Werner Koch2018-10-221-0/+27
* | tools: Replace duplicated code in mime-maker.Werner Koch2018-10-153-62/+90
* | scd: Fix signing authentication status.NIIBE Yutaka2018-10-151-1/+4
* | agent: Fix message for ACK button.NIIBE Yutaka2018-10-121-13/+35
* | scd: Support "acknowledge button" feature.NIIBE Yutaka2018-10-117-1/+97
* | agent: Support --ack option for POPUPPINPADPROMPT.NIIBE Yutaka2018-10-111-1/+1
* | gpg: Don't take the a TOFU trust model from the trustdb,Werner Koch2018-10-102-5/+27
* | gpg: Fix extra check for sign usage of a data signature.Werner Koch2018-10-081-1/+2
* | gpg: Make --skip-hidden-recipients work again.Werner Koch2018-10-081-0/+13
* | gpg: Add new card vendorWerner Koch2018-10-041-0/+1
* | gpg: New options import-drop-uids and export-drop-uids.Werner Koch2018-10-025-9/+94
* | common: Fix gnupg_reopen_std.NIIBE Yutaka2018-10-021-6/+5
* | g10,scd: Support UIF changing command.NIIBE Yutaka2018-09-272-5/+48
* | g10: Fix memory leak for --card-status.NIIBE Yutaka2018-09-181-4/+3
* | g10: Fix another memory leak.NIIBE Yutaka2018-09-131-4/+3
* | g10: Fix memory leak (more).NIIBE Yutaka2018-09-131-5/+9
* | g10: Fix memory leak in enum_secret_keys.NIIBE Yutaka2018-09-131-2/+10
* | Revert "dirmngr: hkp: Avoid potential race condition when some hosts die."NIIBE Yutaka2018-09-111-10/+13
* | dirmngr: Serialize access to hosttable.NIIBE Yutaka2018-09-113-8/+64
* | common: Use iobuf_get_noeof to avoid undefined behaviors.NIIBE Yutaka2018-09-101-3/+3
* | agent: Fix error code check from npth_mutex_init.NIIBE Yutaka2018-09-101-2/+6
* | dirmngr: Emit SOURCE status also on NO_DATA.Werner Koch2018-09-072-5/+20
* | dirmngr: hkp: Avoid potential race condition when some hosts die.Daniel Kahn Gillmor2018-09-071-13/+10
* | g10: Fix memory leak.NIIBE Yutaka2018-09-071-0/+2
* | gpgscm: Suppress warnings for GCC > 6.NIIBE Yutaka2018-09-061-15/+14
* | Fix use of strncpy, which is actually good to use memcpy.NIIBE Yutaka2018-09-062-2/+2
* | artwork: State license of the logoWerner Koch2018-08-301-0/+8
* | gpg: Explain error message in key generation with --batchWerner Koch2018-08-291-1/+3
* | doc: Minor additions to the gpg man pageWerner Koch2018-08-291-4/+10
* | gpg: Remove unused function get_pubkeys.Werner Koch2018-08-292-274/+4
* | doc: Show how to list envvars send to gpg-agent.Werner Koch2018-08-291-0/+9
* | gpg: New option --known-notation.Werner Koch2018-08-294-7/+64
* | gpg: Refresh expired keys originating from the WKD.Werner Koch2018-08-282-17/+99
* | gpg: Remove unused arg from a function.Werner Koch2018-08-284-5/+5
* | gpg: Prepare for longer card fingerprints.Werner Koch2018-08-274-76/+89
* | g10: Fix enum_secret_keys for card keys.NIIBE Yutaka2018-08-271-3/+8