| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * mainproc.c (check_sig_and_print), keyedit.c (show_prefs, | David Shaw | 2004-09-22 | 3 | -6/+15 |
* | * keyedit.c (keyedit_menu): Don't show "addcardkey" in the menu if we do | David Shaw | 2004-09-21 | 4 | -5/+15 |
* | * gpg.sgml: Document -K. | Werner Koch | 2004-09-20 | 8 | -12/+333 |
* | * cardglue.c (open_card): Use shutdown code if possible. | Werner Koch | 2004-09-20 | 6 | -43/+179 |
* | (apdu_open_reader): No fallback if a full CCID reader id has been | Werner Koch | 2004-09-17 | 3 | -238/+21 |
* | * configure.ac: Don't check for usb_create_match or | Werner Koch | 2004-09-17 | 5 | -296/+623 |
* | * keyedit.c (show_key_with_all_names, show_prefs): Show preferred | David Shaw | 2004-09-16 | 2 | -5/+35 |
* | * keygen.c (keygen_add_keyserver_url), keyedit.c (menu_set_keyserver_url): | David Shaw | 2004-09-16 | 3 | -15/+34 |
* | * keyedit.c (menu_set_keyserver_url): Confirm replacement of a keyserver | David Shaw | 2004-09-16 | 2 | -9/+25 |
* | * gpgv.c (agent_scd_getattr): Stub. | David Shaw | 2004-09-15 | 4 | -0/+98 |
* | * g10.c [HAVE_LIBUSB]: New option --debug-ccid-driver. | Werner Koch | 2004-09-15 | 4 | -128/+361 |
* | * getkey.c (premerge_public_with_secret): Fix subkey<->binding sig | David Shaw | 2004-09-14 | 2 | -1/+5 |
* | * main.h, keylist.c (print_subpackets_colon): Make a public function. | David Shaw | 2004-09-13 | 4 | -7/+85 |
* | * options.h, keylist.c (print_one_subpacket, print_subpackets_colon): | David Shaw | 2004-09-12 | 4 | -27/+176 |
* | * card-util.c (fetch_url, card_edit): Use the pubkey URL stored on the | David Shaw | 2004-09-11 | 5 | -5/+67 |
* | * app-openpgp.c (get_cached_data): Avoid mallocing zero since it breaks us | David Shaw | 2004-09-11 | 2 | -8/+15 |
* | * ccid-driver.c (read_device_info): Fix segfault when usb device is not | David Shaw | 2004-09-11 | 2 | -0/+15 |
* | * README: Doc --disable-card-support and --without-readline. | Werner Koch | 2004-09-09 | 10 | -594/+1546 |
* | * configure.ac: Check for readline. | Werner Koch | 2004-09-09 | 2 | -15/+33 |
* | * photoid.c: Include ttyio.h. | Werner Koch | 2004-09-09 | 3 | -26/+19 |
* | (generate_photo_id): Use tty_printf and not just | Werner Koch | 2004-09-07 | 2 | -4/+9 |
* | * keyserver.c (parse_keyrec): Force the 'e'xpired flag on as soon as we | David Shaw | 2004-09-03 | 2 | -13/+22 |
* | * encode.c, exec.c, g10.c, sign.c: Some translatable string cleanup. | David Shaw | 2004-08-27 | 5 | -60/+68 |
* | * keyserver.c (keyserver_spawn): Show log line for what keyserver action | David Shaw | 2004-08-23 | 3 | -24/+57 |
* | * keydb.h, getkey.c (get_user_id_printable): Rename to get_user_id_native | David Shaw | 2004-08-23 | 7 | -30/+31 |
* | * keyserver.c (keyserver_search_prompt): Make sure the search string is | David Shaw | 2004-08-23 | 2 | -9/+24 |
* | (encode_session_key): Changed the zero random byte | Werner Koch | 2004-08-19 | 2 | -2/+11 |
* | 2004-08-18 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2004-08-18 | 2 | -3/+10 |
* | * plaintext.c (handle_plaintext): Bigger buffer for extra safety. | David Shaw | 2004-08-08 | 6 | -30/+48 |
* | * armor.c (radix64_read): No armor CRC is legal according to the spec (the | David Shaw | 2004-08-05 | 2 | -1/+10 |
* | * misc.c (argsplit): Properly split quoted args from the keyword and trim | David Shaw | 2004-07-28 | 2 | -9/+25 |
* | * misc.c (optsep): Add the ability to understand keyword="quoted arg with | David Shaw | 2004-07-28 | 2 | -3/+20 |
* | * keylist.c (list_keyblock_print): Always use the new listing format where | David Shaw | 2004-07-16 | 6 | -42/+45 |
* | * keyedit.c (sign_uids): Properly handle remaking a self-sig on revoked or | David Shaw | 2004-07-15 | 5 | -5/+54 |
* | * g10.c (main): Alias --charset as --display-charset to help avoid the | David Shaw | 2004-07-15 | 7 | -59/+100 |
* | (copy_secret_key): Get last fix right. | Werner Koch | 2004-06-16 | 2 | -10/+9 |
* | s/1/i/ | Werner Koch | 2004-06-16 | 1 | -2/+2 |
* | * free-packet.c (copy_secret_key): Fixed memory leak when D is not | Werner Koch | 2004-06-16 | 3 | -1/+36 |
* | * keyserver.c (keyserver_refresh): Keep track of keys already fetched so | David Shaw | 2004-05-26 | 2 | -3/+14 |
* | * verify.c (verify_signatures): Verify multiple files in the same order in | David Shaw | 2004-05-23 | 3 | -22/+32 |
* | some late minor fixes.V1-3-6 | Werner Koch | 2004-05-22 | 8 | -15/+29 |
* | * mainproc.c (check_sig_and_print): If we're honoring preferred | David Shaw | 2004-05-22 | 5 | -41/+107 |
* | * keyserver.c (keyidlist): Go back to the old fast keyid lister. Only | David Shaw | 2004-05-21 | 4 | -99/+166 |
* | * keyserver.c (keyserver_spawn): Fix keyserver options on tempfile only | David Shaw | 2004-05-21 | 2 | -1/+6 |
* | * keyserver.c (keyserver_work): Allow --refresh-keys with a preferred | David Shaw | 2004-05-20 | 4 | -119/+57 |
* | * options.h (ctrl): New for member IN_AUTO_KEY_RETRIEVE. | David Shaw | 2004-05-20 | 4 | -6/+62 |
* | * g10.c: New command --gpgconf-list. (gpgconf_list): New. From Werner on | David Shaw | 2004-05-20 | 2 | -11/+59 |
* | * pubkey-enc.c (get_session_key, get_it), keyedit.c | David Shaw | 2004-05-20 | 3 | -24/+32 |
* | * sign.c (update_keysig_packet): Policies and notations should be stripped | David Shaw | 2004-05-19 | 3 | -3/+23 |
* | * options.h, keyserver-internal.h, keyserver.c (parse_keyserver_uri): | David Shaw | 2004-05-11 | 4 | -45/+70 |