Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for bug#1313. de.po update. | Werner Koch | 2011-01-20 | 1 | -9/+18 |
| | |||||
* | All standard keyserver commands are now using dirmngr. | Werner Koch | 2011-01-20 | 1 | -8/+37 |
| | |||||
* | Initial code checking for backup - not yet working. | Werner Koch | 2011-01-10 | 1 | -16/+33 |
| | |||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -0/+3 |
| | | | | | | A couple of forward ported changes. Doc updates. | ||||
* | More work on the dirmngr. It now builds for W32 and W32CE and quick | Werner Koch | 2010-08-06 | 1 | -72/+73 |
| | | | | | tests show that it works on W32. | ||||
* | Simplified http.c. | Werner Koch | 2010-08-05 | 1 | -240/+68 |
| | |||||
* | Some work on porting dirmngr (unfinished) | Werner Koch | 2010-07-16 | 1 | -58/+115 |
| | | | | | Ported gpgtar to W32. | ||||
* | More chnages to use estream. Add a way to replace the standard | Werner Koch | 2010-03-22 | 1 | -0/+2 |
| | | | | | descriptors. | ||||
* | First steps towards the W32CE port | Werner Koch | 2010-03-02 | 1 | -7/+8 |
| | |||||
* | Avoid caches to get the most recent copy of the key. This is bug #1061 | David Shaw | 2009-05-28 | 1 | -7/+32 |
| | |||||
* | * http.h, http.c (send_request): Pass in srvtag and make its presence | David Shaw | 2009-05-28 | 1 | -10/+13 |
| | | | | | | | | | | | | | 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). | ||||
* | * http.c (do_parse_uri): Properly handle IPv6 literal addresses as per | David Shaw | 2009-03-13 | 1 | -6/+16 |
| | | | | | RFC-2732. Adapted from patch by Phil Pennock. | ||||
* | Marked all unused args on non-W32 platforms. | Werner Koch | 2008-10-20 | 1 | -0/+2 |
| | |||||
* | W32 related keyserver fixes. | Werner Koch | 2008-04-21 | 1 | -1/+15 |
| | |||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | A whole bunch of changes to allow building for Windows. | Werner Koch | 2007-06-14 | 1 | -3/+9 |
| | | | | | See the ChangeLogs for details. | ||||
* | First steps towards supporting W32. | Werner Koch | 2007-06-06 | 1 | -5/+5 |
| | | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | ||||
* | From STABLE-BRANCH-1-4 | David Shaw | 2007-03-10 | 1 | -2/+0 |
| | | | | | | | * http.c (do_parse_uri): Remove the hkp port 11371 detection. We implement hkp in the keyserver handler, and the support here makes it appear like a bad hkp request actually succeeded. | ||||
* | Preparing 2.0.1 | Werner Koch | 2006-11-28 | 1 | -0/+1 |
| | |||||
* | Take advantage of newer gpg-error features. | Werner Koch | 2006-09-14 | 1 | -25/+37 |
| | |||||
* | Minor changes and typo fixes. | Werner Koch | 2006-09-06 | 1 | -1/+3 |
| | |||||
* | Support to read response headers. Required for redirection support in the | Werner Koch | 2006-09-04 | 1 | -3/+177 |
| | | | | | dirmngr package. | ||||
* | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 2006-08-16 | 1 | -3/+4 |
| | | | | | shows no prblems. Needs more testing of course. | ||||
* | Changed HTTP API. | Werner Koch | 2006-08-14 | 1 | -22/+115 |
| | |||||
* | Added http.c from 1.4. | Werner Koch | 2006-08-11 | 1 | -0/+1729 |
Added support for estream and gnutls. |