chiark / gitweb /
bus: implement server mode, and anonymous authentication
[elogind.git] / src / libsystemd-bus / sd-bus.c
2013-03-30 Lennart Poetteringbus: implement server mode, and anonymous authentication
2013-03-30 Lennart Poetteringbus: properly set up bus connections with sd_bus_set_exec()
2013-03-30 Lennart Poetteringbus: consider it an error if the first message we get...
2013-03-29 Zbigniew Jędrzejew... Always use errno > 0 to help gcc
2013-03-27 Lukas Nykrynsd-bus: check c->path for null instead of path
2013-03-26 Lennart Poetteringbus: fix missing variable initialization
2013-03-26 Lennart Poetteringbus: automatically generate minimal introspection data...
2013-03-26 Lennart Poetteringbus: rename send_hello flag to bus_cient
2013-03-25 Lennart Poetteringbus: split socket related code into bus-socket.[ch...
2013-03-25 Lennart Poetteringbus: implement 'unixexec:' protocol
2013-03-25 Lennart Poetteringbus: make optional whether unix socket passing is negot...
2013-03-25 Lennart Poetteringbus: properly handle termination of connections
2013-03-25 Lennart Poetteringbus: implement support for FD passing
2013-03-23 Zbigniew Jędrzejew... bus: don't free an unallocated var
2013-03-22 Lennart Poetteringbus: implement object handler registry
2013-03-22 Lennart Poetteringbus: implicitly collect ucred/label information
2013-03-22 Lennart Poetteringbus: also finish connection before returning from sd_bu...
2013-03-22 Lennart Poetteringbus: fix uninitialized variable
2013-03-22 Lennart Poetteringbus: validate the hello response properly
2013-03-22 Lennart Poetteringbus: rework synchronization logic
2013-03-21 Lennart Poetteringbus: implicitly handle peer commands Ping() and GetMach...
2013-03-21 Lennart Poetteringbus: enforce limits on all client influenced data objects
2013-03-21 Lennart Poetteringbus: implicitly set no_reply flag on outgoing messages...
2013-03-21 Lennart Poetteringbus: implement full method call timeout logic
2013-03-20 Lennart Poetteringbus: hook up client with socket communication
2013-03-20 Lennart Poetteringbus: introduce bus_error_is_dirty() independently of...
2013-03-20 Lennart Poetteringbus: demarshal header fields properly
2013-03-20 Lennart Poetteringbus: implement demarshaller
2013-03-20 Lennart Poetteringbus: suppress reply messages to method calls with no_re...
2013-03-20 Lennart Poetteringbus: add basic implementation of a native bus client...