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
- Previous message: dbus/dbus dbus-auth.c, 1.42, 1.43 dbus-auth.h, 1.12,
1.13 dbus-transport-protected.h, 1.16, 1.17 dbus-transport.c,
1.45, 1.46
- Next message: dbus ChangeLog,1.767,1.768 configure.in,1.114,1.115
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: dbus/dbus dbus-auth.c, 1.42, 1.43 dbus-auth.h, 1.12,
1.13 dbus-transport-protected.h, 1.16, 1.17 dbus-transport.c,
1.45, 1.46
- Next message: dbus ChangeLog,1.767,1.768 configure.in,1.114,1.115
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list