| Commit message (Expand) | Author | Files | Lines |
2003-10-31 | * misc.c (compress_algo_to_string, string_to_compress_algo, | David Shaw | 1 | -7/+7 |
2003-10-14 | * import.c (import_one): Show the keyid when giving the Elgamal slow | David Shaw | 1 | -2/+2 |
2003-09-23 | Merged most of David Shaw's changes in 1.3 since 2003-06-03. | Werner Koch | 1 | -105/+127 |
2003-08-21 | * gpgv.c: Remove extra semicolon (typo). | David Shaw | 1 | -55/+71 |
2003-08-13 | * packet.h, sig-check.c (signature_check2, do_check, do_check_messages): | David Shaw | 1 | -23/+15 |
2003-06-23 | Fixes to the libgcrypt switch. Basically works now. | Werner Koch | 1 | -5/+6 |
2003-06-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -61/+65 |
2003-06-08 | * import.c (import_keys_internal): Invalidate the cache so that | Werner Koch | 1 | -1/+1 |
2003-06-08 | * import.c (import_keys_internal): Invalidate the cache so that | Werner Koch | 1 | -0/+2 |
2003-06-05 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -0/+1879 |
2003-05-31 | * main.h, misc.c (parse_options): New general option line parser. Fix the | David Shaw | 1 | -35/+2 |
2003-05-03 | * packet.h, build-packet.c (build_sig_subpkt), export.c | David Shaw | 1 | -18/+0 |
2003-04-23 | * import.c (import_revoke_cert): Remove ultimate trust when revoking an | David Shaw | 1 | -0/+7 |
2003-04-09 | * main.h, g10.c (main), import.c (parse_import_options, | David Shaw | 1 | -5/+6 |
2003-03-24 | * keydb.h: Err on the side of making an unknown signature a SIG rather | David Shaw | 1 | -0/+8 |
2003-02-02 | * keyedit.c (menu_revuid): Properly handle a nonselfsigned uid on a v4 key | David Shaw | 1 | -7/+3 |
2003-01-03 | * import.c (import_one): Only do the work to create the status display for | David Shaw | 1 | -1/+2 |
2002-12-27 | fixed type problem | Stefan Bellon | 1 | -1/+1 |
2002-12-26 | * keydb.h, getkey.c (key_byname): Flag to enable or disable including | David Shaw | 1 | -1/+1 |
2002-12-22 | 2002-12-22 Timo Schulz <[email protected]> | Timo Schulz | 1 | -0/+27 |
2002-12-13 | * pkclist.c (do_we_trust): Tweak language to refer to the "named | David Shaw | 1 | -16/+24 |
2002-12-11 | * tdbio.c (tdbio_read_record, tdbio_write_record): Compact the | David Shaw | 1 | -0/+10 |
2002-12-01 | * keyedit.c (menu_expire): Don't lose key flags when changing the | David Shaw | 1 | -0/+4 |
2002-11-13 | * encode.c (encode_simple): Make sure that files larger than about 4G use | David Shaw | 1 | -4/+4 |
2002-10-30 | * packet.h, trustdb.h, trustdb.c (trust_string): New. Return a string | David Shaw | 1 | -1/+1 |
2002-10-23 | * main.h, import.c (sec_to_pub_keyblock, import_secret_one, | David Shaw | 1 | -4/+76 |
2002-10-19 | This commit was manufactured by cvs2svn to create branch | Repo Admin | 1 | -1796/+0 |
2002-10-07 | * import.c (import_keys_internal): Missed one s/inp/inp2/. | David Shaw | 1 | -1/+1 |
2002-10-04 | * import.c (import_keys_internal): s/inp/inp2/ to avoid shadowing | Werner Koch | 1 | -3/+3 |
2002-10-02 | * import.c (import_secret_one): Check for an illegal (>110) protection | David Shaw | 1 | -0/+7 |
2002-10-01 | * import.c (import_one): Make sure that a newly imported key starts with a | David Shaw | 1 | -1/+9 |
2002-09-24 | * import.c (import_keys_stream): Fix compiler type warning. | David Shaw | 1 | -7/+7 |
2002-09-23 | added fast-import to import-options | Stefan Bellon | 1 | -16/+16 |
2002-09-22 | avoid function clone | Stefan Bellon | 1 | -47/+36 |
2002-09-21 | added trustdb update/check for stream import as well | Stefan Bellon | 1 | -0/+12 |
2002-09-21 | trustdb checks/updates after import | Stefan Bellon | 1 | -1/+11 |
2002-09-10 | Cleanups and minor fixes. | Werner Koch | 1 | -1/+1 |
2002-09-02 | * g10.c (main): Try to set a default character set. Print the | Werner Koch | 1 | -0/+35 |
2002-08-22 | * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys into | David Shaw | 1 | -109/+82 |
2002-08-21 | * import.c (import_print_stats): Print new non_imported counter | Werner Koch | 1 | -3/+9 |
2002-08-19 | * getkey.c (get_user_id_native): Renamed to .. | Werner Koch | 1 | -19/+12 |
2002-08-18 | 2002-08-16 Timo Schulz <[email protected]> | Timo Schulz | 1 | -0/+17 |
2002-07-25 | * exec.c, export.c, import.c, keyedit.c, keyserver.c, misc.c: "Warning" -> | David Shaw | 1 | -2/+2 |
2002-07-24 | * main.h, import.c (parse_import_options, fix_hkp_corruption, import_one, | David Shaw | 1 | -13/+88 |
2002-07-24 | * import.c (parse_import_options), export.c (parse_export_options): Fix | David Shaw | 1 | -1/+4 |
2002-07-24 | * import.c (delete_inv_parts): Discard subkey signatures (0x18 and 0x28) | David Shaw | 1 | -1/+12 |
2002-07-22 | * options.h, main.h, g10.c (main), import.c (parse_import_options, | David Shaw | 1 | -0/+43 |
2002-06-29 | Update head to match stable 1.0 | David Shaw | 1 | -247/+554 |
2000-10-10 | Changed keyring handling - saving still does not work. | Werner Koch | 1 | -44/+13 |
2000-10-06 | See ChangeLog: Fri Oct 6 14:29:16 CEST 2000 Werner Koch | Werner Koch | 1 | -19/+7 |