| Commit message (Expand) | Author | Files | Lines |
2006-10-06 | * keyserver.c (keyserver_spawn): Write the 16-digit keyid rather | David Shaw | 1 | -2/+6 |
2006-10-02 | Fix for bug 537 | Werner Koch | 1 | -20/+20 |
2006-09-14 | Take advantage of newer gpg-error features. | Werner Koch | 1 | -1/+1 |
2006-08-16 | With --enable-gpg the keyservers are now build and a first test using gpg2 | Werner Koch | 1 | -0/+4 |
2006-05-23 | g10/ does build again. | Werner Koch | 1 | -3/+6 |
2006-04-28 | Merged recent changes from 1.4 | Werner Koch | 1 | -35/+29 |
2006-04-27 | (keyserver_import_cert): Show warning if there is a CERT fingerprint, | David Shaw | 1 | -0/+6 |
2006-04-27 | * keyserver.c (path_makes_direct): New. (keyserver_spawn): Used here | David Shaw | 1 | -32/+22 |
2006-04-22 | * keyserver.c: Fix build problem with platforms that stick libcurl in | David Shaw | 1 | -3/+0 |
2006-04-21 | Still merging 1.4.3 code back | Werner Koch | 1 | -1/+1 |
2006-04-19 | Continued with merging. | Werner Koch | 1 | -2/+2 |
2006-04-19 | Merged with gpg 1.4.3 code. | Werner Koch | 1 | -274/+1028 |
2006-03-17 | * keyserver.c (keyserver_import_cert): Handle the IPGP CERT type for | David Shaw | 1 | -12/+25 |
2006-03-16 | * cert.c (get_cert): Handle the fixed IPGP type with fingerprint. | David Shaw | 1 | -1/+1 |
2006-03-14 | * keyserver-internal.h, keyserver.c (keyserver_import_pka): Use the | David Shaw | 1 | -3/+9 |
2006-03-14 | * keyserver-internal.h, keyserver.c (keyserver_spawn, keyserver_work, | David Shaw | 1 | -19/+26 |
2006-03-14 | * main.h, import.c (import_one): Optionally return the fingerprint of | David Shaw | 1 | -2/+3 |
2006-02-24 | * keydb.h, getkey.c (release_akl), gpg.c (main): Add | David Shaw | 1 | -2/+38 |
2006-02-24 | * keyserver.c (parse_keyserver_options): Only change max_cert if it is | David Shaw | 1 | -1/+1 |
2006-02-23 | * options.c, gpg.c (main), keyserver.c (keyserver_spawn): No special | David Shaw | 1 | -16/+7 |
2006-02-23 | * keyserver.c (parse_keyserver_uri, add_canonical_option): Always append | David Shaw | 1 | -3/+3 |
2006-02-23 | * options.h, keyserver.c (add_canonical_option): New. | David Shaw | 1 | -19/+43 |
2006-02-22 | * options.h, keyserver-internal.h, keyserver.c (keyserver_import_name), | David Shaw | 1 | -2/+2 |
2006-02-22 | * options.h, keyserver.c (parse_keyserver_options): Remove | David Shaw | 1 | -6/+4 |
2006-02-22 | * options.h, gpg.c (main), mainproc.c (check_sig_and_print), keyserver.c | David Shaw | 1 | -4/+10 |
2006-02-21 | * getkey.c (get_pubkey_byname): Fix minor security problem with PKA when | David Shaw | 1 | -3/+2 |
2006-02-21 | * gpgv.c: Stub keyserver_import_ldap. | David Shaw | 1 | -0/+35 |
2006-02-21 | * keyserver.c (parse_keyserver_uri): Include the scheme in the uri | David Shaw | 1 | -2/+7 |
2006-01-24 | * keyserver.c (parse_keyserver_uri): If there is a path present, set the | David Shaw | 1 | -0/+3 |
2006-01-22 | * keyserver.c (keyserver_spawn): Include the EXEEXT so we can find | David Shaw | 1 | -2/+4 |
2006-01-07 | * keyserver.c (keyserver_refresh): Fix problem when more than one key | David Shaw | 1 | -1/+1 |
2006-01-01 | * mainproc.c (check_sig_and_print), keyserver.c | David Shaw | 1 | -1/+1 |
2005-12-23 | * keyserver.c (keyserver_import_pka): New. Moved from | David Shaw | 1 | -1/+98 |
2005-12-23 | * gpgv.c: Stub. | David Shaw | 1 | -25/+62 |
2005-12-20 | Finished PKA feature | Werner Koch | 1 | -1/+1 |
2005-12-08 | * keyserver.c (keyserver_fetch): Switch on fast-import before we | David Shaw | 1 | -0/+13 |
2005-12-08 | Made strings translatable. Minor fixes. | Werner Koch | 1 | -2/+2 |
2005-12-08 | * options.h, keyserver.c (curl_cant_handle, keyserver_spawn, | David Shaw | 1 | -7/+25 |
2005-12-07 | * keyserver.c (keyserver_spawn): Don't print "searching for key 00000000" | David Shaw | 1 | -9/+48 |
2005-09-14 | * main.h, misc.c (parse_options): Add the ability to have help | David Shaw | 1 | -9/+20 |
2005-08-27 | * misc.c (openpgp_pk_algo_usage): Default to allowing CERT for signing | David Shaw | 1 | -0/+2 |
2005-08-21 | * Makefile.am: No need to link with curl any longer. | David Shaw | 1 | -33/+32 |
2005-08-05 | auto retrieve keys from PKA. Thsi allows to specify an email address | Werner Koch | 1 | -0/+1 |
2005-07-27 | Converted all m_free to xfree etc. | Werner Koch | 1 | -57/+57 |
2005-07-27 | * keyserver.c (keyserver_typemap): Special-case LDAP since curl will | David Shaw | 1 | -1/+3 |
2005-07-22 | * gpg.sgml (http): | Werner Koch | 1 | -2/+10 |
2005-07-20 | * keyserver.c (curl_can_handle): New. Do a runtime check against libcurl | David Shaw | 1 | -15/+33 |
2005-07-19 | * configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH. | Werner Koch | 1 | -5/+7 |
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 1 | -1/+2 |
2005-04-17 | * keyserver.c (keyserver_spawn): Free some memory. | David Shaw | 1 | -1/+11 |