summaryrefslogtreecommitdiff
path: root/bus
Commit message (Expand)AuthorAgeFilesLines
* bus: Don't explicitly clear BusConnections.monitorsSimon McVittie2020-02-201-3/+4
* activation: Don't leak if delivering activation message is forbiddenSimon McVittie2018-12-031-0/+1
* bus: raise fd limits before dropping privsDavid King2018-02-211-2/+5
* monitor: use the addressed_recipient to select matchesSimon McVittie2017-09-256-23/+77
* config-loader-expat: Tell Expat not to defend against hash collisionsSimon McVittie2017-07-281-0/+14
* Initialize SELinux and Apparmor after capabilities are setLaurent Bigonville2017-03-221-14/+26
* activation test: Fix time-of-check/time-of-use bug waiting to happenSimon McVittie2017-02-161-15/+5
* Make uid 0 immune to pending_fd_timeout limitSimon McVittie2016-11-281-0/+14
* Log to syslog when pending_fd_timeout is exceededSimon McVittie2016-11-281-0/+12
* Ignore ActivationFailure if not using systemd activationSimon McVittie2016-10-101-0/+8
* bus_driver_handle_message: reject ActivationFailure if unprivilegedSimon McVittie2016-10-101-0/+9
* dbus_activation_systemd_failure: do not use non-literal format stringSimon McVittie2016-10-101-1/+1
* dbus-daemon, dbus-launch: cope with callers having closed standard fdsSimon McVittie2016-08-121-0/+25
* 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
* 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