]> git.ipfire.org Git - thirdparty/systemd.git/history - src/core/dbus.c
treewide: use log_*_errno whenever %m is in the format string
[thirdparty/systemd.git] / src / core / dbus.c
2014-11-28  Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-28  Michal Schmidttreewide: more log_*_errno + return simplifications
2014-11-28  Michal Schmidttreewide: no need to negate errno for log_*_errno()
2014-11-28  Michal Schmidttreewide: auto-convert the simple cases to log_*_errno()
2014-11-26  Lennart Poetteringcore: make sure we have enough information when doing...
2014-11-24  Lukas Nykryndbus: return non-zero return value in the case that...
2014-11-07  Lennart Poetteringcore: unify how we create the notify and private dbus...
2014-10-28  WaLyong Chomac: add mac_ prefix to distinguish origin security...
2014-09-15  Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-08-18  Lennart PoetteringMerge remote-tracking branch 'origin/master'
2014-08-18  Stef Waltercore: Verify systemd1 DBus method callers via polkit
2014-08-15  Lennart PoetteringMerge commit 'b39a2770ba55637da80e2e389222c59dbea73507'
2014-08-15  Stef Waltercore: Rename Job.subscribed field to Job.clients
2014-05-14  Lennart Poetteringsd-bus: introduce sd_bus_slot objects encapsulating...
2014-05-14  Lennart Poetteringcore: no need to pass bus object to selinux access...
2014-04-18  Ali H. Caliskancore: minor typo fix
2014-03-18  Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-16  Josh TriplettUse strlen even for constant strings
2014-03-03  Lennart Poetteringcore: fix assert when trying to serialize non-initializ...
2014-03-03  Lennart Poetteringbus: add sd_bus_track object for tracking peers, and...
2014-02-19  Lennart Poetteringapi: in constructor function calls, always put the...
2013-12-28  Lennart Poetteringbus: fix a couple of format string mistakes
2013-12-21  Lennart Poetteringcore: make check for Disconnected message more precise
2013-12-12  Lennart Poetteringcore: suppress gcc warnings on selinux-less systems
2013-12-12  Lennart Poetteringbus: instead of exposing the dbus1 flags when acquiring...
2013-12-12  Lennart Poetteringcore: fix bus registration on daemon reexec
2013-12-03  Lennart Poetteringbus: don't make use of the private bus socket if kdbus...
2013-12-03  Lennart Poetteringcore: use normal library call to query list of current...
2013-12-03  Lennart Poetteringbus: make sd_bus_request_name() and sd_bus_release_name...
2013-11-28  Lennart Poetteringbus: add new sd_bus_creds object to encapsulate process...
2013-11-22  Lennart Poetteringbus: also add error parameter to object find and enumer...
2013-11-21  Lennart Poetteringbus: restore selinux access control to PID 1 for properties
2013-11-21  Lennart Poetteringbus: rework message handlers to always take an error...
2013-11-21  Lennart Poetteringbus: fix seriliazation of activation errors
2013-11-20  Lennart Poetteringcore: convert PID 1 to libsystemd-bus
2013-10-20  Kay Sieversbus: initialize variable, now that we might skip debug...
2013-10-14  Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-07-10  Lennart Poetteringcore: send out "Reloading" signal before and after...
2013-07-10  Lennart Poetteringcore: while we are reloading don't suppress bus signals
2013-07-10  Lennart Poetteringcore: serialize/deserialize bus subscribers
2013-06-27  Lennart Poetteringcore: general cgroup rework
2013-05-03  Lennart Poetteringcore: bump simultaneous bus connection limit to 512
2013-04-26  Lennart Poetteringunit: rework stop pending logic
2013-04-05  Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-03-31  Zbigniew Jędrzejew... Remove some dead code
2013-03-30  Lennart Poetteringdbus: let's make this const array static
2013-03-18  Colin WaltersUse bus_maybe_send_reply() where applicable
2013-03-06  Simon McVittiebus: Escape environment-based D-Bus addresses properly
2013-01-07  Tom GundersenMerge nss-myhostname
2012-09-18  Zbigniew Jędrzejew... core: move ManagerRunningAs to shared
2012-09-16  Zbigniew Jędrzejew... build-sys: __secure_getenv lost dunder in libc 2.17
2012-09-13  Lennart Poetteringmanager: extend performance measurement interface to...
2012-09-04  Lennart Poetteringshared: in code that might get called from suid program...
2012-07-26  Shawn Landdenlog.h: new log_oom() -> int -ENOMEM, use it
2012-07-25  Shawn Landdenuse "Out of memory." consistantly (or with "\n")
2012-05-31  Kay Sieversmkdir: append _label to all mkdir() calls that explicit...
2012-04-20  Michal Schmidtdbus-job: allow multiple bus clients
2012-04-11  Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-11  Kay Sieversmove libsystemd_core.la sources into core/