aboutsummaryrefslogtreecommitdiffstats
path: root/g10/import.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * trustdb.h, trustdb.c (trustdb_check_or_update): New. If the trustdbDavid Shaw2005-02-061-9/+6
* * gpgv.c (tty_fprintf): New stub.Werner Koch2005-01-201-2/+231
* * Makefile.am: Use @LIBUSB@ instead of @LIBUSB_LIBS@David Shaw2005-01-031-0/+6
* * options.h, import.c (parse_import_options, delete_inv_parts): AddDavid Shaw2005-01-011-1/+20
* * options.h, export.c (parse_export_options, do_export_stream), import.cDavid Shaw2004-11-261-5/+7
* * export.c (do_export_stream) [ENABLE_SELINUX_HACKS]: Don't allowWerner Koch2004-10-141-0/+11
* Added SELInux hacks and did some cleanups.Werner Koch2004-10-131-0/+6
* * main.h: Create S2K_DIGEST_ALGO macro so we do not need to always setDavid Shaw2004-09-241-5/+5
* * 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-191-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-141-2/+2
* * gpgv.c: Remove extra semicolon (typo).David Shaw2003-08-211-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 <[email protected]>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-071-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-021-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