aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into gniibe/decryption-keygniibe/decryption-keyNIIBE Yutaka2018-07-1249-1979/+2059
|\
| * gpg: Remove multiple subkey bindings during export-clean.Werner Koch2018-07-091-5/+84
| * gpg: Let export-clean remove expired subkeys.Werner Koch2018-07-094-12/+125
| * gpg: Split key cleaning function for clarity.Werner Koch2018-07-094-16/+54
| * gpg: Move key cleaning functions to a separate file.Werner Koch2018-07-0610-429/+495
| * po: Add flag options for xgettext.Werner Koch2018-07-052-2/+57
| * gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch2018-07-056-8/+60
| * doc: Typo fix in a comment.Werner Koch2018-07-051-1/+1
| * gpg: Ignore too large user ids during import.Werner Koch2018-07-041-1/+30
| * indent: Fix indentation of read_block in g10/import.cWerner Koch2018-07-041-66/+67
| * gpg: Extra check for sign usage when verifying a data signature.Werner Koch2018-07-041-2/+11
| * g10: Fix memory leak for PKT_signature.NIIBE Yutaka2018-07-033-3/+3
| * agent: New commands PUT_SECRET and GET_SECRET.Werner Koch2018-07-023-12/+237
| * common: New function percent_data_escape.Werner Koch2018-07-023-1/+95
| * agent: Fix segv running in --server modeWerner Koch2018-07-021-9/+14
| * libdns: For SOCKS connection, just fails.NIIBE Yutaka2018-07-021-1/+1
| * gpg: Print revocation reason for "rev" records.Werner Koch2018-06-214-4/+100
| * gpg: Print revocation reason for "rvs" records.Werner Koch2018-06-213-3/+127
| * gpg: Let --show-keys print revocation certificates.Werner Koch2018-06-212-13/+122
| * build: Remove duplicates from AC_CHECK_FUNCSWerner Koch2018-06-212-13/+12
| * libdns: Let kernel to decide the local port.NIIBE Yutaka2018-06-191-0/+3
| * wks: Take name of sendmail from configure.Werner Koch2018-06-192-1/+3
| * libdns: Fix for non-FQDN hostname.NIIBE Yutaka2018-06-181-5/+8
| * libdns: Fix connect and try next nameserver when ECONNREFUSED.NIIBE Yutaka2018-06-151-2/+23
| * libdns: Clear struct sockaddr_storage by zero.NIIBE Yutaka2018-06-151-0/+4
| * libdns: Sync to upstream.NIIBE Yutaka2018-06-141-10/+2
| * dirmngr: Fix recursive resolver mode.NIIBE Yutaka2018-06-141-0/+2
| * Some preparations to eventuallt use gpgrt_argparse.Werner Koch2018-06-124-3/+10
| * Require libgpg-error 1.29 and remove internal logging functions.Werner Koch2018-06-125-1228/+6
| * gpg: Do not import revocations with --show-keys.Werner Koch2018-06-121-26/+30
| * card: Fix memory leak for fetch-url sub command.NIIBE Yutaka2018-06-121-0/+1
| * gpg: Add new usage option for drop-subkey filters.Daniel Kahn Gillmor2018-06-122-0/+15
| * doc: Include release info from 2.2.8Werner Koch2018-06-111-1/+41
| * gpg: Set some list options with --show-keysWerner Koch2018-06-112-3/+9
| * gpg: Sanitize diagnostic with the original file name.Werner Koch2018-06-081-1/+8
| * gpg: Improve import's repair-key duplicate signature detection.Werner Koch2018-06-071-115/+134
| * gpg: Fix import's repair-key duplicate signature detection.Werner Koch2018-06-072-5/+30
| * gpg: Improve verbose output during import.Werner Koch2018-06-071-13/+32
| * agent: Add DBUS_SESSION_BUS_ADDRESS et al. to the startup list.Werner Koch2018-06-061-7/+7
| * doc: Typo fixesWerner Koch2018-06-063-4/+4
| * gpg: Also detect a plaintext packet before an encrypted packet.Werner Koch2018-06-061-0/+12
| * gpg: New command --show-keys.Werner Koch2018-06-063-2/+28
* | g10: Fix enum_secret_keys for card keys.NIIBE Yutaka2018-06-121-3/+8
* | g10: Prefer to available card keys for decryption.NIIBE Yutaka2018-06-121-9/+57
* | g10: Move enum_secret_keys to skclist.c.NIIBE Yutaka2018-06-122-197/+198
* | g10: Fix comment of enum_secret_keys.NIIBE Yutaka2018-06-111-2/+0
* | g10: Enumerated keys for decryption should be unique.NIIBE Yutaka2018-06-112-2/+25
* | g10: Change the order of handling private key for encryption.NIIBE Yutaka2018-06-085-130/+92
* | g10: Defer selection of decryption key at proc_encrypted.NIIBE Yutaka2018-06-081-90/+87
|/
* g10: Remove bogus comment.NIIBE Yutaka2018-06-051-5/+0