dbus ChangeLog,1.515,1.516

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


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

Modified Files:
	ChangeLog 
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: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.515
retrieving revision 1.516
diff -u -d -r1.515 -r1.516
--- a/ChangeLog	2 Jun 2004 13:13:14 -0000	1.515
+++ b/ChangeLog	2 Jun 2004 14:03:57 -0000	1.516
@@ -1,4 +1,14 @@
 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.
+
+2004-06-02  Kristian Høgsberg  <krh at 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




More information about the dbus-commit mailing list