From 63de4681299428db8be68bab64b969e0c1229273 Mon Sep 17 00:00:00 2001 From: Kristian Høgsberg Date: Wed, 2 Jun 2004 14:03:58 +0000 Subject: 2004-06-02 Kristian Høgsberg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- test/data/auth/fail-after-n-attempts.auth-script | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/data/auth/fail-after-n-attempts.auth-script b/test/data/auth/fail-after-n-attempts.auth-script index a56f182b..0ced386b 100644 --- a/test/data/auth/fail-after-n-attempts.auth-script +++ b/test/data/auth/fail-after-n-attempts.auth-script @@ -30,4 +30,5 @@ EXPECT_STATE WAITING_FOR_INPUT # 6 SEND 'AUTH EXTERNAL USERID_HEX' +EXPECT_COMMAND REJECTED EXPECT_STATE NEED_DISCONNECT -- cgit