Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-08 | sd-bus: check for potential integer overflow in KDBUS_ITEM_FOREACH() | Daniel Mack | |
For large values of item->size, the 'part' pointer can wrap around, which results in an illegal pointer, but currently passes the for-loop condition. | |||
2014-03-07 | sd-bus: add support for policy upload on activator connections | Daniel Mack | |
Activator connections may upload policy when registering to the bus. This patch contains code to translate between BusNamePolicy objects and the kdbus specific items. | |||
2014-02-01 | bus: update kdbus.h (ABI break) | Kay Sievers | |
2014-01-27 | bus: when we cannot bus activate a service because we go down, drop one | Lennart Poettering | |
message from the queue | |||
2014-01-24 | bus: bump memfd vs. copy limit to 512k to reflect recent benchmarks | Kay Sievers | |
2014-01-22 | bus: add sd_bus_process_priority() to support prioq mode of kdbus | Lennart Poettering | |
2014-01-21 | bus: implement synchronous message calls via kernel ioctl | Lennart Poettering | |
2014-01-21 | libsystemd: split up into subdirs | Tom Gundersen | |
We still only produce on .so, but let's keep the sources separate to make things a bit less messy. |