summaryrefslogtreecommitdiffstats
path: root/AUTHORS (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-18g10: Fix memory leak for --card-status.NIIBE Yutaka1-4/+3
2018-09-14g10: Fix another memory leak.NIIBE Yutaka1-4/+3
2018-09-14g10: Fix memory leak (more).NIIBE Yutaka1-5/+9
2018-09-14g10: Fix memory leak in enum_secret_keys.NIIBE Yutaka1-2/+10
2018-09-11Revert "dirmngr: hkp: Avoid potential race condition when some hosts die."NIIBE Yutaka1-10/+13
2018-09-11dirmngr: Serialize access to hosttable.NIIBE Yutaka3-8/+64
2018-09-10common: Use iobuf_get_noeof to avoid undefined behaviors.NIIBE Yutaka1-3/+3
2018-09-10agent: Fix error code check from npth_mutex_init.NIIBE Yutaka1-2/+6
2018-09-07dirmngr: Emit SOURCE status also on NO_DATA.Werner Koch2-5/+20
2018-09-07dirmngr: hkp: Avoid potential race condition when some hosts die.Daniel Kahn Gillmor1-13/+10
2018-09-07g10: Fix memory leak.NIIBE Yutaka1-0/+2
2018-09-06gpgscm: Suppress warnings for GCC > 6.NIIBE Yutaka1-15/+14
2018-09-06Fix use of strncpy, which is actually good to use memcpy.NIIBE Yutaka2-2/+2
2018-08-30artwork: State license of the logoWerner Koch1-0/+8
2018-08-29gpg: Explain error message in key generation with --batchWerner Koch1-1/+3
2018-08-29doc: Minor additions to the gpg man pageWerner Koch1-4/+10
2018-08-29gpg: Remove unused function get_pubkeys.Werner Koch2-274/+4
2018-08-29doc: Show how to list envvars send to gpg-agent.Werner Koch1-0/+9
2018-08-29gpg: New option --known-notation.Werner Koch4-7/+64
2018-08-28gpg: Refresh expired keys originating from the WKD.Werner Koch2-17/+99
2018-08-28gpg: Remove unused arg from a function.Werner Koch4-5/+5
2018-08-27gpg: Prepare for longer card fingerprints.Werner Koch4-76/+89
2018-08-27g10: Fix enum_secret_keys for card keys.NIIBE Yutaka1-3/+8
2018-08-27g10: Prefer to available card keys for decryption.NIIBE Yutaka1-9/+57
2018-08-27g10: Move enum_secret_keys to skclist.c.NIIBE Yutaka2-197/+198
2018-08-27g10: Fix comment of enum_secret_keys.NIIBE Yutaka1-2/+0
2018-08-27g10: Enumerated keys for decryption should be unique.NIIBE Yutaka2-2/+25
2018-08-27g10: Change decryption key selection for public key encryption.NIIBE Yutaka5-179/+155
2018-08-10g10: Fix undefined behavior when EOF in parsing packet for S2K.NIIBE Yutaka1-2/+2
2018-07-27gpg: Set a limit for a WKD import of 256 KiB.Werner Koch1-1/+9
2018-07-27dirmngr: Validate SRV records in WKD queries.Werner Koch1-0/+12
2018-07-27common: New function to validate domain names.Werner Koch3-2/+93
2018-07-26scd: Add support for Trustica Cryptoucan.Jiří Keresteš3-3/+13
2018-07-26Register DCO for Jiri Kerestes.NIIBE Yutaka1-0/+3
2018-07-25dirmngr: Print a WARNING status for DNS config problems.Werner Koch16-93/+196
2018-07-24gpg: Use 128 MiB as default AEAD chunk size.Werner Koch2-7/+20
2018-07-17Register DCO fo Michael Haubenwallner.NIIBE Yutaka1-0/+3
2018-07-12doc: Add NEWS about the 2.2.9 releaseWerner Koch1-0/+41
2018-07-09gpg: Remove multiple subkey bindings during export-clean.Werner Koch1-5/+84
2018-07-09gpg: Let export-clean remove expired subkeys.Werner Koch4-12/+125
2018-07-09gpg: Split key cleaning function for clarity.Werner Koch4-16/+54
2018-07-06gpg: Move key cleaning functions to a separate file.Werner Koch10-429/+495
2018-07-05po: Add flag options for xgettext.Werner Koch2-2/+57
2018-07-05gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch6-8/+60
2018-07-05doc: Typo fix in a comment.Werner Koch1-1/+1
2018-07-04gpg: Ignore too large user ids during import.Werner Koch1-1/+30
2018-07-04indent: Fix indentation of read_block in g10/import.cWerner Koch1-66/+67
2018-07-04gpg: Extra check for sign usage when verifying a data signature.Werner Koch1-2/+11
2018-07-03g10: Fix memory leak for PKT_signature.NIIBE Yutaka3-3/+3
2018-07-02agent: New commands PUT_SECRET and GET_SECRET.Werner Koch3-12/+237