| Commit message (Expand) | Author | Files | Lines |
2005-02-06 | * trustdb.h, trustdb.c (trustdb_check_or_update): New. If the trustdb | David Shaw | 1 | -4/+18 |
2005-01-26 | * keyserver.c (parse_keyserver_uri): Allow RFC-2732 IPv6 [literal | David Shaw | 1 | -4/+36 |
2005-01-22 | * keyserver.c (free_keyserver_spec): Fix small leak. | David Shaw | 1 | -0/+6 |
2005-01-06 | * filter.h, armor.c (armor_filter): Use the eol string from the armor | David Shaw | 1 | -1/+8 |
2004-12-24 | * keyserver.c (keyserver_typemap): Only map HTTP and FTP if libcurl has | David Shaw | 1 | -2/+4 |
2004-12-22 | * options.h, keyserver.c (parse_keyserver_uri): Properly parse auth data | David Shaw | 1 | -0/+20 |
2004-12-22 | * keyserver.c (keyserver_typemap): New. Map certain keyserver types to a | David Shaw | 1 | -10/+24 |
2004-12-14 | Prepared for last 1.4 release candidate | Werner Koch | 1 | -4/+11 |
2004-12-12 | * keyserver.c (parse_preferred_keyserver): Force preferred keyserver | David Shaw | 1 | -1/+1 |
2004-10-13 | * keyserver.c (keyserver_work): Handle keyserver timeouts. | David Shaw | 1 | -0/+4 |
2004-10-11 | * pkclist.c (do_edit_ownertrust): Use the same translated string for | David Shaw | 1 | -8/+21 |
2004-10-11 | * configure.ac: New option --disable-finger. | Werner Koch | 1 | -3/+3 |
2004-10-06 | * keyedit.c, keylist.c, keyserver.c, mainproc.c: The | David Shaw | 1 | -1/+4 |
2004-10-05 | * passphrase.c (agent_get_passphrase): Use keystrs for agent strings, and | David Shaw | 1 | -0/+4 |
2004-09-29 | * keyedit.c, keylist.c, keyserver.c, mainproc.c: Reduce the many | David Shaw | 1 | -5/+8 |
2004-09-28 | * signal.c (got_fatal_signal): HAVE_DECL_SYS_SIGLIST is defined, but zero | David Shaw | 1 | -3/+3 |
2004-09-21 | * keyedit.c (keyedit_menu): Don't show "addcardkey" in the menu if we do | David Shaw | 1 | -4/+4 |
2004-09-11 | * card-util.c (fetch_url, card_edit): Use the pubkey URL stored on the | David Shaw | 1 | -2/+3 |
2004-09-03 | * keyserver.c (parse_keyrec): Force the 'e'xpired flag on as soon as we | David Shaw | 1 | -13/+16 |
2004-08-23 | * keyserver.c (keyserver_spawn): Show log line for what keyserver action | David Shaw | 1 | -5/+15 |
2004-08-23 | * keyserver.c (keyserver_search_prompt): Make sure the search string is | David Shaw | 1 | -9/+19 |
2004-05-26 | * keyserver.c (keyserver_refresh): Keep track of keys already fetched so | David Shaw | 1 | -3/+8 |
2004-05-22 | * mainproc.c (check_sig_and_print): If we're honoring preferred | David Shaw | 1 | -26/+30 |
2004-05-21 | * keyserver.c (keyidlist): Go back to the old fast keyid lister. Only | David Shaw | 1 | -99/+133 |
2004-05-21 | * keyserver.c (keyserver_spawn): Fix keyserver options on tempfile only | David Shaw | 1 | -1/+1 |
2004-05-20 | * keyserver.c (keyserver_work): Allow --refresh-keys with a preferred | David Shaw | 1 | -1/+1 |
2004-05-19 | * sign.c (update_keysig_packet): Policies and notations should be stripped | David Shaw | 1 | -3/+3 |
2004-05-11 | * options.h, keyserver-internal.h, keyserver.c (parse_keyserver_uri): | David Shaw | 1 | -44/+61 |
2004-05-10 | * options.h, mainproc.c (symkey_decrypt_seskey), keyserver.c (struct | David Shaw | 1 | -6/+12 |
2004-05-08 | * keyedit.c (keyedit_menu, menu_set_keyserver_url): Allow passing | David Shaw | 1 | -4/+10 |
2004-04-29 | * main.h, keylist.c (show_notation): Add argument to show only user | David Shaw | 1 | -0/+4 |
2004-04-27 | (keyserver_spawn) [EXEC_TEMPFILE_ONLY]: Removed | Werner Koch | 1 | -4/+0 |
2004-04-20 | * keyserver.c (parse_keyserver_uri): Do not accept "http" as an alias for | David Shaw | 1 | -2/+1 |
2004-04-19 | * options.h, g10.c (main): Add keyserver-option honor-keyserver-url. | David Shaw | 1 | -92/+146 |
2004-04-16 | * main.h, misc.c (optsep, argsplit, optlen, parse_options): Simplify code | David Shaw | 1 | -3/+7 |
2004-04-15 | * options.h, keyserver.c (parse_keyserver_options): Remove duplicate code | David Shaw | 1 | -79/+59 |
2004-04-14 | * options.h, import.c, keyserver-internal.h, g10.c, mainproc.c, | David Shaw | 1 | -45/+65 |
2004-04-14 | * options.h: Encapsulate keyserver details. Change all callers. | David Shaw | 1 | -38/+38 |
2004-03-05 | * revoke.c (export_minimal_pk), export.c (do_export_stream), passphrase.c | David Shaw | 1 | -3/+10 |
2004-02-22 | * keyserver.c (keyserver_spawn): Use the full 64-bit keyid in the INFO | David Shaw | 1 | -8/+30 |
2004-02-20 | * keyserver.c (keyserver_export): Disallow user strings that aren't key | David Shaw | 1 | -13/+29 |
2004-02-20 | * mkdtemp.c: Removed. | David Shaw | 1 | -1/+2 |
2004-02-14 | * keyserver.c (argsep): Move to misc.c. | David Shaw | 1 | -59/+0 |
2004-01-24 | * mainproc.c (list_node): Show sigs with --verbose. | David Shaw | 1 | -4/+5 |
2003-12-31 | * options.h, g10.c (main), import.c (parse_import_options, import_one, | David Shaw | 1 | -1/+1 |
2003-12-28 | * options.h, g10.c (main), keyserver.c (keyserver_opts, | David Shaw | 1 | -3/+1 |
2003-12-28 | * keyserver.c (argsep): New variation on strsep that knows about optional | David Shaw | 1 | -23/+54 |
2003-12-28 | * keyserver.c (strip_leading_space, get_arg): New. | David Shaw | 1 | -1/+45 |
2003-12-28 | * main.h, misc.c (parse_options): Add a "noisy" flag to enable and disable | David Shaw | 1 | -3/+4 |
2003-07-10 | * parse-packet.c (parse_signature): No need to reserve 8 bytes for the | David Shaw | 1 | -4/+5 |