summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* dbus-monitor: convert remaining hard tabs to 8 spacesSimon McVittie2015-02-161-38/+38
* dbus-send: pretty-print GVariant-style bytestringsSimon McVittie2015-02-162-30/+35
* Add manual-paths test to the Autotools (mingw) build tooSimon McVittie2015-02-161-0/+8
* Add org.freedesktop.DBus.Verbose interface to dbus-daemon when compiled with ...Ralf Habacker2015-02-134-0/+91
* Add manual-paths test executable with cmake build support.Ralf Habacker2015-02-124-0/+83
* Add dbus-test-tool and its man page to the CMake build systemSimon McVittie2015-02-122-0/+16
* Document dbus-test-toolSimon McVittie2015-02-123-0/+327
* bus_driver_handle_get_connection_credentials: do not assert on OOMSimon McVittie2015-02-111-0/+4
* Reduce the number of fds the fdpass test usesSimon McVittie2015-02-111-2/+23
* Minor optimization in _dbus_getsid().Ralf Habacker2015-02-111-2/+8
* Add test for windows sid.Ralf Habacker2015-02-113-3/+24
* Windows implementation of GetConnectionCredentials.Ralf Habacker2015-02-112-0/+28
* 1.9.11Simon McVittie2015-02-092-1/+6
* 1.9.10dbus-1.9.10Simon McVittie2015-02-092-4/+4
* Add a regression test for making systemd activation appear to failSimon McVittie2015-02-091-0/+31
* Merge branch '1.8-cve-2015-0245' into cve-2015-0245Simon McVittie2015-02-093-12/+62
|\
| * CVE-2015-0245: discard forged ActivationFailure messagesSimon McVittie2015-02-051-0/+18
| * bus_driver_get_owner_of_name: factor out from bus_driver_get_conn_helperSimon McVittie2015-02-051-11/+21
| * 1.8.17Simon McVittie2015-02-052-1/+6
| * Prepare embargoed 1.8.16 releasedbus-1.8.16Simon McVittie2015-02-042-4/+18
| * CVE-2015-0245: prevent forged ActivationFailure from non-root processesSimon McVittie2015-02-041-0/+8
* | Add test-fdpass to the build, and make it compile againSimon McVittie2015-02-052-1/+13
* | tests: make installable metadata Windows-friendly by using EXEEXTSimon McVittie2015-02-051-2/+2
* | tests: make sure to specify CPPFLAGS where neededSimon McVittie2015-02-051-0/+2
* | bus_driver_check_caller_is_privileged: correct the DBUS_WIN caseSimon McVittie2015-02-041-1/+1
* | _dbus_listen_tcp_socket: Keep windows code to fetch port from tcp listening s...Ralf Habacker2015-02-041-6/+5
* | NEWS for 1.9Simon McVittie2015-02-041-1/+28
* | Add a common test_init() for GLib tests which prevents hanging foreverSimon McVittie2015-02-0417-30/+54
* | dbus-monitor: add options to log binary data with or without pcap framingSimon McVittie2015-02-045-9/+202
* | dbus-monitor: add support for using BecomeMonitor to be a read-only monitorSimon McVittie2015-02-041-9/+75
* | Allow root to monitor the system bus by defaultSimon McVittie2015-02-041-0/+6
* | Add a regression test for being a new-style monitorSimon McVittie2015-02-043-0/+1526
* | Capture a fake reply if a broadcast cannot be deliveredSimon McVittie2015-02-043-4/+37
* | Capture all messages received or sent, and send them to monitorsSimon McVittie2015-02-046-34/+417
* | Add support for morphing a D-Bus connection into a "monitor"Simon McVittie2015-02-045-1/+199
* | Merge branch 'dbus-1.8'Simon McVittie2015-02-040-0/+0
|\ \ | |/
| * NEWS for 1.8 branchSimon McVittie2015-02-041-1/+7
* | _dbus_listen_tcp_socket: comment on another reason to ignore EADDRINUSESimon McVittie2015-02-041-3/+12
* | _dbus_listen_tcp_socket: use NI_NUMERICSERV to determine port numberSimon McVittie2015-02-041-1/+1
* | Provide appropriate DBUS_USER and DBUS_TEST_USER under CMakeRalf Habacker2015-02-042-3/+6
* | Link tests to test-utils-glib.c under CMake tooRalf Habacker2015-02-041-1/+9
* | dbus-monitor: use common code from dbus-test-toolSimon McVittie2015-02-043-13/+12
* | 1.9.9Simon McVittie2015-02-032-1/+6
* | 1.9.8 development releasedbus-1.9.8Simon McVittie2015-02-032-4/+6
* | Treat root as a valid candidate for TEST_USER_MESimon McVittie2015-02-032-15/+4
* | NEWSSimon McVittie2015-02-031-0/+8
* | Add a regression test for systemd activationSimon McVittie2015-02-038-0/+363
* | bus_context_log_and_set_error: add and useSimon McVittie2015-02-034-25/+39
* | _dbus_set_error_valist: addSimon McVittie2015-02-032-6/+24
* | bus_context_log_literal: add simplified version of bus_context_logSimon McVittie2015-02-032-1/+24