aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add new SVN only file README.maintWerner Koch2007-02-261-0/+5
| | | | | | | | | | | | | | | | doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto.
* doc/Werner Koch2007-02-181-0/+4
| | | | | | | * gpg.texi (GPG Esoteric Options): No card reader options for gpg2. scd/ * scdaemon.c (DEFAULT_PCSC_DRIVER): Add a default for OS X.
* agent/Werner Koch2007-02-141-0/+4
| | | | | | | | | | * gpg-agent.c: New option --pinentry-touch-file. (get_agent_socket_name): New. * agent.h (opt): Add pinentry_touch_file. * call-pinentry.c (start_pinentry): Send new option to the pinentry.
* Fix for aegypten issue 720Werner Koch2007-02-051-0/+5
|
* Added LIBINTL to more Makefile targets.Werner Koch2007-01-301-0/+5
| | | | | | | | | | | | | | | | | | | | doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
* * gpg.texi, specify-user-id.texi: Only some of the mentions ofDavid Shaw2007-01-181-0/+5
| | | | | exclamation marks have an example. Give examples to the rest.
* * gpg.texi (GPG Configuration Options): Make http_proxy optionDavid Shaw2007-01-171-0/+7
| | | | | | documentation match reality. (BUGS): Warn about hibernate/safe-sleep/etc writing main RAM to disk, despite locking.
* Doc fix.Werner Koch2006-12-081-0/+4
| | | | | Don't let gpg2 fail if the option skeleton file is missing
* Fixes for CVE-2006-6235Werner Koch2006-12-061-0/+5
|
* * gpg.texi (GPG Esoteric Options): Document --passphrase-repeat.David Shaw2006-12-031-0/+4
|
* sm/Werner Koch2006-11-141-0/+4
| | | | | | | | | | | | | | * server.c (skip_options): Skip leading spaces. (has_option): Honor "--". (cmd_export): Add option --data to do an inline export. Skip all options. * certdump.c (gpgsm_fpr_and_name_for_status): New. * verify.c (gpgsm_verify): Use it to print correct status messages. doc/ * gpgsm.texi (GPGSM EXPORT): Document changes.
* .Werner Koch2006-11-111-0/+4
|
* * gpg.texi: Reference to --s2k-count in --s2k-mode.David Shaw2006-11-061-0/+4
|
* Collected fixes.Werner Koch2006-11-051-0/+4
|
* 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.