aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-05-18 10:48:06 +0000
committerWerner Koch <[email protected]>2005-05-18 10:48:06 +0000
commit4237a9cc7fce3bad2a41b755fdf349a42ddd5ccf (patch)
tree3c28c859bac5ca2c4c186e447256b3e207259dc5 /doc
parent(got_fatal_signal): Print the signal number if we can't (diff)
downloadgnupg-4237a9cc7fce3bad2a41b755fdf349a42ddd5ccf.tar.gz
gnupg-4237a9cc7fce3bad2a41b755fdf349a42ddd5ccf.zip
Changed the scdaemon to handle concurrent sessions. Adjusted
gpg-agent accordingly. Code cleanups.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gpg-agent.texi5
-rw-r--r--doc/tools.texi10
3 files changed, 14 insertions, 5 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index b1f5e8037..25840a5b1 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-17 Werner Koch <[email protected]>
+
+ * gpg-agent.texi (Agent Options): Removed --disable-pth.
+
2005-04-27 Werner Koch <[email protected]>
* tools.texi (symcryptrun): Added.
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi
index 33c8c148c..fa005c3b7 100644
--- a/doc/gpg-agent.texi
+++ b/doc/gpg-agent.texi
@@ -253,11 +253,6 @@ should in general not be used to avaoid X-sniffing attacks.
Append all logging output to @var{file}. This is very helpful in
seeing what the agent actually does.
-@item --disable-pth
-@opindex disable-pth
-Don't allow multiple connections. This option is in general not very
-useful.
-
@anchor{option --allow-mark-trusted}
@item --allow-mark-trusted
@opindex allow-mark-trusted
diff --git a/doc/tools.texi b/doc/tools.texi
index 805a17e6c..b2463c351 100644
--- a/doc/tools.texi
+++ b/doc/tools.texi
@@ -722,6 +722,16 @@ directory stated through the environment variable @env{GNUPGHOME} or
(on W32 systems) by means on the Registry entry
@var{HKCU\Software\GNU\GnuPG:HomeDir}.
+
+@item -S
+@itemx --raw-socket @var{name}
+@opindex S
+@opindex raw-socket
+Connect to socket @var{name} assuming this is an Assuan style server.
+Do not run any special initializations or environment checks. This may
+be used to directly connect to any Assuan style socket server.
+
+
@end table
@c