summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus
Commit message (Expand)AuthorAge
* bus: add convenience functions for constructing and sending method calls/sign...Lennart Poettering2013-04-05
* bus: properly detect and handle if a callback is installed/removed from withi...Lennart Poettering2013-04-05
* bus: don't allow recursive invocation of sd_bus_process()Lennart Poettering2013-04-05
* test-bus-marshal.c: do not call g_type_init() for modern glib versionsHarald Hoyer2013-04-04
* Always use our own MAX/MIN definitionsCristian Rodríguez2013-04-01
* bus: always return something in sd_bus_get_timeout()Lennart Poettering2013-04-01
* bus: be more careful when determining credential dataLennart Poettering2013-04-01
* bus: when the first char a server receives isn't the NUL byte immediately failLennart Poettering2013-04-01
* bus: ignore the passed UID on EXTERNAL auth if ANONYMOUS is allowedLennart Poettering2013-04-01
* bus: when reading a message from the socket, make sure to note down the sizeLennart Poettering2013-04-01
* bus: reuse sd_is_socket() callLennart Poettering2013-04-01
* bus: fall back to readv/writev if recvmsg/sendmsg don't workLennart Poettering2013-04-01
* bus: allow two different fds for input/output in sd_bus_set_fd()Lennart Poettering2013-04-01
* bus: check return value from bus_type_get_alignment/sizeZbigniew Jędrzejewski-Szmek2013-03-31
* journal-gatewayd: query PID 1 for virtalizationLennart Poettering2013-03-31
* bus: rename sd_bus_get_peer() to sd_bus_get_server_id()Lennart Poettering2013-03-31
* bus: s/sd_message_handler_t/sd_bus_message_handler_t/gLennart Poettering2013-03-31
* bus: parse matches locally and allow registration of callbacks for themLennart Poettering2013-03-31
* bus: add missing test-bus-server.cLennart Poettering2013-03-30
* bus: implement server mode, and anonymous authenticationLennart Poettering2013-03-30
* bus: if we recieve fds but fd passing is off, consider this an errorLennart Poettering2013-03-30
* bus: enable SO_PASSCRED only if we are not connected to a busLennart Poettering2013-03-30
* bus: properly set up bus connections with sd_bus_set_exec()Lennart Poettering2013-03-30
* bus: consider it an error if the first message we get on the bus is not a rep...Lennart Poettering2013-03-30
* bus: add C++ wrappers to public header filesLennart Poettering2013-03-30
* Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek2013-03-29
* sd-bus: check c->path for null instead of pathLukas Nykryn2013-03-27
* tests: skip bus test if bus cannot be openedZbigniew Jędrzejewski-Szmek2013-03-26
* bus: fix missing variable initializationLennart Poettering2013-03-26
* build-sys: make gcc shut upLennart Poettering2013-03-26
* bus: when we are talking to a bus, SCM_CREDS/SCM_SECLABEL are not very usefulLennart Poettering2013-03-26
* bus: automatically generate minimal introspection data to find installed objectsLennart Poettering2013-03-26
* bus: rename send_hello flag to bus_cientLennart Poettering2013-03-26
* bus: split socket related code into bus-socket.[ch], to prepare for kdbus bac...Lennart Poettering2013-03-25
* bus: implement 'unixexec:' protocolLennart Poettering2013-03-25
* bus: make optional whether unix socket passing is negotiated and whether hell...Lennart Poettering2013-03-25
* bus: properly handle termination of connectionsLennart Poettering2013-03-25
* bus: implement support for FD passingLennart Poettering2013-03-25
* bus: don't free an unallocated varZbigniew Jędrzejewski-Szmek2013-03-22
* bus: move attribute to end of structure, so it is not ignoredZbigniew Jędrzejewski-Szmek2013-03-22
* bus: implement object handler registryLennart Poettering2013-03-22
* bus: implicitly collect ucred/label informationLennart Poettering2013-03-22
* bus: also finish connection before returning from sd_bus_get_unique_name()Lennart Poettering2013-03-22
* bus: when parsing enforce maximum container depthLennart Poettering2013-03-22
* bus: fix uninitialized variableLennart Poettering2013-03-22
* bus: validate the hello response properlyLennart Poettering2013-03-22
* bus: properly verify recursion depth of signaturesLennart Poettering2013-03-22
* bus: rework synchronization logicLennart Poettering2013-03-22
* bus: reuse more codeLennart Poettering2013-03-22
* bus: validate the entire header more closelyLennart Poettering2013-03-22