aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-06-07New debugging optionhs, updates to the manual.Werner Koch1-0/+4
2005-06-03* command.c (cmd_updatestartuptty): New.Werner Koch1-0/+4
* 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-18Changed the scdaemon to handle concurrent sessions. AdjustedWerner Koch1-0/+4
gpg-agent accordingly. Code cleanups.
2005-04-27(symcryptrun): Added.Werner Koch1-0/+2
2005-04-27* configure.ac: Removed OpenSC detection and options.Werner Koch1-0/+4
* 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-20(Agent Configuration): New section.Werner Koch1-1/+5
2005-02-24* gpg-agent.c (handle_connections): Need to check for events ifWerner Koch1-0/+4
select returns with -1. * tools.texi (gpg-connect-agent): New. * app-openpgp.c (get_one_do): Never try to get a non cacheable object from the cache. (get_one_do): Add new arg to return an error code. Changed all callers. (do_getattr): Let it return a proper error code. * app.c (select_application): Return an error code and the application context in an new arg. * command.c (open_card): Adjusted for that. Don't use the fallback if no card is present. Return an error if the card has been removed without a reset. (do_reset, cmd_serialno): Clear that error flag. (TEST_CARD_REMOVAL): New. Use it with all command handlers. * scdaemon.c (ticker_thread): Termintate if a shutdown is pending. * apdu.c: Added some PCSC error codes. (pcsc_error_to_sw): New. (reset_pcsc_reader, pcsc_get_status, pcsc_send_apdu) (open_pcsc_reader): Do proper error code mapping. * gpg-connect-agent.c: New. * Makefile.am: Add it.
2005-02-22(stream_read_string): Removed call to abort onWerner Koch1-0/+4
memory error because the CVS version of libgcrypt makes sure that ERRNO gets always set on error even with a faulty user supplied function.
2005-01-262005-01-27 Moritz Schulte <[email protected]>Moritz Schulte1-0/+4
* gpg-agent.texi: Document ssh-agent emulation layer.
2005-01-13* acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15Werner Koch1-0/+4
program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg.
2004-12-22* gnupg.texi: Reordered.Werner Koch1-0/+5
* contrib.texi: Updated.
2004-12-21(gpg-preset-passphrase): New section.Werner Koch1-0/+2
2004-12-21* preset-passphrase.c (preset_passphrase): Handle --passphrase.Werner Koch1-0/+6
* Makefile.am (gpg_preset_passphrase_LDADD): Reorder libs so that pwquery may use stuff from jnlib. Conditionally add -lwsock2 (gpg_protect_tool_LDADD): Ditto. * preset-passphrase.c (main): Use default_homedir(). (main) [W32]: Initialize sockets. * simple-pwquery.c (agent_open) [W32]: Implement for W32. (readline) [W32]: Use recv instead of read. (writen) [W32]: Use send instead of write. (my_stpcpy): Define a stpcpy replacement so that this file continues to be self-contained. (agent_send_all_options) [W32]: Don't call ttyname. * gnupg-badge-openpgp.eps, gnupg-badge-openpgp.jpg: New * gnupg.texi: Add a logo. * sysnotes.texi: New. * gpgsm.c (main): Use default_homedir(). (main) [W32]: Default to disabled CRL checks. * gpgconf-comp.c (get_config_pathname) [DOSISH]: Detect absolute pathnames with a drive letter.
2004-11-23* b64enc.c: Include stdio.h and string.hWerner Koch1-0/+4
* gpgsm.c: New option --prefer-system-dirmngr. * call-dirmngr.c (start_dirmngr): Implement this option. * gpgconf-comp.c <dirmngr>: Add the proxy options. <gpgsm>: Add --prefer-system-daemon.
2004-10-22(Helper Tools): Document gpgsm-gencert.sh.Werner Koch1-0/+4
2004-10-20* sc-investigate: Removed.Werner Koch1-0/+5
* 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-09-30* gpg.texi: New.Werner Koch1-0/+10
* gnupg.texi: Include gpg.texi * tools.texi: Add a few @command markups. * gpgsm.texi: Ditto * gpg-agent.texi: Ditto. * scdaemon.texi: Ditto.
2004-09-292004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+2
* tools.texi (Changing options): Add documentation for gpgconf.
2004-09-292004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
* contrib.texi (Contributors): Add two missing periods.
2004-09-29* gpgsm.texi (Configuration Options): Add --log-file.Werner Koch1-0/+2
* gpgconf-comp.c: Made the entries fro GROUPs translatable. Include i18n.h. (my_dgettext): Hack to use the gnupg2 domain.
2004-09-29* minip12.c (parse_bag_encrypted_data): Print error if a badWerner Koch1-0/+3
passphrase has been given. * gpg-agent.texi (Invoking GPG-AGENT): Add a few words about the expected pinentry filename. * import.c (parse_p12): Write an error status line for bad passphrases. Add new arg CTRL and changed caller. * export.c (export_p12): Likewise.
2004-09-29Changed license of the manual stuff to GPL.Werner Koch1-0/+9
* gnupg.texi (Top): New menu item Helper Tools. * tools.texi (Helper Tools): New. * Makefile.am (gnupg_TEXINFOS): Add tools.texi.
2004-08-05* configure.ac: Changed tests for libusb to also suuport theWerner Koch1-0/+4
stable version 0.1.x. * scdaemon.texi (Card applications): New section. * scdaemon.c (main): New option --disable-application. * app.c (is_app_allowed): New. (select_application): Use it to check for disabled applications. * ccid-driver.h (CCID_DRIVER_ERR_ABORTED): New. * ccid-driver.c (ccid_open_reader): Support the stable 0.1 version of libusb. (ccid_get_atr): Handle short messages. * apdu.c (my_rapdu_get_status): Implemented.
2004-06-28Added some doc stuffWerner Koch1-0/+4
2004-06-18* debugging.texi: New.Werner Koch1-0/+5
* gnupg.texi: Include it.
2004-05-11* sysutils.c (disable_core_dumps): Only set the current limit.Werner Koch1-0/+4
(enable_core_dumps): New. * gpgsm.texi (Esoteric Options): Add --debug-allow-core-dump. * gpgsm.c: New option --debug-allow-core-dump. * gpgsm.h (opt): Add member CONFIG_FILENAME. * 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-05-03* gpg-agent.c: Remove help texts for options lile --lc-ctype.Werner Koch1-0/+4
(main): New option --allow-mark-trusted. * trustlist.c (agent_marktrusted): Use it here. * gpg-agent.texi (Agent Options): Add --allow-mark-trusted. * gpgconf-comp.c: Add --allow-mark-trusted for the gpg-agent.
2004-02-04Fixed a build bug (straw letter in sm/import.c) and updated the documentation.Werner Koch1-0/+6
2003-12-01(Certificate Options): Add --{enable,disable}-ocsp.Werner Koch1-0/+9
2003-10-31new commandWerner Koch1-0/+4
2003-01-09Copied wrong files. Fixed.Werner Koch1-196/+29
2003-01-09taken from NewPGWerner Koch1-479/+123
2003-01-09This commit was manufactured by cvs2svn to create branchRepo Admin1-0/+593
'GNUPG-1-9-BRANCH'.
2002-10-19This commit was manufactured by cvs2svn to create branchRepo Admin1-500/+0
'GNUPG-1-9-BRANCH'.
2002-10-12* DETAILS (KEY_CREATED): Enhanced by fingerprint.Werner Koch1-0/+4
2002-10-03* gpg.sgml: Note that '#' means secret-key-unavailable, and that keyserverDavid Shaw1-0/+9
schemes are case-insensitive. * gpg.sgml: Note that --pgp2 disables --textmode when encrypting.
2002-09-20* gpg.sgml: Some minor language cleanup.David Shaw1-0/+4
2002-09-20* DETAILS: s/XORed/ORed/.Werner Koch1-0/+4
2002-09-15* gpg.sgml: Add rebuild-keydb-caches.Werner Koch1-0/+4
2002-09-12* Makefile.am (EXTRA_DIST): Include gnupg-32.regWerner Koch1-0/+4
2002-09-12* DETAILS: Fix batch key generation example.David Shaw1-0/+4
2002-09-02* gpg.sgml: Updated the charset option.Werner Koch1-0/+4
* DETAILS: Added status IMPORT_OK.
2002-09-02* gnupg.7: New mini man page.Werner Koch1-0/+4
2002-08-30* gpg.sgml: Document keyserver-option include-subkeys. Note thatDavid Shaw1-0/+7
honor-http-proxy is a keyserver-option now. * DETAILS: Add "Key not trusted" to INV_RECP status code.
2002-08-23* faq.raw: Updated. New Maintainer is David D. Scribner.Werner Koch1-0/+4
2002-08-23Include intl/ in the CVS again; otherwise we are not able toWerner Koch1-0/+4
re-recreate a distribution from CVS. Some minor other fixes.
2002-08-22* gpg.sgml: Clarify meaning of keyserver option include-revoked.David Shaw1-0/+4
2002-08-20* DETAILS: Clarify that trust letters 'q' and '-' can be treatedDavid Shaw1-0/+7
identically. * gpg.sgml: Document --ignore-mdc-error.
2002-08-06* gpg.sgml: Clarify that only long-form options can go in the config file.David Shaw1-0/+5
2002-08-06* options.skel: Changed comments.Werner Koch1-0/+5
* gpg.sgml: Fixed doc regarding the name change of the option file.