| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * 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 |
* | * armor.c (parse_header_line): A fussy bit of 2440: header lines are | David Shaw | 2005-11-13 | 2 | -4/+24 |
* | * trustdb.h, trustdb.c (clean_key): New function to handle key | David Shaw | 2005-11-12 | 6 | -67/+71 |
* | * trustdb.c (clean_uid_from_key, clean_uids_from_key): Significantly | David Shaw | 2005-11-12 | 2 | -66/+54 |
* | * keyedit.c (keyedit_menu, menu_clean_sigs_from_uids): Add "minimize" | David Shaw | 2005-11-10 | 3 | -10/+19 |
* | * packet.h, keyedit.c (menu_clean_uids_from_key), trustdb.c | David Shaw | 2005-11-10 | 4 | -20/+18 |
* | * packet.h: Move some flags to a bitfield. Change all callers. | David Shaw | 2005-11-10 | 6 | -37/+44 |
* | * options.h, import.c (parse_import_options, clean_sigs_from_all_uids, | David Shaw | 2005-11-10 | 4 | -7/+16 |
* | * trustdb.h, trustdb.c (clean_sigs_from_uid): Add flag to remove all | David Shaw | 2005-11-10 | 6 | -24/+27 |
* | * options.skel: Add a section for --encrypt-to. This is Debian bug | David Shaw | 2005-11-06 | 2 | -0/+13 |
* | * Makefile.am: Include @LIBUSB_CPPFLAGS@ in our CPPFLAGS. Strictly | David Shaw | 2005-11-06 | 4 | -4/+18 |
* | * libusb.m4: Check for libusb-config and if we find it, use --libs and | David Shaw | 2005-11-06 | 2 | -3/+28 |
* | Fix various build warnings reported by Joe Vender on MinGW. | David Shaw | 2005-11-03 | 6 | -1/+22 |
* | * gpg.sgml: Clarify what is and isn't included in a "clean sigs". | David Shaw | 2005-11-02 | 2 | -9/+15 |
* | * trustdb.c (clean_sigs_from_uid): Include sigs from unavailable keys in | David Shaw | 2005-11-02 | 2 | -5/+17 |
* | * import.c (import_one): Do collapse_uids() before we do any cleaning | David Shaw | 2005-11-02 | 4 | -9/+28 |
* | * gpg.sgml: Document backsign, --require-backsigs, and | David Shaw | 2005-10-27 | 3 | -3/+34 |
* | * keyedit.c (menu_addrevoker), getkey.c (finish_lookup): Fix problem with | David Shaw | 2005-10-27 | 3 | -4/+13 |