summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
2016-08-12dbus-daemon, dbus-launch: cope with callers having closed standard fdsSimon McVittie1-0/+25
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-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-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-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-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-10-26user dbus.socket: Set DBUS_SESSION_BUS_ADDRESSJan Alexander Steffens (heftig)1-0/+1
2015-10-19BecomeMonitor: do not overwrite error with another errorSimon McVittie1-4/+1
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-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
2015-07-13bus_registry_new: Assert in case of not valid context parameter to avoid poti...Ralf Habacker1-2/+2
2015-06-17Merge branch 'dbus-1.8'Simon McVittie1-0/+2
2015-06-17Fix memleak in GetConnectionCredentials handlerJacek Bukarewicz1-0/+2
2015-05-27Move session & system bus configuration to datadir, by default.Dimitri John Ledkov5-10/+65
2015-05-14Fail to generate random bytes instead of falling back to rand()Simon McVittie1-1/+1
2015-05-14Make UUID generation failableSimon McVittie1-1/+2
2015-05-14Security hardening: force EXTERNAL auth in session.conf on UnixSimon McVittie1-0/+10
2015-05-12Convert mostly DBUS_SOCKET_... and DBUS_POLLABLE_.. macros for more type safety.Ralf Habacker1-3/+3
2015-05-12Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2-6/+6
2015-05-12main: reload_pipe is (despite its name) a socket pairSimon McVittie1-3/+5
2015-05-12DBusMainLoop, DBusSocketSet: work in terms of DBusPollableSimon McVittie1-3/+3
2015-05-12bus_unix_fds_passing_test: the results of _dbus_socketpair are socketsSimon McVittie1-5/+6
2015-05-12Security hardening: force EXTERNAL auth in session.conf on UnixSimon McVittie1-0/+10
2015-05-01test_remove_directory: Fix 'variable iter going out of scope leaks the storag...Ralf Habacker1-0/+1
2015-04-17Always assert that BUS_CONNECTION_DATA() returns non-NULLRalf Habacker1-3/+15
2015-04-16include_dir: skip processing on error (CID 54744)Ralf Habacker1-0/+2
2015-03-24Fix assorted compiler warnings on Windows.Simon McVittie1-0/+2
2015-03-24Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2-4/+4
2015-03-11Revert "Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socket...Ralf Habacker2-4/+4
2015-03-11Rename _dbus_full_duplex_pipe() to more descriptive name _dbus_socketpair().Ralf Habacker2-4/+4
2015-03-05Improve diagnostics when UpdateActivationEnvironment calls are rejectedSimon McVittie1-2/+15