| Commit message (Expand) | Author | Age | Files | Lines |
* | about to release 1.4.3rc1gnupg-1.4.3rc1 | Werner Koch | 2006-02-14 | 38 | -18743/+20536 |
* | Fixed a wrong return code with gpg --verify | Werner Koch | 2006-02-14 | 13 | -36/+116 |
* | Lock random seed file | Werner Koch | 2006-02-09 | 7 | -2/+106 |
* | Fixed a couple of problems | Werner Koch | 2006-02-08 | 1 | -20/+59 |
* | Add support fro CardMan 4040 | Werner Koch | 2006-02-06 | 3 | -241/+563 |
* | * cert.c (get_cert): Disable IPGP types for now until the format questions | David Shaw | 2006-01-26 | 3 | -2/+12 |
* | * keyserver.c (parse_keyserver_uri): If there is a path present, set the | David Shaw | 2006-01-24 | 2 | -0/+8 |
* | * keyserver.c (keyserver_spawn): Include the EXEEXT so we can find | David Shaw | 2006-01-22 | 3 | -3/+21 |
* | * configure.ac: Add define for EXEEXT so we can find keyserver helpers | David Shaw | 2006-01-22 | 2 | -0/+8 |
* | * keydb.h, passphrase.c (next_to_last_passphrase): New. "Touch" a | David Shaw | 2006-01-17 | 4 | -20/+43 |
* | * libcurl.m4: Add IDN, SSPI, NTLM, and TFTP defines. | David Shaw | 2006-01-17 | 2 | -6/+13 |
* | * libcurl.m4: Remove GOPHER, as that is not supported in libcurl any | David Shaw | 2006-01-16 | 2 | -4/+8 |
* | * gpgkeys_hkp.c (send_key): Do not escape the '=' in the HTTP POST when | David Shaw | 2006-01-16 | 2 | -13/+21 |
* | * keyserver.c (keyserver_refresh): Fix problem when more than one key | David Shaw | 2006-01-07 | 2 | -1/+7 |
* | * mainproc.c (check_sig_and_print), keyserver.c | David Shaw | 2006-01-01 | 4 | -3/+8 |
* | * sign.c (write_signature_packets): Lost a digest_algo line. | David Shaw | 2006-01-01 | 2 | -0/+3 |
* | * sign.c (hash_for): Add code to detect if the sk lives on a smart | David Shaw | 2006-01-01 | 3 | -19/+44 |
* | * cert.c (get_cert): Properly chase down CNAMEs pointing to CERTs. | David Shaw | 2005-12-24 | 2 | -4/+14 |
* | * keyserver.c (keyserver_import_pka): New. Moved from | David Shaw | 2005-12-23 | 6 | -35/+161 |
* | * gpgv.c: Stub. | David Shaw | 2005-12-23 | 5 | -53/+123 |
* | * ksutil.h, ksutil.c (parse_ks_options): New keyserver command "getname". | David Shaw | 2005-12-23 | 5 | -20/+252 |
* | New code to do DNS CERT queries. | David Shaw | 2005-12-23 | 7 | -5/+232 |
* | * srv.c, Makefile.am: Only build srv.c if we need to. | David Shaw | 2005-12-23 | 3 | -4/+9 |
* | * configure.ac: Split PKA checking off from DNS SRV checking. | David Shaw | 2005-12-23 | 2 | -16/+37 |
* | Finished PKA feature | Werner Koch | 2005-12-20 | 41 | -21194/+26231 |
* | * getkey.c (merge_selfsigs_main): All primary keys can certify. | David Shaw | 2005-12-19 | 2 | -1/+7 |
* | * ksutil.h, ksutil.c (curl_armor_writer, curl_writer, | David Shaw | 2005-12-19 | 5 | -44/+162 |
* | * gpg.c (main): Restore convert-sk-to-pk as programs rely on it. | David Shaw | 2005-12-19 | 3 | -6/+10 |
* | * gpg.c (main): Don't default to import-options convert-sk-to-pk. It | David Shaw | 2005-12-14 | 2 | -1/+7 |
* | * ttyio.c (tty_enable_completion, tty_disable_completion): Add checks | David Shaw | 2005-12-12 | 2 | -0/+14 |
* | * NEWS: Note --fetch-keys. | David Shaw | 2005-12-08 | 2 | -0/+10 |
* | * gpg.sgml: Document --fetch-keys. | David Shaw | 2005-12-08 | 2 | -1/+14 |
* | * keyserver.c (keyserver_fetch): Switch on fast-import before we | David Shaw | 2005-12-08 | 2 | -0/+18 |
* | Made strings translatable. Minor fixes. | Werner Koch | 2005-12-08 | 5 | -6/+13 |
* | * options.h, keyserver.c (curl_cant_handle, keyserver_spawn, | David Shaw | 2005-12-08 | 3 | -7/+36 |
* | * gpg.sgml: Document -d. Add [file] to a few options. | David Shaw | 2005-12-08 | 2 | -7/+11 |
* | * gpgkeys_finger.c (get_key), gpgkeys_curl.c (get_key): Better language | David Shaw | 2005-12-07 | 3 | -11/+11 |
* | * keyserver.c (keyserver_spawn): Don't print "searching for key 00000000" | David Shaw | 2005-12-07 | 4 | -10/+73 |
* | * ksutil.c (curl_err_to_gpg_err): Add CURLE_OK and CURLE_COULDNT_CONNECT. | David Shaw | 2005-12-07 | 3 | -5/+24 |
* | Missed file. | David Shaw | 2005-12-06 | 1 | -1/+3 |
* | Some cleanup so we don't build files that are completely ifdeffed out. | David Shaw | 2005-12-06 | 4 | -21/+36 |
* | * idea-stub.c (load_module): Not legal to return a void * as a function | David Shaw | 2005-12-06 | 6 | -24/+8 |
* | * curl-shim.c (curl_easy_perform): Fix build warning (code before | David Shaw | 2005-12-06 | 2 | -1/+7 |
* | * mkdtemp.c (mkdtemp): Fix warning. | David Shaw | 2005-12-06 | 5 | -13/+20 |
* | * Makefile.am: Some cleanup so we don't build files that are completely | David Shaw | 2005-12-06 | 4 | -14/+54 |
* | * main.h, keylist.c (print_revokers): New. Print the "rvk" designated | David Shaw | 2005-11-20 | 4 | -20/+38 |
* | * free-packet.c (copy_secret_key): Copy secret key into secure memory | David Shaw | 2005-11-19 | 5 | -8/+56 |
* | * gpg.sgml: Clarify "xxxxx-clean" and "clean". Document | David Shaw | 2005-11-18 | 2 | -54/+39 |
* | * NEWS: Note backsigs, the xxxxx-clean options, and the xxxxx-minimal | David Shaw | 2005-11-18 | 2 | -0/+24 |
* | * keyedit.c (keyedit_menu, menu_clean): Simplify clean options to just | David Shaw | 2005-11-18 | 7 | -136/+88 |