aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-20Fix bug#1056.Werner Koch1-0/+5
2009-05-18New gpgsm server option no-encrypt-to.Werner Koch1-0/+12
Add caching for symkey encryption. Minor cleanups.
2009-05-17Changed default algo and size.Werner Koch1-0/+9
2009-05-15Made card key generate with backup key work for 2048 bit.Werner Koch1-0/+21
Improved card key generation prompts.
2009-05-152009-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+5
* gpg.c (gpgconf_list): Remove dead entry "allow-pka-lookup" (a verify option for a couple of years now).
2009-05-13Print keyid in gpg --list-packets.Werner Koch1-0/+7
Add some not yet code to app-nks.c Changed batch mode expiration time computation
2009-05-11Fix bug 1045.Werner Koch1-0/+3
2009-05-11Print 'empty file' warning only with --verbose.Werner Koch1-0/+7
2009-05-11* keyserver.c (keyserver_typemap): gpgkeys_hkp handles hkps as well.David Shaw1-0/+5
From 1.4.
2009-05-06Fix bug#1034.Werner Koch1-0/+7
Remove dead code.
2009-04-03Make gpgv error message about a missing keyring more useful. This fixesWerner Koch1-0/+13
Debian#494040. Also implement readonly semantic for extra safety.
2009-04-01Ported changes from 1.4.Werner Koch1-0/+13
2009-04-01Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch1-0/+8
Removed duplicated code (percent unescaping).
2009-03-25Print NO_SECKEY status line in gpgsm.Werner Koch1-0/+4
This fixes bug#1020.
2009-03-17Enhanced last patch.Werner Koch1-0/+5
2009-03-17Move password repetition from gpg to gpg-agent.Werner Koch1-0/+16
2009-03-15* gpg.c (my_strusage): gpg2 and gpgv2 (not gpg and gpgv).David Shaw1-0/+3
* gpgv.c (my_strusage): Same.
2009-03-15* gpgv.c (my_strusage): Fix name of program in "Syntax" line.David Shaw1-0/+4
2009-02-27Fix a gpg2 problem with removed cards.Werner Koch1-0/+5
Allow runtime conf change for scdaemon. New commands for scdaemon.
2009-02-24Replace a call to BUG by an error return.Werner Koch1-0/+5
2009-02-09Fix bug#998.Werner Koch1-0/+6
2009-01-27Add a Geldkarte gadget application.Werner Koch1-0/+4
Minor other changes.
2009-01-13Add a sample key.Werner Koch1-0/+7
Detect and show the card type.
2009-01-12preparing a releaseWerner Koch1-1/+6
2009-01-08Update spanish translation.Werner Koch1-0/+6
Cleanups. Allow utf-8 in email addresses.
2008-12-12Add rmd160.c.Werner Koch1-0/+3
Emit anotehr error code status line.
2008-12-12Add missing header file.Werner Koch1-0/+4
2008-12-11Make gpg not depend on the RIPE-MD160 implementaion in Libgcrypt.Werner Koch1-0/+20
Fix SIG_ID computation.
2008-12-09Minor bug fix.Werner Koch1-0/+4
2008-12-09Flush keyserver search output.Werner Koch1-0/+14
Add trustdb chnages from 1.4. Check algo usage for batch key generation.
2008-12-09Minor fixes.Werner Koch1-0/+12
2008-12-05Add a custom prompt for the CSR generation.Werner Koch1-0/+6
Add a new percent escape fucntion.
2008-11-18Print library versions according to GNU standards.Werner Koch1-0/+8
2008-11-13Cleaned up unused gpgsm and gpg options.Werner Koch1-0/+4
2008-11-12Made arg_parse more readable.Werner Koch1-0/+4
2008-10-28fixed a bug in the prompt formatter.Werner Koch1-0/+4
2008-10-20Marked all unused args on non-W32 platforms.Werner Koch1-0/+44
2008-10-17Use more warning options with modern GCCs.Werner Koch1-4/+11
Other minor changes.
2008-10-03* main.h, mainproc.c (check_sig_and_print), keylist.cDavid Shaw1-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.
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-0/+11
2008-09-25* keyedit.c (keyedit_menu): Fix bug where a modified keyring loses itsDavid Shaw1-0/+6
modified status after a "clean" or "minimize" that doesn't need to do anything.
2008-09-25Fix bug #931Werner Koch1-0/+3
2008-09-25Finished support for v2 cards with the exception of secure messaging.Werner Koch1-0/+13
2008-09-23* pkclist.c (select_algo_from_prefs): Redo function to rank prefs andDavid Shaw1-0/+5
pick a consensus winner across all keys.
2008-09-23Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch1-0/+11
2008-09-04* keyserver.c (keyserver_import_cert): Allow keyserver URLs inDavid Shaw1-0/+5
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-01Fix !EROFS bug.Werner Koch1-0/+5
Doc updates
2008-07-17Revert that last stupid setuid detection fix. Werner Koch1-5/+0
2008-07-17Do not run the setuid test if running under as root proper.Werner Koch1-0/+5
Documentation fixes. Some enhancements for the new OpenPGP Card.