From: Ralf Habacker Date: Wed, 23 Dec 2009 10:09:42 +0000 (+0100) Subject: added initial tcp transport section X-Git-Tag: dbus-1.3.1~62^2~3^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=658be8be7befff984e71b4e60d8c796900fd05be;p=thirdparty%2Fdbus.git added initial tcp transport section --- diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index be9c9ffb7..901e6657d 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