summaryrefslogtreecommitdiff
path: root/bus/bus.c
Commit message (Expand)AuthorAgeFilesLines
* bus: raise fd limits before dropping privsDavid King2018-02-201-2/+5
* 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
* bus: introduce --nopidfile switch to disable writing of PID filesLennart Poettering2012-02-101-2/+8
* Merge branch 'socket-set-33337'Simon McVittie2012-02-071-1/+13
|\
| * Add a stub _dbus_loop_toggle_watch and call it where neededSimon McVittie2011-06-131-1/+13
* | Merge branch 'dbus-1.4', rejecting commit 08dd53c14b53b88cSimon McVittie2012-01-231-0/+1
|\ \
| * | dbus-daemon: fix forgotten counter increase while copying configured auth mec...Simon McVittie2012-01-231-0/+1
| * | Revert all changes since a36d4918a6f646e085Simon McVittie2012-01-041-4/+39
|/ /
* | Remove various never-used variablesSimon McVittie2011-08-051-8/+0
|/
* DBusLoop: remove second layer of watch callbacks where possibleSimon McVittie2011-06-131-18/+2
* DBusLoop: remove a layer of pointless abstraction around timeoutsSimon McVittie2011-06-131-13/+2
* bus_context_log: divert messages to stderr if we're not using syslogSimon McVittie2011-05-251-2/+13
* process_config_first_time_only: initialize syslog as intended.Simon McVittie2011-05-251-0/+2
* bus_context_check_security_policy: syslog if we hit the outgoing quotaSimon McVittie2011-05-251-10/+13
* bus_context_check_security_policy: for SELinux denials, share code to set errorsSimon McVittie2011-05-251-15/+6
* bus_context_check_security_policy: factor out complain_about_messageSimon McVittie2011-05-251-98/+85