aboutsummaryrefslogtreecommitdiffstats
path: root/g10/import.c (unfollow)
Commit message (Expand)AuthorFilesLines
2005-02-06* trustdb.h, trustdb.c (trustdb_check_or_update): New. If the trustdbDavid Shaw1-9/+6
2005-01-20* gpgv.c (tty_fprintf): New stub.Werner Koch1-2/+231
2005-01-03* Makefile.am: Use @LIBUSB@ instead of @LIBUSB_LIBS@David Shaw1-0/+6
2005-01-01* options.h, import.c (parse_import_options, delete_inv_parts): AddDavid Shaw1-1/+20
2004-11-26* options.h, export.c (parse_export_options, do_export_stream), import.cDavid Shaw1-5/+7
2004-10-14* export.c (do_export_stream) [ENABLE_SELINUX_HACKS]: Don't allowWerner Koch1-0/+11
2004-10-13Added SELInux hacks and did some cleanups.Werner Koch1-0/+6
2004-09-24* main.h: Create S2K_DIGEST_ALGO macro so we do not need to always setDavid Shaw1-5/+5
2004-09-11* card-util.c (fetch_url, card_edit): Use the pubkey URL stored on theDavid Shaw1-1/+2
2004-08-23* keydb.h, getkey.c (get_user_id_printable): Rename to get_user_id_nativeDavid Shaw1-6/+6
2004-04-15* options.h, keyserver.c (parse_keyserver_options): Remove duplicate codeDavid Shaw1-1/+2
2004-04-14* options.h, import.c, keyserver-internal.h, g10.c, mainproc.c,David Shaw1-2/+2
2004-04-14* options.h: Encapsulate keyserver details. Change all callers.David Shaw1-1/+1
2004-03-19* trustdb.c (update_min_ownertrust, validate_keys): Do not use keystrDavid Shaw1-0/+3
2004-03-15* import.c (check_prefs_warning, check_prefs): --keyid-format conversionDavid Shaw1-228/+265
2004-02-14* keyserver.c (argsep): Move to misc.c.David Shaw1-8/+8
2004-02-14* import.c (check_prefs): Some language fixes. (sec_to_pub_keyblock,David Shaw1-7/+15
2004-02-12* import.c (check_prefs): New function to check preferences on a publicDavid Shaw1-10/+144
2004-02-12* import.c (import_one): Do the revocation check even in the case when aDavid Shaw1-7/+10
2003-12-31* options.h, g10.c (main), import.c (parse_import_options, import_one,David Shaw1-12/+16
2003-12-28* main.h, misc.c (parse_options): Add a "noisy" flag to enable and disableDavid Shaw1-4/+4
2003-12-11* packet.h, build-packet.c (hash_public_key): Remove function ...David Shaw1-4/+0
2003-10-31* misc.c (compress_algo_to_string, string_to_compress_algo,David Shaw1-7/+7
2003-10-14* import.c (import_one): Show the keyid when giving the Elgamal slowDavid Shaw1-2/+2
2003-08-21* gpgv.c: Remove extra semicolon (typo).David Shaw1-55/+71
2003-08-13* packet.h, sig-check.c (signature_check2, do_check, do_check_messages):David Shaw1-23/+15
2003-06-08* import.c (import_keys_internal): Invalidate the cache so thatWerner Koch1-1/+1
2003-06-08* import.c (import_keys_internal): Invalidate the cache so thatWerner Koch1-0/+2
2003-05-31* main.h, misc.c (parse_options): New general option line parser. Fix theDavid Shaw1-35/+2
2003-05-03* packet.h, build-packet.c (build_sig_subpkt), export.cDavid Shaw1-18/+0
2003-04-23* import.c (import_revoke_cert): Remove ultimate trust when revoking anDavid Shaw1-0/+7
2003-04-09* main.h, g10.c (main), import.c (parse_import_options,David Shaw1-5/+6
2003-03-24* keydb.h: Err on the side of making an unknown signature a SIG ratherDavid Shaw1-0/+8
2003-02-02* keyedit.c (menu_revuid): Properly handle a nonselfsigned uid on a v4 keyDavid Shaw1-7/+3
2003-01-03* import.c (import_one): Only do the work to create the status display forDavid Shaw1-1/+2
2002-12-27fixed type problemStefan Bellon1-1/+1
2002-12-26* keydb.h, getkey.c (key_byname): Flag to enable or disable includingDavid Shaw1-1/+1
2002-12-222002-12-22 Timo Schulz <[email protected]>Timo Schulz1-0/+27
2002-12-13* pkclist.c (do_we_trust): Tweak language to refer to the "namedDavid Shaw1-16/+24
2002-12-11* tdbio.c (tdbio_read_record, tdbio_write_record): Compact theDavid Shaw1-0/+10
2002-12-01* keyedit.c (menu_expire): Don't lose key flags when changing theDavid Shaw1-0/+4
2002-11-13* encode.c (encode_simple): Make sure that files larger than about 4G useDavid Shaw1-4/+4
2002-10-30* packet.h, trustdb.h, trustdb.c (trust_string): New. Return a stringDavid Shaw1-1/+1
2002-10-23* main.h, import.c (sec_to_pub_keyblock, import_secret_one,David Shaw1-4/+76
2002-10-07* import.c (import_keys_internal): Missed one s/inp/inp2/.David Shaw1-1/+1
2002-10-04* import.c (import_keys_internal): s/inp/inp2/ to avoid shadowingWerner Koch1-3/+3
2002-10-02* import.c (import_secret_one): Check for an illegal (>110) protectionDavid Shaw1-0/+7
2002-10-01* import.c (import_one): Make sure that a newly imported key starts with aDavid Shaw1-1/+9
2002-09-24* import.c (import_keys_stream): Fix compiler type warning.David Shaw1-7/+7
2002-09-23added fast-import to import-optionsStefan Bellon1-16/+16