aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * gpg.sgml: Document -d. Add [file] to a few options.David Shaw2005-12-082-7/+11
* * gpgkeys_finger.c (get_key), gpgkeys_curl.c (get_key): Better languageDavid Shaw2005-12-073-11/+11
* * keyserver.c (keyserver_spawn): Don't print "searching for key 00000000"David Shaw2005-12-074-10/+73
* * ksutil.c (curl_err_to_gpg_err): Add CURLE_OK and CURLE_COULDNT_CONNECT.David Shaw2005-12-073-5/+24
* Missed file.David Shaw2005-12-061-1/+3
* Some cleanup so we don't build files that are completely ifdeffed out. David Shaw2005-12-064-21/+36
* * idea-stub.c (load_module): Not legal to return a void * as a functionDavid Shaw2005-12-066-24/+8
* * curl-shim.c (curl_easy_perform): Fix build warning (code beforeDavid Shaw2005-12-062-1/+7
* * mkdtemp.c (mkdtemp): Fix warning.David Shaw2005-12-065-13/+20
* * Makefile.am: Some cleanup so we don't build files that are completelyDavid Shaw2005-12-064-14/+54
* * main.h, keylist.c (print_revokers): New. Print the "rvk" designatedDavid Shaw2005-11-204-20/+38
* * free-packet.c (copy_secret_key): Copy secret key into secure memoryDavid Shaw2005-11-195-8/+56
* * gpg.sgml: Clarify "xxxxx-clean" and "clean". DocumentDavid Shaw2005-11-182-54/+39
* * NEWS: Note backsigs, the xxxxx-clean options, and the xxxxx-minimalDavid Shaw2005-11-182-0/+24
* * keyedit.c (keyedit_menu, menu_clean): Simplify clean options to justDavid Shaw2005-11-187-136/+88
* * armor.c (parse_header_line): A fussy bit of 2440: header lines areDavid Shaw2005-11-132-4/+24
* * trustdb.h, trustdb.c (clean_key): New function to handle keyDavid Shaw2005-11-126-67/+71
* * trustdb.c (clean_uid_from_key, clean_uids_from_key): SignificantlyDavid Shaw2005-11-122-66/+54
* * keyedit.c (keyedit_menu, menu_clean_sigs_from_uids): Add "minimize"David Shaw2005-11-103-10/+19
* * packet.h, keyedit.c (menu_clean_uids_from_key), trustdb.cDavid Shaw2005-11-104-20/+18
* * packet.h: Move some flags to a bitfield. Change all callers.David Shaw2005-11-106-37/+44
* * options.h, import.c (parse_import_options, clean_sigs_from_all_uids,David Shaw2005-11-104-7/+16
* * trustdb.h, trustdb.c (clean_sigs_from_uid): Add flag to remove allDavid Shaw2005-11-106-24/+27
* * options.skel: Add a section for --encrypt-to. This is Debian bugDavid Shaw2005-11-062-0/+13
* * Makefile.am: Include @LIBUSB_CPPFLAGS@ in our CPPFLAGS. StrictlyDavid Shaw2005-11-064-4/+18
* * libusb.m4: Check for libusb-config and if we find it, use --libs andDavid Shaw2005-11-062-3/+28
* Fix various build warnings reported by Joe Vender on MinGW.David Shaw2005-11-036-1/+22
* * gpg.sgml: Clarify what is and isn't included in a "clean sigs".David Shaw2005-11-022-9/+15
* * trustdb.c (clean_sigs_from_uid): Include sigs from unavailable keys inDavid Shaw2005-11-022-5/+17
* * import.c (import_one): Do collapse_uids() before we do any cleaningDavid Shaw2005-11-024-9/+28
* * gpg.sgml: Document backsign, --require-backsigs, andDavid Shaw2005-10-273-3/+34
* * keyedit.c (menu_addrevoker), getkey.c (finish_lookup): Fix problem withDavid Shaw2005-10-273-4/+13
* cygwin fixesWerner Koch2005-10-274-40/+170
* * keygen.c (proc_parameter_file): Default key and subkey usage flags toDavid Shaw2005-10-262-7/+35
* * readline.m4: Check for rl_completion_func_t and rl_completion_matches.David Shaw2005-10-212-1/+8
* Fixed minor card related bugs and enhanced status messagesWerner Koch2005-10-186-56/+129
* exported subkeys are now merged into one output keyblockWerner Koch2005-10-178-126/+273
* * NEWS: Clarify the cURL keyserver changes, and add a note about gpg-zip.David Shaw2005-10-143-17/+18
* * keyedit.c (keyedit_menu, menu_backsign): New "backsign" command toDavid Shaw2005-10-146-5/+175
* * options.h, getkey.c (merge_selfsigs_subkey), gpg.c (main), sig-check.cDavid Shaw2005-10-125-12/+33
* * getkey.c (merge_selfsigs_subkey), sig-check.c (signature_check2),David Shaw2005-10-116-24/+35
* Yet another fix for the gpg.c renameWerner Koch2005-10-063-1/+20
* Fixes for the g10.c -> gpg.c renamedWerner Koch2005-10-053-6/+10
* Renamed g10.c to gpg.cWerner Koch2005-10-0536-2548/+2749
* 2005-10-02 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-034-6/+9
* * gpg.sgml: Note that --display-charset is just for display andDavid Shaw2005-09-222-6/+26
* * mainproc.c (proc_symkey_enc): Take care of a canceled passphraseWerner Koch2005-09-204-4/+27
* * keylist.c (reorder_keyblock, do_reorder_keyblock): Reorder attributeDavid Shaw2005-09-203-4/+24
* * main.h, misc.c (parse_options): Add the ability to have helpDavid Shaw2005-09-147-63/+130
* * keyedit.c (show_names): Moved name display code out fromDavid Shaw2005-09-102-56/+80