dbus/test/data/auth fail-after-n-attempts.auth-script,1.3,1.4

Kristian Hogsberg krh at pdx.freedesktop.org
Wed Jun 2 07:04:00 PDT 2004


Update of /cvs/dbus/dbus/test/data/auth
In directory pdx:/tmp/cvs-serv19402/test/data/auth

Modified Files:
	fail-after-n-attempts.auth-script 
Log Message:
2004-06-02  Kristian Høgsberg  <krh at redhat.com>
 
	* dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
	machine approach.  A state is implemented as a function that
	handles incoming events as specified for that state.
	
	* doc/dbus-specification.xml: Update auth protocol state machine
	specification to match implementation.  Remove some leftover
	base64 examples.


Index: fail-after-n-attempts.auth-script
===================================================================
RCS file: /cvs/dbus/dbus/test/data/auth/fail-after-n-attempts.auth-script,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/fail-after-n-attempts.auth-script	17 May 2004 22:19:04 -0000	1.3
+++ b/fail-after-n-attempts.auth-script	2 Jun 2004 14:03:58 -0000	1.4
@@ -30,4 +30,5 @@
 
 # 6
 SEND 'AUTH EXTERNAL USERID_HEX'
+EXPECT_COMMAND REJECTED
 EXPECT_STATE NEED_DISCONNECT




More information about the dbus-commit mailing list