| Commit message (Expand) | Author | Files | Lines |
2002-10-02 | * import.c (import_secret_one): Check for an illegal (>110) protection | David Shaw | 1 | -0/+18 |
2002-10-01 | * import.c (import_one): Make sure that a newly imported key starts with a | David Shaw | 1 | -0/+5 |
2002-10-01 | * getkey.c (get_pubkey_direct): New. | Werner Koch | 1 | -0/+7 |
2002-09-30 | * keyserver.c (parse_keyserver_uri): Force the keyserver URI scheme to | David Shaw | 1 | -0/+5 |
2002-09-28 | 2002-09-28 David Shaw <[email protected]> | David Shaw | 1 | -0/+13 |
2002-09-25 | * Makefile.am: Link gpg with EGDLIBS (i.e. NETLIBS) as EGD uses sockets. | David Shaw | 1 | -0/+6 |
2002-09-24 | * import.c (import_keys_stream): Fix compiler type warning. | David Shaw | 1 | -0/+8 |
2002-09-23 | added fast-import to import-options | Stefan Bellon | 1 | -0/+11 |
2002-09-22 | avoid function clone | Stefan Bellon | 1 | -3/+4 |
2002-09-21 | added trustdb update/check for stream import as well | Stefan Bellon | 1 | -3/+4 |
2002-09-21 | trustdb checks/updates after import | Stefan Bellon | 1 | -0/+5 |
2002-09-19 | From stable branch | David Shaw | 1 | -0/+9 |
2002-09-17 | From stable branch | David Shaw | 1 | -0/+15 |
2002-09-13 | Import from stable branch. | David Shaw | 1 | -0/+17 |
2002-09-12 | * Makefile.am, hkp.c, hkp.h, keyserver.c (keyserver_work): Remove internal | David Shaw | 1 | -0/+3 |
2002-09-12 | * keyserver.c (keyserver_spawn): Remove whitespace after keyserver | David Shaw | 1 | -0/+5 |
2002-09-11 | * g10.c, options.h: Removed option --emulate-checksum-bug. | Werner Koch | 1 | -1/+21 |
2002-09-10 | * exec.c (expand_args): Remove loop left over from earlier implementation. | David Shaw | 1 | -0/+5 |
2002-09-10 | Cleanups and minor fixes. | Werner Koch | 1 | -2/+46 |
2002-09-09 | * g10.c (add_group): Use '=' to separate group name from group members. | David Shaw | 1 | -0/+7 |
2002-09-04 | * mainproc.c (print_pkenc_list): Don't increment the error counter when | David Shaw | 1 | -0/+8 |
2002-09-02 | * g10.c (main): Try to set a default character set. Print the | Werner Koch | 1 | -1/+10 |
2002-08-30 | * pkclist.c (build_pk_list): Add new status code to indicate an untrusted | David Shaw | 1 | -0/+4 |
2002-08-30 | * pkclist.c (build_pk_list): Fail if any recipient keys are unusable. | David Shaw | 1 | -0/+13 |
2002-08-30 | * pkclist.c (do_we_trust_pre): Changed the wording of a warning. | Werner Koch | 1 | -0/+17 |
2002-08-28 | * sig-check.c (do_check_messages, do_check): Show keyid in error messages. | David Shaw | 1 | -0/+8 |
2002-08-26 | * hkp.c (parse_hkp_index, dehtmlize): Move HTML functionality into new | David Shaw | 1 | -0/+7 |
2002-08-23 | * sig-check.c (do_check, do_check_messages): Emit the usual sig warnings | David Shaw | 1 | -0/+8 |
2002-08-22 | * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys into | David Shaw | 1 | -0/+15 |
2002-08-21 | * import.c (import_print_stats): Print new non_imported counter | Werner Koch | 1 | -0/+5 |
2002-08-20 | * options.skel: Document no-include-attributes for keyserver-options. | David Shaw | 1 | -0/+3 |
2002-08-20 | * keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and comments. | David Shaw | 1 | -0/+11 |
2002-08-19 | * getkey.c (get_user_id_native): Renamed to .. | Werner Koch | 1 | -1/+13 |
2002-08-18 | 2002-08-16 Timo Schulz <[email protected]> | Timo Schulz | 1 | -0/+8 |
2002-08-16 | Removed a leftover conflict indicator. | Werner Koch | 1 | -1/+0 |
2002-08-16 | * seckey-cert.c: Workaround to allow decryption of v3 keys created | Werner Koch | 1 | -0/+5 |
2002-08-14 | * hkp.c (parse_hkp_index): Properly handle really large keys (5 digit key | David Shaw | 1 | -0/+5 |
2002-08-13 | * encode.c (encode_simple): Fix problem with using compression algo 2 and | David Shaw | 1 | -0/+19 |
2002-08-09 | * options.skel: Some language tweaks, and remove the load-extension | David Shaw | 1 | -0/+13 |
2002-08-08 | * tdbio.c (tdbio_set_dbname): Create new trustdbs with user-only | David Shaw | 1 | -0/+5 |
2002-08-07 | * sig-check.c (signature_check2): Sanity check that the md has a context | David Shaw | 1 | -0/+6 |
2002-08-07 | * keyedit.c (menu_revsig): Properly show a uid is revoked without | David Shaw | 1 | -0/+16 |
2002-08-06 | use of EXTSEP_S | Stefan Bellon | 1 | -0/+5 |
2002-08-06 | * options.h, g10.c (main), mainproc.c (proc_encrypted): --ignore-mdc-error | David Shaw | 1 | -0/+4 |
2002-08-06 | * encode.c (encode_crypt), g10.c (main), sign.c (sign_file, | David Shaw | 1 | -0/+7 |
2002-08-06 | * revoke.c (export_minimal_pk, gen_desig_revoke, gen_revoke): Export a | David Shaw | 1 | -0/+6 |
2002-08-06 | * options.skel: Changed comments. | Werner Koch | 1 | -0/+2 |
2002-08-06 | * g10.c (main): Try to use "gpg.conf" as default option file. | Werner Koch | 1 | -0/+5 |
2002-08-03 | The big extension module removal. | Werner Koch | 1 | -0/+4 |
2002-08-02 | * delkey.c (do_delete_key): Always allow to delete a key in batch mode | Werner Koch | 1 | -0/+6 |