aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2005-05-31 * keydb.h [!ENABLE_AGENT_SUPPORT]: Define dummy types.Werner Koch6-11/+60
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch79-81/+172
2005-05-31* trustdb.h, trustdb.c (clean_subkeys_from_key): New. Walk throughDavid Shaw4-20/+129
2005-05-30* trustdb.h, trustdb.c (clean_uids_from_key): New. Walk through theDavid Shaw4-14/+144
2005-05-27* g10.c (main): Default {export|import}-unusable-sigs to off until theDavid Shaw2-2/+7
2005-05-24* passphrase.c (ask_passphrase): Unescape the description string.Werner Koch6-44/+59
2005-05-24(add_notation_data): Check number of at-signs.Werner Koch1-1/+1
2005-05-24(add_notation_data): Check number of at-signs.Werner Koch2-1/+11
2005-05-23* app-openpgp.c, app-common.h: Again updated from gnupg 1.9 CVS.Werner Koch4-232/+22
2005-05-23* cardglue.c (open_card): Check USE_AGENT.Werner Koch4-75/+190
2005-05-21* cardglue.c (send_status_info): Make CTRL optional.Werner Koch8-195/+554
2005-05-20(ccid_transceive): Arghhh. The seqno is anotherWerner Koch10-225/+1086
2005-05-14* build-packet.c (do_comment): Removed. (build_packet): IgnoreDavid Shaw5-41/+41
2005-05-11* keygen.c (write_selfsigs): Rename from write_selfsig. Write the sameDavid Shaw3-19/+52
2005-05-07(do_close_reader): Don't do a reset before close.Werner Koch2-1/+8
2005-05-06* main.h, keygen.c (parse_expire_string, ask_expire_interval), sign.cDavid Shaw6-62/+65
2005-05-06* sign.c (sign_file, clearsign_file, sign_symencrypt_file): Use theDavid Shaw2-6/+11
2005-05-05* Makefile.am, packet.h, main.h, comment.c: Remove comment.c. We don'tDavid Shaw5-111/+3
2005-05-05* keygen.c (start_tree): New function to "prime" a KBNODE list.David Shaw4-46/+34
2005-05-05* keygen.c (keygen_set_std_prefs): Add SHA256 and BZip2 to defaultDavid Shaw2-3/+22
2005-05-05* options.h, g10.c (main): Add new --default-sig-expire andDavid Shaw7-48/+129
2005-05-03* passphrase.c (agent_get_passphrase): Add new arg CACHEID.Werner Koch8-34/+174
2005-04-24* trustdb.h, trustdb.c (mark_usable_uid_certs): Add flags for theDavid Shaw4-21/+164
2005-04-24* trustdb.h, keyedit.c (keyedit_menu, menu_select_uid_namehash): AllowDavid Shaw3-2/+53
2005-04-22* keyedit.c (sign_uids, keyedit_menu): When the user requests to signDavid Shaw2-17/+36
2005-04-22* mainproc.c (symkey_decrypt_seskey): There is no need to have anDavid Shaw2-33/+40
2005-04-17* keyserver.c (keyserver_spawn): Free some memory.David Shaw3-1/+31
2005-04-11* g10.c (main, add_notation_data, add_policy_url)Werner Koch5-7/+34
2005-04-07* ccid-driver.c (ccid_slot_status): Fixed debug messages.Werner Koch4-6/+90
2005-04-05Changes to make use of code taken from libassuan. This replaces theWerner Koch3-570/+230
2005-04-01* mainproc.c (proc_plaintext): Properly handle SIG+LITERAL (old-style PGP)David Shaw2-19/+41
2005-04-01(keygen_set_std_prefs): Explain the chosen order ofWerner Koch1-1/+13
2005-03-31* exec.h, exec.c (set_exec_path): Remove some dead code and change allDavid Shaw5-23/+16
2005-03-31* keydb.c (keydb_add_resource): Clarify meaning of flags. Add newWerner Koch3-6/+24
2005-03-31* keyserver.c (keyserver_spawn): Don't mess about with the $PATH.David Shaw2-9/+42
2005-03-30(pin_cb): Print a warning if the info string hack isWerner Koch6-18/+31
2005-03-21* gpgv.c: Stubs for tty_enable_completion() & tty_disable_completion().David Shaw4-3/+27
2005-03-21* keyedit.c (command_generator, keyedit_completion): ChangedWerner Koch3-14/+33
2005-03-20* card-util.c (command_generator, card_edit_completion)David Shaw2-14/+76
2005-03-18* keyedit.c (command_generator, keyedit_completion) [HAVE_LIBREADLINE]:David Shaw2-3/+59
2005-03-17* getkey.c (get_seckey_byname2): If no explicit default key is set, don'tDavid Shaw2-4/+13
2005-03-17* Makefile.am: Calculate GNUPG_LIBEXECDIR directly. Do not redefineDavid Shaw2-12/+7
2005-03-17* options.h, keyserver.c (parse_keyserver_options, keyserver_spawn): Don'tDavid Shaw3-22/+18
2005-03-16(parse_ccid_descriptor): Make SCM workaroundWerner Koch2-28/+76
2005-03-14* card-util.c (card_status): Use isotimestamp and not theWerner Koch2-3/+7
2005-03-14* cardglue.c (pin_cb): Disable debug output.Werner Koch6-3/+33
2005-03-10* keyserver.c (parse_keyserver_options): Accept honor-http-proxy as anDavid Shaw2-0/+11
2005-03-10* delkey.c (do_delete_key, delete_keys): Fix problem with --expertDavid Shaw2-22/+38
2005-03-10(keyedit_menu) [W32]: Run the trustdb stale checkWerner Koch2-1/+19
2005-03-07* primegen.c (is_prime): Free A2. Noted by [email protected].Werner Koch5-23/+81