dbus/test/data/auth fallback.auth-script,1.2,1.3

Havoc Pennington hp at freedesktop.org
Thu May 5 15:02:13 PDT 2005


Update of /cvs/dbus/dbus/test/data/auth
In directory gabe:/tmp/cvs-serv18237/test/data/auth

Modified Files:
	fallback.auth-script 
Log Message:
2005-05-05  Havoc Pennington  <hp at redhat.com>

	* 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



Index: fallback.auth-script
===================================================================
RCS file: /cvs/dbus/dbus/test/data/auth/fallback.auth-script,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- fallback.auth-script	5 Mar 2003 02:01:34 -0000	1.2
+++ fallback.auth-script	5 May 2005 22:02:11 -0000	1.3
@@ -16,7 +16,7 @@
 
 EXPECT_COMMAND AUTH
 ## of course real DBUS_COOKIE_SHA1 would not send this here...
-SEND 'OK'
+SEND 'OK 1234deadbeef'
 
 EXPECT_COMMAND BEGIN
 EXPECT_STATE AUTHENTICATED



More information about the dbus-commit mailing list