summaryrefslogtreecommitdiff
path: root/test/dbus-daemon.c
Commit message (Expand)AuthorAgeFilesLines
* Add a unit test for the dbus-daemon resetting its fd limitSimon McVittie2018-02-201-12/+101
* tests: Add the ability to multiply up test timeoutsSimon McVittie2018-02-061-1/+1
* tests: In slower tests, make the timeout per-test-caseSimon McVittie2017-09-271-0/+3
* tests: Use dbus_clear_connection etc. in a couple of testsSimon McVittie2017-07-301-97/+72
* test: Exercise min_fds, max_fdsSimon McVittie2017-07-281-0/+148
* Merge branch 'dbus-1.10'Simon McVittie2017-07-071-0/+1
|\
| * test/dbus-daemon: Unset DBUS_SESSION_BUS_ADDRESSSimon McVittie2017-07-071-0/+1
* | Add dbus_try_get_local_machine_id()Simon McVittie2017-06-081-17/+7
* | test/dbus-daemon: Exercise Properties, Features and InterfacesSimon McVittie2017-06-081-0/+761
* | test/dbus-daemon: Exercise the Peer interfaceSimon McVittie2017-06-081-0/+122
* | test/dbus-daemon: Fix some memory leaksSimon McVittie2017-06-081-0/+12
* | tests: Wrap file-deletion functions to handle EINTRSimon McVittie2017-02-201-2/+3
* | test_get_dbus_daemon: Take a custom XDG_RUNTIME_DIR as an argumentSimon McVittie2017-02-201-1/+1
* | Make uid 0 immune to pending_fd_timeout limitSimon McVittie2016-11-111-0/+6
* | Fix warnings from compiler option '-Wshadow'Thomas Zimmermann2016-10-101-2/+2
* | dbus-daemon test: exercise pending fd timeout testSimon McVittie2016-08-161-0/+131
* | dbus-daemon test: exercise max_names_per_connection limitSimon McVittie2016-08-161-0/+47
* | dbus-daemon test: exercise maximum match rules per connectionSimon McVittie2016-08-161-0/+35
* | dbus-daemon test: exercise maximum replies per connectionSimon McVittie2016-08-161-0/+178
* | dbus-daemon test: exercise maximum connection countsSimon McVittie2016-08-161-9/+67
|/
* Use dbus_set_error_from_message() to check for an errorРуслан Ижбулатов2016-06-301-9/+13
* tests: avoid noise on stdout when not --verboseSimon McVittie2015-04-161-5/+5
* Fix of 'warning: unused variable ‘result‘ [-Wunused-variable]'.Ralf Habacker2015-03-041-1/+0
* Add a regression test for connecting to XDG_RUNTIME_DIR/bus by defaultSimon McVittie2015-02-241-3/+78
* Add regression test for LinuxSecurityLabel credentialSimon McVittie2015-02-181-1/+25
* Add test for windows sid.Ralf Habacker2015-02-111-2/+22
* Add a common test_init() for GLib tests which prevents hanging foreverSimon McVittie2015-02-041-2/+1
* Add infrastructure to run bits of tests under an alternative uidSimon McVittie2015-02-031-0/+1
* Factor out some utility functions from test/dbus-daemon*Simon McVittie2015-02-031-188/+22
* Merge branch 'dbus-1.8' and prepare 1.9.6dbus-1.9.6Simon McVittie2015-01-011-0/+87
|\
| * Add a regression test for path-based UpdateActivationEnvironment hardeningSimon McVittie2015-01-011-0/+87
* | Add NetBSD to the list of platforms where credentials-passing a pid should workSimon McVittie2014-11-061-1/+2
* | test_processid: only assert that it works if we expect it to workSimon McVittie2014-11-061-10/+22
* | Implement NetBSD credentials-passing with LOCAL_PEEREIDPatrick Welche2014-11-061-0/+55
* | dbus-daemon test: don't assert we pass uid/pid on unknown Unix platformsSimon McVittie2014-11-061-1/+28
* | Use a better NoReply message for disconnection with reply pendingSimon McVittie2014-10-291-2/+93
|/
* Handle 0x0d0a EOLs in spawn_dbus_daemon()Руслан Ижбулатов2014-04-301-0/+2
* test/dbus-daemon, test/dbus-daemon-eavesdrop: allow external dbus-daemonSimon McVittie2014-01-071-1/+16
* Tests: allow dbus-glib to be replaced with use of libdbus-internalSimon McVittie2013-09-031-7/+14
* GetConnectionCredentials: addSimon McVittie2013-08-221-0/+127
* Merge branch 'dbus-1.4'Simon McVittie2011-08-121-2/+3
|\
| * Fix compiler warnings when cross-compiling dbus-daemon test for mingw32Simon McVittie2011-08-121-2/+3
* | Remove various never-used variablesSimon McVittie2011-08-051-2/+0
* | Add a regression test that can reproduce fd.o #34393Simon McVittie2011-07-281-16/+59
|/
* Fix copyright datesSimon McVittie2011-06-101-1/+1
* Use DBUS_TIMEOUT_INFINITE in dbus-daemon.cSimon McVittie2011-06-101-2/+3
* Alter test-dbus-daemon so it tests the installed dbus-daemon by defaultSimon McVittie2011-06-101-17/+12
* dbus-daemon test: sanity-check the just-installed config file when using DESTDIRSimon McVittie2011-06-101-1/+11
* Add a simple integration test for dbus-daemonSimon McVittie2011-06-101-0/+320