core-agent-linux/qrexec
Marek Marczykowski-Górecki 51e2d6d356
qrexec: make sure that all the pipes/sockets are closed on cleanup
This will ensure that the child process will receive info that the
connection is closed. Otherwise it could hang on write() or in some
cases read() - on its stdin/stdout.

Thanks @adrelanos for help with debugging.
2015-08-08 01:52:59 +02:00
..
Makefile qrexec: enable compiler optimization 2015-03-20 12:06:33 +01:00
qrexec-agent-data.c qrexec: make sure that all the pipes/sockets are closed on cleanup 2015-08-08 01:52:59 +02:00
qrexec-agent.c qrexec: do not show message about missing fork-sever - it isn't an error 2015-05-24 20:47:34 +02:00
qrexec-agent.h qrexec: return remote process status as qrexec-client-vm exit code 2015-03-16 21:32:34 +01:00
qrexec-client-vm.c qrexec: do not wait for local process if no one exists 2015-03-20 12:05:48 +01:00
qrexec-fork-server.c qrexec: fork into background after setting up qrexec-fork-server socket 2015-02-22 03:12:54 +01:00
qubes-rpc-multiplexer qrexec: prefer VM-local service file (if present) over default one 2015-05-13 23:21:01 +02:00