summaryrefslogtreecommitdiff
path: root/test/dbus-daemon.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-16tests: avoid noise on stdout when not --verboseSimon McVittie1-5/+5
2015-03-04Fix of 'warning: unused variable ‘result‘ [-Wunused-variable]'.Ralf Habacker1-1/+0
2015-02-24Add a regression test for connecting to XDG_RUNTIME_DIR/bus by defaultSimon McVittie1-3/+78
2015-02-18Add regression test for LinuxSecurityLabel credentialSimon McVittie1-1/+25
2015-02-11Add test for windows sid.Ralf Habacker1-2/+22
2015-02-04Add a common test_init() for GLib tests which prevents hanging foreverSimon McVittie1-2/+1
2015-02-03Add infrastructure to run bits of tests under an alternative uidSimon McVittie1-0/+1
2015-02-03Factor out some utility functions from test/dbus-daemon*Simon McVittie1-188/+22
2015-01-01Merge branch 'dbus-1.8' and prepare 1.9.6Simon McVittie1-0/+87
2015-01-01Add a regression test for path-based UpdateActivationEnvironment hardeningSimon McVittie1-0/+87
2014-11-06Add NetBSD to the list of platforms where credentials-passing a pid should workSimon McVittie1-1/+2
2014-11-06test_processid: only assert that it works if we expect it to workSimon McVittie1-10/+22
2014-11-06Implement NetBSD credentials-passing with LOCAL_PEEREIDPatrick Welche1-0/+55
2014-11-06dbus-daemon test: don't assert we pass uid/pid on unknown Unix platformsSimon McVittie1-1/+28
2014-10-29Use a better NoReply message for disconnection with reply pendingSimon McVittie1-2/+93
2014-04-30Handle 0x0d0a EOLs in spawn_dbus_daemon()Руслан Ижбулатов1-0/+2
2014-01-07test/dbus-daemon, test/dbus-daemon-eavesdrop: allow external dbus-daemonSimon McVittie1-1/+16
2013-09-03Tests: allow dbus-glib to be replaced with use of libdbus-internalSimon McVittie1-7/+14
2013-08-22GetConnectionCredentials: addSimon McVittie1-0/+127
2011-08-12Merge branch 'dbus-1.4'Simon McVittie1-2/+3
2011-08-12Fix compiler warnings when cross-compiling dbus-daemon test for mingw32Simon McVittie1-2/+3
2011-08-05Remove various never-used variablesSimon McVittie1-2/+0
2011-07-28Add a regression test that can reproduce fd.o #34393Simon McVittie1-16/+59
2011-06-10Fix copyright datesSimon McVittie1-1/+1
2011-06-10Use DBUS_TIMEOUT_INFINITE in dbus-daemon.cSimon McVittie1-2/+3