summaryrefslogtreecommitdiff
path: root/bus/bus.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* bus: Raise file descriptor limit to match configurationColin Walters2011-02-031-0/+20
* clean up credentials on OOM in process_config_first_time_onlyChristian Dywan2011-01-171-3/+12
* remove obviously-redundant code from list_concat_newSimon McVittie2011-01-171-1/+0
* Fixed wince build problem reported by aheinecke at intevation dot de.Ralf Habacker2010-08-101-0/+2
* Delete stale pid file on cygwin.Yaakov Selkowitz2010-08-101-0/+20
* activation: optionally, use systemd for system bus activationLennart Poettering2010-07-091-1/+12
* bus: add --address switchLennart Poettering2010-07-091-87/+111
* Merge branch 'dbus-1.2'Colin Walters2010-03-221-1/+4
|\
| * Add DBUS_GNUC_PRINTF checks to new formatting functionsColin Walters2010-03-221-0/+3
| * [bus] While creating a syslog, correctly get pointer data from DBusStringColin Walters2010-03-211-1/+1
* | Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann2010-03-191-0/+1
* | Merge branch 'dbus-1.2'Colin Walters2010-03-161-70/+98
|\ \ | |/
| * Make SELinux initialization failure fatalColin Walters2010-03-161-2/+2
| * Add a prefix to our syslog messagesColin Walters2010-03-161-46/+87
| * Refactor _dbus_log_info, _dbus_log_security into _dbus_log_systemColin Walters2010-03-161-23/+10
* | Merge branch 'dbus-1.2'Colin Walters2010-02-221-2/+42
|\ \ | |/
| * Monitor service directories for changesColin Walters2010-02-181-2/+42
| * Fix inotify shutdownColin Walters2010-02-021-8/+0
* | Fix inotify shutdownColin Walters2010-02-031-8/+0
* | Merge branch 'my-dbus-1.2'Colin Walters2010-02-011-9/+10
|\ \ | |/