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
|
@ -1162,6 +1162,16 @@ get_agent_socket_name (void)
|
|||
return (s && *s)? s : NULL;
|
||||
}
|
||||
|
||||
/* Return the file name of the socket we are using for SSH
|
||||
requests. */
|
||||
const char *
|
||||
get_agent_ssh_socket_name (void)
|
||||
{
|
||||
const char *s = socket_name_ssh;
|
||||
|
||||
return (s && *s)? s : NULL;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Create a name for the socket. With USE_STANDARD_SOCKET given as
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue