aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New key db.neal/kdbNeal H. Walfield2015-11-236-29/+1570
* gpg: Reflow long texts.Neal H. Walfield2015-11-234-4/+283
* common: Extend utf8_charcount to include the string's length.Neal H. Walfield2015-11-234-8/+22
* dirmngr: Fix http lookups when libadns is used.Justus Winter2015-11-231-1/+1
* dirmngr: Fix SRV record lookups when using the system resolver.Justus Winter2015-11-231-2/+2
* dirmngr: Honor ports specified in SRV records.Justus Winter2015-11-231-14/+32
* dirmngr: Support hkp server pools using SRV records.Justus Winter2015-11-231-1/+46
* dirmngr: Refactor 'map_host'.Justus Winter2015-11-231-99/+110
* dirmngr: Fix pool detection.Justus Winter2015-11-231-2/+2
* dirmngr: Refactor 'map_host'.Justus Winter2015-11-231-12/+21
* dirmngr: Start dirmngr on demand.Justus Winter2015-11-232-130/+17
* gpg: If sqlite is not available, don't build things depending on it.Neal H. Walfield2015-11-232-1/+10
* gpg: Allow updating the expiration time of multiple subkeys at once.Neal H. Walfield2015-11-231-6/+25
* gpg: Don't crash if key is not passed an argument.Neal H. Walfield2015-11-231-1/+2
* gpg: Fail if the search description passed to --gen-revoke is ambiguous.Neal H. Walfield2015-11-201-0/+41
* gpg: Refactor print_seckey_info.Neal H. Walfield2015-11-202-5/+17
* gpg: Improve an error message.Neal H. Walfield2015-11-201-2/+6
* dirmngr: Improve error handling.Justus Winter2015-11-191-0/+1
* dirmngr: Fix memory leak.Justus Winter2015-11-191-8/+14
* agent: Improve error handling.Justus Winter2015-11-191-1/+1
* common: Avoid undefined behavior.Justus Winter2015-11-191-1/+1
* g10: Avoid undefined behavior.Justus Winter2015-11-191-1/+1
* scd: Improve error handling.Justus Winter2015-11-191-1/+1
* dirmngr: Fix typo.Justus Winter2015-11-191-1/+1
* dirmngr: Gracefully handle premature termination of TLS streams.fix-1950Justus Winter2015-11-181-11/+29
* tools: Fix option parsing for gpg-zip.Neal H. Walfield2015-11-171-4/+6
* gpg: Allow selecting subkeys using a keyid.Neal H. Walfield2015-11-172-5/+62
* dirmngr: Fix specifying keyservers by IP address.Justus Winter2015-11-171-1/+5
* gpg: Change keydb_search to not return legacy keys.Neal H. Walfield2015-11-178-94/+34
* gpg: Correctly handle an error.Neal H. Walfield2015-11-171-0/+3
* gpg: Correctly handle keyblocks followed by legacy keys.Neal H. Walfield2015-11-174-3/+80
* gpg: Add some debugging output.Neal H. Walfield2015-11-173-6/+104
* gpg: Make debugging search descriptors easier.Neal H. Walfield2015-11-172-50/+78
* gpg: Add function format_keyid.Neal H. Walfield2015-11-173-31/+48
* gpg: Use a more appropriate error code.Neal H. Walfield2015-11-171-1/+1
* Fix typos found using codespell.Justus Winter2015-11-17105-162/+162
* gpg: Fix error checking and improve error reporting.Neal H. Walfield2015-11-161-2/+14
* gpg: Use only one fingerprint formatting function.Werner Koch2015-11-147-86/+103
* gpg: Simplify the tofu interface by using the public key packet.Werner Koch2015-11-134-42/+18
* gpg: Make trusted-key override for Tofu robust against swapped tofu.db.Werner Koch2015-11-131-19/+31
* gpg: Fix regression in --locate-keys (in 2.1.9).Werner Koch2015-11-131-1/+13
* gpg: Print a new EXPORTED status line.Werner Koch2015-11-123-3/+34
* gpg: Print export statistics to the status-fd.Werner Koch2015-11-129-47/+168
* dirmngr: Do not block during ADNS calls.Werner Koch2015-11-122-8/+36
* dirmngr: New option --nameserver.Werner Koch2015-11-124-5/+53
* gpg: Fix cache consistency problem.Neal H. Walfield2015-11-111-2/+4
* gpg: Default to the the PGP trust model.Neal H. Walfield2015-11-101-2/+2
* gpg: Default to the flat TOFU DB format.Neal H. Walfield2015-11-101-2/+2
* dirmngr: Change to new ADNS Tor mode init scheme.Werner Koch2015-11-094-11/+57
* dirmngr: Improve detection of ADNS.Werner Koch2015-11-092-6/+9