summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
2015-02-19Imported Upstream version 1.9.12upstream/1.9.12Simon McVittie18-47/+1528
2015-02-19apparmor: Fix build failure with --disable-apparmorTyler Hicks1-24/+24
2015-02-18Revert "Add DBus method to return the AA context of a connection"Simon McVittie3-105/+0
2015-02-18Add DBus method to return the AA context of a connectionTyler Hicks3-0/+105
2015-02-18apparmor: tighten up terminology for context vs. label vs. profileSimon McVittie1-38/+40
2015-02-18Mediation of processes becoming a monitorTyler Hicks1-0/+7
2015-02-18Mediation of processes eavesdroppingTyler Hicks5-1/+141
2015-02-18Mediation of processes sending and receiving messagesJohn Johansen3-1/+369
2015-02-18Do LSM checks after determining if the message is a requested replyTyler Hicks1-24/+29
2015-02-18Mediation of processes that acquire well-known namesJohn Johansen5-2/+310
2015-02-18Store AppArmor label of connecting processesTyler Hicks4-3/+79
2015-02-18Store AppArmor label of bus during initializationTyler Hicks1-1/+86
2015-02-18Initialize AppArmor mediationJohn Johansen4-0/+208
2015-02-18Add apparmor element support to bus config parsingTyler Hicks8-1/+154
2015-02-18Update autoconf file to build against libapparmorTyler Hicks1-0/+1
2015-02-18Add LSM-agnostic support for LinuxSecurityLabel credentialSimon McVittie1-7/+25
2015-02-13Add org.freedesktop.DBus.Verbose interface to dbus-daemon when compiled with ...Ralf Habacker1-0/+77
2015-02-11bus_driver_handle_get_connection_credentials: do not assert on OOMSimon McVittie1-0/+4
2015-02-11Windows implementation of GetConnectionCredentials.Ralf Habacker1-0/+20
2015-02-09Imported Upstream version 1.9.10upstream/1.9.10Simon McVittie6-36/+592
2015-02-09Merge branch '1.8-cve-2015-0245' into cve-2015-0245Simon McVittie2-11/+47
2015-02-05CVE-2015-0245: discard forged ActivationFailure messagesSimon McVittie1-0/+18
2015-02-05bus_driver_get_owner_of_name: factor out from bus_driver_get_conn_helperSimon McVittie1-11/+21
2015-02-04bus_driver_check_caller_is_privileged: correct the DBUS_WIN caseSimon McVittie1-1/+1
2015-02-04Allow root to monitor the system bus by defaultSimon McVittie1-0/+6
2015-02-04Capture a fake reply if a broadcast cannot be deliveredSimon McVittie3-4/+37
2015-02-04Capture all messages received or sent, and send them to monitorsSimon McVittie5-34/+320
2015-02-04Add support for morphing a D-Bus connection into a "monitor"Simon McVittie4-1/+196
2015-02-04CVE-2015-0245: prevent forged ActivationFailure from non-root processesSimon McVittie1-0/+8
2015-02-03Imported Upstream version 1.9.8Simon McVittie7-47/+169
2015-02-03bus_context_log_and_set_error: add and useSimon McVittie4-25/+39
2015-02-03bus_context_log_literal: add simplified version of bus_context_logSimon McVittie2-1/+24
2015-02-03bus: put the printf attribute in the header where it will do more goodSimon McVittie2-4/+1
2015-02-03bus driver: factor out bus_driver_check_caller_is_privileged, and allow rootSimon McVittie1-29/+107
2015-02-03Update .gitignore filesLukasz Skalski1-0/+2
2015-02-02bus: exit on fatal errors even if not sysloggingSimon McVittie1-0/+4
2015-01-06selinux: avoid leaking on systems where va_start allocates memorySimon McVittie1-1/+3
2015-01-06Fix assertion in regression test to be equality test, not assignmentSimon McVittie1-1/+1
2015-01-02Imported Upstream version 1.9.6upstream/1.9.6Simon McVittie3-2/+79
2015-01-01Merge branch 'dbus-1.8' and prepare 1.9.6Simon McVittie3-2/+79
2015-01-01Hardening: only accept Stats function calls at the canonical object pathSimon McVittie1-0/+7
2015-01-01Hardening: only allow the uid of the dbus-daemon to call UpdateActivationEnvi...Simon McVittie1-0/+35
2015-01-01Hardening: reject UpdateActivationEnvironment on non-canonical pathSimon McVittie2-2/+37
2014-11-24Imported Upstream version 1.9.4upstream/1.9.4Simon McVittie4-5/+13
2014-11-24Upgrade auth_timeout violation to a warning, since this branch has thoseSimon McVittie1-1/+1
2014-11-24Merge branch 'dbus-1.8'Simon McVittie2-1/+9
2014-11-22Revert "config: change default auth_timeout to 5 seconds"Simon McVittie1-1/+1
2014-11-22Log to syslog when auth_timeout drops an incomplete connectionSimon McVittie1-0/+8
2014-11-18Use DBUS_SYSTEM_LOG_WARNING for failure to alter fd-limitsSimon McVittie2-3/+3
2014-11-14Merge branch 'dbus-1.8'Simon McVittie1-1/+1