summaryrefslogtreecommitdiff
path: root/bus/driver.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-29bus_driver_send_ack_reply: Make available to other modulesSimon McVittie1-13/+10
2017-06-29driver: Use a data-driven approach to marking methods as privilegedSimon McVittie1-18/+15
2017-06-29driver: Share bus_driver_get_conn_helper with other modulesSimon McVittie1-8/+1
2017-06-29driver: Make eavesdropping a privileged actionSimon McVittie1-3/+10
2017-06-12Return the dbus-daemon SELinux context when asking about org.freedesktop.DBusLaurent Bigonville1-2/+3
2017-06-08driver: Implement the Peer interface, for completenessSimon McVittie1-1/+80
2017-06-08driver: Implement Properties, with Features and Interfaces propertiesSimon McVittie1-2/+375
2017-06-08driver: Generate child node elements in introspectionSimon McVittie1-2/+25
2017-06-02bus/driver: Only allow specific methods to be called at wrong pathsSimon McVittie1-61/+74
2017-06-02bus/driver: Make non-core interfaces unavailable on most object pathsSimon McVittie1-10/+38
2017-02-13driver: Remove unnecessary NULL checkPhilip Withnall1-1/+1
2017-01-17Bus driver: add default BusDriverFound switch casesSimon McVittie1-0/+6
2016-10-13Be more const-correctSimon McVittie1-2/+3
2016-10-10Ignore ActivationFailure if not using systemd activationSimon McVittie1-0/+8
2016-10-10bus_driver_handle_message: reject ActivationFailure if unprivilegedSimon McVittie1-0/+9
2016-08-16Log when we exceed max_match_rules_per_connectionSimon McVittie1-6/+16
2016-08-16Log to syslog if max_completed_connections or max_connections_per_user are ex...Simon McVittie1-2/+13
2015-11-23Merge branch 'dbus-1.10'Simon McVittie1-58/+278
2015-11-23Fix warning: "pointer targets in passing argument 3 of 'dbus_connection_get_a...Ralf Habacker1-1/+1
2015-11-17monitor: use the addressed_recipient to select matchesSimon McVittie1-1/+1
2015-11-17bus-driver: Support returning org.freedesktop.DBus UID and PIDJan Alexander Steffens (heftig)1-55/+115
2015-11-17bus_driver_handle_update_activation_environment: Forward to systemdJan Alexander Steffens (heftig)1-3/+152
2015-11-17bus_driver_handle_update_activation_environment: Error on system busesJan Alexander Steffens (heftig)1-0/+11
2015-10-19BecomeMonitor: do not overwrite error with another errorSimon McVittie1-4/+1
2015-06-17Merge branch 'dbus-1.8'Simon McVittie1-0/+2
2015-06-17Fix memleak in GetConnectionCredentials handlerJacek Bukarewicz1-0/+2
2015-03-05Improve diagnostics when UpdateActivationEnvironment calls are rejectedSimon McVittie1-2/+15
2015-02-18Revert "Add DBus method to return the AA context of a connection"Simon McVittie1-89/+0
2015-02-18Add DBus method to return the AA context of a connectionTyler Hicks1-0/+89
2015-02-18Mediation of processes becoming a monitorTyler Hicks1-0/+7
2015-02-18Mediation of processes eavesdroppingTyler Hicks1-1/+9
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-09Merge branch '1.8-cve-2015-0245' into cve-2015-0245Simon McVittie1-11/+39
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-04Capture all messages received or sent, and send them to monitorsSimon McVittie1-7/+92
2015-02-04Add support for morphing a D-Bus connection into a "monitor"Simon McVittie1-0/+35
2015-02-03bus_context_log_and_set_error: add and useSimon McVittie1-20/+8
2015-02-03bus driver: factor out bus_driver_check_caller_is_privileged, and allow rootSimon McVittie1-29/+107
2015-01-01Merge branch 'dbus-1.8' and prepare 1.9.6Simon McVittie1-0/+70
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 McVittie1-0/+35
2014-09-25Implement GetAllMatchRules on the Stats interfaceAlban Crequy1-0/+1
2013-08-23Cleanup: simplify assertion checkChengwei Yang1-14/+3
2013-08-23Revert "Factor out DBusAuthorization from DBusTransport"Simon McVittie1-11/+0
2013-08-23Factor out DBusAuthorization from DBusTransportCosimo Alfarano1-0/+11