aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS (unfollow)
Commit message (Collapse)AuthorFilesLines
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-07-22* gpg.sgml (http):Werner Koch1-0/+2
* g10.c, options.h: New option --exit-on-status-write-error. * status.c (write_status_text): Make use of this option.
2005-07-19* configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.Werner Koch1-0/+2
* export.c (parse_export_options): New option export-reset-subkey-passwd. (do_export_stream): Implement it. * misc.c (get_libexecdir): New. * keyserver.c (keyserver_spawn): Use it
2005-06-20* NEWS: Note key cleaning commands.David Shaw1-0/+9
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-31Updated FSF street address and preparations for a release candidate.Werner Koch1-4/+4
2005-05-26* NEWS: Note command completion and the new curl-based HKP helper.David Shaw1-1/+10
2005-05-24* passphrase.c (ask_passphrase): Unescape the description string.Werner Koch1-7/+7
* cardglue.c (unescape_status_string): Removed. Changed all caller to use ... * misc.c (unescape_percent_string): New.
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-21* cardglue.c (send_status_info): Make CTRL optional.Werner Koch1-0/+17
(agent_scd_writekey, inq_writekey_parms): New. (agent_openpgp_storekey): Removed. * cardglue.h: Add a few more error code mappings. * keygen.c (copy_mpi): Removed. (save_unprotected_key_to_card): Changed to use agent_scd_writekey. * app-common.h, app-openpgp.c, tlv.c, tlv.h: Updated from newer version in gnupg 1.9 CVS.
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-03-17* configure.ac: Move the LDAP detecting code to m4/ldap.m4.David Shaw1-3/+3
2005-03-15Post release preparationsWerner Koch1-0/+4
2005-03-15Preparing a releaseV1-4-1Werner Koch1-1/+1
2005-03-11* configure.ac: New option --enable-noexecstack.Werner Koch1-0/+2
* Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the variable for non exectubale stack options. Adapted users.
2005-02-16* card-util.c (fetch_url): Fetch the key from the defaultWerner Koch1-0/+3
keyserver if no URL is available. * w32installer.nsi: Added page to select the language. * mk-w32-dist: Create the opt.ini using the available languages.
2005-02-15* gpg.sgml: Add bkuptocard command for --edit-key.Werner Koch1-0/+3
* passphrase.c (agent_get_passphrase): Don't call free_public_key if PK is NULL. (passphrase_clear_cache): Ditto. Removed debug output. (passphrase_to_dek): Ditto.
2005-02-11* configure.ac: Add --enable-fake-curl option to help test no-curl HTTP.David Shaw1-3/+6
* NEWS: Note Mister/Zuccherato CFB countermeasures.
2005-02-03* NEWS: Fix typo.David Shaw1-1/+1
2005-02-03Updated to match the switch to the NSIS installer.Werner Koch1-0/+3
2005-01-23* configure.ac: Define FTPS flag if we're using curl, and FTPS isDavid Shaw1-9/+10
available. * README: Fix some typos (noted by Norihiko Murase), update to 1.4.1, and tweak some descriptions. * NEWS: Note FTPS.
2005-01-20* gpgv.c (tty_fprintf): New stub.Werner Koch1-9/+22
* card-util.c (card_status): Create asecret key stub on the fly and print more information about a card key. * import.c (pub_to_sec_keyblock, auto_create_card_key_stub): New. * getkey.c (get_seckeyblock_byfprint): New. * keylist.c (print_card_key_info): New.
2005-01-20* g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch1-0/+9
initialization. * gpgv.c (i18n_init) [W32]: Ditto. * simple-gettext.c (set_gettext_file): Use MO files depending on the installation directory. Add new arg REGKEY.
2005-01-19* NEWS: Note --rfc2440-text import/export-unusable-sigs andDavid Shaw1-0/+17
gpgkeys_curl. * configure.ac: gpgkeys_mailto is disabled by default. Define HTTPS flag if we're using curl, and HTTPS is available.
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-16post release updatesWerner Koch1-0/+4
2004-12-16About to release 1.4.0Werner Koch1-1/+1
2004-12-14post release updatesWerner Koch1-0/+7
2004-12-14Prepared for last 1.4 release candidateWerner Koch1-2/+7
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-28post release preparationsWerner Koch1-0/+4
2004-10-28About to release 1.3.92Werner Koch1-1/+9
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-21* configure.ac: Remove the check for asprintfWerner Koch1-0/+2
* app-common.h (app_openpgp_storekey: Add prototype. * app-openpgp.c (do_sign): Replace asprintf by direct allocation. This avoids problems with missing vasprintf implementations. * card-util.c (generate_card_keys): Add a #warning for gnupg 1.9 and use the same string there. * util.h [!HAVE_VASPRINTF]: Removed prototype. * vasprintf.c: Removed. It was used only at one place and I don't want to get into build problems in 1.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.