gnupg/doc
Werner Koch 3af261572b * gpg-agent.c (handle_connections): Need to check for events if
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-24 17:36:11 +00:00
..
ChangeLog * gpg-agent.c (handle_connections): Need to check for events if 2005-02-24 17:36:11 +00:00
Makefile.am * preset-passphrase.c (preset_passphrase): Handle --passphrase. 2004-12-21 19:05:15 +00:00
Notes Changed license of the manual stuff to GPL. 2004-09-29 11:04:30 +00:00
README.W32 (stream_read_string): Removed call to abort on 2005-02-22 18:08:28 +00:00
assuan.texi * gnupg.texi: Reordered. 2004-12-22 17:24:13 +00:00
contrib.texi * gnupg.texi: Reordered. 2004-12-22 17:24:13 +00:00
debugging.texi Add dirmngr options to gpgconf and updated the DE translation 2004-11-24 14:50:20 +00:00
fdl.texi Taken from NewPG 2003-01-09 13:24:01 +00:00
glossary.texi * gnupg.texi: Reordered. 2004-12-22 17:24:13 +00:00
gnupg-badge-openpgp.eps * preset-passphrase.c (preset_passphrase): Handle --passphrase. 2004-12-21 19:05:15 +00:00
gnupg-badge-openpgp.jpg * preset-passphrase.c (preset_passphrase): Handle --passphrase. 2004-12-21 19:05:15 +00:00
gnupg.texi * acinclude.m4 (GNUPG_PTH_VERSION_CHECK): Link a simple test 2005-01-13 18:00:46 +00:00
gpg-agent.texi * gpg-agent.c (handle_connections): Need to check for events if 2005-02-24 17:36:11 +00:00
gpg.texi * gpg.texi: New. 2004-09-30 08:39:08 +00:00
gpgsm.texi (stream_read_string): Removed call to abort on 2005-02-22 18:08:28 +00:00
gpl.texi Taken from NewPG 2003-01-09 13:24:01 +00:00
scdaemon.texi * preset-passphrase.c (preset_passphrase): Handle --passphrase. 2004-12-21 19:05:15 +00:00
sysnotes.texi * preset-passphrase.c (preset_passphrase): Handle --passphrase. 2004-12-21 19:05:15 +00:00
tools.texi * gpg-agent.c (handle_connections): Need to check for events if 2005-02-24 17:36:11 +00:00

README.W32

                         README.W32 
                        ============
                         2004-12-22

  This is a precompiled version of gnupg 1.9.14 for MS Windows.
  Please see the manual (gnupg.pdf) for the current limitations.  Be
  aware that this is the first released version and thus bugs are
  pretty likely.

  Please copy all files to the directory c:\gnupg and follow the
  manual instructions.
  
  This software has been build using Debian's mingw package, version
  3.3.1.20030804.1-1.  Libraries are all compiled statically, versions
  of the used libraries are:
  
   gpg-error-config: 1.1-cvs
   libgcrypt-config: 1.2.1-cvs
   ksba-config: 0.9.11-cvs
   libassuan-config: 0.6.9-cvs
  
  as these are all CVS versions you need to get the from the CVS.  See
  www.gnupg.org for details.  Use 2004-12-22 18:00 UTC as revision
  date.  The source code of GnuPG itsself is available at
  ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.9.14.tar.bz2
  ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-1.9.14.tar.bz2.sig
  
  Building has been done by running the command
  
   ./autogen.sh --build-w32
  
  for all these libraries and then for gnupg.  The PDF file has been
  produced by first converting the logo file to pdf and the running
  "make gnupg.pdf" in the doc directory.  All executables have been
  stripped.
  
  In case of questions please contact us at info@g10code.com or better
  write to the mailing list gnupg-devel@gnupg.org.
  
  Thanks,
  
    The g10 Code team