summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2004-06-02 14:03:58 +0000
committerKristian Høgsberg <krh@redhat.com>2004-06-02 14:03:58 +0000
commit63de4681299428db8be68bab64b969e0c1229273 (patch)
tree50fd32ab37792c2a70bd2d2ecb7fc6cd65d517f5 /ChangeLog
parent54dcec2a8312634116c5a1acbbd0070953525c8a (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 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e18acc0e..2f1a6973 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
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.
+
+2004-06-02 Kristian Høgsberg <krh@redhat.com>
* glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to