Merge branch 'master' of ssh://git.freedesktop.org/git/dbus/dbus

This commit is contained in:
Ralf Habacker 2009-12-23 23:16:35 +01:00
commit 6b61409fa6
2 changed files with 16 additions and 2 deletions

View file

@ -2311,7 +2311,6 @@ _dbus_string_equal (const DBusString *a,
return TRUE;
}
#ifdef DBUS_BUILD_TESTS
/**
* Tests two DBusString for equality up to the given length.
* The strings may be shorter than the given length.
@ -2356,7 +2355,6 @@ _dbus_string_equal_len (const DBusString *a,
return TRUE;
}
#endif /* DBUS_BUILD_TESTS */
/**
* Tests two sub-parts of two DBusString for equality. The specified

View file

@ -2426,6 +2426,22 @@
would be padded by Nul bytes.
</para>
</sect2>
<sect2 id="transports-tcp-sockets">
<title>TCP Sockets</title>
<para>
The tcp transport provides TCP/IP based connections between clients
located on the same or different hosts.
</para>
<para>
Windows notes: Because the tcp stack on windows do not provide sending
credentials over a tcp connection, the EXTERNAL authentification
mechanismus do not work.
</para>
<para>
Using tcp transport without any additional secure authentification mechanismus
over a network is unsecure.
</para>
</sect2>
<sect2 id="transports-nonce-tcp-sockets">
<title>Nonce-secured TCP Sockets</title>
<para>