summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus
AgeCommit message (Expand)Author
2014-10-14sd-bus: sync kdbus.h (ABI break)Daniel Mack
2014-10-13bus: check allow-interactive-auhtorization flag when doing polkitLennart Poettering
2014-10-13sd-bus: add support for new allow-interactive-authorization message header flagLennart Poettering
2014-10-12tests: fix some tests to pass in kojiZbigniew Jędrzejewski-Szmek
2014-10-10kdbus: fix buffer overflow in bus_get_owner_kdbus() functionLukasz Skalski
2014-10-09sd-bus: check return value of asprintf()Daniel Mack
2014-10-08sd-bus: sync kdbus.h (ABI break)Daniel Mack
2014-10-07sd-bus: check return value of vasprintfDaniel Mack
2014-10-07sd-bus: fix KDBUS_CMD_FREE userDaniel Mack
2014-10-07sd-bus: fix use-after-free in close_kdbus_msg()Daniel Mack
2014-10-07sd-bus: remove unused variableThomas Hindoe Paaboel Andersen
2014-10-06sd-bus: sync kdbus.h (ABI break)Daniel Mack
2014-10-05bus: add assert to check that we're not freeing a static structureZbigniew Jędrzejewski-Szmek
2014-10-03sd-bus: split out cleanup into separate functionZbigniew Jędrzejewski-Szmek
2014-10-02kdbus: don't clobber return values, use strjoin() instead of asprintf(), keep...Lennart Poettering
2014-10-02kdbus: make sure we never invoke free() on an uninitialized pointer on OOMLennart Poettering
2014-10-02sd-bus: sync kdbus.h (ABI break!)Daniel Mack
2014-10-02sd-bus: sync kdbus.h (ABI break)Daniel Mack
2014-10-02sd-bus: use terms from the D-Bus Specification a bit moreSimon McVittie
2014-10-02PORTING-DBUS1: we use :1.%llu not :0.%llu for D-Bus unique bus namesSimon McVittie
2014-09-29bus: use 2M as maximum message size in benchmarkDavid Herrmann
2014-09-29bus: sync kdbus.h (ABI break!)David Herrmann
2014-09-28sd-bus: clean up string length calculationDaniel Mack
2014-09-23bus: remove unused checkThomas Hindoe Paaboel Andersen
2014-09-23sd-bus: sync kdbus.hDaniel Mack
2014-09-23sd-bus: sync kdbus.h (API break)Daniel Mack
2014-09-22sd-bus: sync kdbus.h (API+ABI break)Daniel Mack
2014-09-22bus: align kdbus ioctl parameters to 8byteDavid Herrmann
2014-09-18bus: fix bus_print_property() to use "int" for booleansDavid Herrmann
2014-09-18sd-bus: sync kdbus.hDaniel Mack
2014-09-18Fix resource leak (coverity CID 1237760)Cristian Rodríguez
2014-09-17bus: fix error leak in bus_node_exists()David Herrmann
2014-09-17bus: never respond to GetManagedObjects() on sub-pathsDavid Herrmann
2014-09-16sd-bus: sd_bus_message_get_errno should only return positive errnoThomas Hindoe Paaboel Andersen
2014-09-15sd-bus: use proper ITERATOR_FIRST abstractionMichal Schmidt
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-09-11bus: unref buscreds on failurePhilippe De Swert
2014-09-11bus: avoid using m->kdbus after freeing itPhilippe De Swert
2014-09-08bus: add code to create custom endpoints and set their policyDaniel Mack
2014-09-08bus: factor out bus policy itemsDaniel Mack
2014-08-30Fix a few more typosRuben Kerkhof
2014-08-28sd-event: name event sources used in librariesTom Gundersen
2014-08-28bus: don't skip interfaces in bus_message_map_properties_changed()David Herrmann
2014-08-28bus: fix use-after-free in slot-releaseDavid Herrmann
2014-08-27bus: split bus_map_all_properties into multiple helpersDavid Herrmann
2014-08-26sd-bus: don't include internal header memfd.h in public header sd-bus.hHristo Venev
2014-08-26sd-bus: remove unused call bus_kernel_create_monitor()Lennart Poettering
2014-08-21bus: when terminating our bus-actviated services that exit-on-idle send STOPP...Lennart Poettering
2014-08-19remove unused variablesThomas Hindoe Paaboel Andersen
2014-08-19memfd: simplify APILennart Poettering