aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2004-09-15* gpgv.c (agent_scd_getattr): Stub.David Shaw4-0/+98
2004-09-15* g10.c [HAVE_LIBUSB]: New option --debug-ccid-driver.Werner Koch4-128/+361
2004-09-14* getkey.c (premerge_public_with_secret): Fix subkey<->binding sigDavid Shaw2-1/+5
2004-09-13* main.h, keylist.c (print_subpackets_colon): Make a public function.David Shaw4-7/+85
2004-09-12* options.h, keylist.c (print_one_subpacket, print_subpackets_colon):David Shaw4-27/+176
2004-09-11* card-util.c (fetch_url, card_edit): Use the pubkey URL stored on theDavid Shaw5-5/+67
2004-09-112004-09-11 Moritz Schulte <[email protected]>Moritz Schulte2-1/+5
2004-09-11* app-openpgp.c (get_cached_data): Avoid mallocing zero since it breaks usDavid Shaw2-8/+15
2004-09-11* ccid-driver.c (read_device_info): Fix segfault when usb device is notDavid Shaw2-0/+15
2004-09-09* README: Doc --disable-card-support and --without-readline.Werner Koch10-594/+1546
2004-09-09* configure.ac: Check for readline.Werner Koch2-15/+33
2004-09-09* photoid.c: Include ttyio.h.Werner Koch3-26/+19
2004-09-07(generate_photo_id): Use tty_printf and not justWerner Koch2-4/+9
2004-09-03* keyserver.c (parse_keyrec): Force the 'e'xpired flag on as soon as weDavid Shaw2-13/+22
2004-08-31Better take the length of SKELEXT into accountWerner Koch2-2/+4
2004-08-31* openfile.c (copy_options_file): Use gpg-conf.skelWerner Koch3-2/+7
2004-08-27* encode.c, exec.c, g10.c, sign.c: Some translatable string cleanup.David Shaw5-60/+68
2004-08-23* keyserver.c (keyserver_spawn): Show log line for what keyserver actionDavid Shaw3-24/+57
2004-08-23* keydb.h, getkey.c (get_user_id_printable): Rename to get_user_id_nativeDavid Shaw7-30/+31
2004-08-23* keyserver.c (keyserver_search_prompt): Make sure the search string isDavid Shaw2-9/+24
2004-08-19(encode_session_key): Changed the zero random byteWerner Koch2-2/+11
2004-08-182004-08-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-3/+10
2004-08-182004-08-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-3/+10
2004-08-08* plaintext.c (handle_plaintext): Bigger buffer for extra safety.David Shaw6-30/+48
2004-08-05* armor.c (radix64_read): No armor CRC is legal according to the spec (theDavid Shaw2-1/+10
2004-07-28* misc.c (argsplit): Properly split quoted args from the keyword and trimDavid Shaw2-9/+25
2004-07-28* misc.c (optsep): Add the ability to understand keyword="quoted arg withDavid Shaw2-3/+20
2004-07-16* keylist.c (list_keyblock_print): Always use the new listing format whereDavid Shaw6-42/+45
2004-07-15* keyedit.c (sign_uids): Properly handle remaking a self-sig on revoked orDavid Shaw5-5/+54
2004-07-15* g10.c (main): Alias --charset as --display-charset to help avoid theDavid Shaw7-59/+100
2004-07-01* card-util.c (change_login): Kludge to allow reading data from aWerner Koch4-11/+146
2004-06-16(copy_secret_key): Get last fix right.Werner Koch2-10/+9
2004-06-16s/1/i/Werner Koch1-2/+2
2004-06-16* free-packet.c (copy_secret_key): Fixed memory leak when D is notWerner Koch3-1/+36
2004-05-26* keyserver.c (keyserver_refresh): Keep track of keys already fetched soDavid Shaw2-3/+14
2004-05-23* verify.c (verify_signatures): Verify multiple files in the same order inDavid Shaw3-22/+32
2004-05-22some late minor fixes.V1-3-6Werner Koch8-15/+29
2004-05-22* mainproc.c (check_sig_and_print): If we're honoring preferredDavid Shaw5-41/+107
2004-05-21* keyserver.c (keyidlist): Go back to the old fast keyid lister. OnlyDavid Shaw4-99/+166
2004-05-21* keyserver.c (keyserver_spawn): Fix keyserver options on tempfile onlyDavid Shaw2-1/+6
2004-05-20* keyserver.c (keyserver_work): Allow --refresh-keys with a preferredDavid Shaw4-119/+57
2004-05-20* options.h (ctrl): New for member IN_AUTO_KEY_RETRIEVE.David Shaw4-6/+62
2004-05-20* g10.c: New command --gpgconf-list. (gpgconf_list): New. From Werner onDavid Shaw2-11/+59
2004-05-20* pubkey-enc.c (get_session_key, get_it), keyedit.cDavid Shaw3-24/+32
2004-05-19* sign.c (update_keysig_packet): Policies and notations should be strippedDavid Shaw3-3/+23
2004-05-11* options.h, keyserver-internal.h, keyserver.c (parse_keyserver_uri):David Shaw4-45/+70
2004-05-11* keylist.c (show_policy_url, show_keyserver_url, show_notation)Werner Koch4-4/+35
2004-05-10* options.h, mainproc.c (symkey_decrypt_seskey), keyserver.c (structDavid Shaw6-15/+27
2004-05-08* keyedit.c (keyedit_menu, menu_set_keyserver_url): Allow passingDavid Shaw5-88/+134
2004-05-07(write_plaintext_packet): Fixed the detection of tooWerner Koch2-8/+18