[svn] GnuPG - r5492 - trunk/doc

svn author wk cvs at cvs.gnupg.org
Thu Dec 2 15:10:44 CET 2010


Author: wk
Date: 2010-12-02 15:10:44 +0100 (Thu, 02 Dec 2010)
New Revision: 5492

Modified:
   trunk/doc/debugging.texi
   trunk/doc/gpg-agent.texi
   trunk/doc/tools.texi
Log:
Describe new log facilities.


Modified: trunk/doc/debugging.texi
===================================================================
--- trunk/doc/debugging.texi	2010-12-02 13:56:28 UTC (rev 5491)
+++ trunk/doc/debugging.texi	2010-12-02 14:10:44 UTC (rev 5492)
@@ -104,6 +104,17 @@
 backend and may change from release to release.
 
 
+ at item Logging on WindowsCE
+
+For development, the best logging method on WindowsCE is the use of
+remote debugging using a log file name of @file{tcp://<ip-addr>:<port>}.
+The command @command{watchgnupg} may be used on the remote host to listen
+on the given port. (@pxref{option watchgnupg --tcp}).  For in the field
+tests it is better to make use of the logging facility provided by the
+ at command{gpgcedev} driver (part of libassuan); this is enabled by using
+a log file name of @file{GPG2:}. (@pxref{option --log-file}).
+
+
 @end itemize
 
 

Modified: trunk/doc/gpg-agent.texi
===================================================================
--- trunk/doc/gpg-agent.texi	2010-12-02 13:56:28 UTC (rev 5491)
+++ trunk/doc/gpg-agent.texi	2010-12-02 14:10:44 UTC (rev 5492)
@@ -331,12 +331,13 @@
 Tell the pinentry not to grab the keyboard and mouse.  This option
 should in general not be used to avoid X-sniffing attacks.
 
+ at anchor{option --log-file}
 @item --log-file @var{file}
 @opindex log-file
 Append all logging output to @var{file}.  This is very helpful in seeing
 what the agent actually does.  If neither a log file nor a log file
 descriptor has been set on a Windows platform, the Registry entry
- at var{HKCU\Software\GNU\GnuPG:DefaultLogFile}, if set, is used to specify
+ at code{HKCU\Software\GNU\GnuPG:DefaultLogFile}, if set, is used to specify
 the logging output.
 
 

Modified: trunk/doc/tools.texi
===================================================================
--- trunk/doc/tools.texi	2010-12-02 13:56:28 UTC (rev 5491)
+++ trunk/doc/tools.texi	2010-12-02 14:10:44 UTC (rev 5492)
@@ -71,6 +71,7 @@
 @opindex force
 Delete an already existing socket file.
 
+ at anchor{option watchgnupg --tcp}
 @item --tcp @var{n}
 Instead of reading from a local socket, listen for connects on TCP port
 @var{n}.





More information about the Gnupg-commits mailing list