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