summaryrefslogtreecommitdiff
path: root/src/core/dbus-job.c
Commit message (Expand)AuthorAge
* core: rework policykit hookupLennart Poettering2015-02-18
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* mac: add mac_ prefix to distinguish origin security apisWaLyong Cho2014-10-28
* remove unused variablesThomas Hindoe Paaboel Andersen2014-08-19
* core: Verify systemd1 DBus method callers via polkitStef Walter2014-08-18
* core: Rename Job.subscribed field to Job.clientsStef Walter2014-08-15
* core: Common code for DBus methods that Cancel a jobStef Walter2014-08-15
* core: no need to pass bus object to selinux access check calls anymoreLennart Poettering2014-05-14
* bus: add sd_bus_track object for tracking peers, and port core over to itLennart Poettering2014-03-03
* api: in constructor function calls, always put the returned object pointer fi...Lennart Poettering2014-02-20
* bus: decorate the various object vtables with SD_BUS_VTABLE_PROPERTY_CONST wh...Lennart Poettering2013-12-22
* core: don't warn loudly if we cannot send a bus signal to a disconnected clientLennart Poettering2013-11-22
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-21
* bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering2013-11-21
* core: convert PID 1 to libsystemd-busLennart Poettering2013-11-20
* bus: remove static introspection file exportKay Sievers2013-10-21
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-14
* dbus: use _cleanup_free_ instead of freeing ourselfRonny Chevalier2013-08-08
* dbus: fix minor memory leak when sending job change signalsLennart Poettering2013-06-28
* logind: don't busy loop if a job is still running but the delay timeout expiresLennart Poettering2013-04-24
* Use bus_maybe_send_reply() where applicableColin Walters2013-03-18
* dbus: duplicate Job.Cancel() as CancelJob() and Snapshot.Remove() as RemoveSn...Lennart Poettering2013-01-10
* selinux: remove anything PID1-specific from selinux-access.[ch] so that we ca...Lennart Poettering2012-10-02
* selinux: rework selinux access check logicLennart Poettering2012-10-02
* dbus: include unit name in JobNew/JobRemoved signalsLennart Poettering2012-05-03
* transaction: cancel jobs non-recursively on isolateMichal Schmidt2012-04-23
* job: serialize jobs properlyMichal Schmidt2012-04-24
* dbus-job: allow multiple bus clientsMichal Schmidt2012-04-20
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* move libsystemd_core.la sources into core/Kay Sievers2012-04-11