| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
A plugin service can be a TCP socket now, so it does not make much sense
to strictly check for CAP_CHOWN.
|
| |
|
| |
|
|
|
|
|
| |
Now uses SOCK_STREAM, as SOCK_SEQPACKET is not available over TCP. To have
network transparency, the message now uses network byte order.
|
| |
|
|
|
|
|
|
| |
INCLUDES are now deprecated and throw warnings when using automake 1.13.
We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and
defines are passed to AM_CPPFLAGS only.
|
|
|
|
|
| |
But as the sockets will be created with the user/group of the running
process this might not be required as no change may be needed.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|