summaryrefslogtreecommitdiff
path: root/bus/activation.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* Avoid assertation in bus_activation_reload()Ralf Habacker2021-12-091-7/+13
* Configure option to disable traditional activationTopi Miettinen2019-03-251-7/+34
* dbus-spawn: Don't take ownership of envpSimon McVittie2019-01-051-0/+1
* embedded tests: Conform to the same API for all testsSimon McVittie2018-12-171-3/+6
* activation: Don't leak if delivering activation message is forbiddenSimon McVittie2018-12-031-0/+1
* _DBUS_ASSERT_ERROR_XOR_BOOL: Add and useSimon McVittie2018-11-201-4/+1
* Add and use _dbus_list_clear_fullSimon McVittie2018-08-021-6/+4
* bus: Document arguments of bus_activation_activate_serviceSimon McVittie2018-06-211-0/+19
* bus: Clear INVOCATION_ID when carrying out traditional activationSimon McVittie2018-03-221-1/+7
* bus: Don't pass systemd environment variables to activated servicesSimon McVittie2018-03-021-0/+30
* bus: Silence the output of the test services when doing OOM testingSimon McVittie2017-11-151-0/+5
* bus: Silence most log messages when testing OOM handlingSimon McVittie2017-11-151-2/+3
* Prefer to use _dbus_test_fatal() for assertion failures in testsSimon McVittie2017-11-151-3/+4
* Add a missing space in logging outputThomas Zajic2017-11-141-1/+1
* activation: Add support for enforcing strict naming on .service filesSimon McVittie2017-02-211-4/+77
* config-parser: Store service directories in structsSimon McVittie2017-02-211-2/+9
* activation test: Use more realistic bus names for servicesSimon McVittie2017-02-201-3/+3
* activation: Put activation directories in an ordered listSimon McVittie2017-02-201-20/+15
* Merge branch 'dbus-1.10'Simon McVittie2017-02-161-15/+5
|\
| * activation test: Fix time-of-check/time-of-use bug waiting to happenSimon McVittie2017-02-161-15/+5
| * dbus_activation_systemd_failure: do not use non-literal format stringSimon McVittie2016-10-101-1/+1
| * Do not require systemd to have a service file if using it for activationSimon McVittie2015-12-021-12/+31
* | Mediate auto-activation attempts through AppArmorSimon McVittie2016-11-281-0/+39
* | Do not auto-activate services if we could not send a messageSimon McVittie2016-11-281-2/+20
* | dbus_activation_systemd_failure: do not use non-literal format stringSimon McVittie2016-10-101-1/+1
* | bus: Add sender name to bus activation log messagesPhilip Withnall2016-10-051-8/+16
* | Only redirect child processes to systemd Journal if using syslogSimon McVittie2016-09-301-0/+5
* | Log max_pending_service_starts (aka max_pending_activations) when exceededSimon McVittie2016-08-161-4/+8
* | Log service_start_timeout (aka activation_timeout) when we exceed itSimon McVittie2016-08-161-4/+10
* | Add new functions _dbus_hash_table_to_array() and _dbus_hash_table_from_array...Ralf Habacker2016-02-121-92/+2
* | Do not require systemd to have a service file if using it for activationSimon McVittie2015-12-021-12/+31
* | monitor: use the addressed_recipient to select matchesSimon McVittie2015-11-171-3/+7
* | Merge branch 'dbus-1.10'Ralf Habacker2015-11-161-8/+9
|\ \ | |/
| * Fix memory leaks in bus_activation_service_reload_test() in case of errors.Ralf Habacker2015-11-111-8/+9
| * Revert "Fix memory leaks in bus_activation_service_reload_test() in case of e...Ralf Habacker2015-11-111-9/+8
| * Fix memory leaks in bus_activation_service_reload_test() in case of errors.Ralf Habacker2015-11-111-8/+9
* | Use DBusString for all relocation and install-root codeSimon McVittie2015-10-051-3/+14
|/
* Cancel pending activation on any activation errorSimon McVittie2015-10-021-25/+23
* Fail to generate random bytes instead of falling back to rand()Simon McVittie2015-05-141-1/+1
* test_remove_directory: Fix 'variable iter going out of scope leaks the storag...Ralf Habacker2015-05-011-0/+1
* Capture all messages received or sent, and send them to monitorsSimon McVittie2015-02-041-0/+11
* bus_context_log_and_set_error: add and useSimon McVittie2015-02-031-5/+2
* Use DBUS_SYSTEM_LOG_WARNING for failure to alter fd-limitsSimon McVittie2014-11-181-1/+1
* Merge branch 'dbus-1.8'Simon McVittie2014-11-061-1/+27
|\
| * CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-061-1/+27
* | free_pending_restore_data --> free_restore_pending_dataChengwei Yang2014-09-091-3/+3
* | Improve debug message to be able to see empty files.Ralf Habacker2014-09-081-1/+1
|/
* CVE-2014-3477: deliver activation errors correctly, fixing Denial of ServiceAlban Crequy2014-06-051-7/+20
* Merge branch 'dbus-1.6'Simon McVittie2013-11-121-1/+1
|\