summaryrefslogtreecommitdiff
path: root/bus/bus.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Mediation of processes sending and receiving messagesJohn Johansen1-1/+18
2015-02-18Do LSM checks after determining if the message is a requested replyTyler Hicks1-24/+29
2015-02-18Initialize AppArmor mediationJohn Johansen1-0/+18
2015-02-03bus_context_log_and_set_error: add and useSimon McVittie1-0/+23
2015-02-03bus_context_log_literal: add simplified version of bus_context_logSimon McVittie1-1/+21
2015-02-03bus: put the printf attribute in the header where it will do more goodSimon McVittie1-3/+0
2015-02-02bus: exit on fatal errors even if not sysloggingSimon McVittie1-0/+4
2014-11-18Use DBUS_SYSTEM_LOG_WARNING for failure to alter fd-limitsSimon McVittie1-2/+2
2014-11-14Set error when message delivery is denied due to receive ruleJacek Bukarewicz1-1/+1
2014-11-06CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie1-10/+40
2014-09-15config: add new limit: pending_fd_timeoutAlban Crequy1-0/+6
2014-09-15Stop listening on DBusServer sockets when reaching max_incomplete_connectionsAlban Crequy1-0/+37
2014-01-06Reload policy rules for completed connectionsChengwei Yang1-0/+12
2013-11-07selinux: Use selinux_set_mapping() to avoid hardcoded constants for policyosmond sun1-1/+1
2013-04-08Do not suppress syslog test's stderr just because init is systemdSimon McVittie1-1/+1
2012-02-13Replace a series of booleans, all (apparently) alike, with flagsSimon McVittie1-9/+13
2012-02-10bus: introduce --nopidfile switch to disable writing of PID filesLennart Poettering1-2/+8
2012-02-07Merge branch 'socket-set-33337'Simon McVittie1-1/+13
2012-01-23Merge branch 'dbus-1.4', rejecting commit 08dd53c14b53b88cSimon McVittie1-0/+1
2012-01-23dbus-daemon: fix forgotten counter increase while copying configured auth mec...Simon McVittie1-0/+1
2012-01-04Revert all changes since a36d4918a6f646e085Simon McVittie1-4/+39
2011-08-05Remove various never-used variablesSimon McVittie1-8/+0
2011-06-13Add a stub _dbus_loop_toggle_watch and call it where neededSimon McVittie1-1/+13
2011-06-13DBusLoop: remove second layer of watch callbacks where possibleSimon McVittie1-18/+2
2011-06-13DBusLoop: remove a layer of pointless abstraction around timeoutsSimon McVittie1-13/+2
2011-05-25bus_context_log: divert messages to stderr if we're not using syslogSimon McVittie1-2/+13
2011-05-25process_config_first_time_only: initialize syslog as intended.Simon McVittie1-0/+2
2011-05-25bus_context_check_security_policy: syslog if we hit the outgoing quotaSimon McVittie1-10/+13
2011-05-25bus_context_check_security_policy: for SELinux denials, share code to set errorsSimon McVittie1-15/+6
2011-05-25bus_context_check_security_policy: factor out complain_about_messageSimon McVittie1-98/+85
2011-02-03bus: Raise file descriptor limit to match configurationColin Walters1-0/+20
2011-01-17clean up credentials on OOM in process_config_first_time_onlyChristian Dywan1-3/+12
2011-01-17remove obviously-redundant code from list_concat_newSimon McVittie1-1/+0
2010-08-10Fixed wince build problem reported by aheinecke at intevation dot de.Ralf Habacker1-0/+2
2010-08-10Delete stale pid file on cygwin.Yaakov Selkowitz1-0/+20
2010-07-09activation: optionally, use systemd for system bus activationLennart Poettering1-1/+12
2010-07-09bus: add --address switchLennart Poettering1-87/+111
2010-03-22Merge branch 'dbus-1.2'Colin Walters1-1/+4
2010-03-22Add DBUS_GNUC_PRINTF checks to new formatting functionsColin Walters1-0/+3
2010-03-21[bus] While creating a syslog, correctly get pointer data from DBusStringColin Walters1-1/+1
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+1
2010-03-16Merge branch 'dbus-1.2'Colin Walters1-70/+98
2010-03-16Make SELinux initialization failure fatalColin Walters1-2/+2
2010-03-16Add a prefix to our syslog messagesColin Walters1-46/+87
2010-03-16Refactor _dbus_log_info, _dbus_log_security into _dbus_log_systemColin Walters1-23/+10
2010-02-22Merge branch 'dbus-1.2'Colin Walters1-2/+42
2010-02-18Monitor service directories for changesColin Walters1-2/+42
2010-02-03Fix inotify shutdownColin Walters1-8/+0
2010-02-02Fix inotify shutdownColin Walters1-8/+0
2010-02-01Merge branch 'my-dbus-1.2'Colin Walters1-9/+10