aboutsummaryrefslogtreecommitdiffstats
path: root/TODO (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-07-07Impleemned gpgsm's IMPORT --re-import feature.Werner Koch1-3/+0
Typo fix.
2009-05-18New gpgsm server option no-encrypt-to.Werner Koch1-1/+0
Add caching for symkey encryption. Minor cleanups.
2009-03-30Implement decryption for TCOS 3 cards.Werner Koch1-1/+4
2008-12-05Add option --card-timeout.Werner Koch1-2/+4
Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32.
2008-11-13Cleaned up unused gpgsm and gpg options.Werner Koch1-0/+4
2008-11-11Minor cleanups.Werner Koch1-10/+3
2008-09-29Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch1-22/+2
2008-09-03Fix gpg-preset-passphrase bug.Werner Koch1-0/+3
Cleanups
2008-06-26Start support of TCOS 3 cards.Werner Koch1-1/+2
Support restriction attribute. Fix utf-8 printing problems. Use AES by default.
2008-05-06Fixed bug#907.Werner Koch1-0/+2
Fixed a segv in keybox and made it more robust.
2008-03-26Preparing a release.Werner Koch1-5/+1
2008-02-22Add some tests.Werner Koch1-3/+1
2007-12-12Support DSA2.Werner Koch1-1/+1
Support Camellia for testing. More audit stuff.
2007-11-19Document --auto-issuer-key-retrieve.Werner Koch1-0/+9
2007-09-10Preparing 2.0.7gnupg-2.0.7Werner Koch1-1/+1
2007-08-14Documentaion updates.Werner Koch1-6/+3
Support doe Dirmngr under W32. Fixed a yat2m bug.
2007-08-02Factored common gpgconf constants outWerner Koch1-0/+7
Fixed W32 compare_filenames
2007-07-17Typo fixes.Werner Koch1-1/+1
Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
2007-07-04Changed to GPLv3.Werner Koch1-6/+0
Removed intl/.
2007-06-26More W32 related changesWerner Koch1-1/+1
2007-06-21Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch1-1/+1
Windows.
2007-06-15Build fixes for W32Werner Koch1-2/+5
2007-06-06First steps towards supporting W32.Werner Koch1-0/+2
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-15Use estream_asprintf instead of the GNU asprintf.Werner Koch1-0/+2
2007-05-08Add a howto section.Werner Koch1-5/+1
Makefile fixes
2007-05-07Upgraded gettext.Werner Koch1-10/+5
Fixed accidental dependency on libgcrypt 1.3.0.
2007-04-13g10/ and sm/Werner Koch1-1/+4
* call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
2007-03-20kbx/Werner Koch1-1/+0
* keybox.h (KEYBOX_FLAG_BLOB_SECRET, KEYBOX_FLAG_BLOB_EPHEMERAL): New. * keybox-update.c (keybox_compress): Use it here instead of a magic constant. sm/ * fingerprint.c (gpgsm_get_fingerprint): Add caching. (gpgsm_get_fingerprint_string): Use bin2hexcolon(). (gpgsm_get_fingerprint_hexstring): Use bin2hex and allocate only as much memory as required. (gpgsm_get_keygrip_hexstring): Use bin2hex. * certchain.c (gpgsm_validate_chain): Keep track of the certificate chain and reset the ephemeral flags. * keydb.c (keydb_set_cert_flags): New args EPHEMERAL and MASK. Changed caller to use a mask of ~0. Return a proper error code if the certificate is not available.
2007-03-19 * PKCS#12 import now tries several encodings in case the passphraseWerner Koch1-4/+0
was not utf-8 encoded.
2007-03-19Changes to let the key listing use estream to help systems withoutWerner Koch1-3/+12
funopen.
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch1-0/+5
DINSIG and NKS card applications are now also PIN pad aware.
2007-01-25jnlib/Werner Koch1-3/+1
* stringhelp.c (utf8_charcount): New. agent/ * genkey.c (check_passphrase_constraints): Use UTF-8 aware strlen.
2007-01-25agent/Werner Koch1-0/+5
* protect-tool.c (get_passphrase): New arg OPT_CHECK. (get_new_passphrase): Enable OTP_CHECK on the first call. * command.c (cmd_get_passphrase): Implement option --check. * gpg-agent.c (MIN_PASSPHRASE_LEN): New (parse_rereadable_options): New option --min-passphrase-len. * genkey.c (check_passphrase_constraints): New. (agent_genkey, agent_protect_and_store): Call new function. Fix memory leak. * call-pinentry.c (agent_askpin): Allow translation of the displayed error message. (agent_popup_message_start): Remove arg CANCEL_BTN. (popup_message_thread): Use --one-button option. * command.c (cmd_passwd): Now that we don't distinguish between assuan and regular error codes we can jump to the end on error. common/ * simple-pwquery.c (simple_pwquery): New arg OPT_CHECK.
2006-12-13Added missing files.Werner Koch1-0/+6
Changed direntry in gnupg.texi from gpg to gpg2.
2006-11-14New command GETEVENTCOUNTER.Werner Koch1-0/+4
* command.c (bump_key_eventcounter): New. (bump_card_eventcounter): New. (cmd_geteventcounter): New command. * gpg-agent.c (handle_signal): Call bump_card_eventcounter. * findkey.c (agent_write_private_key): Call bump_key_eventcounter. * trustlist.c (agent_reload_trustlist): Ditto.
2006-10-24Preparing another releasegnupg-1.9.94Werner Koch1-12/+8
2006-10-18Preparing a releasegnupg-1.9.93Werner Koch1-2/+5
2006-10-10Various changesWerner Koch1-1/+6
2006-10-05bug fixesWerner Koch1-12/+10
2006-09-25New "relax" option for trustlist.txtWerner Koch1-0/+1
2006-09-22Added iconv support and doc cleanups.Werner Koch1-15/+1
2006-09-20Cleanups.Werner Koch1-2/+0
2006-09-19Some restructuringWerner Koch1-1/+2
2006-09-07Let scdaemon call a script on status changesWerner Koch1-5/+0
2006-08-29See ChangeLogsWerner Koch1-6/+1
2006-08-21Migrated more stuff to doc/Werner Koch1-0/+3
Migrated the gpg regression tests. Some changes tp the gpg code to fix bugs and for the use in testing. make distcheck works now with gpg enabled.
2006-08-17More man pages.Werner Koch1-4/+6
2006-08-16With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch1-0/+6
shows no prblems. Needs more testing of course.
2006-07-28Preparing a release candidategnupg-1.4.5rc1Werner Koch1-9/+0
2006-07-27Preparing a new releasegnupg-1.9.22Werner Koch1-2/+1