mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
2010-06-10 Marcus Brinkmann <marcus@g10code.de>
* server.c (SERVER_STDIN, SERVER_STDOUT): New macros. (gpgsm_server): Use them with assuan_fdopen.
This commit is contained in:
parent
ab3d60c8d2
commit
fd5193ac8c
@ -1,3 +1,7 @@
|
|||||||
|
2010-06-10 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* estream.c (_es_get_std_stream): Fix cut&paste bug.
|
||||||
|
|
||||||
2010-06-09 Werner Koch <wk@g10code.com>
|
2010-06-09 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* exechelp-posix.c, exechelp-w32.c
|
* exechelp-posix.c, exechelp-w32.c
|
||||||
|
@ -2452,7 +2452,7 @@ _es_get_std_stream (int fd)
|
|||||||
else if (fd == 1 && custom_std_fds_valid[1])
|
else if (fd == 1 && custom_std_fds_valid[1])
|
||||||
stream = do_fdopen (custom_std_fds[1], "a", 1, 1);
|
stream = do_fdopen (custom_std_fds[1], "a", 1, 1);
|
||||||
else if (custom_std_fds_valid[2])
|
else if (custom_std_fds_valid[2])
|
||||||
stream = do_fdopen (custom_std_fds[1], "a", 1, 1);
|
stream = do_fdopen (custom_std_fds[2], "a", 1, 1);
|
||||||
|
|
||||||
if (!stream)
|
if (!stream)
|
||||||
{
|
{
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
2010-06-10 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* server.c (SERVER_STDIN, SERVER_STDOUT): New macros.
|
||||||
|
(gpgsm_server): Use them with assuan_fdopen.
|
||||||
|
|
||||||
2010-04-23 Marcus Brinkmann <marcus@g10code.de>
|
2010-04-23 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* certreqgen.c (read_parameters): Use ascii_isspace instead of
|
* certreqgen.c (read_parameters): Use ascii_isspace instead of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user