aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug#1034.Werner Koch2009-05-061-0/+7
| | | | | Remove dead code.
* Make gpgv error message about a missing keyring more useful. This fixesWerner Koch2009-04-031-0/+13
| | | | | Debian#494040. Also implement readonly semantic for extra safety.
* Ported changes from 1.4.Werner Koch2009-04-011-0/+13
|
* Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch2009-04-011-0/+8
| | | | | Removed duplicated code (percent unescaping).
* Print NO_SECKEY status line in gpgsm.Werner Koch2009-03-251-0/+4
| | | | | This fixes bug#1020.
* Enhanced last patch.Werner Koch2009-03-171-0/+5
|
* Move password repetition from gpg to gpg-agent.Werner Koch2009-03-171-0/+16
|
* * gpg.c (my_strusage): gpg2 and gpgv2 (not gpg and gpgv).David Shaw2009-03-151-0/+3
| | | | | * gpgv.c (my_strusage): Same.
* * gpgv.c (my_strusage): Fix name of program in "Syntax" line.David Shaw2009-03-151-0/+4
|
* Fix a gpg2 problem with removed cards.Werner Koch2009-02-271-0/+5
| | | | | | Allow runtime conf change for scdaemon. New commands for scdaemon.
* Replace a call to BUG by an error return.Werner Koch2009-02-241-0/+5
|
* Fix bug#998.Werner Koch2009-02-091-0/+6
|
* Add a Geldkarte gadget application.Werner Koch2009-01-271-0/+4
| | | | | Minor other changes.
* Add a sample key.Werner Koch2009-01-131-0/+7
| | | | | Detect and show the card type.
* preparing a releaseWerner Koch2009-01-121-1/+6
|
* Update spanish translation.Werner Koch2009-01-081-0/+6
| | | | | | Cleanups. Allow utf-8 in email addresses.
* Add rmd160.c.Werner Koch2008-12-121-0/+3
| | | | | Emit anotehr error code status line.
* Add missing header file.Werner Koch2008-12-121-0/+4
|
* Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.Werner Koch2008-12-111-0/+20
| | | | | Fix SIG_ID computation.
* Minor bug fix.Werner Koch2008-12-091-0/+4
|
* Flush keyserver search output.Werner Koch2008-12-091-0/+14
| | | | | | Add trustdb chnages from 1.4. Check algo usage for batch key generation.
* Minor fixes.Werner Koch2008-12-091-0/+12
|
* Add a custom prompt for the CSR generation.Werner Koch2008-12-051-0/+6
| | | | | Add a new percent escape fucntion.
* Print library versions according to GNU standards.Werner Koch2008-11-181-0/+8
|
* Cleaned up unused gpgsm and gpg options.Werner Koch2008-11-131-0/+4
|
* Made arg_parse more readable.Werner Koch2008-11-121-0/+4
|
* fixed a bug in the prompt formatter.Werner Koch2008-10-281-0/+4
|
* Marked all unused args on non-W32 platforms.Werner Koch2008-10-201-0/+44
|
* Use more warning options with modern GCCs.Werner Koch2008-10-171-4/+11
| | | | | Other minor changes.
* * main.h, mainproc.c (check_sig_and_print), keylist.cDavid Shaw2008-10-031-0/+9
| | | | | | | | | (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-291-0/+11
|
* * keyedit.c (keyedit_menu): Fix bug where a modified keyring loses itsDavid Shaw2008-09-251-0/+6
| | | | | | modified status after a "clean" or "minimize" that doesn't need to do anything.
* Fix bug #931Werner Koch2008-09-251-0/+3
|
* Finished support for v2 cards with the exception of secure messaging.Werner Koch2008-09-251-0/+13
|
* * pkclist.c (select_algo_from_prefs): Redo function to rank prefs andDavid Shaw2008-09-231-0/+5
| | | | | pick a consensus winner across all keys.
* Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch2008-09-231-0/+11
|
* * keyserver.c (keyserver_import_cert): Allow keyserver URLs inDavid Shaw2008-09-041-0/+5
| | | | | 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.
* Fix !EROFS bug.Werner Koch2008-08-011-0/+5
| | | | | Doc updates
* Revert that last stupid setuid detection fix. Werner Koch2008-07-171-5/+0
|
* Do not run the setuid test if running under as root proper.Werner Koch2008-07-171-0/+5
| | | | | | Documentation fixes. Some enhancements for the new OpenPGP Card.
* g10/Marcus Brinkmann2008-06-251-0/+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.
* Robustness fix.Werner Koch2008-06-191-0/+4
| | | | | Add group to the --gpgconf-list.
* 2008-06-18 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-06-181-0/+8
| | | | | | | | | * 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-161-0/+6
|
* Made --fixed-list-mode obsolete.Werner Koch2008-06-111-0/+10
|
* Changes the header presented before requesting the user ID.Werner Koch2008-06-011-0/+6
|
* Print a note for revoked signing keys.Werner Koch2008-05-081-0/+5
|
* --locate-key now returns several keys if they all match.Werner Koch2008-05-071-2/+4
|
* Add command --locate-key.Werner Koch2008-05-071-0/+9
| | | | | Fix auto-key-locate processing of "nodefault".