aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyserver.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-02g10: Use bitfield for flags of user ids.Justus Winter1-1/+1
2016-12-01gpg: Let only Dirmngr decide whether CERT is supported.Werner Koch1-4/+0
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-27gpg: Convey --quick option to dirmngr for --auto-key-retrieve.Werner Koch1-20/+24
2016-09-28gpg: Improve WKD by importing only the requested UID.Werner Koch1-5/+32
2016-07-01g10: Fix memory leak.Justus Winter1-2/+4
2016-06-14doc: Consistently use 'keyserver'.Werner Koch1-1/+1
2016-05-21gpg: Pass CTRL object down to the trust functionsWerner Koch1-2/+2
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-2/+1
2016-04-27gpg: Add experimental AKL method "wkd" and option --with-wkd-hash.Werner Koch1-0/+33
2016-01-21gpg: Make --auto-key-retrieve work with dirmngr configured server.Werner Koch1-20/+28
2016-01-18Use ngettext for some strings.Werner Koch1-5/+4
2015-12-12gpg: Use a regular type instead of a void* for import stats.Werner Koch1-3/+3
2015-12-03gpg: Make keyidlist more robust in case of errors.Werner Koch1-1/+4
2015-12-03gpg: Take care of keydb_new returning NULL.Werner Koch1-3/+11
2015-11-17gpg: Change keydb_search to not return legacy keys.Neal H. Walfield1-6/+1
2015-11-12gpg: Print export statistics to the status-fd.Werner Koch1-0/+1
2015-10-22Move SRV RR code from common/ to dirmngr/.Werner Koch1-3/+1
2015-10-06gpg: Add new --auto-key-locate mechanism "dane".Werner Koch1-11/+15
2015-10-05gpg: Deprecate the --keyserver option.Werner Koch1-24/+26
2015-04-23gpg: Move all DNS access to Dirmngr.Werner Koch1-19/+15
2015-04-21gpg: Make keyserver-option http_proxy work.Werner Koch1-5/+10
2015-04-21gpg: Make preferred keyservers work.Werner Koch1-13/+17
2015-04-21gpg: Update sub-options of --keyserver-optionsWerner Koch1-34/+12
2015-02-26gpg: Fix memory leak due to PKA lookup.Werner Koch1-1/+1
2015-02-25gpg: Switch to a hash and CERT record based PKA system.Werner Koch1-1/+1
2015-02-25common: Allow requesting a specific certtype with get_dns_cert()Werner Koch1-1/+1
2015-02-19gpg: Replace remaining uses of stdio by estream.Werner Koch1-2/+2
2015-01-22gpg: Improve skipping of PGP-2 keys.Werner Koch1-2/+11
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-4/+4
2015-01-05gpg: Remove unused args from a function.Werner Koch1-5/+4
2014-12-08gpg: Obsolete some keyserver helper options.Werner Koch1-26/+20
2014-12-08gpg: Write a status line for a failed --send-keys.Werner Koch1-1/+4
2014-12-01gpg: Fix export bug using exact search with only one key in the keybox.Werner Koch1-1/+2
2014-11-12gpg: Fix regression in --refresh-keysWerner Koch1-19/+88
2014-08-14gpg: Screen keyserver responses.Werner Koch1-4/+90
2014-08-12gpg: Make --with-colons work again for --search-keys.Werner Koch1-2/+2
2014-03-17gpg: Make --auto-key-locate work again with keyservers.Werner Koch1-46/+52
2014-03-14gpg: Print the actual used keyserver address.Werner Koch1-7/+23
2014-03-12Comment typo fixesWerner Koch1-2/+5
2014-03-07gpg: Protect against rogue keyservers sending secret keys.Werner Koch1-4/+8
2014-02-10gpg: Allow building without any trust model support.Werner Koch1-2/+2
2014-01-30gpg: Use only OpenPGP public key algo ids and add the EdDSA algo id.Werner Koch1-1/+1
2013-01-08gpg: Remove a function wrapper.Werner Koch1-1/+1
2012-11-29The keyserver search menu should honor --keyid-formatDavid Shaw1-5/+11
2012-11-27Fix printing of ECC algo names in hkp keyserver listings.Werner Koch1-2/+4
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-5/+5
2011-11-30Rewrite dns-cert.c to not use the gpg-only iobuf stuff.Werner Koch1-20/+16
2011-11-30Increase the default buffer size for DNS certificates.Werner Koch1-2/+3
2011-04-29Re-indentation of keydb.c and error code changes.Werner Koch1-2/+2