summaryrefslogtreecommitdiff
path: root/bus/bus.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
* dbus-daemon: Implement signal 'ActivatableServicesChanged'Ralf Habacker2022-02-161-0/+70
* tools/dbus-run-session: fix race between manual and automatically started dbu...Ralf Habacker2021-11-231-0/+13
* Fix indentation in bus source fileTaras Zaporozhets2020-03-251-7/+7
* bus: Try to raise soft fd limit to match hard limitSimon McVittie2019-04-181-4/+4
* Stop using avc_init() which is deprecatedLaurent Bigonville2018-11-151-5/+10
* bus_context_get_policy: Remove, unusedSimon McVittie2018-08-301-6/+0
* bus: Also tell systemd when we're reloadingSimon McVittie2018-03-021-0/+4
* bus: raise fd limits before dropping privsDavid King2018-02-201-2/+5
* bus: Add (unused) settings for resource limits for containersSimon McVittie2017-12-121-0/+20
* bus_context_add_incoming_connection: factor outSimon McVittie2017-12-121-2/+10
* bus/containers: Create a DBusServer and add it to the main loopSimon McVittie2017-12-121-11/+24
* bus/containers: Build a global data structure for container instancesSimon McVittie2017-12-111-0/+17
* bus: Silence the output of the test services when doing OOM testingSimon McVittie2017-11-151-0/+6
* bus: Silence most log messages when testing OOM handlingSimon McVittie2017-11-151-1/+22
* bus_connections_setup_connection: If we can't set it up, log whySimon McVittie2017-11-101-2/+1
* internals: Decouple logging an error from exiting unsuccessfullySimon McVittie2017-07-051-1/+5
* bus_config_parser_get_watched_dirs: Turn into a helper functionSimon McVittie2017-02-211-29/+1
* Autotools compile fix.Ralf Habacker2017-02-041-1/+1
* On bus startup check given auth in config file against supported mechanisms.Ralf Habacker2017-02-021-0/+21
* Do not auto-activate services if we could not send a messageSimon McVittie2016-11-281-2/+15
* Only redirect child processes to systemd Journal if using syslogSimon McVittie2016-09-301-0/+6
* dbus-daemon: add --syslog, --nosyslog, --syslog-onlySimon McVittie2016-09-301-17/+16
* bus_context_log: remove special handling of !context->syslogSimon McVittie2016-09-301-26/+1
* _dbus_logv: configurably log to syslog and/or stderrSimon McVittie2016-09-301-2/+23
* Remove trailing newlines from _dbus_assert_not_reachedSimon McVittie2016-08-121-1/+1
* _dbus_system_log: rename to _dbus_logSimon McVittie2016-08-111-4/+3
* _dbus_init_system_log: record a syslog tag (executable name)Simon McVittie2016-08-111-1/+1
* bus: reassure static analysis tool that server slot allocation can't failDeepika Aggarwal2016-07-011-9/+5
* Initialize SELinux and Apparmor after capabilities are setLaurent Bigonville2015-12-011-14/+26
* Initialize audit subsystem even for the session busLaurent Bigonville2015-08-061-2/+2
* audit: use DBUS_SYSTEM_LOG_WARNING if we cannot open the audit fdSimon McVittie2015-08-061-1/+1
* bus: move shared libaudit code to a new audit.[ch]Simon McVittie2015-08-061-7/+2
* Make UUID generation failableSimon McVittie2015-05-141-1/+2
* Mediation of processes sending and receiving messagesJohn Johansen2015-02-181-1/+18
* Do LSM checks after determining if the message is a requested replyTyler Hicks2015-02-181-24/+29
* Initialize AppArmor mediationJohn Johansen2015-02-181-0/+18
* bus_context_log_and_set_error: add and useSimon McVittie2015-02-031-0/+23
* bus_context_log_literal: add simplified version of bus_context_logSimon McVittie2015-02-031-1/+21
* bus: put the printf attribute in the header where it will do more goodSimon McVittie2015-02-031-3/+0
* bus: exit on fatal errors even if not sysloggingSimon McVittie2015-02-021-0/+4
* Use DBUS_SYSTEM_LOG_WARNING for failure to alter fd-limitsSimon McVittie2014-11-181-2/+2
* Set error when message delivery is denied due to receive ruleJacek Bukarewicz2014-11-141-1/+1
* CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie2014-11-061-10/+40
* config: add new limit: pending_fd_timeoutAlban Crequy2014-09-151-0/+6
* Stop listening on DBusServer sockets when reaching max_incomplete_connectionsAlban Crequy2014-09-151-0/+37
* Reload policy rules for completed connectionsChengwei Yang2014-01-061-0/+12
* selinux: Use selinux_set_mapping() to avoid hardcoded constants for policyosmond sun2013-11-071-1/+1
* Do not suppress syslog test's stderr just because init is systemdSimon McVittie2013-04-081-1/+1
* Replace a series of booleans, all (apparently) alike, with flagsSimon McVittie2012-02-131-9/+13