summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* user dbus.socket: Set DBUS_SESSION_BUS_ADDRESSJan Alexander Steffens (heftig)2015-10-261-0/+1
* BecomeMonitor: do not overwrite error with another errorSimon McVittie2015-10-191-4/+1
* 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
* 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
|\
| * Fix memleak in GetConnectionCredentials handlerJacek Bukarewicz2015-06-171-0/+2
| * Security hardening: force EXTERNAL auth in session.conf on UnixSimon McVittie2015-05-121-0/+10
* | Move session & system bus configuration to datadir, by default.Dimitri John Ledkov2015-05-275-10/+65
* | Fail to generate random bytes instead of falling back to rand()Simon McVittie2015-05-141-1/+1
* | Make UUID generation failableSimon McVittie2015-05-141-1/+2
* | Security hardening: force EXTERNAL auth in session.conf on UnixSimon McVittie2015-05-141-0/+10
* | Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker2015-05-121-3/+3
* | Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-122-6/+6
* | main: reload_pipe is (despite its name) a socket pairSimon McVittie2015-05-121-3/+5
* | DBusMainLoop, DBusSocketSet: work in terms of DBusPollableSimon McVittie2015-05-121-3/+3
* | bus_unix_fds_passing_test: the results of _dbus_socketpair are socketsSimon McVittie2015-05-121-5/+6
* | test_remove_directory: Fix 'variable iter going out of scope leaks the storag...Ralf Habacker2015-05-011-0/+1
* | Always assert that BUS_CONNECTION_DATA() returns non-NULLRalf Habacker2015-04-171-3/+15
* | include_dir: skip processing on error (CID 54744)Ralf Habacker2015-04-161-0/+2
* | Fix assorted compiler warnings on Windows.Simon McVittie2015-03-241-0/+2
* | Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-242-4/+4
* | Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker2015-03-112-4/+4
* | Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2015-03-112-4/+4
* | Improve diagnostics when UpdateActivationEnvironment calls are rejectedSimon McVittie2015-03-051-2/+15
* | signal_handler: avoid signed/unsigned mismatch (-Wsign-compare)Simon McVittie2015-03-041-2/+4
* | Trivial -Wsign-compare fixes.Ralf Habacker2015-03-041-1/+2