dbus/cmake/test/data/valid-config-files
debug-allow-all-sha1.conf.cmake, NONE,
1.1 debug-allow-all.conf.cmake, NONE, 1.1
Ralf Habacker
rhabacker at kemper.freedesktop.org
Sat Mar 3 06:32:20 PST 2007
- Previous message: dbus/cmake/modules CPackInstallConfig.cmake, NONE,
1.1 CheckPrototypeExists.cmake, NONE,
1.1 CheckStructMember.cmake, NONE, 1.1 FindGLIB.cmake, NONE,
1.1 FindGNUWIN32.cmake, NONE, 1.1 FindKDEWIN32.cmake, NONE,
1.1 FindLibExpat.cmake, NONE, 1.1 FindLibIconv.cmake, NONE,
1.1 FindQt4.cmake, NONE, 1.1 MacroGetenvWinPath.cmake, NONE,
1.1 MacroLibrary.cmake, NONE,
1.1 MacroOptionalFindPackage.cmake, NONE,
1.1 ProjectSourceGroup.cmake, NONE, 1.1
- Next message: dbus/cmake/dbus CMakeLists.txt, NONE, 1.1 dbus-arch-deps.h.cmake,
NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus/cmake/test/data/valid-config-files
In directory kemper:/tmp/cvs-serv32371/cmake/test/data/valid-config-files
Added Files:
debug-allow-all-sha1.conf.cmake debug-allow-all.conf.cmake
Log Message:
* cmake: new directory, contains cmake build support.
See http://www.cmake.org for more informations.
Currently only unix will be buildable because some
win32 required files are still missing.
--- NEW FILE: debug-allow-all-sha1.conf.cmake ---
<!-- Bus that listens on a debug pipe and requires SHA1 auth, used to test SHA1 -->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<listen>debug-pipe:name=test-server</listen>
<listen>tcp:host=localhost,port=1234</listen>
<servicedir>@TEST_SERVICE_DIR@</servicedir>
<auth>DBUS_COOKIE_SHA1</auth>
<policy context="default">
<allow send_interface="*"/>
<allow receive_interface="*"/>
<allow own="*"/>
<allow user="*"/>
</policy>
</busconfig>
--- NEW FILE: debug-allow-all.conf.cmake ---
<!-- Bus that listens on a debug pipe and doesn't create any restrictions -->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<listen>debug-pipe:name=test-server</listen>
<listen>tcp:host=localhost,port=1234</listen>
<servicedir>@TEST_SERVICE_DIR@</servicedir>
<policy context="default">
<allow send_interface="*"/>
<allow receive_interface="*"/>
<allow own="*"/>
<allow user="*"/>
</policy>
</busconfig>
- Previous message: dbus/cmake/modules CPackInstallConfig.cmake, NONE,
1.1 CheckPrototypeExists.cmake, NONE,
1.1 CheckStructMember.cmake, NONE, 1.1 FindGLIB.cmake, NONE,
1.1 FindGNUWIN32.cmake, NONE, 1.1 FindKDEWIN32.cmake, NONE,
1.1 FindLibExpat.cmake, NONE, 1.1 FindLibIconv.cmake, NONE,
1.1 FindQt4.cmake, NONE, 1.1 MacroGetenvWinPath.cmake, NONE,
1.1 MacroLibrary.cmake, NONE,
1.1 MacroOptionalFindPackage.cmake, NONE,
1.1 ProjectSourceGroup.cmake, NONE, 1.1
- Next message: dbus/cmake/dbus CMakeLists.txt, NONE, 1.1 dbus-arch-deps.h.cmake,
NONE, 1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list