summaryrefslogtreecommitdiff
path: root/src/libsystemd-bus/bus-socket.c
Commit message (Expand)AuthorAge
* bus: internalize a lot of protocol definitionsLennart Poettering2013-12-03
* bus: don't generate NameAcquired/NameLost messages in the libraryLennart Poettering2013-11-30
* bus: add the ability for backends to queue to input messages at the same timeLennart Poettering2013-11-29
* libsystemd-bus: catch up with latest kdbus changesDaniel Mack2013-11-29
* bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering2013-11-21
* bus: add API call to create bus connection to the system bus of local containersLennart Poettering2013-10-30
* bus: add APIs for negotiating what is attached to messagesLennart Poettering2013-05-17
* bus: send memfds as payload only on directed messages and for large partsLennart Poettering2013-05-16
* bus: rework message struct to keep header with fields in same malloc() blockLennart Poettering2013-05-15
* bus: add macro for iterating through body parts of a messageLennart Poettering2013-05-15
* bus: minor fixesLennart Poettering2013-05-15
* bus: properly handle message bodies that are a chain of memory areas rather t...Lennart Poettering2013-05-14
* kdbus: parse even more kernel meta data fieldsLennart Poettering2013-04-13
* bus: basic implementation of kdbus client sideLennart Poettering2013-04-11
* bus: calculate iovec for messages only when we need itLennart Poettering2013-04-11
* libsystemd-bus: initalize handle_cmsg to falseLukas Nykryn2013-04-10
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-05
* Always use our own MAX/MIN definitionsCristian Rodríguez2013-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: 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: rename sd_bus_get_peer() to sd_bus_get_server_id()Lennart Poettering2013-03-31
* 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: when we are talking to a bus, SCM_CREDS/SCM_SECLABEL are not very usefulLennart Poettering2013-03-26
* bus: split socket related code into bus-socket.[ch], to prepare for kdbus bac...Lennart Poettering2013-03-25