From 4db285c800a68245ad7593e606ca8cb2c21a1329 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 5 May 2005 22:02:11 +0000 Subject: 2005-05-05 Havoc Pennington * configure.in (LT_*): add notes on how the libtool versioning works to save thinking. Increment soname to indicate protocol breakage (though really the library interface hasn't changed I guess) * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated): verify the GUID received from server matches what we were expecting, if we had an expectation * dbus/dbus-auth.c (send_ok): send GUID along with the OK command (_dbus_auth_get_guid_from_server): new function (send_begin): parse the OK args * doc/dbus-specification.xml: add GUID to the auth protocol --- dbus/dbus-auth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dbus/dbus-auth.h') diff --git a/dbus/dbus-auth.h b/dbus/dbus-auth.h index 6ed5040e..9cff8b56 100644 --- a/dbus/dbus-auth.h +++ b/dbus/dbus-auth.h @@ -74,6 +74,7 @@ void _dbus_auth_get_identity (DBusAuth *auth, DBusCredentials *credentials); dbus_bool_t _dbus_auth_set_context (DBusAuth *auth, const DBusString *context); +const char* _dbus_auth_get_guid_from_server(DBusAuth *auth); DBUS_END_DECLS -- cgit