aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Pth tweaks and improved estream.cWerner Koch2006-10-171-0/+5
|
* * gpg.texi: Document --s2k-count.David Shaw2006-10-131-0/+4
|
* New "relax" option for trustlist.txtWerner Koch2006-09-251-0/+5
|
* Added iconv support and doc cleanups.Werner Koch2006-09-221-0/+4
|
* Improved yat2m.Werner Koch2006-09-221-0/+12
| | | | | Tweaked gpg.texti to be used for gpg1 and gpg2.
* Cleanups.Werner Koch2006-09-201-0/+6
|
* Some restructuringWerner Koch2006-09-191-0/+6
|
* Added common certificates.Werner Koch2006-09-181-0/+4
|
* Various fixes and new features.Werner Koch2006-09-131-0/+9
| | | | | Enhanced gpg-connect-agent.
* doc fixesWerner Koch2006-09-081-0/+7
|
* Let scdaemon call a script on status changesWerner Koch2006-09-071-0/+7
|
* added missing gpgv man pageWerner Koch2006-08-221-0/+6
|
* Migrated more stuff to doc/Werner Koch2006-08-211-0/+4
| | | | | | | | 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-0/+6
|
* Added documentation for qualified signaturesWerner Koch2006-02-141-0/+4
|
* Added real informationWerner Koch2005-11-141-0/+4
|
* NEw file qualified.ttx - not yet ready for distributionWerner Koch2005-11-131-0/+5
|
* The BELPIC card does now work.Werner Koch2005-09-061-0/+5
|
* New debugging optionhs, updates to the manual.Werner Koch2005-06-071-0/+4
|
* * command.c (cmd_updatestartuptty): New.Werner Koch2005-06-031-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.
* Changed the scdaemon to handle concurrent sessions. AdjustedWerner Koch2005-05-181-0/+4
| | | | | gpg-agent accordingly. Code cleanups.
* (symcryptrun): Added.Werner Koch2005-04-271-0/+2
|
* * configure.ac: Removed OpenSC detection and options.Werner Koch2005-04-271-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.
* (Agent Configuration): New section.Werner Koch2005-04-201-1/+5
|
* * gpg-agent.c (handle_connections): Need to check for events ifWerner Koch2005-02-241-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.
* (stream_read_string): Removed call to abort onWerner Koch2005-02-221-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-27 Moritz Schulte <[email protected]>Moritz Schulte2005-01-261-0/+4
| | | | | * gpg-agent.texi: Document ssh-agent emulation layer.
* * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple testV1-9-15Werner Koch2005-01-131-0/+4
| | | | | | | program to see whether the installation is sane. * certreqgen.c (proc_parameters): Cast printf arg.
* * gnupg.texi: Reordered.Werner Koch2004-12-221-0/+5
| | | | | * contrib.texi: Updated.
* (gpg-preset-passphrase): New section.Werner Koch2004-12-211-0/+2
|
* * preset-passphrase.c (preset_passphrase): Handle --passphrase.Werner Koch2004-12-211-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.
* * b64enc.c: Include stdio.h and string.hWerner Koch2004-11-231-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.
* (Helper Tools): Document gpgsm-gencert.sh.Werner Koch2004-10-221-0/+4
|
* * sc-investigate: Removed.Werner Koch2004-10-201-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.
* * gpg.texi: New.Werner Koch2004-09-301-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-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-291-0/+2
| | | | | * tools.texi (Changing options): Add documentation for gpgconf.
* 2004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann2004-09-291-0/+4
| | | | | * contrib.texi (Contributors): Add two missing periods.
* * gpgsm.texi (Configuration Options): Add --log-file.Werner Koch2004-09-291-0/+2
| | | | | | | * gpgconf-comp.c: Made the entries fro GROUPs translatable. Include i18n.h. (my_dgettext): Hack to use the gnupg2 domain.
* * minip12.c (parse_bag_encrypted_data): Print error if a badWerner Koch2004-09-291-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.
* Changed license of the manual stuff to GPL.Werner Koch2004-09-291-0/+9
| | | | | | | | * gnupg.texi (Top): New menu item Helper Tools. * tools.texi (Helper Tools): New. * Makefile.am (gnupg_TEXINFOS): Add tools.texi.
* * configure.ac: Changed tests for libusb to also suuport theWerner Koch2004-08-051-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.
* Added some doc stuffWerner Koch2004-06-281-0/+4
|
* * debugging.texi: New.Werner Koch2004-06-181-0/+5
| | | | | * gnupg.texi: Include it.
* * sysutils.c (disable_core_dumps): Only set the current limit.Werner Koch2004-05-111-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.
* * gpg-agent.c: Remove help texts for options lile --lc-ctype.Werner Koch2004-05-031-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.
* Fixed a build bug (straw letter in sm/import.c) and updated the documentation.Werner Koch2004-02-041-0/+6
|
* (Certificate Options): Add --{enable,disable}-ocsp.Werner Koch2003-12-011-0/+9
|
* new commandWerner Koch2003-10-311-0/+4
|
* Copied wrong files. Fixed.Werner Koch2003-01-091-196/+29
|
* taken from NewPGWerner Koch2003-01-091-479/+123
|