aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
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
2005-02-24* keyedit.c (keyedit_menu): Only print the key signing hint when signingDavid Shaw2-1/+8
2005-02-16* card-util.c (fetch_url): Fetch the key from the defaultWerner Koch2-4/+14
2005-02-15* gpg.sgml: Add bkuptocard command for --edit-key.Werner Koch6-40/+202
2005-02-10Disable the "quick check" bytes for PK decryptions. This is inDavid Shaw3-5/+18
2005-02-06* trustdb.h, trustdb.c (trustdb_check_or_update): New. If the trustdbDavid Shaw5-15/+55
2005-02-05* getkey.c (merge_selfsigs_subkey): Merged away definition from theDavid Shaw2-0/+6
2005-02-03Updated to match the switch to the NSIS installer.Werner Koch3-136/+164
2005-02-01* keygen.c (do_generate_keypair): Write the auth key to the cardDavid Shaw2-11/+27
2005-01-28* keyid.c (keyid_from_sk, keyid_from_pk): Use 0xFFFFFFFFFFFFFFFFDavid Shaw4-6/+15
2005-01-27* keygen.c (generate_subkeypair): Detect primary key on-card andWerner Koch3-18/+75
2005-01-27Updated to the version from 1.2.7.Werner Koch2-2/+8
2005-01-26* keyserver.c (parse_keyserver_uri): Allow RFC-2732 IPv6 [literalDavid Shaw2-4/+42
2005-01-25(do_generate_keypair): Don't continue after an error;Werner Koch2-3/+7
2005-01-25(get_cached_data): New arg GET_IMMEDIATE to bypassWerner Koch3-48/+65