summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* Add new functions _dbus_hash_table_to_array() and _dbus_hash_table_from_array...Ralf Habacker2016-02-121-92/+2
* Add missing includehyeric2016-02-111-0/+2
* AppArmor: do not mix dbus_bool_t with intSimon McVittie2016-02-111-4/+6
* Do not require systemd to have a service file if using it for activationSimon McVittie2015-12-021-12/+31
* embedded tests: accept and ignore --tap argumentSimon McVittie2015-12-023-3/+3
* Avoid -Wunused-label when compiling with libselinux but no libauditSimon McVittie2015-12-021-0/+2
* Initialize SELinux and Apparmor after capabilities are setLaurent Bigonville2015-12-011-14/+26
* Merge branch 'dbus-1.10'Simon McVittie2015-11-231-58/+278
|\
| * bus-driver: Support returning org.freedesktop.DBus UID and PIDJan Alexander Steffens (heftig)2015-11-171-55/+115
| * bus_driver_handle_update_activation_environment: Forward to systemdJan Alexander Steffens (heftig)2015-11-171-3/+152
| * bus_driver_handle_update_activation_environment: Error on system busesJan Alexander Steffens (heftig)2015-11-171-0/+11
* | Fix warning: "pointer targets in passing argument 3 of 'dbus_connection_get_a...Ralf Habacker2015-11-231-1/+1
* | monitor: use the addressed_recipient to select matchesSimon McVittie2015-11-176-22/+76
* | Merge branch 'dbus-1.10'Ralf Habacker2015-11-162-26/+35
|\ \ | |/
| * Do not fail with fatal message skipping GetConnectionUnixProcessID test-bus t...Ralf Habacker2015-11-131-1/+1
| * Fix test-bus test for GetConnectionUnixUser driver method on windows.Ralf Habacker2015-11-131-4/+9
| * Skip launch helper activation tests on windows silently.Ralf Habacker2015-11-121-3/+1
| * Fix memory leaks in bus_activation_service_reload_test() in case of errors.Ralf Habacker2015-11-111-8/+9
| * Revert "Fix memory leaks in bus_activation_service_reload_test() in case of e...Ralf Habacker2015-11-111-9/+8
| * Fix memory leaks in bus_activation_service_reload_test() in case of errors.Ralf Habacker2015-11-111-8/+9
| * Fix test-bus segfault_service_no_auto_start test on windows.Ralf Habacker2015-11-111-11/+16
* | Stop statically enabling dbus.socket in dbus.targetSimon McVittie2015-11-071-2/+0
* | Drop [Install] sections from user servicesSimon McVittie2015-11-072-7/+0
* | Merge branch 'dbus-1.10'Simon McVittie2015-11-061-7/+36
|\ \ | |/
| * Fix test cases running client and server dispatch design issue.Ralf Habacker2015-11-061-5/+34
| * Fix bug unrefing connection too early in check_hello_message().Ralf Habacker2015-11-061-2/+2
* | Merge branch 'dbus-1.10'Simon McVittie2015-11-062-18/+30
|\ \ | |/
| * Test system bus config files on Unix onlyRalf Habacker2015-11-032-1/+15
| * test_default_session_servicedirs: use the intended data directorySimon McVittie2015-11-021-13/+22
| * test_default_session_servicedirs: simplify to a single exit code-pathSimon McVittie2015-11-021-25/+20
* | Wrap path verbose output with '' to be able to see trailing spaces.Ralf Habacker2015-11-021-2/+3
* | Merge branch 'dbus-1.10'Simon McVittie2015-10-261-0/+1
|\ \ | |/
| * user dbus.socket: Set DBUS_SESSION_BUS_ADDRESSJan Alexander Steffens (heftig)2015-10-261-0/+1
* | Merge branch 'dbus-1.10'Simon McVittie2015-10-191-4/+1
|\ \ | |/
| * BecomeMonitor: do not overwrite error with another errorSimon McVittie2015-10-191-4/+1
* | Assume that DBUS_DATADIR is absolute on WindowsSimon McVittie2015-10-051-9/+5
* | Replace build-time prefix with installation prefix when including config filesSimon McVittie2015-10-051-3/+7
* | Use DBusString for all relocation and install-root codeSimon McVittie2015-10-052-27/+42
* | Merge branch 'dbus-1.10'Simon McVittie2015-10-025-43/+39
|\ \ | |/
| * On Windows, load local configuration relative to bus setupSimon McVittie2015-10-024-18/+16
| * Cancel pending activation on any activation errorSimon McVittie2015-10-021-25/+23
* | Rename getters for session, system config filesSimon McVittie2015-09-301-2/+2
|/
* audit: make the first few fds close-on-execSimon McVittie2015-08-251-0/+7
* Throw a warning if we cannot open the audit socket as a session busLaurent Bigonville2015-08-061-4/+0
* Initialize audit subsystem even for the session busLaurent Bigonville2015-08-061-2/+2
* audit: only check for CAP_AUDIT_WRITE once, during initializationSimon McVittie2015-08-061-5/+5
* audit: use DBUS_SYSTEM_LOG_WARNING if we cannot open the audit fdSimon McVittie2015-08-063-6/+14
* bus: move shared libaudit code to a new audit.[ch]Simon McVittie2015-08-069-162/+241
* bus_registry_new: Assert in case of not valid context parameter to avoid poti...Ralf Habacker2015-07-131-2/+2
* Merge branch 'dbus-1.8'Simon McVittie2015-06-171-0/+2
|\