mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Changed the scdaemon to handle concurrent sessions. Adjusted
gpg-agent accordingly. Code cleanups.
This commit is contained in:
parent
a5c4c4bf12
commit
4237a9cc7f
27 changed files with 1093 additions and 644 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-05-17 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpg-agent.texi (Agent Options): Removed --disable-pth.
|
||||
|
||||
2005-04-27 Werner Koch <wk@g10code.com>
|
||||
|
||||
* tools.texi (symcryptrun): Added.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue