Imported Upstream version 1.5.12 upstream/1.5.12
authorAnas Nashif <anas.nashif@intel.com>
Tue, 30 Oct 2012 23:16:21 +0000 (16:16 -0700)
committerAnas Nashif <anas.nashif@intel.com>
Tue, 30 Oct 2012 23:16:21 +0000 (16:16 -0700)
commita5fdd77e0f042b40dcbb093ab2bafc51806eeb3b
tree393d5320121757854fdabd84a7b35557045d4a96
Imported Upstream version 1.5.12
456 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
ChangeLog.pre-1-0 [new file with mode: 0644]
ChangeLog.pre-1-2 [new file with mode: 0644]
Doxyfile.in [new file with mode: 0644]
HACKING [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
NEWS [new file with mode: 0644]
NEWS.pre-1-0 [new file with mode: 0644]
NEWS.pre-1-2 [new file with mode: 0644]
README [new file with mode: 0644]
README.cygwin [new file with mode: 0755]
README.launchd [new file with mode: 0644]
README.win [new file with mode: 0644]
README.wince [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
bus/Makefile.am [new file with mode: 0644]
bus/Makefile.in [new file with mode: 0644]
bus/activation-exit-codes.h [new file with mode: 0644]
bus/activation-helper-bin.c [new file with mode: 0644]
bus/activation-helper.c [new file with mode: 0644]
bus/activation-helper.h [new file with mode: 0644]
bus/activation.c [new file with mode: 0644]
bus/activation.h [new file with mode: 0644]
bus/bus.c [new file with mode: 0644]
bus/bus.h [new file with mode: 0644]
bus/config-loader-expat.c [new file with mode: 0644]
bus/config-loader-libxml.c [new file with mode: 0644]
bus/config-parser-common.c [new file with mode: 0644]
bus/config-parser-common.h [new file with mode: 0644]
bus/config-parser-trivial.c [new file with mode: 0644]
bus/config-parser-trivial.h [new file with mode: 0644]
bus/config-parser.c [new file with mode: 0644]
bus/config-parser.h [new file with mode: 0644]
bus/connection.c [new file with mode: 0644]
bus/connection.h [new file with mode: 0644]
bus/dbus.service.in [new file with mode: 0644]
bus/dbus.socket.in [new file with mode: 0644]
bus/desktop-file.c [new file with mode: 0644]
bus/desktop-file.h [new file with mode: 0644]
bus/dir-watch-default.c [new file with mode: 0644]
bus/dir-watch-dnotify.c [new file with mode: 0644]
bus/dir-watch-inotify.c [new file with mode: 0644]
bus/dir-watch-kqueue.c [new file with mode: 0644]
bus/dir-watch.h [new file with mode: 0644]
bus/dispatch.c [new file with mode: 0644]
bus/dispatch.h [new file with mode: 0644]
bus/driver.c [new file with mode: 0644]
bus/driver.h [new file with mode: 0644]
bus/expirelist.c [new file with mode: 0644]
bus/expirelist.h [new file with mode: 0644]
bus/main.c [new file with mode: 0644]
bus/messagebus-config.in [new file with mode: 0644]
bus/messagebus.in [new file with mode: 0755]
bus/org.freedesktop.dbus-session.plist.in [new file with mode: 0644]
bus/policy.c [new file with mode: 0644]
bus/policy.h [new file with mode: 0644]
bus/rc.messagebus.in [new file with mode: 0644]
bus/selinux.c [new file with mode: 0644]
bus/selinux.h [new file with mode: 0644]
bus/services.c [new file with mode: 0644]
bus/services.h [new file with mode: 0644]
bus/session.conf.in [new file with mode: 0644]
bus/signals.c [new file with mode: 0644]
bus/signals.h [new file with mode: 0644]
bus/stats.c [new file with mode: 0644]
bus/stats.h [new file with mode: 0644]
bus/system.conf.in [new file with mode: 0644]
bus/test-launch-helper.c [new file with mode: 0644]
bus/test-main.c [new file with mode: 0644]
bus/test-system.c [new file with mode: 0644]
bus/test.c [new file with mode: 0644]
bus/test.h [new file with mode: 0644]
bus/utils.c [new file with mode: 0644]
bus/utils.h [new file with mode: 0644]
cleanup-man-pages.sh [new file with mode: 0755]
cmake/CMakeLists.txt [new file with mode: 0644]
cmake/ConfigureChecks.cmake [new file with mode: 0644]
cmake/Doxyfile.cmake [new file with mode: 0644]
cmake/bus-test.bat.cmake [new file with mode: 0644]
cmake/bus/CMakeLists.txt [new file with mode: 0644]
cmake/bus/dbus-daemon.xml [new file with mode: 0644]
cmake/bus/service.cmake [new file with mode: 0644]
cmake/bus/system.conf.cmake [new file with mode: 0644]
cmake/config.h.cmake [new file with mode: 0644]
cmake/cross-compile.sh [new file with mode: 0755]
cmake/dbus-env.bat.cmake [new file with mode: 0644]
cmake/dbus/CMakeLists.txt [new file with mode: 0644]
cmake/doc/CMakeLists.txt [new file with mode: 0644]
cmake/doc/index.html.cmake [new file with mode: 0644]
cmake/modules/CPackInstallConfig.cmake [new file with mode: 0644]
cmake/modules/CheckForAbstractSockets.c [new file with mode: 0644]
cmake/modules/CheckPrototypeExists.cmake [new file with mode: 0644]
cmake/modules/CheckStructMember.cmake [new file with mode: 0644]
cmake/modules/FindDoxygen.cmake [new file with mode: 0644]
cmake/modules/FindGLIB.cmake [new file with mode: 0644]
cmake/modules/FindLibExpat.cmake [new file with mode: 0644]
cmake/modules/FindLibIconv.cmake [new file with mode: 0644]
cmake/modules/MacroGetenvWinPath.cmake [new file with mode: 0644]
cmake/modules/MacroLibrary.cmake [new file with mode: 0644]
cmake/modules/MacroOptionalFindPackage.cmake [new file with mode: 0644]
cmake/modules/Macros.cmake [new file with mode: 0644]
cmake/modules/MacrosAutotools.cmake [new file with mode: 0644]
cmake/modules/ProjectSourceGroup.cmake [new file with mode: 0644]
cmake/modules/Win32Macros.cmake [new file with mode: 0644]
cmake/test/CMakeLists.txt [new file with mode: 0644]
cmake/test/name-test/CMakeLists.txt [new file with mode: 0644]
cmake/tools/CMakeLists.txt [new file with mode: 0644]
cmake/tools/dbus-launch.xml [new file with mode: 0644]
cmake/tools/dbus-monitor.xml [new file with mode: 0644]
cmake/tools/dbus-send.xml [new file with mode: 0644]
compile [new file with mode: 0755]
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
dbus-1-uninstalled.pc.in [new file with mode: 0644]
dbus-1.pc.in [new file with mode: 0644]
dbus/Makefile.am [new file with mode: 0644]
dbus/Makefile.in [new file with mode: 0644]
dbus/dbus-address.c [new file with mode: 0644]
dbus/dbus-address.h [new file with mode: 0644]
dbus/dbus-arch-deps.h.in [new file with mode: 0644]
dbus/dbus-auth-script.c [new file with mode: 0644]
dbus/dbus-auth-script.h [new file with mode: 0644]
dbus/dbus-auth-util.c [new file with mode: 0644]
dbus/dbus-auth.c [new file with mode: 0644]
dbus/dbus-auth.h [new file with mode: 0644]
dbus/dbus-bus.c [new file with mode: 0644]
dbus/dbus-bus.h [new file with mode: 0644]
dbus/dbus-connection-internal.h [new file with mode: 0644]
dbus/dbus-connection.c [new file with mode: 0644]
dbus/dbus-connection.h [new file with mode: 0644]
dbus/dbus-credentials-util.c [new file with mode: 0644]
dbus/dbus-credentials.c [new file with mode: 0644]
dbus/dbus-credentials.h [new file with mode: 0644]
dbus/dbus-dataslot.c [new file with mode: 0644]
dbus/dbus-dataslot.h [new file with mode: 0644]
dbus/dbus-errors.c [new file with mode: 0644]
dbus/dbus-errors.h [new file with mode: 0644]
dbus/dbus-file-unix.c [new file with mode: 0644]
dbus/dbus-file-win.c [new file with mode: 0644]
dbus/dbus-file.c [new file with mode: 0644]
dbus/dbus-file.h [new file with mode: 0644]
dbus/dbus-hash.c [new file with mode: 0644]
dbus/dbus-hash.h [new file with mode: 0644]
dbus/dbus-internals.c [new file with mode: 0644]
dbus/dbus-internals.h [new file with mode: 0644]
dbus/dbus-keyring.c [new file with mode: 0644]
dbus/dbus-keyring.h [new file with mode: 0644]
dbus/dbus-list.c [new file with mode: 0644]
dbus/dbus-list.h [new file with mode: 0644]
dbus/dbus-macros.h [new file with mode: 0644]
dbus/dbus-mainloop.c [new file with mode: 0644]
dbus/dbus-mainloop.h [new file with mode: 0644]
dbus/dbus-marshal-basic.c [new file with mode: 0644]
dbus/dbus-marshal-basic.h [new file with mode: 0644]
dbus/dbus-marshal-byteswap-util.c [new file with mode: 0644]
dbus/dbus-marshal-byteswap.c [new file with mode: 0644]
dbus/dbus-marshal-byteswap.h [new file with mode: 0644]
dbus/dbus-marshal-header.c [new file with mode: 0644]
dbus/dbus-marshal-header.h [new file with mode: 0644]
dbus/dbus-marshal-recursive-util.c [new file with mode: 0644]
dbus/dbus-marshal-recursive.c [new file with mode: 0644]
dbus/dbus-marshal-recursive.h [new file with mode: 0644]
dbus/dbus-marshal-validate-util.c [new file with mode: 0644]
dbus/dbus-marshal-validate.c [new file with mode: 0644]
dbus/dbus-marshal-validate.h [new file with mode: 0644]
dbus/dbus-memory.c [new file with mode: 0644]
dbus/dbus-memory.h [new file with mode: 0644]
dbus/dbus-mempool.c [new file with mode: 0644]
dbus/dbus-mempool.h [new file with mode: 0644]
dbus/dbus-message-factory.c [new file with mode: 0644]
dbus/dbus-message-factory.h [new file with mode: 0644]
dbus/dbus-message-internal.h [new file with mode: 0644]
dbus/dbus-message-private.h [new file with mode: 0644]
dbus/dbus-message-util.c [new file with mode: 0644]
dbus/dbus-message.c [new file with mode: 0644]
dbus/dbus-message.h [new file with mode: 0644]
dbus/dbus-misc.c [new file with mode: 0644]
dbus/dbus-misc.h [new file with mode: 0644]
dbus/dbus-nonce.c [new file with mode: 0644]
dbus/dbus-nonce.h [new file with mode: 0644]
dbus/dbus-object-tree.c [new file with mode: 0644]
dbus/dbus-object-tree.h [new file with mode: 0644]
dbus/dbus-pending-call-internal.h [new file with mode: 0644]
dbus/dbus-pending-call.c [new file with mode: 0644]
dbus/dbus-pending-call.h [new file with mode: 0644]
dbus/dbus-pipe-unix.c [new file with mode: 0644]
dbus/dbus-pipe-win.c [new file with mode: 0644]
dbus/dbus-pipe.c [new file with mode: 0644]
dbus/dbus-pipe.h [new file with mode: 0644]
dbus/dbus-protocol.h [new file with mode: 0644]
dbus/dbus-resources.c [new file with mode: 0644]
dbus/dbus-resources.h [new file with mode: 0644]
dbus/dbus-server-debug-pipe.c [new file with mode: 0644]
dbus/dbus-server-debug-pipe.h [new file with mode: 0644]
dbus/dbus-server-launchd.c [new file with mode: 0644]
dbus/dbus-server-launchd.h [new file with mode: 0644]
dbus/dbus-server-protected.h [new file with mode: 0644]
dbus/dbus-server-socket.c [new file with mode: 0644]
dbus/dbus-server-socket.h [new file with mode: 0644]
dbus/dbus-server-unix.c [new file with mode: 0644]
dbus/dbus-server-unix.h [new file with mode: 0644]
dbus/dbus-server-win.c [new file with mode: 0644]
dbus/dbus-server-win.h [new file with mode: 0644]
dbus/dbus-server.c [new file with mode: 0644]
dbus/dbus-server.h [new file with mode: 0644]
dbus/dbus-sha.c [new file with mode: 0644]
dbus/dbus-sha.h [new file with mode: 0644]
dbus/dbus-shared.h [new file with mode: 0644]
dbus/dbus-shell.c [new file with mode: 0644]
dbus/dbus-shell.h [new file with mode: 0644]
dbus/dbus-signature.c [new file with mode: 0644]
dbus/dbus-signature.h [new file with mode: 0644]
dbus/dbus-socket-set-epoll.c [new file with mode: 0644]
dbus/dbus-socket-set-poll.c [new file with mode: 0644]
dbus/dbus-socket-set.c [new file with mode: 0644]
dbus/dbus-socket-set.h [new file with mode: 0644]
dbus/dbus-sockets-win.h [new file with mode: 0644]
dbus/dbus-spawn-win.c [new file with mode: 0644]
dbus/dbus-spawn.c [new file with mode: 0644]
dbus/dbus-spawn.h [new file with mode: 0644]
dbus/dbus-string-private.h [new file with mode: 0644]
dbus/dbus-string-util.c [new file with mode: 0644]
dbus/dbus-string.c [new file with mode: 0644]
dbus/dbus-string.h [new file with mode: 0644]
dbus/dbus-syntax.c [new file with mode: 0644]
dbus/dbus-syntax.h [new file with mode: 0644]
dbus/dbus-sysdeps-pthread.c [new file with mode: 0644]
dbus/dbus-sysdeps-thread-win.c [new file with mode: 0644]
dbus/dbus-sysdeps-unix.c [new file with mode: 0644]
dbus/dbus-sysdeps-unix.h [new file with mode: 0644]
dbus/dbus-sysdeps-util-unix.c [new file with mode: 0644]
dbus/dbus-sysdeps-util-win.c [new file with mode: 0644]
dbus/dbus-sysdeps-util.c [new file with mode: 0644]
dbus/dbus-sysdeps-win.c [new file with mode: 0644]
dbus/dbus-sysdeps-win.h [new file with mode: 0644]
dbus/dbus-sysdeps-wince-glue.c [new file with mode: 0644]
dbus/dbus-sysdeps-wince-glue.h [new file with mode: 0644]
dbus/dbus-sysdeps.c [new file with mode: 0644]
dbus/dbus-sysdeps.h [new file with mode: 0644]
dbus/dbus-test-main.c [new file with mode: 0644]
dbus/dbus-test.c [new file with mode: 0644]
dbus/dbus-test.h [new file with mode: 0644]
dbus/dbus-threads-internal.h [new file with mode: 0644]
dbus/dbus-threads.c [new file with mode: 0644]
dbus/dbus-threads.h [new file with mode: 0644]
dbus/dbus-timeout.c [new file with mode: 0644]
dbus/dbus-timeout.h [new file with mode: 0644]
dbus/dbus-transport-protected.h [new file with mode: 0644]
dbus/dbus-transport-socket.c [new file with mode: 0644]
dbus/dbus-transport-socket.h [new file with mode: 0644]
dbus/dbus-transport-unix.c [new file with mode: 0644]
dbus/dbus-transport-unix.h [new file with mode: 0644]
dbus/dbus-transport-win.c [new file with mode: 0644]
dbus/dbus-transport-win.h [new file with mode: 0644]
dbus/dbus-transport.c [new file with mode: 0644]
dbus/dbus-transport.h [new file with mode: 0644]
dbus/dbus-types.h [new file with mode: 0644]
dbus/dbus-userdb-util.c [new file with mode: 0644]
dbus/dbus-userdb.c [new file with mode: 0644]
dbus/dbus-userdb.h [new file with mode: 0644]
dbus/dbus-uuidgen.c [new file with mode: 0644]
dbus/dbus-uuidgen.h [new file with mode: 0644]
dbus/dbus-valgrind-internal.h [new file with mode: 0644]
dbus/dbus-watch.c [new file with mode: 0644]
dbus/dbus-watch.h [new file with mode: 0644]
dbus/dbus.h [new file with mode: 0644]
dbus/sd-daemon.c [new file with mode: 0644]
dbus/sd-daemon.h [new file with mode: 0644]
dbus/versioninfo.rc.in [new file with mode: 0644]
depcomp [new file with mode: 0755]
doc/Makefile.am [new file with mode: 0644]
doc/Makefile.in [new file with mode: 0644]
doc/TODO [new file with mode: 0644]
doc/busconfig.dtd [new file with mode: 0644]
doc/dbus-cleanup-sockets.1 [new file with mode: 0644]
doc/dbus-daemon.1.in [new file with mode: 0644]
doc/dbus-faq.html [new file with mode: 0644]
doc/dbus-faq.xml [new file with mode: 0644]
doc/dbus-launch.1 [new file with mode: 0644]
doc/dbus-monitor.1 [new file with mode: 0644]
doc/dbus-send.1 [new file with mode: 0644]
doc/dbus-specification.html [new file with mode: 0644]
doc/dbus-specification.xml [new file with mode: 0644]
doc/dbus-test-plan.html [new file with mode: 0644]
doc/dbus-test-plan.xml [new file with mode: 0644]
doc/dbus-tutorial.html [new file with mode: 0644]
doc/dbus-tutorial.xml [new file with mode: 0644]
doc/dbus-uuidgen.1 [new file with mode: 0644]
doc/dcop-howto.txt [new file with mode: 0644]
doc/diagram.png [new file with mode: 0644]
doc/diagram.svg [new file with mode: 0644]
doc/doxygen_to_devhelp.xsl [new file with mode: 0644]
doc/file-boilerplate.c [new file with mode: 0644]
doc/introspect.dtd [new file with mode: 0644]
doc/introspect.xsl [new file with mode: 0644]
doc/system-activation.txt [new file with mode: 0644]
install-sh [new file with mode: 0755]
ltmain.sh [new file with mode: 0644]
m4/as-ac-expand.m4 [new file with mode: 0644]
m4/compiler.m4 [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
m4/pkg.m4 [new file with mode: 0644]
m4/tp-compiler-flag.m4 [new file with mode: 0644]
m4/tp-compiler-warnings.m4 [new file with mode: 0644]
missing [new file with mode: 0755]
test/Makefile.am [new file with mode: 0644]
test/Makefile.in [new file with mode: 0644]
test/corrupt.c [new file with mode: 0644]
test/data/auth/anonymous-client-successful.auth-script [new file with mode: 0644]
test/data/auth/anonymous-server-successful.auth-script [new file with mode: 0644]
test/data/auth/cancel.auth-script [new file with mode: 0644]
test/data/auth/client-out-of-mechanisms.auth-script [new file with mode: 0644]
test/data/auth/external-failed.auth-script [new file with mode: 0644]
test/data/auth/external-root.auth-script [new file with mode: 0644]
test/data/auth/external-silly.auth-script [new file with mode: 0644]
test/data/auth/external-successful.auth-script [new file with mode: 0644]
test/data/auth/extra-bytes.auth-script [new file with mode: 0644]
test/data/auth/fail-after-n-attempts.auth-script [new file with mode: 0644]
test/data/auth/fallback.auth-script [new file with mode: 0644]
test/data/auth/invalid-command-client.auth-script [new file with mode: 0644]
test/data/auth/invalid-command.auth-script [new file with mode: 0644]
test/data/auth/invalid-hex-encoding.auth-script [new file with mode: 0644]
test/data/auth/mechanisms.auth-script [new file with mode: 0644]
test/data/equiv-config-files/basic/basic-1.conf [new file with mode: 0644]
test/data/equiv-config-files/basic/basic-2.conf [new file with mode: 0644]
test/data/equiv-config-files/basic/basic.d/basic.conf [new file with mode: 0644]
test/data/equiv-config-files/entities/basic.d/basic.conf [new file with mode: 0644]
test/data/equiv-config-files/entities/entities-1.conf [new file with mode: 0644]
test/data/equiv-config-files/entities/entities-2.conf [new file with mode: 0644]
test/data/incomplete-messages/missing-body.message [new file with mode: 0644]
test/data/invalid-config-files/badselinux-1.conf [new file with mode: 0644]
test/data/invalid-config-files/badselinux-2.conf [new file with mode: 0644]
test/data/invalid-config-files/circular-1.conf [new file with mode: 0644]
test/data/invalid-config-files/circular-2.conf [new file with mode: 0644]
test/data/invalid-config-files/circular-3.conf [new file with mode: 0644]
test/data/invalid-config-files/not-well-formed.conf [new file with mode: 0644]
test/data/invalid-config-files/truncated-file.conf [new file with mode: 0644]
test/data/invalid-messages/array-of-nil.message [new file with mode: 0644]
test/data/invalid-messages/array-with-mixed-types.message [new file with mode: 0644]
test/data/invalid-messages/bad-boolean-array.message [new file with mode: 0644]
test/data/invalid-messages/bad-boolean.message [new file with mode: 0644]
test/data/invalid-messages/bad-endian.message [new file with mode: 0644]
test/data/invalid-messages/bad-header-field-alignment.message [new file with mode: 0644]
test/data/invalid-messages/boolean-has-no-value.message-raw [new file with mode: 0644]
test/data/invalid-messages/local-namespace.message [new file with mode: 0644]
test/data/invalid-messages/no-dot-in-name.message [new file with mode: 0644]
test/data/invalid-messages/not-nul-header-padding.message [new file with mode: 0644]
test/data/invalid-messages/overlong-name.message [new file with mode: 0644]
test/data/invalid-messages/too-little-header-padding.message [new file with mode: 0644]
test/data/invalid-messages/too-much-header-padding-by-far.message [new file with mode: 0644]
test/data/invalid-messages/too-much-header-padding.message [new file with mode: 0644]
test/data/invalid-messages/too-short-dict.message [new file with mode: 0644]
test/data/invalid-service-files-system/org.freedesktop.DBus.TestSuiteNoExec.service.in [new file with mode: 0644]
test/data/invalid-service-files-system/org.freedesktop.DBus.TestSuiteNoService.service.in [new file with mode: 0644]
test/data/invalid-service-files-system/org.freedesktop.DBus.TestSuiteNoUser.service.in [new file with mode: 0644]
test/data/sha-1/Readme.txt [new file with mode: 0644]
test/data/sha-1/bit-hashes.sha1 [new file with mode: 0644]
test/data/sha-1/bit-messages.sha1 [new file with mode: 0644]
test/data/sha-1/byte-hashes.sha1 [new file with mode: 0644]
test/data/sha-1/byte-messages.sha1 [new file with mode: 0644]
test/data/valid-config-files-system/debug-allow-all-fail.conf.in [new file with mode: 0644]
test/data/valid-config-files-system/debug-allow-all-pass.conf.in [new file with mode: 0644]
test/data/valid-config-files/basic.conf [new file with mode: 0644]
test/data/valid-config-files/basic.d/basic.conf [new file with mode: 0644]
test/data/valid-config-files/debug-allow-all-sha1.conf.in [new file with mode: 0644]
test/data/valid-config-files/debug-allow-all.conf.in [new file with mode: 0644]
test/data/valid-config-files/entities.conf [new file with mode: 0644]
test/data/valid-config-files/incoming-limit.conf [new file with mode: 0644]
test/data/valid-config-files/many-rules.conf [new file with mode: 0644]
test/data/valid-config-files/system.d/test.conf [new file with mode: 0644]
test/data/valid-messages/array-of-array-of-uint32.message [new file with mode: 0644]
test/data/valid-messages/dict-simple.message [new file with mode: 0644]
test/data/valid-messages/dict.message [new file with mode: 0644]
test/data/valid-messages/emptiness.message [new file with mode: 0644]
test/data/valid-messages/lots-of-arguments.message [new file with mode: 0644]
test/data/valid-messages/no-padding.message [new file with mode: 0644]
test/data/valid-messages/opposite-endian.message [new file with mode: 0644]
test/data/valid-messages/recursive-types.message [new file with mode: 0644]
test/data/valid-messages/simplest-manual.message [new file with mode: 0644]
test/data/valid-messages/simplest.message [new file with mode: 0644]
test/data/valid-messages/standard-acquire-service.message [new file with mode: 0644]
test/data/valid-messages/standard-hello.message [new file with mode: 0644]
test/data/valid-messages/standard-list-services.message [new file with mode: 0644]
test/data/valid-messages/standard-service-exists.message [new file with mode: 0644]
test/data/valid-messages/unknown-header-field.message [new file with mode: 0644]
test/data/valid-service-files-system/org.freedesktop.DBus.TestSuiteEchoService.service.in [new file with mode: 0644]
test/data/valid-service-files-system/org.freedesktop.DBus.TestSuiteSegfaultService.service.in [new file with mode: 0644]
test/data/valid-service-files-system/org.freedesktop.DBus.TestSuiteShellEchoServiceFail.service.in [new file with mode: 0644]
test/data/valid-service-files-system/org.freedesktop.DBus.TestSuiteShellEchoServiceSuccess.service.in [new file with mode: 0644]
test/data/valid-service-files/org.freedesktop.DBus.TestSuite.PrivServer.service.in [new file with mode: 0644]
test/data/valid-service-files/org.freedesktop.DBus.TestSuiteEchoService.service.in [new file with mode: 0644]
test/data/valid-service-files/org.freedesktop.DBus.TestSuiteForkingEchoService.service.in [new file with mode: 0644]
test/data/valid-service-files/org.freedesktop.DBus.TestSuiteSegfaultService.service.in [new file with mode: 0644]
test/data/valid-service-files/org.freedesktop.DBus.TestSuiteShellEchoServiceFail.service.in [new file with mode: 0644]
test/data/valid-service-files/org.freedesktop.DBus.TestSuiteShellEchoServiceSuccess.service.in [new file with mode: 0644]
test/dbus-daemon-eavesdrop.c [new file with mode: 0644]
test/dbus-daemon.c [new file with mode: 0644]
test/dbus-test-runner [new file with mode: 0755]
test/internals/refs.c [new file with mode: 0644]
test/internals/syslog.c [new file with mode: 0644]
test/loopback.c [new file with mode: 0644]
test/marshal.c [new file with mode: 0644]
test/name-test/Makefile.am [new file with mode: 0644]
test/name-test/Makefile.in [new file with mode: 0644]
test/name-test/run-test-systemserver.sh [new file with mode: 0755]
test/name-test/run-test.sh [new file with mode: 0755]
test/name-test/test-activation-forking.py [new file with mode: 0644]
test/name-test/test-autolaunch.c [new file with mode: 0644]
test/name-test/test-ids.c [new file with mode: 0644]
test/name-test/test-pending-call-dispatch.c [new file with mode: 0644]
test/name-test/test-pending-call-timeout.c [new file with mode: 0644]
test/name-test/test-privserver-client.c [new file with mode: 0644]
test/name-test/test-privserver.c [new file with mode: 0644]
test/name-test/test-shutdown.c [new file with mode: 0644]
test/name-test/test-threads-init.c [new file with mode: 0644]
test/name-test/test-wait-for-echo.py [new file with mode: 0755]
test/name-test/tmp-session-like-system.conf [new file with mode: 0644]
test/relay.c [new file with mode: 0644]
test/shell-test.c [new file with mode: 0644]
test/spawn-test.c [new file with mode: 0644]
test/syntax.c [new file with mode: 0644]
test/test-exit.c [new file with mode: 0644]
test/test-names.c [new file with mode: 0644]
test/test-segfault.c [new file with mode: 0644]
test/test-service.c [new file with mode: 0644]
test/test-shell-service.c [new file with mode: 0644]
test/test-sleep-forever.c [new file with mode: 0644]
test/test-utils.c [new file with mode: 0644]
test/test-utils.h [new file with mode: 0644]
tools/Makefile.am [new file with mode: 0644]
tools/Makefile.in [new file with mode: 0644]
tools/dbus-cleanup-sockets.c [new file with mode: 0644]
tools/dbus-launch-win.c [new file with mode: 0644]
tools/dbus-launch-x11.c [new file with mode: 0644]
tools/dbus-launch.c [new file with mode: 0644]
tools/dbus-launch.h [new file with mode: 0644]
tools/dbus-monitor.c [new file with mode: 0644]
tools/dbus-print-message.c [new file with mode: 0644]
tools/dbus-print-message.h [new file with mode: 0644]
tools/dbus-send.c [new file with mode: 0644]
tools/dbus-uuidgen.c [new file with mode: 0644]
tools/lcov.am [new file with mode: 0644]
tools/run-with-tmp-session-bus.sh [new file with mode: 0755]
tools/strtoll.c [new file with mode: 0644]
tools/strtoull.c [new file with mode: 0644]