summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* Optionally install systemd user units for a per-user busSimon McVittie2015-02-243-1/+35
* Fix static linking with mingwSimon McVittie2015-02-201-1/+1
* Link dbus-daemon and dbus-daemon-lauch-helper against libdbusBertrand SIMONNET2015-02-201-3/+16
* Remove <apparmor/> from default system.conf, session.confSimon McVittie2015-02-192-6/+0
* apparmor: Fix build failure with --disable-apparmorTyler Hicks2015-02-191-24/+24
* Revert "Add DBus method to return the AA context of a connection"Simon McVittie2015-02-183-105/+0
* Add DBus method to return the AA context of a connectionTyler Hicks2015-02-183-0/+105
* apparmor: tighten up terminology for context vs. label vs. profileSimon McVittie2015-02-181-38/+40
* Mediation of processes becoming a monitorTyler Hicks2015-02-181-0/+7
* Mediation of processes eavesdroppingTyler Hicks2015-02-185-1/+141
* Mediation of processes sending and receiving messagesJohn Johansen2015-02-183-1/+369
* Do LSM checks after determining if the message is a requested replyTyler Hicks2015-02-181-24/+29
* Mediation of processes that acquire well-known namesJohn Johansen2015-02-185-2/+310
* Store AppArmor label of connecting processesTyler Hicks2015-02-184-3/+79
* Store AppArmor label of bus during initializationTyler Hicks2015-02-181-1/+86
* Initialize AppArmor mediationJohn Johansen2015-02-184-0/+208
* Add apparmor element support to bus config parsingTyler Hicks2015-02-188-1/+154
* Update autoconf file to build against libapparmorTyler Hicks2015-02-181-0/+1
* Add LSM-agnostic support for LinuxSecurityLabel credentialSimon McVittie2015-02-181-7/+25
* Add org.freedesktop.DBus.Verbose interface to dbus-daemon when compiled with ...Ralf Habacker2015-02-131-0/+77
* bus_driver_handle_get_connection_credentials: do not assert on OOMSimon McVittie2015-02-111-0/+4
* Windows implementation of GetConnectionCredentials.Ralf Habacker2015-02-111-0/+20
* Merge branch '1.8-cve-2015-0245' into cve-2015-0245Simon McVittie2015-02-092-11/+47
|\
| * CVE-2015-0245: discard forged ActivationFailure messagesSimon McVittie2015-02-051-0/+18
| * bus_driver_get_owner_of_name: factor out from bus_driver_get_conn_helperSimon McVittie2015-02-051-11/+21
| * CVE-2015-0245: prevent forged ActivationFailure from non-root processesSimon McVittie2015-02-041-0/+8
* | bus_driver_check_caller_is_privileged: correct the DBUS_WIN caseSimon McVittie2015-02-041-1/+1
* | Allow root to monitor the system bus by defaultSimon McVittie2015-02-041-0/+6
* | Capture a fake reply if a broadcast cannot be deliveredSimon McVittie2015-02-043-4/+37
* | Capture all messages received or sent, and send them to monitorsSimon McVittie2015-02-045-34/+320
* | Add support for morphing a D-Bus connection into a "monitor"Simon McVittie2015-02-044-1/+196
* | bus_context_log_and_set_error: add and useSimon McVittie2015-02-034-25/+39
* | bus_context_log_literal: add simplified version of bus_context_logSimon McVittie2015-02-032-1/+24
* | bus: put the printf attribute in the header where it will do more goodSimon McVittie2015-02-032-4/+1
* | bus driver: factor out bus_driver_check_caller_is_privileged, and allow rootSimon McVittie2015-02-031-29/+107
* | Update .gitignore filesLukasz Skalski2015-02-031-0/+2
* | bus: exit on fatal errors even if not sysloggingSimon McVittie2015-02-021-0/+4
* | selinux: avoid leaking on systems where va_start allocates memorySimon McVittie2015-01-061-1/+3
* | Fix assertion in regression test to be equality test, not assignmentSimon McVittie2015-01-061-1/+1
* | Merge branch 'dbus-1.8' and prepare 1.9.6dbus-1.9.6Simon McVittie2015-01-013-2/+79
|\ \ | |/
| * Hardening: only accept Stats function calls at the canonical object pathSimon McVittie2015-01-011-0/+7
| * Hardening: only allow the uid of the dbus-daemon to call UpdateActivationEnvi...Simon McVittie2015-01-011-0/+35
| * Hardening: reject UpdateActivationEnvironment on non-canonical pathSimon McVittie2015-01-012-2/+37
* | Upgrade auth_timeout violation to a warning, since this branch has thoseSimon McVittie2014-11-241-1/+1
* | Merge branch 'dbus-1.8'Simon McVittie2014-11-242-1/+9
|\ \ | |/
| * Revert "config: change default auth_timeout to 5 seconds"Simon McVittie2014-11-221-1/+1
| * Log to syslog when auth_timeout drops an incomplete connectionSimon McVittie2014-11-221-0/+8
* | Use DBUS_SYSTEM_LOG_WARNING for failure to alter fd-limitsSimon McVittie2014-11-182-3/+3
* | Merge branch 'dbus-1.8'Simon McVittie2014-11-141-1/+1
|\ \ | |/
| * Set error when message delivery is denied due to receive ruleJacek Bukarewicz2014-11-141-1/+1