From: David Goulet Date: Fri, 16 Dec 2011 17:12:35 +0000 (-0500) Subject: Add support for passing credentials over Unix sock X-Git-Tag: v2.0-pre16~17 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=d19d9adaf251b74ab7bd64a1b04a9de22d10bb85;hp=d19d9adaf251b74ab7bd64a1b04a9de22d10bb85 Add support for passing credentials over Unix sock Add lttcomm_* functions for sending, receiving and setting socket option to pass credentials over a Unix socket. Those functions allowed normal data to be pass as well. First commit of a series to enable credentials passing between the lttng command line client and the session daemon. Signed-off-by: David Goulet ---