summaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a gpg2 problem with removed cards.Werner Koch2009-02-272-0/+23
| | | | | | Allow runtime conf change for scdaemon. New commands for scdaemon.
* Replace a call to BUG by an error return.Werner Koch2009-02-242-7/+11
|
* Fix bug#998.Werner Koch2009-02-093-1/+33
|
* Add a Geldkarte gadget application.Werner Koch2009-01-272-0/+10
| | | | | Minor other changes.
* Add a sample key.Werner Koch2009-01-134-3/+49
| | | | | Detect and show the card type.
* preparing a releaseWerner Koch2009-01-122-3/+13
|
* Add limited support for NetKey 3.0 cards.Werner Koch2009-01-081-8/+7
|
* Update spanish translation.Werner Koch2009-01-084-34/+28
| | | | | | Cleanups. Allow utf-8 in email addresses.
* Add rmd160.c.Werner Koch2008-12-125-0/+444
| | | | | Emit anotehr error code status line.
* Add missing header file.Werner Koch2008-12-123-1/+29
|
* Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.Werner Koch2008-12-119-45/+189
| | | | | Fix SIG_ID computation.
* Minor bug fix.Werner Koch2008-12-092-4/+8
|
* W32 fixgnupg-2.0.10rc1Werner Koch2008-12-091-1/+1
|
* Flush keyserver search output.Werner Koch2008-12-094-64/+126
| | | | | | Add trustdb chnages from 1.4. Check algo usage for batch key generation.
* Minor fixes.Werner Koch2008-12-095-22/+51
|
* Add a custom prompt for the CSR generation.Werner Koch2008-12-052-7/+13
| | | | | Add a new percent escape fucntion.
* Print library versions according to GNU standards.Werner Koch2008-11-183-51/+59
|
* Cleaned up unused gpgsm and gpg options.Werner Koch2008-11-133-114/+123
|
* Made arg_parse more readable.Werner Koch2008-11-122-345/+380
|
* fixed a bug in the prompt formatter.Werner Koch2008-10-282-0/+22
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-2020-173/+460
|
* Use more warning options with modern GCCs.Werner Koch2008-10-173-6/+13
| | | | | Other minor changes.
* * main.h, mainproc.c (check_sig_and_print), keylist.cDavid Shaw2008-10-039-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.
* Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch2008-09-296-35/+23
|
* * keyedit.c (keyedit_menu): Fix bug where a modified keyring loses itsDavid Shaw2008-09-252-2/+10
| | | | | | modified status after a "clean" or "minimize" that doesn't need to do anything.
* Fix bug #931Werner Koch2008-09-252-16/+29
|
* Finished support for v2 cards with the exception of secure messaging.Werner Koch2008-09-254-4/+65
|
* * pkclist.c (select_algo_from_prefs): Redo function to rank prefs andDavid Shaw2008-09-232-143/+158
| | | | | pick a consensus winner across all keys.
* Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch2008-09-234-54/+190
|
* * keyserver.c (keyserver_import_cert): Allow keyserver URLs inDavid Shaw2008-09-042-7/+6
| | | | | addition to full URLs in CERT records.
* Print a 'f' for validated non-root certificates in gpgsm colon style listing.Werner Koch2008-08-131-0/+5
| | | | | Doc fixes.
* Cehck for expire date overflows.Werner Koch2008-08-111-15/+23
|
* Fix !EROFS bug.Werner Koch2008-08-012-1/+7
| | | | | Doc updates
* Revert that last stupid setuid detection fix. Werner Koch2008-07-173-9/+4
|
* Do not run the setuid test if running under as root proper.Werner Koch2008-07-173-6/+11
| | | | | | Documentation fixes. Some enhancements for the new OpenPGP Card.
* g10/Marcus Brinkmann2008-06-252-14/+7
| | | | | | | | | | | | | | | | | | | | | | 2008-06-25 Marcus Brinkmann <marcus@g10code.de> * 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 <marcus@g10code.de> 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.
* Robustness fix.Werner Koch2008-06-192-1/+5
| | | | | Add group to the --gpgconf-list.
* 2008-06-18 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2008-06-182-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.
* Add controlo statement %ask-passphraseWerner Koch2008-06-162-29/+74
|
* Implement dotlocking for W32.Werner Koch2008-06-131-1/+1
|
* Made --fixed-list-mode obsolete.Werner Koch2008-06-115-378/+335
|
* Changes the header presented before requesting the user ID.Werner Koch2008-06-012-3/+28
|
* Remove a warning.Werner Koch2008-05-091-1/+1
|
* Print a note for revoked signing keys.Werner Koch2008-05-082-2/+13
|
* --locate-key now returns several keys if they all match.Werner Koch2008-05-076-23/+82
|
* Add command --locate-key.Werner Koch2008-05-075-13/+81
| | | | | Fix auto-key-locate processing of "nodefault".
* Adjust for the changed Camellia draft.Werner Koch2008-04-184-15/+42
| | | | | | W32 gettext changes. Comment and typo fixes.
* Test commitDavid Shaw2008-04-161-2/+2
|
* If there are multiple 0x19 backsigs, take the most recent one. (from 1.4).Werner Koch2008-04-163-27/+81
| | | | | add log-file and debug-level to the --gpgconf-list.
* Enhanced --auto-key-locate.Werner Koch2008-04-089-86/+185
|