From 658be8be7befff984e71b4e60d8c796900fd05be Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Wed, 23 Dec 2009 11:09:42 +0100 Subject: [PATCH] added initial tcp transport section --- doc/dbus-specification.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index be9c9ff..901e665 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -2426,6 +2426,22 @@ would be padded by Nul bytes. + + TCP Sockets + + The tcp transport provides TCP/IP based connections between clients + located on the same or different hosts. + + + Windows notes: Because the tcp stack on windows do not provide sending + credentials over a tcp connection, the EXTERNAL authentification + mechanismus do not work. + + + Using tcp transport without any additional secure authentification mechanismus + over a network is unsecure. + + Nonce-secured TCP Sockets -- 2.7.4