summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus
AgeCommit message (Expand)Author
2014-10-31Make bus errno mappings non-staticZbigniew Jędrzejewski-Szmek
2014-10-31bus: do not segfault on zeros in errno mapping tableZbigniew Jędrzejewski-Szmek
2014-10-31sd-bus: add missing includeTom Gundersen
2014-10-30bus: add sd_bus_errnomap sectionZbigniew Jędrzejewski-Szmek
2014-10-30memfd: rename memfd.h to memfd-util.h to avoid any confusion with any libc pr...Lennart Poettering
2014-10-30memfd: always use our internal utility functions where we have themLennart Poettering
2014-10-30memfd: always create our memfds with CLOEXEC setLennart Poettering
2014-10-30busctl: add new "capture" verb to record bus messages in libpcap compatible f...Lennart Poettering
2014-10-29sd-bus: properly handle removals of non-existing matchesLennart Poettering
2014-10-28polkit: actually generate new InteractiveAuthorizationRequired error on the r...Lennart Poettering
2014-10-28sd-bus: add support for new InteractiveAuthorizationRequired error from dbus ...Lennart Poettering
2014-10-27sd-bus: sync kdbus.h (ABI break)Daniel Mack
2014-10-27sd-bus: explicitly cast asprintf() return value away we are not interested inLennart Poettering
2014-10-27Revert "sd-bus: check return value of asprintf()"Lennart Poettering
2014-10-24sd-bus: if we don't manage to properly allocate the error message for an sd_b...Lennart Poettering
2014-10-23sd-bus: make sd_bus::reply_callbacks a OrderedHashmapMichal Schmidt
2014-10-22machine: validate machine names using machine_name_is_valid() instead of stri...Lennart Poettering
2014-10-22sd-bus: fix transition left-overs in sd_bus_get_owner_creds()Daniel Mack
2014-10-22sd-bus: implement sd_bus_get_owner_creds() for kdbusDaniel Mack
2014-10-22sd-bus: rename sd_bus_get_owner_uid(), sd_bus_get_owner_machine_id() and sd_b...Daniel Mack
2014-10-22sd-bus: factor out creds item iteratorDaniel Mack
2014-10-22sd-bus: sync kdbus.hDaniel Mack
2014-10-22sd-bus: assert clock_gettime()'s return valueDaniel Mack
2014-10-21sd-bus: sync kdbus.h (API change: switch to absolute timeouts)Daniel Mack
2014-10-21sd-bus: sync kdbus.h (ABI break)Daniel Mack
2014-10-20kdbus: free returned buffer when the memory is no longer neededLukasz Skalski
2014-10-20sd-bus: sync kdbus.h (ABI break)Daniel Mack
2014-10-18sd-bus: sync kdbus.h (ABI break)Daniel Mack
2014-10-17Revert "sd-bus: sync kdbus.h (ABI break)"Kay Sievers
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