summaryrefslogtreecommitdiff
path: root/bus
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-04signal_handler: avoid signed/unsigned mismatch (-Wsign-compare)Simon McVittie1-2/+4
2015-03-04Trivial -Wsign-compare fixes.Ralf Habacker1-1/+2
2015-02-25Make include_dir non-existing directory, to not be an error.Dimitri John Ledkov1-1/+8
2015-02-24Optionally install systemd user units for a per-user busSimon McVittie3-1/+35
2015-02-20Fix static linking with mingwSimon McVittie1-1/+1
2015-02-20Link dbus-daemon and dbus-daemon-lauch-helper against libdbusBertrand SIMONNET1-3/+16
2015-02-19Remove <apparmor/> from default system.conf, session.confSimon McVittie2-6/+0
2015-02-19apparmor: Fix build failure with --disable-apparmorTyler Hicks1-24/+24
2015-02-18Revert "Add DBus method to return the AA context of a connection"Simon McVittie3-105/+0
2015-02-18Add DBus method to return the AA context of a connectionTyler Hicks3-0/+105
2015-02-18apparmor: tighten up terminology for context vs. label vs. profileSimon McVittie1-38/+40
2015-02-18Mediation of processes becoming a monitorTyler Hicks1-0/+7