aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* FixesWerner Koch2006-10-191-0/+4
|
* Preparing a releasegnupg-1.9.93Werner Koch2006-10-181-1/+8
|
* Pth tweaks and improved estream.cWerner Koch2006-10-171-0/+5
|
* Allow pkcs#10 creation directkly from a smart cardWerner Koch2006-10-111-0/+4
|
* Preparing a releasegnupg-1.9.92Werner Koch2006-10-111-1/+3
|
* bug fixesWerner Koch2006-10-051-0/+4
|
* Preparing a new releaseWerner Koch2006-10-041-1/+6
|
* Finished implementation of the "relax" flag.Werner Koch2006-09-261-0/+3
|
* New "relax" option for trustlist.txtWerner Koch2006-09-251-0/+4
|
* Preparing a new releasegnupg-1.9.90Werner Koch2006-09-251-1/+3
|
* Added iconv support and doc cleanups.Werner Koch2006-09-221-1/+4
|
* Post release updatesWerner Koch2006-09-181-0/+5
|
* Ready for another releasegnupg-1.9.23Werner Koch2006-09-181-2/+3
|
* Added common certificates.Werner Koch2006-09-181-0/+3
|
* Allow for a global trustlist.Werner Koch2006-09-151-0/+2
|
* Take advantage of newer gpg-error features.Werner Koch2006-09-141-1/+1
|
* Various fixes and new features.Werner Koch2006-09-131-2/+14
| | | | | Enhanced gpg-connect-agent.
* Let scdaemon call a script on status changesWerner Koch2006-09-071-0/+2
|
* See ChangeLogsWerner Koch2006-08-291-0/+3
|
* More man pages. Added include files for 2 common paragraphs.Werner Koch2006-08-181-0/+7
|
* post release preparationsWerner Koch2006-07-271-0/+5
|
* Preparing a new releasegnupg-1.9.22Werner Koch2006-07-271-2/+3
|
* Create bag attributes so that Mozilla will accept these files.Werner Koch2006-07-241-0/+3
| | | | | Tested with using a CAcert generated certificate.
* Support import from TrustedMIME (i.e. from simple keyBags)Werner Koch2006-07-211-0/+2
|
* Various smaller changesWerner Koch2006-06-271-0/+5
|
* Preparing a new releasegnupg-1.9.21Werner Koch2006-06-201-12/+12
|
* Updated FSF's address.Werner Koch2006-06-201-0/+3
|
* Merged with gpg 1.4.3 code. Werner Koch2006-04-191-2/+4
| | | | | The gpg part does not yet build.
* Allo RMD160 signaturesWerner Koch2006-03-211-0/+2
|
* Add Kludge for RegTP sillyness.Werner Koch2006-03-211-0/+3
|
* PIN caching of cards does now work.Werner Koch2006-02-091-0/+2
|
* .Werner Koch2006-02-061-0/+2
|
* post release preparationsWerner Koch2005-12-201-0/+7
|
* Preparing a releasedgnupg-1.9.20Werner Koch2005-12-201-6/+5
|
* Fixed importing certs created by newer versions of Mozilla.Werner Koch2005-12-161-0/+5
|
* Preparing an interim releaseWerner Koch2005-11-281-0/+7
|
* About to release 1.9.19V1-9-19Werner Koch2005-09-121-1/+3
|
* Bug fixes and ssh support for the BELPIC.Werner Koch2005-09-091-1/+3
|
* The BELPIC card does now work.Werner Koch2005-09-061-0/+2
|
* Use a default argument for --write-env-file.Werner Koch2005-08-161-0/+4
|
* About to release 1.9.18V1-9-18Werner Koch2005-08-011-1/+3
|
* * findkey.c (agent_public_key_from_file): Fixed array assignment.Werner Koch2005-07-251-0/+4
| | | | | | | This was the cause for random segvs. * call-agent.c (gpgsm_agent_readkey): New.
* post release version number updateWerner Koch2005-06-201-0/+4
|
* Preparing 1.9.17V1-9-17Werner Koch2005-06-201-1/+1
|
* New debugging optionhs, updates to the manual.Werner Koch2005-06-071-1/+4
|
* * command.c (cmd_updatestartuptty): New.Werner Koch2005-06-031-0/+3
| | | | | | | | | | | | | | | | | | | | * gpg-agent.c: New option --write-env-file. * gpg-agent.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. * estream.c: Use HAVE_CONFIG_H and not USE_CONFIG_H! (es_func_fd_read, es_func_fd_write): Protect against EINTR. * gpg-agent.texi (Agent UPDATESTARTUPTTY): New. * scdaemon.c (handle_connections): Make sure that the signals we are handling are not blocked.Block signals while creating new threads. (handle_connections): Include the file descriptor into the name of the thread.
* * call-scd.c (start_scd): Don't test for an alive scdaemon here.Werner Koch2005-05-211-0/+5
| | | | | | | | | (agent_scd_check_aliveness): New. * gpg-agent.c (handle_tick): Test for an alive scdaemon. (handle_signal): Print thread info on SIGUSR1. * scdaemon.c (handle_signal): Print thread info on SIGUSR1.
* Changed the scdaemon to handle concurrent sessions. AdjustedWerner Koch2005-05-181-1/+3
| | | | | gpg-agent accordingly. Code cleanups.
* * configure.ac: Removed OpenSC detection and options.Werner Koch2005-04-271-0/+5
| | | | | | | | | | | | | | | | | | | * acinclude.m4: Ditto. * scdaemon.texi: Removed OpenSC specific options. * app-p15.c: New. Basic support for pkcs15 cards without OpenSC. There are quite a couple of things missing but at least I can use my old TCOS cards from the Aegypten-1 development for signing. * app.c (select_application): Detect pkcs15 applications. * Makefile.am (scdaemon_SOURCES): Removed card.c, card-common.h and card-p15.c because they are now obsolete. Added app-p15.c. Removed all OpenSC stuff. * command.c (do_reset, open_card, cmd_serialno, cmd_learn) (cmd_readcert, cmd_readkey, cmd_pksign, cmd_pkdecrypt): Removed all special cases for the old card.c based mechanisms. * scdaemon.c, apdu.c: Removed all special cases for OpenSC.
* post release version number updateWerner Koch2005-04-211-0/+4
|