summaryrefslogtreecommitdiffstats
path: root/TODO (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Impleemned gpgsm's IMPORT --re-import feature.Werner Koch2009-07-071-3/+0
| | | | | Typo fix.
* New gpgsm server option no-encrypt-to.Werner Koch2009-05-181-1/+0
| | | | | | Add caching for symkey encryption. Minor cleanups.
* Implement decryption for TCOS 3 cards.Werner Koch2009-03-301-1/+4
|
* Add option --card-timeout.Werner Koch2008-12-051-2/+4
| | | | | | | Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32.
* Cleaned up unused gpgsm and gpg options.Werner Koch2008-11-131-0/+4
|
* Minor cleanups.Werner Koch2008-11-111-10/+3
|
* Remove hacks which are not anymore needed since we now require Libgcrypt 1.4Werner Koch2008-09-291-22/+2
|
* Fix gpg-preset-passphrase bug.Werner Koch2008-09-031-0/+3
| | | | | Cleanups
* Start support of TCOS 3 cards.Werner Koch2008-06-261-1/+2
| | | | | | | Support restriction attribute. Fix utf-8 printing problems. Use AES by default.
* Fixed bug#907.Werner Koch2008-05-061-0/+2
| | | | | Fixed a segv in keybox and made it more robust.
* Preparing a release.Werner Koch2008-03-261-5/+1
|
* Add some tests.Werner Koch2008-02-221-3/+1
|
* Support DSA2.Werner Koch2007-12-121-1/+1
| | | | | | Support Camellia for testing. More audit stuff.
* Document --auto-issuer-key-retrieve.Werner Koch2007-11-191-0/+9
|
* Preparing 2.0.7gnupg-2.0.7Werner Koch2007-09-101-1/+1
|
* Documentaion updates.Werner Koch2007-08-141-6/+3
| | | | | | Support doe Dirmngr under W32. Fixed a yat2m bug.
* Factored common gpgconf constants outWerner Koch2007-08-021-0/+7
| | | | | Fixed W32 compare_filenames
* Typo fixes.Werner Koch2007-07-171-1/+1
| | | | | | Made --default-key work for gpgsm Add --default-key and --encrypt-to to gpgconf.
* Changed to GPLv3.Werner Koch2007-07-041-6/+0
| | | | | Removed intl/.
* More W32 related changesWerner Koch2007-06-261-1/+1
|
* Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵Werner Koch2007-06-211-1/+1
| | | | Windows.
* Build fixes for W32Werner Koch2007-06-151-2/+5
|
* First steps towards supporting W32.Werner Koch2007-06-061-0/+2
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Use estream_asprintf instead of the GNU asprintf.Werner Koch2007-05-151-0/+2
|
* Add a howto section.Werner Koch2007-05-081-5/+1
| | | | Makefile fixes
* Upgraded gettext.Werner Koch2007-05-071-10/+5
| | | | | Fixed accidental dependency on libgcrypt 1.3.0.
* g10/ and sm/Werner Koch2007-04-131-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.
* kbx/Werner Koch2007-03-201-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.
* * PKCS#12 import now tries several encodings in case the passphraseWerner Koch2007-03-191-4/+0
| | | | | was not utf-8 encoded.
* Changes to let the key listing use estream to help systems withoutWerner Koch2007-03-191-3/+12
| | | | | funopen.
* The Cherry XX44 keyboard's PINpad does now work.Werner Koch2007-03-071-0/+5
| | | | | DINSIG and NKS card applications are now also PIN pad aware.
* jnlib/Werner Koch2007-01-251-3/+1
| | | | | | | * stringhelp.c (utf8_charcount): New. agent/ * genkey.c (check_passphrase_constraints): Use UTF-8 aware strlen.
* agent/Werner Koch2007-01-251-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.
* Added missing files.Werner Koch2006-12-131-0/+6
| | | | | Changed direntry in gnupg.texi from gpg to gpg2.
* New command GETEVENTCOUNTER.Werner Koch2006-11-141-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.
* Preparing another releasegnupg-1.9.94Werner Koch2006-10-241-12/+8
|
* Preparing a releasegnupg-1.9.93Werner Koch2006-10-181-2/+5
|
* Various changesWerner Koch2006-10-101-1/+6
|
* bug fixesWerner Koch2006-10-051-12/+10
|
* New "relax" option for trustlist.txtWerner Koch2006-09-251-0/+1
|
* Added iconv support and doc cleanups.Werner Koch2006-09-221-15/+1
|
* Cleanups.Werner Koch2006-09-201-2/+0
|
* Some restructuringWerner Koch2006-09-191-1/+2
|
* Let scdaemon call a script on status changesWerner Koch2006-09-071-5/+0
|
* See ChangeLogsWerner Koch2006-08-291-6/+1
|
* Migrated more stuff to doc/Werner Koch2006-08-211-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.
* More man pages.Werner Koch2006-08-171-4/+6
|
* With --enable-gpg the keyservers are now build and a first test using gpg2Werner Koch2006-08-161-0/+6
| | | | | shows no prblems. Needs more testing of course.
* Preparing a new releasegnupg-1.9.22Werner Koch2006-07-271-2/+1
|
* better reporting of bad DNsWerner Koch2006-07-031-4/+0
|