mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add missing fiels for W32.
New agent commands: GETINFO and KILLAGENT (w32 only). Agent does now detach from the console.
This commit is contained in:
parent
c742065a30
commit
ad4a6067ca
9 changed files with 330 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-06-18 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpg-agent.texi (Agent GETINFO): New.
|
||||
|
||||
2007-06-06 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (yat2m): Use a plain rule to build it for the sake
|
||||
|
|
|
@ -674,6 +674,7 @@ secret keys.
|
|||
* Agent PASSWD:: Change a Passphrase
|
||||
* Agent UPDATESTARTUPTTY:: Change the Standard Display
|
||||
* Agent GETEVENTCOUNTER:: Get the Event Counters
|
||||
* Agent GETINFO:: Return information about the process
|
||||
@end menu
|
||||
|
||||
@node Agent PKDECRYPT
|
||||
|
@ -1121,6 +1122,26 @@ Incremented for added or removed private keys.
|
|||
Incremented for changes of the card readers stati.
|
||||
@end table
|
||||
|
||||
@node Agent GETINFO
|
||||
@subsection Return information about the process
|
||||
|
||||
This is a multipurpose function to return a variety of information.
|
||||
|
||||
@example
|
||||
GETINFO @var{what}
|
||||
@end example
|
||||
|
||||
The value of @var{what} specifies the kind of information returned:
|
||||
@table @code
|
||||
@item version
|
||||
Return the version of the program.
|
||||
@item socket_name
|
||||
Return the name of the socket used to connect the agent.
|
||||
@item ssh_socket_name
|
||||
Return the name of the socket used for SSH connections. If SSH support
|
||||
has not been enabled the error @code{GPG_ERR_NO_DATA} will be returned.
|
||||
@end table
|
||||
|
||||
|
||||
@mansect see also
|
||||
@ifset isman
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue