| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Otherwise struct members like sin6_flowinfo or sin6_scope_id might be
set to bogus values.
|
| |
|
| |
|
|
|
|
| |
Partially based on an old patch by Adrian-Ken Rueegsegger.
|
|
|
|
|
| |
A plugin service can be a TCP socket now, so it does not make much sense
to strictly check for CAP_CHOWN.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
It does not make much sense to reference running services in the manager,
especially as unregistration would need the URI (which a user would have to
store instead of the service reference).
|
|
|
|
|
| |
While this will complicate the implementation of streams not based on a fd,
it allows us to unleash the full power of FILE based convenience functions.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Currently only synchronous operation is supported, but this will be extended
with asynchronous methods using the new watcher.
|
|
|
|
| |
family prepended
|
| |
|
|
|
|
|
| |
Suppress 'Address family for hostname not supported' errors if a IPv6
client connects in a mixed IPv4/IPv6 environment.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes a strict-aliasing rule compiler warning with older gcc.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|