aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-09-12About to release 1.9.19V1-9-19Werner Koch1-1/+3
2005-09-09Bug fixes and ssh support for the BELPIC.Werner Koch1-1/+3
2005-09-06The BELPIC card does now work.Werner Koch1-0/+2
2005-08-16Use a default argument for --write-env-file.Werner Koch1-0/+4
2005-08-01About to release 1.9.18V1-9-18Werner Koch1-1/+3
2005-07-25* findkey.c (agent_public_key_from_file): Fixed array assignment.Werner Koch1-0/+4
This was the cause for random segvs. * call-agent.c (gpgsm_agent_readkey): New.
2005-06-20post release version number updateWerner Koch1-0/+4
2005-06-20Preparing 1.9.17V1-9-17Werner Koch1-1/+1
2005-06-07New debugging optionhs, updates to the manual.Werner Koch1-1/+4
2005-06-03* command.c (cmd_updatestartuptty): New.Werner Koch1-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.
2005-05-21* call-scd.c (start_scd): Don't test for an alive scdaemon here.Werner Koch1-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.
2005-05-18Changed the scdaemon to handle concurrent sessions. AdjustedWerner Koch1-1/+3
gpg-agent accordingly. Code cleanups.
2005-04-27* configure.ac: Removed OpenSC detection and options.Werner Koch1-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.
2005-04-21post release version number updateWerner Koch1-0/+4
2005-04-21Preparing a releaseV1-9-16Werner Koch1-2/+5
2005-04-18* configure.ac: Require libksba 0.9.11.Werner Koch1-1/+8
sm/ * call-dirmngr.c (inq_certificate): Add new inquire SENDCERT_SKI. * certlist.c (gpgsm_find_cert): Add new arg KEYID and implement this filter. Changed all callers. * certchain.c (find_up_search_by_keyid): New helper. (find_up): Also try using the AKI.keyIdentifier. (find_up_external): Ditto.
2005-01-13post release updatesWerner Koch1-0/+4
2005-01-13* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15Werner Koch1-1/+6
program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg.
2004-12-22Post release updatesWerner Koch1-0/+4
2004-12-22(set_binary): New.Werner Koch1-2/+4
(main, open_read, open_fwrite): Use it.
2004-12-20* configure.ac: Add PATHSEP_C and PATHSEP_S. For W32 let allWerner Koch1-0/+6
directories default to c:/gnupg. Require libassuan 0.6.9. * gpg-agent.c (main) [W32]: Now that Mutexes work we can remove the pth_init kludge. (main): Add new options --[no-]use-standard-socket. (check_for_running_agent): Check whether it is running on the standard socket. * sysutils.h [W32]: Define sleep. * util.h: Add prototype for mkdtemp. * call-agent.c (start_agent): Before starting a pipe server start to connect to a server on the standard socket. Use PATHSEP * call-dirmngr.c (start_dirmngr): Use PATHSEP. * import.c: Include unistd.h for dup and close.
2004-12-06* configure.ac (have_w32_system): New. Disable Pth checks for W32.Werner Koch1-1/+1
Link jnlib/w32-pth.h to pth.h. * Makefile.am (pkglib_PROGRAMS): Build only for W32. * keydb.c: Don't define DIRSEP_S here.
2004-12-03post release version number updatesWerner Koch1-0/+4
2004-12-03Preparing 1.9.13Werner Koch1-1/+5
2004-10-22Post release preparationsWerner Koch1-0/+4
2004-10-22Releasing 1.9.12V1-9-12Werner Koch1-1/+1
2004-10-22Compile fixes.Werner Koch1-2/+4
2004-10-20* sc-investigate: Removed.Werner Koch1-0/+4
* Makefile.am (sc_investigate): Removed. * pcsc-wrapper.c (load_pcsc_driver): Load get_status_change func. (handle_open): Succeed even without a present card. (handle_status, handle_reset): New. * apdu.c (apdu_open_reader): Load pcsc_get_status_change fucntion. (pcsc_get_status): Implemented. (reset_pcsc_reader): Implemented. (open_pcsc_reader): Succeed even with no card inserted. (open_ccid_reader): Set LAST_STATUS. * iso7816.c (iso7816_select_application): Always use 0 for P1.
2004-10-15Fixed copyright yearsWerner Koch1-1/+2
2004-10-01post release preparationsWerner Koch1-0/+4
2004-10-01*** empty log message ***Werner Koch1-1/+1
2004-09-30* gpgv.c (i18n_init): Always use LC_ALL.Werner Koch1-0/+2
* kbxutil.c (i18n_init): Always use LC_ALL. * gpgsm.c (i18n_init): Always use LC_ALL. * certdump.c (gpgsm_format_name): Factored code out to .. (gpgsm_format_name2): .. new. (gpgsm_print_name): Factored code out to .. (gpgsm_print_name2): .. new. (print_dn_part): New arg TRANSLATE. Changed all callers. (print_dn_parts): Ditto. (gpgsm_format_keydesc): Do not translate the SUBJECT; we require it to stay UTF-8 but we still want to filter out bad control characters. * gpgconf.c (i18n_init): Always use LC_ALL.
2004-09-09(check_for_running_agent): New.Werner Koch1-0/+6
(main): The default action is now to check for an already running agent. (parse_rereadable_options): Set logfile only on reread. (main): Do not print the "is development version" note.
2004-08-17* import.c (check_and_store): Do a full validation ifWerner Koch1-0/+3
--with-validation is set. * certchain.c (gpgsm_basic_cert_check): Print more detailed error messages. * certcheck.c (do_encode_md): Partly support DSA. Add new arg PKALGO. Changed all callers to pass it. (pk_algo_from_sexp): New. tests/pkits: New directory
2004-07-22post-release version number bumpWerner Koch1-0/+4
2004-07-22* trustlist.c (read_list): Allow colons in the fingerprint.Werner Koch1-2/+9
(headerblurb): Rephrased. * gpg-agent.c (handle_connections): Increase the stack size ot 256k. * de.po: Updated. * scdaemon.c (main): Bumbed thread stack size up to 512k. * keylist.c (list_cert_raw): Print the keygrip.
2004-06-08post release version bumpWerner Koch1-0/+4
2004-06-08about to release 1.9.9V1-9-9Werner Koch1-1/+1
2004-06-06* configure.ac: Require libksba 0.9.7.Werner Koch1-0/+2
* certreqgen.c (get_parameter_uint, create_request): Create an extension for key usage when requested. * gpgsm.c (main): Install emergency_cleanup also as an atexit handler. * verify.c (gpgsm_verify): Removed the separate error code handling for KSBA. We use shared error codes anyway. * export.c (export_p12): Removed debugging code. * encrypt.c (gpgsm_encrypt): Put the session key in to secure memory.
2004-05-11* gpgsm.h (opt): Add member CONFIG_FILENAME.Werner Koch1-0/+3
* gpgsm.c (main): Use it here instead of the local var. * server.c (gpgsm_server): Print some additional information with the hello in verbose mode.
2004-04-29post release version bumpWerner Koch1-0/+5
2004-04-29About to release 1.9.8Werner Koch1-1/+4
2004-04-26The keybox gets now compressed after 3 hours and ephemeralWerner Koch1-0/+6
stored certificates are deleted after about a day.
2004-04-20* command.c (scd_update_reader_status_file): Write status files.Werner Koch1-0/+5
* app-help.c (app_help_read_length_of_cert): Fixed calculation of R_CERTOFF. * pcsc-wrapper.c: New. * Makefile.am (pkglib_PROGRAMS): Install it here. * apdu.c (writen, readn): New. (open_pcsc_reader, pcsc_send_apdu, close_pcsc_reader): Use the pcsc-wrapper if we are using Pth. (apdu_send_le): Reinitialize RESULTLEN. Handle SW_EOF_REACHED like SW_SUCCESS.
2004-04-06post release re-versioningWerner Koch1-0/+4
2004-04-06About to release 1.9.7V1-9-7Werner Koch1-1/+1
2004-04-06* configure.ac: Require libgcrypt 1.1.94.Werner Koch1-0/+3
Introduce PACKAGE_GT and set it to gnupg2. * gpg-agent.c (main): Use new libgcrypt thread library register scheme. * Makevars (DOMAIN): Init from PACKAGE_GT
2004-04-06Require libgcrypt 1.1.94.Werner Koch1-0/+2
2004-03-16*** empty log message ***Werner Koch1-0/+4
2004-03-06post release development preparationsWerner Koch1-0/+4