diff options
author | Kristian Høgsberg <krh@redhat.com> | 2004-06-02 14:03:58 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2004-06-02 14:03:58 +0000 |
commit | 63de4681299428db8be68bab64b969e0c1229273 (patch) | |
tree | 50fd32ab37792c2a70bd2d2ecb7fc6cd65d517f5 /test/data/auth | |
parent | 54dcec2a8312634116c5a1acbbd0070953525c8a (diff) |
2004-06-02 Kristian Høgsberg <krh@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.
Diffstat (limited to 'test/data/auth')
-rw-r--r-- | test/data/auth/fail-after-n-attempts.auth-script | 1 |
1 files changed, 1 insertions, 0 deletions
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 |