summaryrefslogtreecommitdiff
path: root/test/dbus-daemon.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-14Add SPDX license tags for the MIT (Expat) license, where straightforwardSimon McVittie1-0/+1
2021-12-10Disable the Containers interfaceSimon McVittie1-4/+0
2021-11-22test: Exercise successful and failed RemoveMatch callsSimon McVittie1-21/+144
2019-07-03tests: Skip system bus test if we are root but messagebus does not existSimon McVittie1-1/+1
2019-05-30Merge branch 'send_destination_prefix' into 'master'Simon McVittie1-0/+269
2019-05-14test: send_destination(_prefix) testsAdrian Szyndela1-0/+269
2019-05-13Merge branch 'unix-gids' into 'master'Simon McVittie1-1/+56
2019-04-17Merge branch 'disable-traditional-activation' into 'master'Simon McVittie1-0/+6
2019-04-17test-dbus-daemon: Fix a misleading variable nameSimon McVittie1-4/+4
2019-04-17test-dbus-daemon: Say why we don't check the value of LinuxSecurityLabelSimon McVittie1-0/+13
2019-03-25Add UnixGroupIDs to connection credentialsMatthijs van Duin1-1/+56
2019-03-25Configure option to disable traditional activationTopi Miettinen1-0/+6
2018-12-05Merge branch 'unprivileged-container' into 'master'Simon McVittie1-2/+28
2018-12-04dbus-daemon test: Don't test fd limits if in an unprivileged containerSimon McVittie1-2/+28
2018-12-03Translate Python-based tests to CSimon McVittie1-1/+237
2018-11-29test/dbus-daemon: Mark max-connections-per-user as unimplemented on WindowsSimon McVittie1-5/+22
2018-10-23dbus-daemon test: Allow much longer for pending fd timeoutSimon McVittie1-3/+7
2018-08-02tests: Detach most connections from main loop before closingSimon McVittie1-1/+7
2018-08-02test/dbus-daemon: Don't leak expected error for max connectionsSimon McVittie1-0/+1
2018-08-02test/dbus-daemon: Don't leak error if no machine ID was foundSimon McVittie1-0/+1
2018-08-02tests: Call dbus_shutdown()Simon McVittie1-1/+5
2018-08-02test: Avoid g_queue_foreachSimon McVittie1-1/+5
2018-02-20Add a unit test for the dbus-daemon resetting its fd limitSimon McVittie1-12/+101
2018-01-11tests: Assert that dbus-daemon filters unknown header fieldsSimon McVittie1-1/+5
2017-12-12test/dbus-daemon: Assert absence of Containers1 credentialsSimon McVittie1-0/+4
2017-12-04tests: Add the ability to multiply up test timeoutsSimon McVittie1-1/+1
2017-12-04test-utils: Separate failable and non-failable functionsSimon McVittie1-2/+1
2017-11-24tests: Use test_main_context_call_and_waitSimon McVittie1-269/+66
2017-11-24tests: Don't use the same variable for call and replySimon McVittie1-113/+112
2017-11-24test/dbus-daemon: Don't leak method call messages if we skip testsSimon McVittie1-24/+48
2017-11-24test_peer_ping: Don't leak one method call per invocationSimon McVittie1-2/+1
2017-09-27tests: In slower tests, make the timeout per-test-caseSimon McVittie1-0/+3
2017-07-30tests: Use dbus_clear_connection etc. in a couple of testsSimon McVittie1-97/+72
2017-07-28test: Exercise min_fds, max_fdsSimon McVittie1-0/+148
2017-07-07Merge branch 'dbus-1.10'Simon McVittie1-0/+1
2017-07-07test/dbus-daemon: Unset DBUS_SESSION_BUS_ADDRESSSimon McVittie1-0/+1
2017-06-08Add dbus_try_get_local_machine_id()Simon McVittie1-17/+7
2017-06-08test/dbus-daemon: Exercise Properties, Features and InterfacesSimon McVittie1-0/+761
2017-06-08test/dbus-daemon: Exercise the Peer interfaceSimon McVittie1-0/+122
2017-06-08test/dbus-daemon: Fix some memory leaksSimon McVittie1-0/+12
2017-02-20tests: Wrap file-deletion functions to handle EINTRSimon McVittie1-2/+3
2017-02-20test_get_dbus_daemon: Take a custom XDG_RUNTIME_DIR as an argumentSimon McVittie1-1/+1
2016-11-11Make uid 0 immune to pending_fd_timeout limitSimon McVittie1-0/+6
2016-10-10Fix warnings from compiler option '-Wshadow'Thomas Zimmermann1-2/+2
2016-08-16dbus-daemon test: exercise pending fd timeout testSimon McVittie1-0/+131
2016-08-16dbus-daemon test: exercise max_names_per_connection limitSimon McVittie1-0/+47
2016-08-16dbus-daemon test: exercise maximum match rules per connectionSimon McVittie1-0/+35
2016-08-16dbus-daemon test: exercise maximum replies per connectionSimon McVittie1-0/+178
2016-08-16dbus-daemon test: exercise maximum connection countsSimon McVittie1-9/+67
2016-06-30Use dbus_set_error_from_message() to check for an errorРуслан Ижбулатов1-9/+13