summaryrefslogtreecommitdiffstats
path: root/common/keyserver.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-02Fix for bug#1066.Werner Koch10-23/+36
A couple of minor changes.
2009-06-02Fix bug#1069.Werner Koch2-56/+61
2009-05-28Avoid caches to get the most recent copy of the key. This is bug #1061David Shaw8-14/+148
2009-05-28* http.h, http.c (send_request): Pass in srvtag and make its presenceDavid Shaw7-35/+125
sufficient to turn the feature on. (http_open): From here. (http_document): And here. * gpgkeys_hkp.c (srv_replace): New function to transform a SRV hostname to a real hostname. (main): Call it from here for the HAVE_LIBCURL case (without libcurl is handled via the curl-shim). * curl-shim.h, curl-shim.c (curl_easy_setopt, curl_easy_perform): Add a CURLOPT_SRVTAG_GPG_HACK (passed through the the http engine).
2009-05-28* srv.c (getsrv): Raise maximum packet size to 2048, as PACKETSZ isDavid Shaw2-4/+9
too small these days.
2009-05-26signal cleanup fixWerner Koch3-0/+13
2009-05-26Fix a signal cleanup problem.Werner Koch3-3/+24
Fix zero length MPI reading.
2009-05-20Make PIN changing code work for v2 cards.Werner Koch3-133/+256
2009-05-20Fixed bug#1044. Use of --fingerprint with --with-fingerprint. Werner Koch2-6/+17
2009-05-20Allow generation of DSA2 keys without --enable-dsa2.Werner Koch4-16/+17
2009-05-20Fix bug#1056.Werner Koch2-1/+6
2009-05-20Fix possible system freeze on Mac OS X.Werner Koch14-28/+73
2009-05-19Remove testing cruft.Werner Koch3-9/+3
Typo fixes.
2009-05-18New gpgsm server option no-encrypt-to.Werner Koch12-30/+70
Add caching for symkey encryption. Minor cleanups.
2009-05-17Changed default algo and size.Werner Koch2-86/+145
2009-05-15Made card key generate with backup key work for 2048 bit.Werner Koch9-75/+130
Improved card key generation prompts.
2009-05-152009-05-15 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-1/+5
* gpg.c (gpgconf_list): Remove dead entry "allow-pka-lookup" (a verify option for a couple of years now).
2009-05-15Fix bug #1053Werner Koch9-80/+178
Add option --qualitybar to command GET_PASSPHRASE.
2009-05-13Improved smartcard robustness.Werner Koch34-7665/+7771
2009-05-13Print keyid in gpg --list-packets.Werner Koch6-5/+121
Add some not yet code to app-nks.c Changed batch mode expiration time computation
2009-05-11Fix bug 1045.Werner Koch2-1/+4
2009-05-11Print 'empty file' warning only with --verbose.Werner Koch3-3/+10
2009-05-11* keyserver.c (keyserver_typemap): gpgkeys_hkp handles hkps as well.David Shaw2-2/+9
From 1.4.
2009-05-11* gpgkeys_hkp.c (send_key, get_key, get_name, search_key, main): AddDavid Shaw2-23/+39
support for SSLized HKP.
2009-05-11From 1.4:David Shaw6-16/+35
* curl-shim.h (curl_version): No need to provide a version for curl-shim as it always matches the GnuPG version. * gpgkeys_curl.c, gpgkeys_hkp.c (main): Show which version of curl we're using as part of --version. * gpgkeys_curl.c, gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_ldap.c (show_help): Document --version.
2009-05-08Doc fixes.Werner Koch2-3/+2
2009-05-08More support for Netkey cards.Werner Koch9-99/+375
Small changes to teh CCID driver. Support 2048 bit OpenPGP cards.
2009-05-07New helper function factored out of ../scd and equipped with test code.Werner Koch4-0/+288
2009-05-06Fix example.Werner Koch1-7/+8
2009-05-06Fix bug#1034.Werner Koch3-35/+42
Remove dead code.
2009-05-05* gpgkeys_mailto.in: Set 'mail-from' as a keyserver-option, ratherDavid Shaw2-27/+20
than the ugly ?from= syntax.
2009-04-19Fix problem with incompatible gpg.conf files.Werner Koch2-1/+9
2009-04-17Add a tool to analyze the CCID protocol on the USB bus.Werner Koch3-1/+795
2009-04-142009-04-14 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2-1/+12
* call-pinentry.c (agent_get_confirmation): Try SETNOTOK command with pinentry.
2009-04-03Make gpgv error message about a missing keyring more useful. This fixesWerner Koch6-20/+63
Debian#494040. Also implement readonly semantic for extra safety.
2009-04-02Print the card's S/N in a secret key listing.Werner Koch2-1/+13
2009-04-01Prepare for OpenPGP cards with extended length support.Werner Koch2-4/+13
2009-04-01Ported changes from 1.4.Werner Koch8-36/+153
2009-04-01Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch29-372/+719
Removed duplicated code (percent unescaping).
2009-03-30Implement decryption for TCOS 3 cards.Werner Koch13-121/+277
2009-03-26Signing using Netkey 3 cards does now work.Werner Koch14-50/+154
2009-03-26Fixed a trustlist update problem.Werner Koch4-36/+105
Pretty format the marktrusted pinentry prompt.
2009-03-25Print NO_SECKEY status line in gpgsm.Werner Koch12-17/+62
This fixes bug#1020.
2009-03-25log file fixes.Werner Koch32-41/+54
2009-03-24Preparing a snapshot.Werner Koch28-5902/+7317
2009-03-24Better syncronization of several smartcard sessions.Werner Koch5-18/+83
2009-03-23Allow deletion of ephemeral keys. Werner Koch2-4/+20
2009-03-20Fix keygrip computation for TCOS 3 cards.Werner Koch9-12/+115
Emit PROGRESS status lines during --learn-card.