summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
2016-07-01Be explicit about enum comparison in bus_config_load()Deepika Aggarwal1-1/+1
2016-07-01bus: reassure static analysis tool that server slot allocation can't failDeepika Aggarwal1-9/+5
2016-02-12Add new functions _dbus_hash_table_to_array() and _dbus_hash_table_from_array...Ralf Habacker1-92/+2
2016-02-11Add missing includehyeric1-0/+2
2016-02-11AppArmor: do not mix dbus_bool_t with intSimon McVittie1-4/+6
2015-12-02Do not require systemd to have a service file if using it for activationSimon McVittie1-12/+31
2015-12-02embedded tests: accept and ignore --tap argumentSimon McVittie3-3/+3
2015-12-02Avoid -Wunused-label when compiling with libselinux but no libauditSimon McVittie1-0/+2
2015-12-01Initialize SELinux and Apparmor after capabilities are setLaurent Bigonville1-14/+26
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 McVittie6-22/+76
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-11-16Merge branch 'dbus-1.10'Ralf Habacker2-26/+35
2015-11-13Do not fail with fatal message skipping GetConnectionUnixProcessID test-bus t...Ralf Habacker1-1/+1
2015-11-13Fix test-bus test for GetConnectionUnixUser driver method on windows.Ralf Habacker1-4/+9
2015-11-12Skip launch helper activation tests on windows silently.Ralf Habacker1-3/+1
2015-11-11Fix memory leaks in bus_activation_service_reload_test() in case of errors.Ralf Habacker1-8/+9
2015-11-11Revert "Fix memory leaks in bus_activation_service_reload_test() in case of e...Ralf Habacker1-9/+8
2015-11-11Fix memory leaks in bus_activation_service_reload_test() in case of errors.Ralf Habacker1-8/+9
2015-11-11Fix test-bus segfault_service_no_auto_start test on windows.Ralf Habacker1-11/+16
2015-11-07Stop statically enabling dbus.socket in dbus.targetSimon McVittie1-2/+0
2015-11-07Drop [Install] sections from user servicesSimon McVittie2-7/+0
2015-11-06Merge branch 'dbus-1.10'Simon McVittie1-7/+36
2015-11-06Fix test cases running client and server dispatch design issue.Ralf Habacker1-5/+34
2015-11-06Fix bug unrefing connection too early in check_hello_message().Ralf Habacker1-2/+2
2015-11-06Merge branch 'dbus-1.10'Simon McVittie2-18/+30
2015-11-03Test system bus config files on Unix onlyRalf Habacker2-1/+15
2015-11-02test_default_session_servicedirs: use the intended data directorySimon McVittie1-13/+22
2015-11-02test_default_session_servicedirs: simplify to a single exit code-pathSimon McVittie1-25/+20
2015-11-02Wrap path verbose output with '' to be able to see trailing spaces.Ralf Habacker1-2/+3
2015-10-26Merge branch 'dbus-1.10'Simon McVittie1-0/+1
2015-10-26user dbus.socket: Set DBUS_SESSION_BUS_ADDRESSJan Alexander Steffens (heftig)1-0/+1
2015-10-19Merge branch 'dbus-1.10'Simon McVittie1-4/+1
2015-10-19BecomeMonitor: do not overwrite error with another errorSimon McVittie1-4/+1
2015-10-05Assume that DBUS_DATADIR is absolute on WindowsSimon McVittie1-9/+5
2015-10-05Replace build-time prefix with installation prefix when including config filesSimon McVittie1-3/+7
2015-10-05Use DBusString for all relocation and install-root codeSimon McVittie2-27/+42
2015-10-02Merge branch 'dbus-1.10'Simon McVittie5-43/+39
2015-10-02On Windows, load local configuration relative to bus setupSimon McVittie4-18/+16
2015-10-02Cancel pending activation on any activation errorSimon McVittie1-25/+23
2015-09-30Rename getters for session, system config filesSimon McVittie1-2/+2
2015-08-25audit: make the first few fds close-on-execSimon McVittie1-0/+7
2015-08-06Throw a warning if we cannot open the audit socket as a session busLaurent Bigonville1-4/+0
2015-08-06Initialize audit subsystem even for the session busLaurent Bigonville1-2/+2
2015-08-06audit: only check for CAP_AUDIT_WRITE once, during initializationSimon McVittie1-5/+5
2015-08-06audit: use DBUS_SYSTEM_LOG_WARNING if we cannot open the audit fdSimon McVittie3-6/+14
2015-08-06bus: move shared libaudit code to a new audit.[ch]Simon McVittie9-162/+241