| Commit message (Expand) | Author | Files | Lines |
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-09-23 | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 1 | -4/+5 |
2003-07-10 | * parse-packet.c (parse_signature): No need to reserve 8 bytes for the | David Shaw | 1 | -4/+5 |
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -46/+48 |
2003-06-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+1378 |
2003-05-03 | * packet.h, build-packet.c (build_sig_subpkt), export.c | David Shaw | 1 | -0/+5 |
2003-03-11 | * options.h, g10.c (main), keyserver.c (kopts): Add "try-dns-srv" | David Shaw | 1 | -0/+1 |
2003-03-04 | * trustdb.c (validate_keys): Mask the ownertrust when building the list of | David Shaw | 1 | -2/+16 |
2003-02-26 | * keyserver.c (keyserver_spawn): Include various pieces of information | David Shaw | 1 | -1/+67 |
2002-12-27 | * keyserver.c (keyserver_refresh): Don't print the "refreshing..." line if | David Shaw | 1 | -7/+13 |
2002-11-05 | * keyserver.c (keyserver_search_prompt): When --with-colons is enabled, | David Shaw | 1 | -8/+10 |
2002-11-05 | * keyserver.c (keyserver_search_prompt): When --with-colons is enabled, | David Shaw | 1 | -3/+20 |
2002-11-01 | * g10.c (main): Add --no-throw-keyid. | David Shaw | 1 | -2/+5 |
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -1264/+0 |
2002-10-14 | * keyserver-internal.h, keyserver.c (print_keyrec, parse_keyrec, | David Shaw | 1 | -204/+392 |
2002-09-30 | * keyserver.c (parse_keyserver_uri): Force the keyserver URI scheme to | David Shaw | 1 | -0/+8 |
2002-09-23 | added fast-import to import-options | Stefan Bellon | 1 | -1/+1 |
2002-09-19 | From stable branch | David Shaw | 1 | -13/+12 |
2002-09-12 | * Makefile.am, hkp.c, hkp.h, keyserver.c (keyserver_work): Remove internal | David Shaw | 1 | -37/+3 |
2002-09-12 | * keyserver.c (keyserver_spawn): Remove whitespace after keyserver | David Shaw | 1 | -5/+6 |
2002-09-10 | Cleanups and minor fixes. | Werner Koch | 1 | -11/+16 |
2002-08-28 | * sig-check.c (do_check_messages, do_check): Show keyid in error messages. | David Shaw | 1 | -7/+8 |
2002-08-20 | * keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and comments. | David Shaw | 1 | -2/+7 |
2002-07-30 | * options.h, g10.c (main), mainproc.c (proc_encrypted): Return a | David Shaw | 1 | -3/+6 |
2002-07-25 | * exec.c, export.c, import.c, keyedit.c, keyserver.c, misc.c: "Warning" -> | David Shaw | 1 | -2/+2 |
2002-07-24 | * main.h, import.c (parse_import_options, fix_hkp_corruption, import_one, | David Shaw | 1 | -1/+2 |
2002-07-24 | * options.h, exec.h, exec.c (set_exec_path, exec_write), g10.c (main), | David Shaw | 1 | -0/+5 |