aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-09W32 fixgnupg-2.0.10rc1Werner Koch1-1/+1
2008-12-09Flush keyserver search output.Werner Koch4-64/+126
Add trustdb chnages from 1.4. Check algo usage for batch key generation.
2008-12-09Minor fixes.Werner Koch5-22/+51
2008-12-05Add a custom prompt for the CSR generation.Werner Koch2-7/+13
Add a new percent escape fucntion.
2008-11-18Print library versions according to GNU standards.Werner Koch3-51/+59
2008-11-13Cleaned up unused gpgsm and gpg options.Werner Koch3-114/+123
2008-11-12Made arg_parse more readable.Werner Koch2-345/+380
2008-10-28fixed a bug in the prompt formatter.Werner Koch2-0/+22
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch20-173/+460
2008-10-17Use more warning options with modern GCCs.Werner Koch3-6/+13
Other minor changes.
2008-10-03* main.h, mainproc.c (check_sig_and_print), keylist.cDavid Shaw9-34/+74
(list_keyblock_print), pkclist.c (do_edit_ownertrust), keyedit.c (menu_showphoto), photoid.c (generate_photo_id, show_photos), misc.c (pct_expando): Add %v and %V expandos so that displaying photo IDs can show the attribute validity tag (%v) and string (%V). Originally by Daniel Gillmor.
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch6-35/+23
2008-09-25* keyedit.c (keyedit_menu): Fix bug where a modified keyring loses itsDavid Shaw2-2/+10
modified status after a "clean" or "minimize" that doesn't need to do anything.
2008-09-25Fix bug #931Werner Koch2-16/+29
2008-09-25Finished support for v2 cards with the exception of secure messaging.Werner Koch4-4/+65
2008-09-23* pkclist.c (select_algo_from_prefs): Redo function to rank prefs andDavid Shaw2-143/+158
pick a consensus winner across all keys.
2008-09-23Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch4-54/+190
2008-09-04* keyserver.c (keyserver_import_cert): Allow keyserver URLs inDavid Shaw2-7/+6
addition to full URLs in CERT records.
2008-08-13Print a 'f' for validated non-root certificates in gpgsm colon style listing.Werner Koch1-0/+5
Doc fixes.
2008-08-11Cehck for expire date overflows.Werner Koch1-15/+23
2008-08-01Fix !EROFS bug.Werner Koch2-1/+7
Doc updates
2008-07-17Revert that last stupid setuid detection fix. Werner Koch3-9/+4
2008-07-17Do not run the setuid test if running under as root proper.Werner Koch3-6/+11
Documentation fixes. Some enhancements for the new OpenPGP Card.
2008-06-25g10/Marcus Brinkmann2-14/+7
2008-06-25 Marcus Brinkmann <[email protected]> * gpg.c (enum cmd_and_opt_values): Remove option oEnableW32HandleTranslation. (opts): Remove option --enable-w32-handle-translation. (main): Remove variable w32_handle_translation. common/ 2008-06-25 Marcus Brinkmann <[email protected]> Revert last three changes related to handle translation. * sysutils.c: (FD_TRANSLATE_MAX, fd_translate, fd_translate_len) (translate_table_init, translate_table_lookup): Removed. * iobuf.c (check_special_filename): Do not use translate_table_lookup. * sysutils.h (translate_table_init, translate_table_lookup): Remove prototypes.
2008-06-19Robustness fix.Werner Koch2-1/+5
Add group to the --gpgconf-list.
2008-06-182008-06-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-0/+22
* gpg.c (enum cmd_and_opt_values): New option oEnableW32HandleTranslation. (opts): New option --enable-w32-handle-translation. (main): New variable w32_handle_translation to keep track of option.
2008-06-16Add controlo statement %ask-passphraseWerner Koch2-29/+74
2008-06-13Implement dotlocking for W32.Werner Koch1-1/+1
2008-06-11Made --fixed-list-mode obsolete.Werner Koch5-378/+335
2008-06-01Changes the header presented before requesting the user ID.Werner Koch2-3/+28
2008-05-09Remove a warning.Werner Koch1-1/+1
2008-05-08Print a note for revoked signing keys.Werner Koch2-2/+13
2008-05-07--locate-key now returns several keys if they all match.Werner Koch6-23/+82
2008-05-07Add command --locate-key.Werner Koch5-13/+81
Fix auto-key-locate processing of "nodefault".
2008-04-18Adjust for the changed Camellia draft.Werner Koch4-15/+42
W32 gettext changes. Comment and typo fixes.
2008-04-16Test commitDavid Shaw1-2/+2
2008-04-16If there are multiple 0x19 backsigs, take the most recent one. (from 1.4).Werner Koch3-27/+81
add log-file and debug-level to the --gpgconf-list.
2008-04-08Enhanced --auto-key-locate.Werner Koch9-86/+185
2008-04-07Minor cleanups.Werner Koch4-7/+18
Implemented key helper kdns
2008-04-02disable DSA2 for old Libgcrypts.Werner Koch2-0/+13
2008-03-26Last minute cleanups.gnupg-2.0.9Werner Koch2-6/+12
2008-03-25Changed the way i18n files are located under Windows. The setting of theWerner Koch2-2/+7
Registry key is not anymore required. Helpfiles are not properly located.
2008-03-25Fix bug 894.Werner Koch4-7/+39
Change default keyserver. Allow key protection with Camellia.
2008-03-18Fix for v3 keys.Werner Koch2-1/+6
2008-03-13Fixed an email/DN bug.Werner Koch2-4/+11
Changed pinentry prompts.
2008-03-06Comment fixes.Werner Koch2-3/+7
Convey the new envvars when using simple-pwquery.
2008-02-14Poems for AllowSetForegroundWindow (W32)Werner Koch2-24/+82
2008-02-13Always search missing certifcates using a running Dirmngr's cache.Werner Koch2-1/+36
2008-02-092008-02-09 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-44/+70
* gpg.c (main): New variable default_configname. Use it if save_configname is NULL (can happen if default configfile does not exist). Move default configname determination to ... (get_default_configname): ... this new function.
2008-01-30Fixed yesterday's W32 fix.Werner Koch2-1/+2