summaryrefslogtreecommitdiffstats
path: root/g10/import.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * card-util.c (fetch_url, card_edit): Use the pubkey URL stored on theDavid Shaw2004-09-111-1/+2
* * keydb.h, getkey.c (get_user_id_printable): Rename to get_user_id_nativeDavid Shaw2004-08-231-6/+6
* * options.h, keyserver.c (parse_keyserver_options): Remove duplicate codeDavid Shaw2004-04-151-1/+2
* * options.h, import.c, keyserver-internal.h, g10.c, mainproc.c,David Shaw2004-04-141-2/+2
* * options.h: Encapsulate keyserver details. Change all callers.David Shaw2004-04-141-1/+1
* * trustdb.c (update_min_ownertrust, validate_keys): Do not use keystrDavid Shaw2004-03-201-0/+3
* * import.c (check_prefs_warning, check_prefs): --keyid-format conversionDavid Shaw2004-03-151-228/+265
* * keyserver.c (argsep): Move to misc.c.David Shaw2004-02-141-8/+8
* * import.c (check_prefs): Some language fixes. (sec_to_pub_keyblock,David Shaw2004-02-141-7/+15
* * import.c (check_prefs): New function to check preferences on a publicDavid Shaw2004-02-121-10/+144
* * import.c (import_one): Do the revocation check even in the case when aDavid Shaw2004-02-121-7/+10
* * options.h, g10.c (main), import.c (parse_import_options, import_one,David Shaw2003-12-311-12/+16
* * main.h, misc.c (parse_options): Add a "noisy" flag to enable and disableDavid Shaw2003-12-281-4/+4
* * packet.h, build-packet.c (hash_public_key): Remove function ...David Shaw2003-12-111-4/+0
* * misc.c (compress_algo_to_string, string_to_compress_algo,David Shaw2003-10-311-7/+7
* * import.c (import_one): Show the keyid when giving the Elgamal slowDavid Shaw2003-10-151-2/+2
* * gpgv.c: Remove extra semicolon (typo).David Shaw2003-08-221-55/+71
* * packet.h, sig-check.c (signature_check2, do_check, do_check_messages):David Shaw2003-08-131-23/+15
* * import.c (import_keys_internal): Invalidate the cache so thatWerner Koch2003-06-081-1/+1
* * import.c (import_keys_internal): Invalidate the cache so thatWerner Koch2003-06-081-0/+2
* * main.h, misc.c (parse_options): New general option line parser. Fix theDavid Shaw2003-05-311-35/+2
* * packet.h, build-packet.c (build_sig_subpkt), export.cDavid Shaw2003-05-031-18/+0
* * import.c (import_revoke_cert): Remove ultimate trust when revoking anDavid Shaw2003-04-231-0/+7
* * main.h, g10.c (main), import.c (parse_import_options,David Shaw2003-04-091-5/+6
* * keydb.h: Err on the side of making an unknown signature a SIG ratherDavid Shaw2003-03-241-0/+8
* * keyedit.c (menu_revuid): Properly handle a nonselfsigned uid on a v4 keyDavid Shaw2003-02-021-7/+3
* * import.c (import_one): Only do the work to create the status display forDavid Shaw2003-01-031-1/+2
* fixed type problemStefan Bellon2002-12-271-1/+1
* * keydb.h, getkey.c (key_byname): Flag to enable or disable includingDavid Shaw2002-12-261-1/+1
* 2002-12-22 Timo Schulz <ts@winpt.org>Timo Schulz2002-12-221-0/+27
* * pkclist.c (do_we_trust): Tweak language to refer to the "namedDavid Shaw2002-12-131-16/+24
* * tdbio.c (tdbio_read_record, tdbio_write_record): Compact theDavid Shaw2002-12-111-0/+10
* * keyedit.c (menu_expire): Don't lose key flags when changing theDavid Shaw2002-12-011-0/+4
* * encode.c (encode_simple): Make sure that files larger than about 4G useDavid Shaw2002-11-131-4/+4
* * packet.h, trustdb.h, trustdb.c (trust_string): New. Return a stringDavid Shaw2002-10-301-1/+1
* * main.h, import.c (sec_to_pub_keyblock, import_secret_one,David Shaw2002-10-231-4/+76
* * import.c (import_keys_internal): Missed one s/inp/inp2/.David Shaw2002-10-081-1/+1
* * import.c (import_keys_internal): s/inp/inp2/ to avoid shadowingWerner Koch2002-10-041-3/+3
* * import.c (import_secret_one): Check for an illegal (>110) protectionDavid Shaw2002-10-031-0/+7
* * import.c (import_one): Make sure that a newly imported key starts with aDavid Shaw2002-10-011-1/+9
* * import.c (import_keys_stream): Fix compiler type warning.David Shaw2002-09-241-7/+7
* added fast-import to import-optionsStefan Bellon2002-09-231-16/+16
* avoid function cloneStefan Bellon2002-09-221-47/+36
* added trustdb update/check for stream import as wellStefan Bellon2002-09-221-0/+12
* trustdb checks/updates after importStefan Bellon2002-09-211-1/+11
* Cleanups and minor fixes.Werner Koch2002-09-101-1/+1
* * g10.c (main): Try to set a default character set. Print theWerner Koch2002-09-021-0/+35
* * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys intoDavid Shaw2002-08-221-109/+82
* * import.c (import_print_stats): Print new non_imported counterWerner Koch2002-08-211-3/+9
* * getkey.c (get_user_id_native): Renamed to ..Werner Koch2002-08-191-19/+12