summaryrefslogtreecommitdiff
path: root/src/core/dbus-manager.c
AgeCommit message (Expand)Author
2014-05-19core: Filter by state behind the D-Bus API, not in the systemctl client.David Strauss
2014-05-14core: no need to pass bus object to selinux access check calls anymoreLennart Poettering
2014-03-12core: introduce system state enumLennart Poettering
2014-03-11dbus: suppress duplicate and misleading messagesLennart Poettering
2014-03-03bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering
2014-02-25core: expose architecture as a bus property, so that we can easily query it r...Lennart Poettering
2014-02-24core: expose root control group on the busLennart Poettering
2014-02-20api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering
2014-02-19make gcc shut upLennart Poettering
2014-01-02core: fix gcc unused variable warningZbigniew Jędrzejewski-Szmek
2013-12-28bus: fix a couple of format string mistakesLennart Poettering
2013-12-27selinux: Check access vector for enable/disable perm for each unit fileLubomir Rintel
2013-12-22bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering
2013-12-10bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering
2013-11-28core: fix SetUnitPropertiesMarc-Antoine Perennou
2013-11-28bus: add new sd_bus_creds object to encapsulate process credentialsLennart Poettering
2013-11-22core: don't warn loudly if we cannot send a bus signal to a disconnected clientLennart Poettering
2013-11-22core: fix timestamp assignmentKay Sievers
2013-11-21core: actually make SwitchRoot() bus call do the deedLennart Poettering
2013-11-21core: fix serilization of ListJobs() responseLennart Poettering
2013-11-21core: fix deserialization of StartTransientUnit() parametersLennart Poettering
2013-11-21bus: properly serialize unit file change listLennart Poettering
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering
2013-11-21bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-11-10analyze: plot the time spent setting up security modulesThomas Hindoe Paaboel Andersen
2013-11-02detect_virtualization() returns NULL; pass empty string to dbusKay Sievers
2013-10-21bus: remove static introspection file exportKay Sievers
2013-10-04manager: when verifying whether clients may change environment using selinux ...Lennart Poettering
2013-09-26core: drop some out-of-date references to cgroup settingsLennart Poettering
2013-08-08dbus: use _cleanup_free_ instead of freeing ourselfRonny Chevalier
2013-07-20core: correct dbus parameter directionZbigniew Jędrzejewski-Szmek
2013-07-10core: send out "Reloading" signal before and after doing a full reload/reexec...Lennart Poettering
2013-07-10core: serialize/deserialize bus subscribersLennart Poettering
2013-06-28core: add transient unitsLennart Poettering
2013-06-28unit: make sure the dropins we write are high-priorityLennart Poettering
2013-06-27dbus: add infrastructure for changing multiple properties at once on units an...Lennart Poettering
2013-06-27core: general cgroup reworkLennart Poettering
2013-06-20logind: add infrastructure to keep track of machines, and move to slicesLennart Poettering
2013-06-02analyze: show unit file loading on plotThomas Hindoe Paaboel Andersen
2013-06-02analyze: show generators on plotUmut Tezduyar
2013-05-30systemctl: add commands set-default and get-defaultVáclav Pavlín
2013-04-26dbus-manager.c: log error, why switch-root is refusedHarald Hoyer
2013-04-24Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek
2013-04-16path-util: unify code for detecting OS treesLennart Poettering
2013-04-08dbus-manager: fix variable type introspectionRonny Chevalier
2013-03-18Use bus_maybe_send_reply() where applicableColin Walters
2013-02-27unit: rework resource management APILennart Poettering
2013-02-11manager: validate environment parameters for SetEnvironment(), UnsetEnvironme...Lennart Poettering
2013-02-11env: considerably beef up environment cleaning logicLennart Poettering