On Tue, Oct 9, 2012 at 4:34 AM, Daniel Shahaf wrote:
> Hyrum K Wright wrote on Mon, Oct 08, 2012 at 21:51:02 -0400:
>> Poking around subversion/libsvn_subr/gpg_agent.c I found this snippet
>> (at around line 325):
>>
>> [[[
>> /* Send DISPLAY to the gpg-agent daemon. */
>> display = getenv("DI
Hyrum K Wright wrote on Mon, Oct 08, 2012 at 21:51:02 -0400:
> Poking around subversion/libsvn_subr/gpg_agent.c I found this snippet
> (at around line 325):
>
> [[[
> /* Send DISPLAY to the gpg-agent daemon. */
> display = getenv("DISPLAY");
> if (display != NULL)
> {
> request = a
Poking around subversion/libsvn_subr/gpg_agent.c I found this snippet
(at around line 325):
[[[
/* Send DISPLAY to the gpg-agent daemon. */
display = getenv("DISPLAY");
if (display != NULL)
{
request = apr_psprintf(pool, "OPTION display=%s\n", display);
if (!send_option(sd, b
3 matches
Mail list logo