Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change license for some files in common to LGPLv3+/GPLv2+. | Werner Koch | 2012-04-20 | 1 | -5/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | Having the LGPL on the common GnuPG code helps to share code between GnuPG and related projects (like GPGME and Libassuan). This is good for interoperability and to reduces bugs. * common/asshelp.c, common/asshelp.h, common/asshelp2.c, common/b64dec.c * common/b64enc.c, common/convert.c, common/dns-cert.c * common/dns-cert.h common/exechelp-posix.c, common/exechelp-w32.c * common/exechelp-w32ce.c, common/exechelp.h, common/get-passphrase.c * common/get-passphrase.h, common/gettime.c, common/gpgrlhelp.c * common/helpfile.c, common/homedir.c, common/http.c, common/http.h * common/i18n.c, common/init.c, common/init.h, common/iobuf.c * common/iobuf.h, common/localename.c, common/membuf.c, common/membuf.h * common/miscellaneous.c, common/openpgp-oid.c, common/openpgpdefs.h * common/percent.c, common/pka.c, common/pka.h, common/session-env.c * common/session-env.h, common/sexp-parse.h, common/sexputil.c * common/signal.c, common/srv.c, common/srv.h, common/ssh-utils.c * common/ssh-utils.h, common/sysutils.c, common/sysutils.h * common/tlv.c, common/tlv.h, common/ttyio.c, common/ttyio.h * common/userids.c, common/userids.h, common/xasprintf.c: Change license to LGPLv3+/GPLv2+/ | ||||
* | common: Replace macro based function calls by using DEFAULT_ERRSOURCE. | Werner Koch | 2012-02-07 | 1 | -36/+23 |
| | | | | | | | | | | | | | | | | | | | | * common/dns-cert.h (get_dns_cert): Remove macro. * common/dns-cert.c (_get_dns_cert): Rename to get_dns_cert. Replace arg ERRSOURCE by global DEFAULT_ERRSOURCE. * common/http.h (http_parse_uri, http_raw_connect, http_open) (http_open_document, http_wait_response): Remove macros. * common/http.c (_http_parse_uri, _http_raw_connect, _http_open) (_http_open_document, _http_wait_response): Remove underscore from symbols. Replace args ERRSOURCE by global DEFAULT_ERRSOURCE. * common/ssh-utils.h (ssh_get_fingerprint) (ssh_get_fingerprint_string): Remove macros. * common/ssh-utils.h (_ssh_get_fingerprint) (_ssh_get_fingerprint_string): Remove underscore from symbols. Replace args ERRSOURCE by global DEFAULT_ERRSOURCE. * common/tlv.h (parse_ber_header, parse_sexp): Remove macros. * common/tlv.c: Include util.h. (_parse_ber_header, _parse_sexp): Remove underscore from symbols. Replace args ERRSOURCE by global DEFAULT_ERRSOURCE. | ||||
* | Add finger support to dirmngr. | Werner Koch | 2011-02-08 | 1 | -2/+11 |
| | | | | | | | | | | | | | The basic network code from http.c is used for finger. This keeps the network related code at one place and we are able to use the somewhat matured code form http.c. Unfortunately I had to enhance the http code for more robustness and probably introduced new bugs. Test this code using gpg --fetch-key finger:[email protected] (I might be the last user of finger ;-) | ||||
* | Nuked almost all trailing white space.post-nuke-of-trailing-ws | Werner Koch | 2011-02-04 | 1 | -7/+7 |
| | | | | | | | | We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again. | ||||
* | All standard keyserver commands are now using dirmngr. | Werner Koch | 2011-01-20 | 1 | -0/+1 |
| | |||||
* | Initial code checking for backup - not yet working. | Werner Koch | 2011-01-10 | 1 | -6/+8 |
| | |||||
* | More work on the dirmngr. It now builds for W32 and W32CE and quick | Werner Koch | 2010-08-06 | 1 | -18/+29 |
| | | | | | tests show that it works on W32. | ||||
* | Simplified http.c. | Werner Koch | 2010-08-05 | 1 | -7/+0 |
| | |||||
* | Some work on porting dirmngr (unfinished) | Werner Koch | 2010-07-16 | 1 | -5/+5 |
| | | | | | Ported gpgtar to W32. | ||||
* | Merged jnlib into common. | Werner Koch | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Avoid caches to get the most recent copy of the key. This is bug #1061 | David Shaw | 2009-05-28 | 1 | -2/+4 |
| | |||||
* | * http.h, http.c (send_request): Pass in srvtag and make its presence | David Shaw | 2009-05-28 | 1 | -5/+6 |
| | | | | | | | | | | | | | 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). | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Support to read response headers. Required for redirection support in the | Werner Koch | 2006-09-04 | 1 | -1/+3 |
| | | | | | dirmngr package. | ||||
* | Changed HTTP API. | Werner Koch | 2006-08-14 | 1 | -26/+18 |
| | |||||
* | Added http.c from 1.4. | Werner Koch | 2006-08-11 | 1 | -0/+121 |
Added support for estream and gnutls. |