| Commit message (Expand) | Author | Files | Lines |
2003-03-24 | * keydb.h: Err on the side of making an unknown signature a SIG rather | David Shaw | 3 | -5/+19 |
2003-03-24 | * configure.ac: Test for ranlib and ar. | Werner Koch | 2 | -3/+6 |
2003-03-21 | * status.c (do_get_from_fd): Accept 'y' as well as 'Y' for --command-fd | David Shaw | 3 | -7/+22 |
2003-03-10 | * compress.c (init_uncompress): Use a 15 bit window size so that | Werner Koch | 2 | -1/+12 |
2003-03-05 | * passphrase.c (agent_get_passphrase): Fix memory leak with symmetric | David Shaw | 2 | -5/+14 |
2003-03-04 | * options.skel: Add explantion and commented-out | David Shaw | 4 | -10/+25 |
2003-03-03 | * keyring.c (keyring_rebuild_cache): Lock the keyring while rebuilding the | David Shaw | 4 | -6/+25 |
2003-03-02 | 2003-03-02 Timo Schulz <[email protected]> | Timo Schulz | 2 | -2/+10 |
2003-02-26 | * trustdb.c (validate_keys): Mask the ownertrust when building the list of | David Shaw | 4 | -6/+20 |
2003-02-23 | * g10.c (main): --openpgp disables --pgpX. | David Shaw | 3 | -6/+22 |
2003-02-19 | * Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using | David Shaw | 2 | -1/+6 |
2003-02-13 | * sign.c (sign_file): Do not push textmode filter onto an unopened IOBUF | David Shaw | 2 | -2/+17 |
2003-02-11 | * g10.c (print_mds): Check that SHA384 and 512 are available before using | David Shaw | 4 | -7/+25 |
2003-02-06 | * Makefile.am: Pass GNUPG_LIBEXECDIR as part of CFLAGS so it can be easily | David Shaw | 2 | -1/+8 |
2003-02-05 | * g10.c (print_hex, print_mds): Print long hash strings a lot neater. | David Shaw | 2 | -57/+95 |
2003-02-04 | * armor.c (parse_hash_header, armor_filter): Accept the new SHAs in the | David Shaw | 3 | -18/+50 |
2003-02-02 | * keyedit.c (menu_revuid): Properly handle a nonselfsigned uid on a v4 key | David Shaw | 5 | -6/+170 |
2003-01-16 | * g10.c (add_group): Trim whitespace after a group name so it does not | David Shaw | 2 | -0/+5 |
2003-01-16 | * options.skel: Comment out the first three lines in case someone manually | David Shaw | 2 | -4/+9 |
2003-01-15 | * sign.c (clearsign_file): Only use pgp2mode with v3 keys and MD5. This | David Shaw | 2 | -2/+8 |
2003-01-15 | * sig-check.c (signature_check2): Use G10ERR_GENERAL as the error for | David Shaw | 2 | -1/+8 |
2003-01-14 | * g10.c (add_group): Fixed group parsing to allow more than one | Werner Koch | 2 | -2/+10 |
2003-01-12 | * tdbio.c (tdbio_set_dbname): Fix assertion failure with | David Shaw | 2 | -3/+17 |
2003-01-10 | * trustdb.h, trustdb.c (trust_letter): Make static. (get_ownertrust_info, | David Shaw | 4 | -11/+24 |
2003-01-09 | * packet.h, pkclist.c (build_pk_list), free-packet.c | David Shaw | 9 | -35/+31 |
2003-01-07 | Preparing a release candidate. | Werner Koch | 3 | -5/+5 |
2003-01-06 | * packet.h, tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record), | David Shaw | 5 | -85/+169 |
2003-01-06 | * keylist.c (print_capabilities): Show 'D' for disabled keys in | David Shaw | 3 | -3/+21 |
2003-01-03 | * getkey.c (merge_selfsigs_main): Remove some unused code and make sure | David Shaw | 3 | -9/+22 |
2003-01-02 | * keydb.c (keydb_add_resource): Don't assume that try_make_homedir | Werner Koch | 3 | -9/+43 |
2002-12-28 | (oops) The rest of the fix from previous checkin. | David Shaw | 2 | -13/+15 |
2002-12-28 | * getkey.c (merge_selfsigs_main), main.h, sig-check.c | David Shaw | 4 | -9/+21 |
2002-12-27 | * keyserver.c (keyserver_refresh): Don't print the "refreshing..." line if | David Shaw | 3 | -7/+26 |
2002-12-26 | * keygen.c (keygen_add_key_expire): Properly handle updating a key | David Shaw | 4 | -2/+21 |
2002-12-23 | 2002-12-23 Timo Schulz <[email protected]> | Timo Schulz | 2 | -0/+6 |
2002-12-19 | * keydb.h, getkey.c (key_byname): Flag to enable or disable including | David Shaw | 8 | -14/+91 |
2002-12-12 | * options.skel: Include the required '=' sign in the sample 'group' | David Shaw | 3 | -2/+11 |
2002-12-11 | * mainproc.c (proc_tree): Handle multiple detached sigs concatenated | David Shaw | 3 | -3/+16 |
2002-12-06 | * keygen.c (ask_algo): Make the Elgamal sign+encrypt warning stronger, and | David Shaw | 3 | -10/+34 |
2002-12-05 | * g10.c: New options --[no-]mangle-dos-filenames. | Werner Koch | 4 | -83/+101 |
2002-12-04 | * main.h, keyedit.c, keygen.c: Back out previous (2002-12-01) change. | David Shaw | 6 | -70/+89 |
2002-12-04 | * packet.h, sign.c (update_keysig_packet), keyedit.c | David Shaw | 4 | -7/+16 |
2002-12-03 | * options.h, g10.c (main), encode.c (write_pubkey_enc_from_list), | David Shaw | 7 | -35/+63 |
2002-12-03 | * main.h, keylist.c (reorder_keyblock), keyedit.c (keyedit_menu): Reorder | David Shaw | 6 | -5/+24 |
2002-12-01 | * keyedit.c (menu_expire): Don't lose key flags when changing the | David Shaw | 5 | -20/+71 |
2002-11-24 | * g10.c (add_notation_data): Disallow notation names that do not contain a | David Shaw | 4 | -8/+48 |
2002-11-13 | fixed type incompatibility | Stefan Bellon | 2 | -1/+6 |
2002-11-13 | * keyedit.c (show_key_with_all_names_colon): Make --with-colons --edit | David Shaw | 4 | -20/+65 |
2002-11-13 | * getkey.c (merge_selfsigs): Revoked/expired/invalid primary keys carry | David Shaw | 2 | -21/+27 |
2002-11-09 | * passphrase.c (agent_send_all_options): Use tty_get_ttyname to | Werner Koch | 2 | -2/+27 |