2005-03-17 Tom Parker <palfrey@tevp.net>
[platform/upstream/dbus.git] / ChangeLog
1 2005-03-17  Tom Parker  <palfrey@tevp.net>
2
3         * dbus/dbus-userdb.c (_dbus_user_database_lookup): Don't
4         print DBUS_UID_UNSET; instead print passed username.
5         
6         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group): Ditto
7         for DBUS_GID_UNSET and groupname.
8
9 2005-03-17  Colin Walters  <walters@verbum.org>
10
11         * bus/print-introspect.c: Move to tools/.
12         * bus/run-with-tmp-session-bus.sh: Ditto.
13         
14         * glib/Makefile.am (dbus-glib-bindings.h): Move
15         generation to tools/Makefile.am.
16
17         * test/glib/run-test.sh: Update to handle move
18         of run-with-tmp-session-bus.sh.
19
20         * test/glib/test-service-glib.c: Update to handle
21         move of dbus-glib-bindings.h.
22
23         * tools/print-introspect.c: Moved here
24         from bus/, and ported to GLib bindings.
25
26         * tools/run-with-tmp-session-bus.sh: Moved here
27         from bus/.
28
29         * tools/Makefile.am: Generate dbus-glib-bindings.h
30         and dbus-bus-introspect.xml here.
31
32         * tools/.cvsignore, glib/.cvsignore, bus/.cvsignore:
33         Update.
34
35 2005-03-17  Colin Walters  <walters@verbum.org>
36
37         * bus/driver.c (write_args_for_direction): Use
38         _dbus_string_get_const_data to retrieve string;
39         _dbus_string_get_const_data_len doesn't actually return
40         a NULL-terminated substring.
41
42         * test/glib/test-service-glib.c: Include dbus-glib-bindings.h.
43         (main): Change to use org_freedesktop_DBus_request_name
44         instead of using g_proxy_begin_call/end_call.
45
46 2005-03-15  Joe Shaw  <joeshaw@novell.com>
47
48         * mono/ProxyBuilder.cs (BuildFinalizer): Fix some invalid IL when
49         generating the finalizer.  Fixes from Ben Maurer.
50
51 2005-03-12  Joe Shaw  <joeshaw@novell.com>
52
53         * mono/BusDriver.cs: Update method names: ListServices
54         becomes ListNames; GetOwner becomes GetNameOwner.
55
56         * mono/ProxyBuilder.cs (BuildFinalizer): Need to load arg 0
57         onto the eval stack when removing the delegate.
58
59 2005-03-12  Joe Shaw  <joeshaw@novell.com>
60
61         * mono/dbus-sharp.dll.config.in: Don't hardcode 0 for
62         LT_CURRENT.  Set it to the autoconf variable.
63                                                                                 
64         * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy
65         classes that disconnects the signal handler delegate from the
66         service object.  Fixes a big leak of proxy objects on the
67         client side of things.  Patch from Ben Maurer
68         <bmaurer@ximian.com>
69
70 2005-03-12  Colin Walters  <walters@verbum.org>
71
72         * bus/driver.c (write_args_for_direction): New function,
73         parses a type signature into arguments and outputs to
74         XML.
75         (bus_driver_handle_introspect): Use it instead of
76         hardcoding XML for certain signatures.
77         
78         * bus/Makefile.am (dbus-bus-introspect.xml): Add
79         dependency on dbus-daemon.
80
81         * glib/dbus-glib-tool.c (main): Parse ignore_unsupported
82         argument, pass it to dbus_binding_tool_output_glib_client.
83
84         * glib/dbus-binding-tool-glib.c
85         (generate_client_glue): Protect against multiple inclusion.
86         (dbus_binding_tool_output_glib_client): Add
87         G_BEGIN_DECLS/G_END_DECLS.
88
89         * glib/dbus-binding-tool-glib.c (compute_client_method_name):
90         Change to just take iface prefix directly.
91         (write_formal_parameters): Clarify error message.
92         (check_supported_parameters): New function; checks to see type
93         signatures of method parameters are supported.
94         (generate_client_glue): Handle ignore_unsupported flag.
95         (dbus_binding_tool_output_glib_client): Handle ignore_unsupported
96         parameter.
97
98         * glib/Makefile.am (dbus-glib-bindings.h): Pass
99         --ignore-unsupported by default until glib bindings
100         support arrays.
101
102 2005-03-11  Colin Walters  <walters@verbum.org>
103
104         * glib/Makefile.am: Generate dbus-glib-bindings.h and
105         install it.
106
107         * bus/print-introspect.c: New file; prints introspection
108         data for a given name and object path.
109
110         * bus/run-with-tmp-session-bus.sh: New file, refactored
111         from test/glib/run-test.sh.  Creates a temporary session
112         bus and runs another program.
113
114         * test/glib/run-test.sh: Refactor to invoke
115         run-with-tmp-session-bus.sh.
116
117         * bus/driver.c (bus_driver_handle_introspect): Fix to print new
118         introspection format.  Also change to use DBUS_TYPE_x_AS_STRING
119         macros instead of hardcoding.
120
121         * glib/.cvsignore, bus/.cvsignore, test/glib/.cvsignore: Update.
122
123 2005-03-11  Joe Shaw  <joeshaw@novell.com>
124
125         * dbus/dbus-connection.c (dbus_connection_send_with_reply): Remove
126         this unref; it doesn't match up evenly in some codepaths.
127         (_dbus_connection_block_pending_call): Unref at every exitpoint;
128         this evenly matches with the ref near the top of this function.
129
130 2005-03-09  Joe Shaw  <joeshaw@novell.com>
131
132         * dbus/dbus-object-tree.c
133         (_dbus_object_tree_unregister_and_unlock): If checks are enabled
134         and we try to unregister a path that's not registered, still go
135         through the process of unlocking and don't just return.
136
137 2005-03-09  Colin Walters  <walters@verbum.org>
138
139         * glib/dbus-gproxy.c (dbus_g_proxy_invoke): New method; calls
140         to this are generated for client-side wrappers.  Invokes a
141         D-BUS method and returns reply values.  
142
143         * glib/dbus-binding-tool-glib.c (write_args_sig_for_direction): New
144         function; writes signature string for argument direction.
145         (write_args_for_direction): Change to pass input values directly
146         instead of via address, and fix indentation.
147         (generate_client_glue): Change to invoke dbus_g_proxy_invoke.  Also
148         make generated wrappers inlineable.
149
150         * dbus/dbus-message.c (dbus_message_iter_get_fixed_array): Add
151         note about using dbus_type_is_fixed.
152
153         * dbus/dbus-marshal-basic.c (_dbus_type_is_fixed): Moved to
154         dbus/dbus-signature.c as dbus_type_is_fixed.
155
156         All callers updated.
157
158         * dbus/dbus-signature.c (dbus_type_is_fixed): Moved here
159         from dbus/dbus-marshal-basic.c:_dbus_type_is_fixed.
160
161         * dbus/dbus-signature.h: Prototype.
162
163         * glib/dbus-binding-tool-glib.c (compute_marshaller_name): Fix
164         error printf code.
165
166         * test/glib/test-dbus-glib.c (main): Be sure to clear error as
167         appropriate instead of just freeing it.
168         (main): Free returned strings using g_free.
169
170         * test/glib/Makefile.am (test-service-glib-glue.h)
171         (test-service-glib-bindings.h): Add dependency on dbus-binding-tool.
172
173         * glib/dbus-gvalue.c (MAP_BASIC): Refactored from MAP_BASIC_INIT;
174         simply maps a simple D-BUS type to GType.
175         (dbus_dbus_type_to_gtype): Function which maps D-BUS type to
176         GType.
177         (dbus_gvalue_init): Just invoke dbus_dbus_type_to_gtype and
178         initialize the value with it.
179         (dbus_gvalue_binding_type_from_type): Unused, delete.
180         (dbus_gvalue_demarshal): Switch to hardcoding demarshalling for
181         various types instead of unmarshalling to value data directly.
182         Remove can_convert boolean.
183         (dbus_gvalue_marshal): Remove duplicate initialization; switch to
184         returning directly instead of using can_convert boolean.
185         (dbus_gvalue_store): New function; not related to D-BUS per-se.
186         Stores a GValue in a pointer to a value of its corresponding C
187         type.
188
189         * glib/dbus-gvalue.h: Remove dbus_gvalue_binding_type_from_type,
190         add dbus_gvalue_store.
191
192 2005-03-08  Joe Shaw  <joeshaw@novell.com>
193
194         Fix a bunch of lifecycle and memory management problems
195         in the mono bindings.
196
197         * mono/Arguments.cs (Arguments): Implement IDisposable
198
199         * mono/Bus.cs (Bus): Don't allow public instantiation.  This is
200         strictly a static class.
201
202         * mono/Connection.cs: Move the DBusObjectPathVTable and associated
203         delegates into this file.
204         (Connection): Implement IDisposable.
205         (Dispose): Disconnect the connection and set the raw connection
206         pointer to IntPtr.Zero.
207         (~Connection): Call Dispose().
208         (RegisterObjectPath): Added.  Manages the registration of object
209         paths so we can cleanly disconnect them at dispose/finalize time.
210         (UnregisterObjectPath): Ditto.
211         (set_RawConnection): Unregister all of the object paths when
212         changing the underlying DBusConnection.  Add them back onto the
213         new connection, if any.
214
215         * mono/Handler.cs: Don't implement IDisposable; it doesn't use any
216         more unmanaged resources anymore, so it's not necessary.  Move all
217         the DBusObjectPathVTable stuff out of here.
218         (Handler): Save references to our delegates so that they don't get
219         finalized.  Call Connection.RegisterObjectPath() instead of
220         dbus_connection_register_object_path() directly.
221         (Message_Called): Dispose the message after we're finished with
222         it.
223
224         * mono/Message.cs (Message): Implement IDisposable.
225         (Dispose): Dispose the Arguments, and set the RawMessage to
226         IntPtr.Zero.
227         (SendWithReplyAndBlock): We own the ref to the reply that comes
228         back from dbus_connection_send_with_reply_and_block() so add a
229         comment about that and unref it after we've constructed a managed
230         MethodReturn class around it.  Fixes a big, big leak.
231
232         * mono/ProxyBuilder.cs: Reflect into Message to get the Dispose
233         method.
234         (BuildSignalHandler): After we've sent the Signal message, dispose
235         of it.
236         (BuildMethod): Dispose of the method call and reply messages after
237         we've sent the message and extracted the data we want from the
238         reply.
239
240         * mono/Service.cs (UnregisterObject): Don't call handler.Dispose()
241         anymore.
242         (Service_FilterCalled): Dispose of the message after we're
243         finished with it.
244
245 2005-03-08  Joe Shaw  <joeshaw@novell.com>
246
247         * dbus/dbus-connection.c (dbus_connection_send_with_reply):
248         After we attach our pending call to the connection, unref
249         it.  Fixes a leak.
250  
251         * mono/Connection.cs (set_RawConnection): Disconnect our
252         filter and match callbacks from the old connection and
253         reconnect them to the new connection, if any.
254
255         * mono/DBusType/Array.cs: "Code" is a static member, so
256         don't use "this" to refer to it.  Fix for stricter checking
257         in Mono 1.1.4.
258  
259         * mono/DBusType/ObjectPath.cs (Append): Don't leak the
260         object path that we pass into unmanaged code.
261  
262         * mono/DBusType/String.cs (Append): Don't leak the string
263         that we pass into unmanged code.
264
265 2005-03-07  John (J5) Palmieri  <johnp@redhat.com>
266         * NEWS: Update for 0.31
267
268         * configure.in: Release 0.31
269         add LT_CURRENT, LT_REVISION, LT_AGE for easy soname bumping
270
271         * qt/Makefile.am: fixed build
272
273         * dbus/Makefile.am: soname bump for libdbus
274
275         * glib/Makefile.am: soname bump for libdbus-glib
276
277 2005-03-05  Havoc Pennington  <hp@redhat.com>
278
279         * dbus/dbus-sysdeps.c:
280         (pseudorandom_generate_random_bytes_buffer): fix to have no return
281         value
282         (_dbus_generate_random_bytes_buffer): fix return value
283
284         * dbus/dbus-sysdeps-util.c: s/GETPWNAME/GETPWNAM/ so configure
285         checks actually work, from Tom Parker <fdo@tevp.net>
286
287 2005-03-01  Colin Walters  <walters@verbum.org>
288
289         * test/glib/test-dbus-glib.c (lose, lose_gerror): Utility
290         functions copied from dbus-glib-tool.c.
291         (main): Convert lots of error code to use them.
292         Also add some testing for introspection bits.
293
294 2005-03-01  Colin Walters  <walters@verbum.org>
295         
296         * doc/TODO: Remove introspection signature TODO.
297
298 2005-02-27  Colin Walters  <walters@verbum.org>
299
300         * glib/dbus-gidl.c (property_info_get_type, arg_info_get_type):
301         Change return value to const char * instead of int so we can do
302         full signatures.
303         (struct PropertyInfo, struct ArgInfo): Store char *.
304         (property_info_new, arg_info_new): Update parameters, strdup.
305         (property_info_unref, arg_info_unref): Free.
306
307         * glib/dbus-gidl.h: Update prototypes.
308
309         * glib/dbus-gparser.c (basic_type_from_string): Delete.
310         (validate_signature): New function, just validates signature and
311         sets GError.
312         (parse_property, parse_arg): Invoke validate_signature.  Store
313         signature instead of just type code.
314
315         * glib/dbus-gvalue.c (base_type_from_signature): New utility
316         function to return a primary type for a signature, dropping
317         information about types in container types.
318         (dbus_gvalue_genmarshal_name_from_type)
319         (dbus_gvalue_binding_type_from_type)
320         (dbus_gvalue_ctype_from_type): Update to take full signature
321          instead of type code.
322         (dbus_gtype_to_dbus_type): Moved here from glib/dbus-gobject.c.
323
324         * glib/dbus-gvalue.h: Update prototypes for above.
325
326         * glib/dbus-gobject.c (gtype_to_dbus_type): Moved to
327         glib/dbus-gvalue.c as dbus_gtype_to_dbus_type.
328         (introspect_properties, introspect_signals, write_interface):
329         Update to handle signatures, and remove usage of
330         _dbus_gutils_type_to_string.
331         (handle_introspect): Print out type codes instead of e.g. "string"
332         in hardcoded introspection XML; also use x_AS_STRING constants
333         instead of hardcoding in string.
334
335         * glib/dbus-glib-tool.c (pretty_print): Handle signature change
336         to string.  Remove usage of _dbus_gutils_type_to_string.
337
338         * glib/dbus-gutils.c (_dbus_gutils_type_to_string): Delete.
339
340         * glib/dbus-gutils.h (_dbus_gutils_type_to_string): Update for
341         deletion.
342         
343         * glib/dbus-binding-tool-glib.c (compute_marshaller)
344         (compute_marshaller_name, generate_glue): Handle signature change
345         to string.
346         (write_formal_parameters, write_args_for_direction): Ditto, and
347         remove FIXME.
348
349         * tools/dbus-tree-view.c (type_to_string): Delete.
350         (info_set_func_text): Update to print full signatures.
351
352         * test/glib/test-service-glib.xml: Change types to new
353         introspection format.
354
355 2005-02-26  Havoc Pennington  <hp@redhat.com>
356
357         * doc/TODO: remove the "guid" item
358
359         * test/glib/test-profile.c (no_bus_thread_func): use open_private
360         (with_bus_thread_func): use open_private
361
362         * dbus/dbus-connection.c (dbus_connection_open_private): new
363         function that works like the old dbus_connection_open()
364         (dbus_connection_open): now returns an existing connection if
365         possible
366
367         * dbus/dbus-server-unix.c (handle_new_client_fd_and_unlock): pass
368         through the GUID to the transport
369
370         * dbus/dbus-server.c (_dbus_server_init_base): keep around the
371         GUID in hex-encoded form.
372
373         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
374         pass GUID argument in to the transport
375
376         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): add
377         guid argument
378
379         * dbus/dbus-transport.c (_dbus_transport_init_base): add guid argument
380
381         * dbus/dbus-auth.c (_dbus_auth_server_new): add guid argument
382
383 2005-02-25  Havoc Pennington  <hp@redhat.com>
384
385         * doc/dbus-specification.xml: document the GUID thing
386
387         * dbus/dbus-server.c (_dbus_server_init_base): initialize a
388         globally unique ID for the server, and put a "guid=hexencoded"
389         field in the address
390
391         * dbus/dbus-bus.c: fix missing #include of dbus-threads-internal.h
392
393         * dbus/dbus-message.c: ditto
394
395         * dbus/dbus-dataslot.c: ditto
396
397         * dbus/dbus-list.c: ditto
398
399         * dbus/dbus-internals.h: wait, just include
400         dbus-threads-internal.h here
401         
402         * dbus/dbus-string.c (_dbus_string_copy_to_buffer): move back for
403         use in main library
404
405         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes_buffer): new function
406
407 2005-02-24  Colin Walters  <walters@verbum.org>
408
409         * test/glib/Makefile.am (EXTRA_DIST): Add test-service-glib.xml
410
411 2005-02-24  John (J5) Palmieir  <johnp@redhat.com>
412
413         * glib/Makefile.am: added dbus-gobject.h to sources list
414         so distcheck doesn't fail
415         
416 2005-02-24  Havoc Pennington  <hp@redhat.com>
417
418         * dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
419         you must disconnect before unref, since locking and other things
420         are screwed up otherwise. Fix assorted other locking stuff.
421
422         * dbus/dbus-signature.c (dbus_signature_iter_get_element_type):
423         fix compilation
424
425         * dbus/dbus-threads-internal.h: move the mutex/condvar wrappers
426         into a private header and don't export from the library
427
428         * throughout - call _dbus_thread_stuff vs. dbus_thread_stuff
429
430 2005-02-24  Colin Walters  <walters@verbum.org>
431         
432         * dbus/dbus-signature.c: New file; implements various functions
433         related to type signatures.  Includes an interator for parsing,
434         validation functions.
435         (dbus_type_is_basic): Moved here from
436         dbus-marshal-basic.c:_dbus_type_is_basic.
437         (dbus_type_is_container): Moved here from
438         dbus-marshal-basic.c:_dbus_type_is_container.
439
440         All callers of _dbus_type_is_container and _dbus_type_is_basic
441         updated, and include dbus-signature.h.
442
443         * dbus/dbus-signature.h: New file; prototypes for the above.
444
445         * dbus/Makefile.am (DBUS_LIB_SOURCES): Add dbus-signature.c,
446         dbus-signature.h.
447
448         * dbus/dbus-marshal-basic.c (map_type_char_to_type): New utility
449         function factored out of _dbus_first_type_in_signature.
450         (_dbus_first_type_in_signature_c_str): New function; returns first
451         type code for a type signature character.
452
453         * dbus/dbus-marshal-basic.h: Prototype _dbus_first_type_in_signature_c_str,
454         handle function moves.
455
456         * dbus/dbus-marshal-recursive.h: Export _dbus_type_signature_next.
457
458         * dbus/dbus-marshal-recursive.c (_dbus_type_signature_next): New
459         function; skips to next complete type in type signature.
460         Implemented using previous skip_one_complete_type.  Now
461         skip_one_complete_type just delegates to
462         _dbus_type_signature_next.
463
464         * dbus/dbus-marshal-basic.c (_dbus_type_is_basic): Moved
465         to dbus-signature.c
466         (_dbus_type_is_container): Ditto.
467
468         * doc/dbus-specification.xml: Update introspection sample to
469         use real type signatures.
470
471         * dbus/dbus-test.h: Prototype signature test.
472
473         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Run
474         signature tests.
475
476         * dbus/dbus-protocol.h (DBUS_ERROR_INVALID_SIGNATURE): New error.
477
478 2005-02-23  John (J5) Palmieri  <johnp@redhat.com>
479
480         * python/dbus_bindings.pyx.in (PendingCall::get_reply):
481         s/dbus_pending_call_get_reply/dbus_pending_call_steal_reply
482
483 2005-02-21  Colin Walters  <walters@verbum.org>
484
485         * dbus/dbus-test-main.c (main): Take optional specific test
486         argument.
487
488         * dbus/dbus-test.c (run_test): New function, runs a test function
489         with no data directory.
490         (run_data_test): Like above, but takes data directory.
491         (dbus_internal_do_not_use_run_tests): Take
492         specific test argument.  Replace lots of cut n' paste code
493         with run_test and run_data_test.
494
495         * dbus/dbus-test.h: Update prototype for
496         dbus_internal_do_not_use_run_tests.
497
498 2005-02-20  Havoc Pennington  <hp@redhat.com>
499
500         Fix bugs reported by Daniel P. Berrange
501         
502         * dbus/dbus-server.c (_dbus_server_unref_unlocked): new function
503         (protected_change_watch): new function
504         (_dbus_server_toggle_watch, _dbus_server_remove_watch)
505         (_dbus_server_add_watch): change to work like the
506         dbus-connection.c equivalents; like those, probably kind of
507         busted, but should at least mostly work for now
508         (dbus_server_disconnect): drop the lock if we were already
509         disconnected, patch from Daniel P. Berrange
510
511         * dbus/dbus-server.c (_dbus_server_toggle_timeout) 
512         (_dbus_server_remove_timeout, _dbus_server_add_timeout): all the
513         same stuff
514
515         * doc/TODO: todo about unscrewing this mess
516
517 2005-02-19  Colin Walters  <walters@verbum.org>
518
519         * glib/dbus-binding-tool-glib.c
520         (dbus_binding_tool_output_glib_server): Fix iochannel refcounting.
521
522         * glib/dbus-glib-tool.c: Include dbus-glib-tool.h, as well
523         as errno.h and sys/stat.h.
524         (lose): New function, prints error with
525         newline and exits.
526         (lose_gerror): Similar, but takes GError for message.
527         (main): Add --output argument to specify output file to write to,
528         instead of always printing to stdout.  In this mode, determine
529         timestamps on source files to see whether any are newer than the
530         target file.  If not, exit.  Also convert a number of error
531         messages to use lose (since it's shorter), and switch to using
532         g_io_channel_shutdown.
533
534 2005-02-19  Havoc Pennington  <hp@redhat.com>
535
536         * glib/dbus-gobject.c
537         (_dbus_glib_marshal_dbus_message_to_gvalue_array): add docs
538
539         * glib/dbus-glib.c: fix doxygen warnings
540
541         * glib/dbus-gparser.c (parse_annotation): error if an annotation
542         is found on an <arg>
543
544 2005-02-17  Colin Walters  <walters@verbum.org>
545
546         * glib/dbus-gobject.h: Don't export
547         _dbus_glib_marshal_dbus_message_to_gvalue_array.
548         
549         * glib/dbus-gobject.c (_dbus_glib_marshal_dbus_message_to_gvalue_array): Do rename.
550         (invoke_object_method): Handle it.
551
552         * glib/dbus-gproxy.c (marshal_dbus_message_to_g_marshaller):
553         Handle rename.
554         
555 2005-02-17  Colin Walters  <walters@verbum.org>
556
557         * bus/.cvsignore, doc/.cvsignore
558         * test/data/valid-service-files/.cvsignore, test/glib/.cvsignore:
559         Update.
560
561 2005-02-17  Colin Walters  <walters@verbum.org>
562         
563         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_DBUS):
564         Rename to DBUS_SERVICE_DBUS.
565         (DBUS_PATH_ORG_FREEDESKTOP_DBUS): Rename to DBUS_PATH_DBUS.
566         (DBUS_PATH_ORG_FREEDESKTOP_LOCAL): Rename to DBUS_PATH_LOCAL.
567         Change the value from "org.freedesktop.Local"
568         to "org.freedesktop.DBus.Local".
569         (DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS): Rename to DBUS_INTERFACE_DBUS.
570         (DBUS_INTERFACE_ORG_FREEDESKTOP_INTROSPECTABLE): Rename to
571         DBUS_INTERFACE_INTROSPECTABLE.
572         Change the value from "org.freedesktop.Introspectable"
573         to "org.freedesktop.DBus.Introspectable".
574         (DBUS_INTERFACE_ORG_FREEDESKTOP_PROPERTIES): Rename to
575         DBUS_INTERFACE_PROPERTIES.
576         Change the value from "org.freedesktop.Properties"
577         to "org.freedesktop.DBus.Properties".
578         (DBUS_INTERFACE_ORG_FREEDESKTOP_PEER): Rename to
579         DBUS_INTERFACE_PEER.
580         Change the value from "org.freedesktop.Peer"
581         to "org.freedesktop.DBus.Peer".
582         (DBUS_INTERFACE_ORG_FREEDESKTOP_LOCAL): 
583         DBUS_INTERFACE_LOCAL.
584         Change the value from "org.freedesktop.Local"
585         to "org.freedesktop.DBus.Local".
586
587         All other users of those constants have been changed.
588
589         * bus/driver.c (bus_driver_handle_introspect): Use constants.
590
591         * glib/dbus-gobject.c (handle_introspect): Use constants.
592
593         * doc/dbus-faq.xml, doc/dbus-specification.xml: Update for rename.
594
595 2005-02-17  Colin Walters  <walters@verbum.org>
596
597         * glib/dbus-gparser.c (struct Parser): Add in_annotation boolean.
598         (parse_node, parse_interface, parse_method, parse_signal)
599         (parse_property, parse_annotation): Lose if we're currently in an
600         annotation.
601         (parse_annotation): New function.
602         (parser_start_element, parser_end_element): Handle annotation.
603         (parse_method, parse_interface): Remove support for c_name attribute,
604         switch to annotations.
605
606         * glib/dbus-gidl.h (interface_info_get_binding_names)
607         (method_info_get_binding_names)
608         (interface_info_get_binding_name, method_info_get_binding_name)
609         (interface_info_set_binding_name, method_info_set_binding_name):
610         Remove.
611         (interface_info_get_annotations, method_info_get_annotations)
612         (interface_info_get_annotation, method_info_get_annotation)
613         (interface_info_add_annotation, method_info_add_annotation):
614         Prototype.
615
616         * glib/dbus-gidl.c (struct InterfaceInfo): Substitute "annotations"
617         for "bindings".
618         (struct MethodInfo): Ditto.
619         Straightfoward conversion of binding methods into annotation methods
620         as prototyped.
621
622         * glib/dbus-glib-tool.c (pretty_print): Print annotations.
623
624         * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_C_SYMBOL): Define.
625
626         * glib/dbus-binding-tool-glib.c (gather_marshallers, generate_glue):
627         Use new annotation API.
628
629         * doc/introspect.dtd: Fix a number of DTD syntax errors.  Add
630         annotation element.
631         
632         * doc/dbus-specification.xml: Discuss introspection annotations,
633         include list of well-known annotations.
634
635         * test/glib/test-service-glib.xml: Make validate against new DTD.
636
637 2005-02-17  Colin Walters  <walters@verbum.org>
638
639         This patch is based on initial work from
640         Paul Kuliniewicz <kuliniew@purdue.edu>.
641
642         * glib/dbus-gvalue.c (dbus_gvalue_init): New function; move
643         initialization of GValue from dbus type to here.
644         (dbus_gvalue_genmarshal_name_from_type): New function; generates a string
645         for the "glib-genmarshal" program from a DBus type.
646         (dbus_gvalue_binding_type_from_type): New function; turns a DBus type
647         into the C name for it we use in the glib bindings.
648         (dbus_gvalue_ctype_from_type): New function; maps a DBus type into a
649         glib C type (not GValue).
650         (dbus_gvalue_demarshal): invoke dbus_gvalue_init.
651
652         * glib/dbus-gutils.c (_dbus_gutils_wincaps_to_uscore): Moved here
653         from dbus-gobject.c.
654
655         * glib/dbus-gutils.h: Prototype it.
656
657         * glib/dbus-gproxy.c: Include new dbus-gobject.h.
658         (marshal_dbus_message_to_g_marshaller): Use new shared function
659         dbus_glib_marshal_dbus_message_to_gvalue_array.
660
661         * glib/dbus-gparser.c (parse_interface, parse_method): Handle c_name attribute.
662         Will be changed once we have annotations.
663
664         * glib/dbus-gobject.c: Change info_hash_mutex from GStaticMutex to
665         GStaticRWLock.  Callers updated.
666         (wincaps_to_uscore): Move to dbus-gutils.c.  Callers updated.
667         (string_table_next): New function for iterating over zero-terminated
668         string value array.
669         (string_table_lookup): New function; retrieves specific entry in
670         array.
671         (get_method_data): New function; look up method data in object data chunk.
672         (object_error_domain_prefix_from_object_info)
673         (object_error_code_from_object_info): New functions, but not implemented yet.
674         (method_interface_from_object_info): New function; retrieve interface name.
675         (method_name_from_object_info): New function; retrieve method name.
676         (method_arg_info_from_object_info): New function; retrieve argument data.
677         (arg_iterate): New function; iterates over serialized argument data.
678         (method_dir_signature_from_object_info): New function; returns a
679         GString holding type signature for arguments for just one
680         direction (input or output).
681         (method_input_signature_from_object_info)
682         (method_output_signature_from_object_info): New functions.
683         (dbus_glib_marshal_dbus_message_to_gvalue_array): New shared function;
684         converts dbus message arguments into a GValue array.  Used for both
685         signal handling and method invocation.
686         (struct DBusGlibWriteIterfaceData): New utility structure.
687         (write_interface): New function; generate introspection XML for
688         an interface.
689         (introspect_interfaces): New function; gathers all interface->methods,
690         generates introspection XML for them.
691         (handle_introspect): Invoke introspect_interfaces.
692         (get_object_property): Be sure to zero-initalize stack-allocated GValue.
693         (lookup_object_and_method): New function; examines an incoming message
694         and attempts to match it up (via interface, method name, and argument
695         signature) with a known object and method.
696         (gerror_domaincode_to_dbus_error_name): New function; converts a
697         GError domain and code into a DBus error name.  Needs GError data
698         added to object introspection to work well.
699         (gerror_to_dbus_error_message): Creates a DBusMessage error return from
700         GError.
701         (invoke_object_method): New function to invoke an object method
702         looked up via lookup_object_and_method.  Parses the incoming
703         message, turns it into a GValue array, then invokes the marshaller
704         specified in the DBusGMethodInfo.  Creates a new message with
705         either return values or error message as appropriate.
706         (gobject_message_function): Invoke lookup_object_and_method and
707         invoke_object_method.
708
709         * glib/dbus-glib-tool.c: Include dbus-binding-tool-glib.h.
710         (enum DBusBindingOutputMode): New enum for binding output modes.
711         (pretty_print): Print binding names.
712         (dbus_binding_tool_error_quark): GError bits.
713         (version): Fix typo.
714         (main): Create GIOChannel for output.  Parse new --mode argument,
715         possible values are "pretty-print", "glib-server", "glib-client".
716         Use mode to invoke appropriate function.
717         
718         * glib/dbus-gobject.h: Prototype dbus_glib_marshal_dbus_message_to_gvalue_array.
719
720         * glib/dbus-glib-tool.h: New header, just includes GError bits
721         for now.
722
723         * glib/dbus-gidl.c (struct InterfaceInfo): Add bindings hashtable;
724         maps binding style to name.
725         (struct MethodInfo): Ditto.
726         (get_hash_keys, get_hash_key): Utility function, returns keys for
727         a GHashTable.
728         (interface_info_new, method_info_new): Initialize bindings.
729         (interface_info_unref, method_info_unref): Destroy bindings.
730         (method_info_get_binding_names, method_info_get_binding_name)
731         (interface_info_get_binding_names, interface_info_get_binding_name):
732         Functions for retrieving binding names.
733         (method_info_set_binding_name, interface_info_set_binding_name):
734         Functions for setting binding names.
735
736         * glib/dbus-binding-tool-glib.h: New file, has prototypes
737         for glib binding generation.
738
739         * glib/dbus-binding-tool-glib.c: New file, implements server-side
740         and client-side glib glue generation.
741
742         * glib/Makefile.am (dbus_binding_tool_SOURCES): Add
743         dbus-binding-tool-glib.c, dbus-binding-tool-glib.h,
744         dbus-glib-tool.h.
745
746         * dbus/dbus-glib.h (struct DBusGMethodMarshaller): Remove in favor
747         of using GClosureMarshal directly.
748         (struct DBusGObjectInfo): Add n_infos member.
749
750         * test/glib/test-service-glib.xml: New file; contains introspection data
751         for MyTestObject used in test-service-glib.c.
752
753         * test/glib/test-service-glib.c (enum MyObjectError): New GError enum.
754         (my_object_do_nothing, my_object_increment, my_object_throw_error)
755         (my_object_uppercase, my_object_many_args): New test methods.
756         (main): Use dbus_g_object_class_install_info to include generated object
757         info.
758
759         * test/glib/Makefile.am: Generate server-side glue for test-service-glib.c,
760         as well as client-side bindings.
761
762         * test/glib/test-dbus-glib.c: Include test-service-glib-bindings.h.
763         (main): Activate TestSuiteGLibService; test invoke a bunch of its methods
764         using both the dbus_gproxy stuff directly as well as the generated bindings.
765
766 2005-02-15  Havoc Pennington  <hp@redhat.com>
767
768         * dbus/dbus-connection.c (dbus_connection_dispatch): always
769         complete a pending call, don't run filters first.
770
771         * glib/dbus-gproxy.c (dbus_g_proxy_end_call): change to use
772         dbus_pending_call_steal_reply
773
774         * dbus/dbus-pending-call.c (dbus_pending_call_block): just call
775         _dbus_connection_block_pending_call
776         (dbus_pending_call_get_reply): change to steal_reply and return a
777         ref
778
779         * dbus/dbus-connection.c
780         (dbus_connection_send_with_reply_and_block): port to work in terms
781         of DBusPendingCall
782         (_dbus_connection_block_pending_call): replace block_for_reply
783         with this
784
785 2005-02-14  Havoc Pennington  <hp@redhat.com>
786
787         * dbus/dbus-userdb-util.c (_dbus_user_database_lookup_group):
788         properly handle looking up group information by name; fix 
789         from j@bootlab.org
790
791 2005-02-13  Havoc Pennington  <hp@redhat.com>
792
793         * dbus/dbus-connection.c (dbus_connection_return_message) 
794         (dbus_connection_borrow_message): hold dispatch lock while message
795         is outstanding
796         (_dbus_connection_block_for_reply): hold dispatch lock while we
797         block for the reply, so nobody steals our reply
798         (dbus_connection_pop_message): hold the dispatch lock while we
799         pluck the message
800
801 2005-02-13  Havoc Pennington  <hp@redhat.com>
802
803         * dbus/dbus-connection.c (_dbus_connection_acquire_dispatch)
804         (_dbus_connection_release_dispatch)
805         (_dbus_connection_acquire_io_path)
806         (_dbus_connection_release_io_path): make the mutex and condvar
807         control access to the "acquired" flag. Drop the connection lock
808         while waiting on the condvar. Hopefully these are baby steps in
809         roughly the right direction.
810
811 2005-02-13  Havoc Pennington  <hp@redhat.com>
812
813         * dbus/dbus-connection.c: use separate mutexes for the condition
814         variables; this is some kind of baseline for sanity, but the
815         condition variables still aren't used correctly afaict
816
817 2005-02-13  Havoc Pennington  <hp@redhat.com>
818
819         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
820         fix a double-unlock
821
822         * dbus/dbus-connection.c
823         (_dbus_connection_detach_pending_call_unlocked): add this
824
825         Initial semi-correct pass through to fix thread locking; there are
826         still some issues with the condition variable paths I'm pretty
827         sure
828         
829         * dbus/dbus-server.c: add a mutex on DBusServer and appropriate
830         lock/unlock calls
831
832         * dbus/dbus-connection.c (_dbus_connection_do_iteration_unlocked):
833         rename to add _unlocked
834         (struct DBusConnection): move "dispatch_acquired" and
835         "io_path_acquired" to use only one bit each.
836         (CONNECTION_LOCK, CONNECTION_UNLOCK): add checks with !DBUS_DISABLE_CHECKS
837         (dbus_connection_set_watch_functions): hacky fix to reentrancy
838         (_dbus_connection_add_watch, _dbus_connection_remove_watch) 
839         (_dbus_connection_toggle_watch, _dbus_connection_add_timeout) 
840         (_dbus_connection_remove_timeout) 
841         (_dbus_connection_toggle_timeout): drop lock when calling out to
842         user functions; done in a hacky/bad way.
843         (_dbus_connection_send_and_unlock): add a missing unlock
844         (_dbus_connection_block_for_reply): add a missing unlock
845
846         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
847         drop lock in a hacky probably unsafe way to call out to user
848         function
849
850 2005-02-12  Havoc Pennington  <hp@redhat.com>
851
852         * tools/dbus-tree-view.c (info_set_func_text): display more
853         details on args
854
855         * bus/driver.c (bus_driver_handle_list_services): list the bus
856         driver
857
858         * glib/dbus-gparser.c (parse_arg): generate an arg name if none is supplied
859
860         * glib/dbus-gidl.c (signal_info_get_n_args): new function
861         (method_info_get_n_args): new function
862
863 2005-02-12  Havoc Pennington  <hp@redhat.com>
864
865         * bus/driver.c (bus_driver_handle_introspect): add introspection
866         for bus driver
867
868 2005-02-12  Havoc Pennington  <hp@redhat.com>
869
870         * bus/driver.c: put the signature of each bus driver method in the
871         table of handlers and check it on incoming calls; this isn't
872         really useful, but going to add introspect support in a minute.
873
874 2005-02-11  Joe Shaw  <joeshaw@novell.com>
875
876         * mono/Connection.cs: The unpredictability of finalizers in mono
877         prevents us from deterministically disconnecting the filters from
878         the Service class's finalizer, so move tracking of filters and
879         matches here.  Add API for that.
880
881         * mono/Service.cs: Remove the code, add code which calls the
882         methods now on the Connection class.
883
884 2005-02-11  John (J5) Palmieri  <johnp@redhat.com>
885
886         * python/dbus.py (class Sender): added to support dbus signals better
887         (Bus::add_signal_receiver): added expand_args parameter which defaults
888         to True.  When expand args is True the signal handler will pass the 
889         message arguments as parameters to the signal handler.  If False
890         revert to previous behavior where the signal handler must get the
891         argument list from the message.  This is to help port applications
892         like HAL that have a tendancy to send variable length argument lists.
893         self._match_rule_to_receivers is now a dict of dicts.
894         (Bus::remove_signal_receiver): pop handler off the dict intead of 
895         removing it from a list
896         (Bus::_signal_func): change signal handlers so that interface,
897         signal_name, service, path and message are packed into a Sender
898         object and that is passed to the handler.  If expand_args is True
899         extract the args list from the message and append it to the parameter
900         list
901         
902         * python/dbus_bindings.pyx.in (class Signature): added to support 
903         signiature types
904         (MessageIter::__init__): changed iteration limit to match D-BUS
905         (MessageIter::get*): added INT16, UINT16, SIGNATURE, DICT_ENTRY, 
906         STRUCT and VARIENT type support
907         (MessageIter::python_value_to_dbus_sig): made recursive to support
908         recursive types
909         (MessageIter::append*): added Signature, dict, tuple 
910         support
911
912         * python/examples/example-client.py: added examples of getting tuples
913         and dicts
914
915         * python/examples/example-service.py: added examples of sending tuples
916         and dicts
917
918         * python/examples/example-signal-recipient.py: Fixed to handle new
919         signal callback format
920
921 2005-02-10  Havoc Pennington  <hp@redhat.com>
922
923         * test/glib/test-dbus-glib.c (main): fix so this test doesn't fail
924         (call dbus_g_proxy_add_signal)
925
926         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
927         escape the hostname
928         (_dbus_server_new_for_domain_socket): escape the path
929
930         * dbus/dbus-address.c (dbus_address_escape_value): new
931         (dbus_address_unescape_value): new
932         (dbus_parse_address): unescape values
933
934         * dbus/dbus-string.c (_dbus_string_append_byte_as_hex): new function
935
936         * doc/dbus-specification.xml: explain how to escape values in
937         addresses
938
939 2005-02-10  Havoc Pennington  <hp@redhat.com>
940
941         * dbus/dbus-message-factory.c (generate_special): modify test to
942         avoid using a non-basic dict key
943
944         * dbus/dbus-marshal-validate-util.c: add test for the below
945
946         * doc/dbus-specification.xml: require that dict keys are a basic
947         type
948
949         * dbus/dbus-marshal-validate.c
950         (_dbus_validate_signature_with_reason): require that dict key is a
951         basic type
952
953 2005-02-10  Havoc Pennington  <hp@redhat.com>
954
955         * dbus/dbus-object-tree.c (handle_default_introspect_and_unlock):
956         change to be _and_unlock instead of _unlocked
957
958         * dbus/dbus-connection.c
959         (_dbus_connection_send_preallocated_unlocked_no_update): rename to
960         have no_update so we can find this bug quickly in future
961
962 2005-02-10  Havoc Pennington  <hp@redhat.com>
963
964         * dbus/dbus-message-util.c (verify_test_message): tests for string
965         array
966
967         * dbus/dbus-message.c (dbus_message_append_args_valist): add
968         support for arrays of string/signature/path
969
970 2005-02-10  Joe Shaw  <joeshaw@novell.com>
971
972         * dbus/dbus-connection.c
973         (_dbus_connection_queue_received_message_link,
974         _dbus_connection_message_sent): Add the path to
975         the verbose output.
976         (_dbus_connection_send_preallocated_and_unlock): Added.  Calls
977         _dbus_connection_send_preallocated_unlocked(), updated the
978         dispatch status, and unlocks.  Fixes a bug where certain
979         situations (like a broken pipe) could cause a Disconnect message
980         to not be sent, tricking the bus into thinking a service was still
981         there when the process had quit.
982         (_dbus_connection_send_preallocated): Call
983         _dbus_connection_send_preallocated_and_unlock().
984         (_dbus_connection_send_and_unlock): Added.  Calls
985         _dbus_connection_send_preallocated_and_unlock().
986         (dbus_connection_send): Call _dbus_connection_send_and_unlock().
987         (dbus_connection_send_with_reply): Update the dispatch status and
988         unlock.
989
990         * mono/Service.cs (~Service): Added.  Removes the filter so that
991         we don't get unmanaged code calling back into a GCed delegate.
992         (RemoveFilter); Added.
993
994 2005-02-09  John (J5) Palmieri  <johnp@redhat.com>
995
996         * dbus/dbus-message.c (dbus_message_iter_open_container):
997         - Removed check for iterator type being an array because
998         get_arg_type does not work with writer iterators
999         - Pass NULL to _dbus_type_writer_recurse if signiture is NULL
1000
1001 2005-02-07  Havoc Pennington  <hp@redhat.com>
1002
1003         * doc/dbus-specification.xml: some more language cleanups; add
1004         stuff about how to deal with invalid protocol and extension
1005         points; add _ to allowed chars in auth commands; add EXTENSION_
1006         auth command prefix
1007
1008 2005-02-06  Havoc Pennington  <hp@redhat.com>
1009
1010         * s/expected/required/ in a couple places for clarity
1011
1012 2005-02-07  Colin Walters  <walters@verbum.org>
1013
1014         * bus/selinux.c (bus_selinux_allows_send): Handle NULL for
1015         sender or proposed_recipient.
1016
1017 2005-02-06  Havoc Pennington  <hp@redhat.com>
1018
1019         * dbus/dbus-message-factory.c (generate_special): more tests
1020
1021         * dbus/dbus-marshal-validate.c (validate_body_helper): detect
1022         array length that exceeds the maximum
1023
1024 2005-02-05  Havoc Pennington  <hp@redhat.com>
1025
1026         * dbus/dbus-message-factory.c (generate_special): more test cases,
1027         increasing coverage
1028
1029         * dbus/dbus-marshal-validate.c (validate_body_helper): return the
1030         reason why a signature was invalid
1031
1032         * dbus/dbus-marshal-header.c (load_and_validate_field): fix to
1033         skip the length of the string before we look at it in validation
1034
1035         * dbus/dbus-string-util.c (_dbus_string_test): add tests for
1036         equal_substring
1037
1038         * dbus/dbus-message.c (_dbus_message_loader_new): default
1039         max_message_length to DBUS_MAXIMUM_MESSAGE_LENGTH
1040
1041 2005-02-05  Havoc Pennington  <hp@redhat.com>
1042
1043         * dbus/dbus-marshal-validate.c (validate_body_helper): fix crash
1044         if the signature of a variant was empty
1045         (_dbus_validate_signature_with_reason): catch "(a)" (array inside
1046         struct with no element type)
1047
1048         * dbus/dbus-message-factory.c (generate_uint32_changed): add more
1049         mangled messages to break things
1050
1051 2005-02-04  Havoc Pennington  <hp@redhat.com>
1052
1053         * glib/dbus-gproxy.c (dbus_g_proxy_disconnect_signal): use
1054         g_quark_try_string() so it actually can return 0
1055         (dbus_g_proxy_connect_signal): ditto
1056
1057 2005-02-04  Havoc Pennington  <hp@redhat.com>
1058
1059         * glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): fix a
1060         bogus warning
1061         (tristring_from_message): assert cleanly on null path/interface
1062         (should not be possible though I decided later)
1063         (dbus_g_proxy_dispose): move proxy manager unregistration here
1064         (DBUS_G_PROXY_DESTROYED): add this macro, and use it in a bunch of
1065         g_return_if_fail() checks
1066
1067 2005-02-04  Havoc Pennington  <hp@redhat.com>
1068
1069         * doc/Makefile.am (EXTRA_DIST): add DTDs to makefile
1070
1071         * doc/introspect.dtd: add introspect.dtd from David A. Wheeler
1072         (with some minor changes)
1073
1074         * doc/dbus-specification.xml: add deprecated attribute to
1075         introspection format
1076
1077 2005-01-31  Havoc Pennington  <hp@redhat.com>
1078
1079         * glib/dbus-gproxy.c: rewrite how signals work again, this time I
1080         think it's sort of right
1081
1082 2005-01-30  Havoc Pennington  <hp@redhat.com>
1083
1084         * tools/dbus-viewer.c: kind of half-ass hook up the option menu.
1085
1086 2005-01-30  Havoc Pennington  <hp@redhat.com>
1087
1088         * tools/dbus-names-model.c: dynamically watch NameOwnerChanged
1089
1090         * autogen.sh: change to autotools 1.9
1091
1092         * glib/dbus-gproxy.c: completely change how signals work
1093         (dbus_g_proxy_add_signal): new function to specify signature of a
1094         signal
1095         (dbus_g_proxy_emit_received): marshal the dbus message to GValues,
1096         and g_warning if the incoming message has the wrong signature.
1097
1098 2005-01-30  Havoc Pennington  <hp@redhat.com>
1099
1100         * tools/dbus-names-model.c (have_names_notify): fix this
1101
1102         * dbus/dbus-message.c (_dbus_message_iter_get_args_valist): clean
1103         up the string array handling a bit 
1104
1105 2005-01-30  Havoc Pennington  <hp@redhat.com>
1106
1107         * glib/dbus-glib.c (dbus_g_pending_call_set_notify): new function
1108         (dbus_g_pending_call_cancel): new function
1109
1110         * dbus/dbus-glib.h: move GType decls for connection/message here;
1111         * dbus/dbus-glib.c: move all the g_type and ref/unref stuff in
1112         here, just kind of rationalizing how we handle all that
1113
1114         * tools/dbus-names-model.c: new file for a tree model listing the
1115         services on a bus
1116
1117         * tools/dbus-tree-view.c (model_new): use proper typing on the
1118         model rows
1119
1120 2005-01-30  Havoc Pennington  <hp@redhat.com>
1121
1122         * glib/dbus-gmain.c: add a custom GSource back that just checks
1123         whether the message queue has anything in it; otherwise, there are 
1124         cases where we won't see messages in the queue since there was no 
1125         IO visible to the glib main loop
1126
1127         * dbus/dbus-connection-internal.h (_DBUS_DEFAULT_TIMEOUT_VALUE):
1128         increase default message timeout to 25 seconds
1129
1130 2005-01-30  Havoc Pennington  <hp@redhat.com>
1131
1132         * test/glib/test-profile.c (no_bus_stop_server): remove the
1133         warning about the g_warning that I just fixed
1134
1135         * glib/dbus-gmain.c: rewrite the main loop stuff to avoid the
1136         custom source, seems to be a lot easier to understand and work
1137         better.
1138
1139 2005-01-30  Havoc Pennington  <hp@redhat.com>
1140
1141         I think this main loop thing is conceptually broken, but here are 
1142         some band aids. I'll maybe rewrite it in a minute.
1143         
1144         * glib/dbus-gmain.c (add_timeout): timeout stuff doesn't use the
1145         custom GSource, so don't pass it in; confusing
1146         (gsource_server_finalize, gsource_connection_finalize): add
1147         finalize handlers that remove all the watches.  
1148
1149 2005-01-30  Havoc Pennington  <hp@redhat.com>
1150
1151         * glib/dbus-gobject.c (introspect_properties): fix the XML
1152         generated
1153
1154         * dbus/dbus-message.c (dbus_message_unref): add an in_cache flag
1155         which effectively detects the use of freed messages
1156
1157         * glib/dbus-gobject.c (handle_introspect): modify and return the
1158         reply message instead of the incoming message
1159
1160         * dbus/dbus-object-tree.c (handle_default_introspect_unlocked):
1161         gee, maybe it should SEND THE XML instead of just making a string
1162         and freeing it again ;-)
1163
1164         * tools/dbus-print-message.c (print_message): improve printing of
1165         messages
1166
1167         * configure.in: add debug-glib.service to the output
1168
1169 2005-01-30  Havoc Pennington  <hp@redhat.com>
1170
1171         dbus-viewer introspected and displayed the bus driver
1172         
1173         * dbus/dbus-object-tree.c 
1174         (object_tree_test_iteration): add tests for a handler registered on "/"
1175
1176         * dbus/dbus-object-tree.c
1177         (_dbus_decompose_path): fix to handle path "/" properly
1178         (run_decompose_tests): add tests for path decomposition
1179         
1180         * glib/dbus-gutils.c (_dbus_gutils_split_path): fix to handle "/"
1181         properly
1182
1183         * glib/dbus-gobject.c (handle_introspect): fix quotes
1184
1185         * test/glib/run-test.sh: support launching the bus, then running
1186         dbus-viewer
1187
1188         * test/glib/test-service-glib.c (main): put in a trivial gobject
1189         subclass and register it on the connection
1190
1191         * bus/driver.c (bus_driver_handle_introspect): implement
1192         introspection of the bus driver service
1193
1194         * dbus/dbus-protocol.h: add #defines for the XML namespace,
1195         identifiers, doctype decl
1196
1197         * bus/driver.c (bus_driver_handle_get_service_owner): handle
1198         attempts to get owner of DBUS_SERVICE_ORG_FREEDESKTOP_DBUS by 
1199         returning the service unchanged.
1200         (bus_driver_handle_message): remove old check for reply_serial in
1201         method calls, now the message type deals with that
1202         (bus_driver_handle_message): handle NULL interface
1203
1204         * glib/dbus-gproxy.c (dbus_g_proxy_get_bus_name): new function
1205
1206         * glib/dbus-gloader-expat.c (description_load_from_string): allow
1207         -1 for len
1208
1209         * tools/dbus-viewer.c: add support for introspecting a service on
1210         a bus
1211
1212         * glib/dbus-gproxy.c (dbus_g_pending_call_ref): add
1213         (dbus_g_pending_call_unref): add
1214
1215 2005-01-29  Havoc Pennington  <hp@redhat.com>
1216
1217         * tools/dbus-tree-view.c: add support for displaying properties.
1218         (run dbus-viewer with an introspect xml file as arg, then resize
1219         the window so the tree elements show up, not sure what that is)
1220
1221         * glib/dbus-gobject.c (handle_introspect): return
1222         org.freedesktop.Properties and org.freedesktop.Introspectable
1223         interfaces when we are introspected.
1224
1225         * doc/dbus-specification.xml: allow empty interface name when 
1226         Get/Set a property
1227
1228 2005-01-29  Havoc Pennington  <hp@redhat.com>
1229
1230         * glib/Makefile.am: rename dbus-glib-tool to dbus-binding-tool;
1231         though it uses glib, it could be extended for any binding in
1232         principle
1233
1234         * glib/dbus-gobject.c (gobject_message_function): change to the
1235         new way properties work
1236
1237         * dbus/dbus-protocol.h: add the new interfaces
1238
1239         * doc/dbus-specification.xml: document the introspection format,
1240         Introspectable interface, and add an org.freedesktop.Properties
1241         interface.
1242
1243         * glib/dbus-gparser.c: add support for a <property> element
1244
1245         * glib/dbus-gidl.c: add PropertyInfo
1246
1247         * glib/dbus-gobject.c (handle_introspect): put the outermost
1248         <node> outside the signal and property descriptions.
1249         (introspect_properties): export properties as <property> rather
1250         than as method calls
1251
1252 2005-01-28  Havoc Pennington  <hp@redhat.com>
1253
1254         * doc/TODO, doc/dbus-specification.xml: spec and TODO tweaks
1255         related to authentication protocol
1256
1257 2005-01-28  John (J5) Palmieri  <johnp@redhat.com>
1258
1259         * python/dbus_bindings.pyx.in: Updated to handle new D-BUS type system
1260                 - BUS_ACTIVATION -> BUS_STARTER
1261                 - DBUS_BUS_ACTIVATION -> DBUS_BUS_STARTER
1262                 - class MessageIter (__init__): Added recursion checking 
1263                 so we throw a nice error instead of just disconnecting from the
1264                 bus.
1265                 (get): Added arg_type parameter for recursion.
1266                 Removed the nil type
1267                 Added signiture type placeholder (not implemented)
1268                 Added struct type placeholder (not implemented)
1269                 Added varient type placeholder (not implemented)
1270                 Commented out dict type for now     
1271                 (get_element_type): renamed from get_array_type
1272                 (get_*): changed to use the dbus_message_iter_get_basic API
1273                 (get_*_array): removed in favor of recursive get_array method
1274                 (get_array): new recursive method which calls get to marshal
1275                 the elements of the array
1276                 (value_to_dbus_sig): New method returns the corrasponding
1277                 dbus signiture to a python value
1278                 (append): Comment out dict handling for now
1279                 Handle lists with the new recursive API
1280                 Comment out None handling for now
1281                 (append_nil): removed
1282                 (append_*): changed to use dbus_message_iter_append_basic API
1283                 (append_*_array): removed in favor of recursive append_array 
1284                 method
1285                 (__str__): Make it easier to print out recursive iterators
1286                 for debugging
1287                 - class Message (__str__): moved type inspection to the
1288                 MessageIter class' __str__ method
1289                 (get_iter): Added an append parameter wich defaults to False
1290                 If True use the new API's to create an append iterator
1291
1292         * python/dbus.py: Update to use new bindings API
1293                 - TYPE_ACTIVATION -> TYPE_STARTER
1294                 - class Bus (_get_match_rule): GetServiceOwner -> GetNameOwner
1295                 - class ActivationBus -> class StarterBus
1296                 - class RemoteObject (__call__): get an append iterator
1297                 - (_dispatch_dbus_method_call): get an append iterator
1298                 - class Object (emit_signal): get an append iterator
1299
1300         * python/examples/: Fixed up the examples to work with the new API
1301                 
1302 2005-01-28  Joe Shaw  <joeshaw@novell.com>
1303
1304         * configure.in: Bump version up to 0.30.
1305
1306         * HACKING: Add a release item to bump the version number up after 
1307         a release.
1308
1309 2005-01-28  Havoc Pennington  <hp@redhat.com>
1310
1311         * doc/dbus-specification.xml: update to describe 16-bit types and
1312         dict entries
1313
1314         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint16): fix broken
1315         assertion
1316
1317         * dbus/dbus-protocol.h (DBUS_TYPE_DICT_ENTRY): add DICT_ENTRY as a
1318         type
1319
1320         * dbus/dbus-marshal-recursive.c: implement
1321
1322 2005-01-27  Havoc Pennington  <hp@redhat.com>
1323
1324         * dbus/dbus-arch-deps.h.in: add 16/32-bit types
1325
1326         * configure.in: find the right type for 16 and 32 bit ints as well
1327         as 64
1328
1329         * dbus/dbus-protocol.h (DBUS_TYPE_INT16, DBUS_TYPE_UINT16): add
1330         the 16-bit types so people don't have to stuff them in 32-bit or
1331         byte arrays.
1332
1333 2005-01-27  Havoc Pennington  <hp@redhat.com>
1334
1335         * dbus/dbus-message.c: byteswap the message if you init an
1336         iterator to read/write from it
1337         
1338         * dbus/dbus-marshal-byteswap.c: new file implementing 
1339         _dbus_marshal_byteswap()
1340
1341         * dbus/dbus-marshal-basic.c: add _dbus_swap_array()
1342
1343 2005-01-26  Havoc Pennington  <hp@redhat.com>
1344         
1345         * dbus/dbus-marshal-validate-util.c: break this out (and fix
1346         build, apparently - nobody noticed?)
1347         
1348 2005-01-26  Havoc Pennington  <hp@redhat.com>
1349
1350         * dbus/dbus-marshal-recursive.h: remove todo comment
1351
1352 2005-01-25  Joe Shaw  <joeshaw@novell.com>
1353
1354         * Land the mono binding changes to conform to the new APIs.
1355
1356         * mono/Makefile.am: Remove Custom.cs, DBusType/Custom.cs,
1357         DBusType/Dict.cs, and DBusType/Nil.cs from the build.
1358
1359         * mono/Arguments.cs (GetCodeAsString): Added.  Returns the dbus
1360         type code as a string.
1361         (InitAppending): Rename dbus_message_append_iter_init() to
1362         dbus_message_iter_init_append().
1363
1364         * mono/BusDriver.cs: Rename ServiceEventHandler to
1365         NameOwnerChangedHandler.  Rename GetServiceOwner to GetOwner.
1366         Rename ServiceOwnerChanged to NameOwnerChanged.
1367
1368         * mono/Connection.cs: Rename BaseService to UniqueName, and the
1369         underlying C call.
1370
1371         * mono/Custom.cs: Removed.  The CUSTOM type has been removed.
1372
1373         * mono/Service.cs: Rename Exists to HasOwner, internally rename
1374         dbus_bus_acquire_service() to dbus_bus_request_name().
1375
1376         * mono/DBusType/Array.cs (ctor): Use Type.GetElementType() instead
1377         of Type.UnderlyingSystemType to get the correct element type for
1378         the array.
1379         (ctor): Update code for new APIs: use dbus_message_iter_recurse(),
1380         dbus_message_get_{element|arg}_type() instead of
1381         dbus_message_iter_init_array_iterator().
1382         (Append): Replace dbus_message_iter_append_array() with
1383         dbus_message_iter_open_container() and
1384         dbus_message_iter_close_container().
1385
1386         * mono/DBusType/Custom.cs, mono/DBusType/Nil.cs: Removed.  These
1387         types have been removed.
1388         
1389         * mono/DBusType/*.cs: Replace calls of
1390         dbus_message_iter_get_[type]() to dbus_message_iter_get_basic(),
1391         but specify the type in the DllImport extern declaration.  Ditto
1392         for dbus_message_iter_append_[type]() ->
1393         dbus_message_iter_append_basic().
1394
1395         * mono/example/BusListener.cs: Update for ServiceEventHandler ->
1396         NameOwnerChangedHandler.
1397
1398 2005-01-25  John (J5) Palmieri  <johnp@redhat.com>
1399
1400         * python/dbus_bindings.pyx.in: Rename of methods and bindings
1401                 - get_base_service -> get_unique_name
1402                 - bus_get_base_service -> bus_get_unique_name
1403                 - dbus_bus_get_base_service -> dbus_bus_get_unique_name
1404                 - ACTIVATION_REPLY_ACTIVATED -> DBUS_START_REPLY_SUCCESS 
1405                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> DBUS_START_REPLY_ALREADY_RUNNING
1406                 - bus_activate_service -> bus_start_service_by_name
1407                 - dbus_bus_activate_service -> dbus_bus_start_service_by_name
1408                 - bus_acquire_service -> bus_request_name
1409                 - dbus_bus_acquire_service -> dbus_bus_request_name
1410                 - bus_service_exists -> bus_name_has_owner
1411                 - dbus_bus_service_exists -> dbus_bus_name_has_owner
1412
1413         * python/dbus.py: Rename of methods
1414                 - activate_service -> start_service_by_name
1415                 - bus_acquire_service -> bus_request_name
1416                 - ACTIVATION_REPLY_ACTIVATED -> START_REPLY_SUCCESS 
1417                 - ACTIVATION_REPLY_ALREADY_ACTIVE -> START_REPLY_ALREADY_RUNNING
1418
1419         
1420 2005-01-24  Joe Shaw  <joeshaw@novell.com>
1421
1422         * dbus/dbus-connection.c (dbus_connection_dispatch): Print out the
1423         signature for the method that can't be found.
1424
1425         * dbus/dbus-message.c (dbus_message_iter_init): To check to see if
1426         the message has any arguments, we need to call
1427         _dbus_type_reader_get_current_type(), not
1428         _dbus_type_reader_has_next().
1429
1430 2005-01-24  Havoc Pennington  <hp@redhat.com>
1431
1432         * dbus/dbus-message-factory.c: more testing of message validation
1433
1434         * dbus/dbus-protocol.h (DBUS_MINIMUM_HEADER_SIZE): move to this
1435         header
1436
1437 2005-01-23  Havoc Pennington  <hp@redhat.com>
1438
1439         * dbus/dbus-message-factory.c, dbus/dbus-message-util.c: 
1440         get this all working, not many tests in the framework yet though
1441
1442 2005-01-22  Havoc Pennington  <hp@redhat.com>
1443
1444         * doc/dbus-faq.xml, doc/dbus-tutorial: add a FAQ and update
1445         tutorial, based on work from David Wheeler.
1446
1447 2005-01-21  Havoc Pennington  <hp@redhat.com>
1448
1449         * dbus/dbus-bus.c: add more return_if_fail checks
1450
1451         * dbus/dbus-message.c (load_message): have the "no validation"
1452         mode (have to edit the code to toggle the mode for now though)
1453
1454         * dbus/dbus-marshal-header.c (_dbus_header_load): have a mode that
1455         skips all validation; I want to use this at least for benchmark
1456         baseline, I'm not sure if it should be a publicly-available switch.
1457
1458 2005-01-21  Havoc Pennington  <hp@redhat.com>
1459
1460         * glib/dbus-gmain.c: don't put the GLib bindings in the same
1461         toplevel doxygen group as the low-level API stuff
1462
1463         * dbus/dbus.h: note that libdbus is the low-level API
1464
1465 2005-01-20  Havoc Pennington  <hp@redhat.com>
1466
1467         * update-dbus-docs.sh: script to update docs on the web site, only
1468         works for me though. neener.
1469
1470 2005-01-20  Havoc Pennington  <hp@redhat.com>
1471
1472         * dbus/dbus-sysdeps.c (_dbus_poll): amazingly, trying to compile
1473         code can reveal bugs in it
1474
1475 2005-01-20  Havoc Pennington  <hp@redhat.com>
1476
1477         * dbus/dbus-sysdeps.c (_dbus_poll): fix several bugs in the
1478         select() version, patches from Tor Lillqvist
1479
1480 2005-01-20  Havoc Pennington  <hp@redhat.com>
1481
1482         * doc/dbus-tutorial.xml: replace > with &gt;
1483
1484         * bus/services.c (bus_registry_acquire_service): validate the name
1485         and return a better error if it's no good.
1486
1487         * doc/dbus-specification.xml: note NO_AUTO_START change
1488
1489         * dbus/dbus-protocol.h (DBUS_HEADER_FLAG_NO_AUTO_START): change
1490         from AUTO_START, we're toggling the default
1491
1492         * bus/dispatch.c: adapt the tests to change of auto-start default
1493
1494 2005-01-18  Havoc Pennington  <hp@redhat.com>
1495
1496         * rename dbus-daemon-1 to dbus-daemon throughout
1497
1498 2005-01-18  Havoc Pennington  <hp@redhat.com>
1499
1500         * Throughout, grand renaming to strip out the use of "service",
1501         just say "name" instead (or "bus name" when ambiguous).  Did not
1502         change the internal code of the message bus itself, only the
1503         programmer-facing API and messages.
1504         
1505         * doc/dbus-specification.xml: further update the message bus section
1506         
1507         * bus/config-parser.c (all_are_equiv): fix bug using freed string
1508         in error case
1509
1510 2005-01-17  Havoc Pennington  <hp@redhat.com>
1511
1512         * dbus/dbus-types.h: remove 16-bit types since we don't use them
1513         ever
1514
1515         * dbus/dbus-marshal-validate.c (_dbus_validate_path): disallow any
1516         "invalid name character" not only non-ASCII
1517
1518         * doc/dbus-specification.xml: further update spec, message bus 
1519         parts are still out-of-date but the marshaling etc. stuff is now
1520         accurate-ish
1521
1522 2005-01-17  Havoc Pennington  <hp@redhat.com>
1523
1524         * doc/dbus-specification.xml: partially update spec
1525
1526 2005-01-17  Havoc Pennington  <hp@redhat.com>
1527
1528         * Throughout, align variant bodies according to the contained
1529         type, rather than always to 8. Should save a fair bit of space in
1530         message headers.
1531         
1532         * dbus/dbus-marshal-validate.c (_dbus_validate_body_with_reason):
1533         fix handling of case where p == end
1534
1535         * doc/TODO: remove the dbus_bool_t item and variant alignment items
1536
1537 2005-01-17  Havoc Pennington  <hp@redhat.com>
1538
1539         * dbus/dbus-types.h: hardcode dbus_bool_t to 32 bits
1540
1541         * Throughout: modify DBUS_TYPE_BOOLEAN to be a 32-bit type instead
1542         of an 8-bit type. Now dbus_bool_t is the type to use whenever you 
1543         are marshaling/unmarshaling a boolean.
1544
1545 2005-01-16  Havoc Pennington  <hp@redhat.com>
1546
1547         This is about it on what can be disabled/deleted from libdbus
1548         easily, back below 150K anyhow. Deeper cuts are more work than 
1549         just turning the code off as I've done here.
1550         
1551         * dbus/dbus-marshal-basic.c (_dbus_pack_int32): we don't need the
1552         signed int convenience funcs
1553
1554         * dbus/dbus-internals.c (_dbus_verbose_real): omit when not in
1555         verbose mode
1556
1557         * dbus/dbus-string-util.c, dbus/dbus-string.c: more breaking
1558         things out of libdbus
1559
1560         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-util.c: same
1561         
1562         * dbus/dbus-hash.c: purge the TWO_STRINGS crap (well, make it
1563         tests-enabled-only, though it should probably be deleted)
1564
1565         * dbus/dbus-message-util.c: same stuff
1566
1567         * dbus/dbus-auth-util.c: same stuff
1568
1569 2005-01-16  Havoc Pennington  <hp@redhat.com>
1570
1571         * dbus/dbus-userdb-util.c: split out part of dbus-userdb.c
1572
1573         * dbus/dbus-sysdeps.c (_dbus_uid_from_string): move here to pave
1574         way for stripping down dbus-userdb.c stuff included in libdbus.
1575         Rename _dbus_parse_uid for consistency.
1576
1577 2005-01-16  Havoc Pennington  <hp@redhat.com>
1578
1579         * dbus/dbus-internals.c (_dbus_real_assert): print the function
1580         name the assertion failed in
1581
1582         * dbus/dbus-internals.h (_dbus_return_if_fail) 
1583         (_dbus_return_val_if_fail): assert that the name of the function
1584         containing the check doesn't start with '_', since we only want to 
1585         use checks on public functions
1586         
1587         * dbus/dbus-connection.c (_dbus_connection_ref_unlocked): change
1588         checks to assertions
1589
1590         * dbus/dbus-marshal-header.c (_dbus_header_set_field_basic):
1591         change checks to asserts for private function
1592
1593         * dbus/dbus-message.c (_dbus_message_set_serial): checks
1594         to asserts for private function
1595
1596         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): remove
1597         broken assertion that was breaking make check
1598         (_dbus_type_reader_array_is_empty): remove this rather than fix
1599         it, was only used in assertions
1600
1601 2005-01-16  Havoc Pennington  <hp@redhat.com>
1602
1603         * test/unused-code-gc.py: hacky script to find code that's used
1604         only by the bus (not libdbus) or used only by tests or not used at
1605         all. It has some false alarms, but looks like we can clean up a
1606         lot of size from libdbus.
1607
1608         * dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-utils.c,
1609         dbus/Makefile.am: initially move 10K of binary size out of libdbus
1610         
1611 2005-01-16  Havoc Pennington  <hp@redhat.com>
1612
1613         * Add and fix docs according to Doxygen warnings throughout
1614         source.
1615         
1616         * dbus/dbus-marshal-recursive.c
1617         (_dbus_type_reader_array_is_empty): change this to just call
1618         array_reader_get_array_len() and make it static
1619
1620         * dbus/dbus-message.c (dbus_message_iter_get_element_type): rename
1621         from get_array_type
1622         (dbus_message_iter_init_append): rename from append_iter_init
1623
1624         * dbus/dbus-marshal-recursive.c
1625         (_dbus_type_reader_get_element_type): rename from
1626         _dbus_type_reader_get_array_type
1627
1628 2005-01-15  Havoc Pennington  <hp@redhat.com>
1629
1630         * test/glib/test-profile.c (with_bus_server_filter): fix crash
1631
1632         * dbus/dbus-marshal-basic.c (_dbus_unpack_uint32): inline as macro
1633         when DBUS_DISABLE_ASSERT
1634         (_dbus_marshal_set_basic): be sure we align for the string length
1635
1636         * dbus/dbus-marshal-recursive.c (skip_one_complete_type): make
1637         this look faster
1638
1639         * dbus/dbus-string.c (_dbus_string_get_const_data_len): add an
1640         inline macro version
1641         (_dbus_string_set_byte): provide inline macro version
1642
1643 2005-01-15  Havoc Pennington  <hp@redhat.com>
1644
1645         * Land the new message args API and type system.
1646
1647         This patch is huge, but the public API change is not 
1648         really large. The set of D-BUS types has changed somewhat, 
1649         and the arg "getters" are more geared toward language bindings;
1650         they don't make a copy, etc.
1651
1652         There are also some known issues. See these emails for details
1653         on this huge patch:
1654         http://lists.freedesktop.org/archives/dbus/2004-December/001836.html
1655         http://lists.freedesktop.org/archives/dbus/2005-January/001922.html
1656         
1657         * dbus/dbus-marshal-*: all the new stuff
1658
1659         * dbus/dbus-message.c: basically rewritten
1660
1661         * dbus/dbus-memory.c (check_guards): with "guards" enabled, init
1662         freed blocks to be all non-nul bytes so using freed memory is less
1663         likely to work right
1664
1665         * dbus/dbus-internals.c (_dbus_test_oom_handling): add
1666         DBUS_FAIL_MALLOC=N environment variable, so you can do
1667         DBUS_FAIL_MALLOC=0 to skip the out-of-memory checking, or
1668         DBUS_FAIL_MALLOC=10 to make it really, really, really slow and
1669         thorough.
1670
1671         * qt/message.cpp: port to the new message args API
1672         (operator<<): use str.utf8() rather than str.unicode()
1673         (pretty sure this is right from the Qt docs?)
1674
1675         * glib/dbus-gvalue.c: port to the new message args API
1676
1677         * bus/dispatch.c, bus/driver.c: port to the new message args API
1678
1679         * dbus/dbus-string.c (_dbus_string_init_const_len): initialize the
1680         "locked" flag to TRUE and align_offset to 0; I guess we never
1681         looked at these anyhow, but seems cleaner.
1682
1683         * dbus/dbus-string.h (_DBUS_STRING_ALLOCATION_PADDING):
1684         move allocation padding macro to this header; use it to implement
1685         (_DBUS_STRING_STATIC): ability to declare a static string.
1686
1687         * dbus/dbus-message.c (_dbus_message_has_type_interface_member):
1688         change to return TRUE if the interface is not set.
1689
1690         * dbus/dbus-string.[hc]: move the D-BUS specific validation stuff
1691         to dbus-marshal-validate.[hc]
1692
1693         * dbus/dbus-marshal-basic.c (_dbus_type_to_string): move here from
1694         dbus-internals.c
1695
1696         * dbus/Makefile.am: cut over from dbus-marshal.[hc]
1697         to dbus-marshal-*.[hc]
1698
1699         * dbus/dbus-object-tree.c (_dbus_decompose_path): move this
1700         function here from dbus-marshal.c
1701
1702 2005-01-12  Joe Shaw  <joeshaw@novell.com>
1703
1704         * NEWS: Update for 0.23.
1705
1706         * configure.in: Release 0.23.
1707
1708 2005-01-12  Joe Shaw  <joeshaw@novell.com>
1709
1710         * mono/Makefile.am, mono/example/Makefile.am: Always build the 
1711         dbus DLL with --debug.  Clean up after the .mdb files this leaves
1712         behind.
1713
1714         * mono/doc/Makefile.am: Need to uninstall the docs on "make
1715         uninstall"
1716
1717         * mono/Arguments.cs (GetDBusTypeConstructor): If the type
1718         is an enum, get the enum's underlying type.  Another mono
1719         1.1.3 fix.
1720
1721 2005-01-11  Joe Shaw  <joeshaw@novell.com>
1722
1723         Patch from Sjoerd Simons <sjoerd@luon.net>
1724
1725         * mono/Makefile.am, mono/example/Makefile.am: Don't redefine
1726         DESTDIR.  It breaks stuff.
1727
1728 2005-01-11  Joe Shaw  <joeshaw@novell.com>
1729
1730         Patch from Tambet Ingo <tambet@ximian.com>
1731
1732         * mono/DBusType/Array.cs (Get): Get the underlying element type by
1733         calling type.GetElementType().  The code previously depended on
1734         broken Mono behavior, which was fixed in Mono 1.1.3.
1735
1736         * mono/DBusType/Dict.cs (constructor): Fix the parameters for
1737         Activator.CreateInstance() so that the class's constructor is
1738         called with the right parameters.
1739
1740 2005-01-11  Joe Shaw  <joeshaw@novell.com>
1741
1742         Patch from Timo Teräs <ext-timo.teras@nokia.com>
1743
1744         * dbus/dbus-connection.c
1745         (_dbus_connection_queue_received_message_link): Call
1746         _dbus_connection_remove_timeout() instead of the _locked()
1747         variant, since it's always called from
1748         _dbus_connection_handle_watch(), which handles the locking.
1749         Removed the _locked() variant since it's no longer used.
1750
1751 2005-01-03  Havoc Pennington  <hp@redhat.com>
1752
1753         * dbus/dbus-internals.h: I'm an idiot, _dbus_assert certainly can
1754         return
1755         
1756 2004-12-26  Havoc Pennington  <hp@redhat.com>
1757
1758         * dbus/dbus-internals.h: add _DBUS_GNUC_NORETURN to _dbus_assert
1759
1760 2005-01-03  Havoc Pennington  <hp@redhat.com>
1761
1762         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): fix using == on
1763         floating point
1764
1765         * dbus/dbus-string.c (_dbus_string_insert_alignment): new function
1766
1767 2005-01-02  Havoc Pennington  <hp@redhat.com>
1768
1769         * dbus/dbus-internals.h (_DBUS_ALIGN_OFFSET): new macro
1770
1771 2005-01-01  Havoc Pennington  <hp@redhat.com>
1772
1773         * configure.in: add -Wfloat-equal
1774
1775 2005-01-01  Havoc Pennington  <hp@redhat.com>
1776
1777         * dbus/dbus-sysdeps.h: add _DBUS_DOUBLES_BITWISE_EQUAL macro, 
1778         for a variety of reasons '==' doesn't do this.
1779
1780 2004-12-31  Havoc Pennington  <hp@redhat.com>
1781
1782         * dbus/dbus-string.c (_dbus_string_equal_substrings): new function
1783         I keep wishing I had
1784
1785 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
1786
1787         * python/dbus.py: s/ACTIVATION_REPLY_ACTIVE/ACTIVATION_REPLY_ACTIVATED
1788
1789 2004-12-30  John (J5) Palmieri  <johnp@redhat.com>
1790
1791         * python/dbus_bindings.pyx.in: Change DBUS_ACTIVATION_REPLY_ACTIVATED
1792         and DBUS_ACTIVATION_REPLY_ALREADY_ACTIVE to match the values in
1793         dbus-protocol.h.  Because they are defines and not enums they are not
1794         autogenerated.
1795
1796 2004-12-26  John (J5) Palmieri  <johnp@redhat.com>
1797
1798         * python/dbus_bindings.pyx.in (bus_activate_service): Bind
1799         dbus_bus_activate_service
1800
1801         * python/dbus.py (Bus.activate_service): activate a service on the
1802         bus.
1803
1804 2004-12-24  Havoc Pennington  <hp@redhat.com>
1805
1806         * test/decode-gcov.c: change to use .gcno and .gcda files, but the
1807         file format has also changed and I haven't adapted to that yet
1808         
1809         * Makefile.am: load .gcno files from latest gcc
1810
1811 2004-12-23  John (J5) Palmieri  <johnp@redhat.com>
1812         * Patch from Rob Taylor <robtaylor@fastmail.fm>
1813
1814         * python/dbus_bindings.pyx.in (bus_get_unix_user): New
1815         lowlevel binding
1816
1817         * python/dbus.py (get_unix_user): Added binding to 
1818         call dbus_bindings.bus_get_unix_user
1819
1820         * python/extract.py: Modified the proto_pat regex to
1821         handle unsigned long
1822
1823 2004-12-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
1824
1825         * dbus/make-dbus-glib-error-enum.sh: omit the function keyword for
1826         better POSIX compliance.
1827
1828 2004-12-19  Havoc Pennington  <hp@redhat.com>
1829
1830         * dbus/dbus-string.c (_dbus_string_insert_4_aligned) 
1831         (_dbus_string_insert_8_aligned): new functions
1832
1833         * dbus/dbus-string.c (_dbus_string_alloc_space): new function
1834
1835 2004-12-18  Havoc Pennington  <hp@redhat.com>
1836
1837         * dbus/dbus-string.c (_dbus_string_validate_ascii): use ISASCII
1838         macro
1839
1840         * dbus/dbus-message.c: fix a comment, and add a still-unused
1841         not-implemented function
1842
1843         * dbus/dbus-marshal.h: fix comment
1844
1845         * dbus/dbus-internals.h (_DBUS_ISASCII): new macro
1846
1847 2004-12-17  Joe Shaw  <joeshaw@novell.com>
1848
1849         * mono/DBusType/Byte.cs, mono/DBusType/Int32.cs,
1850         mono/DBusType/Int64.cs, mono/DBusType/UInt32.cs,
1851         mono/DBusType/UInt64.cs: Use Enum.GetUnderlyingType() instead of
1852         Type.UnderlyingSystemType to get the actual system type
1853         underneath.  This code previously depended on the broken Mono
1854         behavior, which was fixed in 1.1.3.
1855
1856 2004-11-27  Havoc Pennington  <hp@redhat.com>
1857
1858         * dbus/dbus-string.h (_dbus_string_get_byte): inline when asserts
1859         are disabled
1860         (_dbus_string_get_const_data): inline when asserts are disabled
1861
1862         * dbus/dbus-message.c: record the _dbus_current_generation of
1863         creation so we can complain if dbus_shutdown() is used improperly.
1864         Do this only if checks are enabled.
1865
1866         * dbus/dbus-connection.c: ditto
1867         
1868 2004-11-26  Havoc Pennington  <hp@redhat.com>
1869
1870         * test/glib/test-profile.c: add with_bus mode to profile echoes
1871         that go through the bus.
1872
1873         * test/glib/run-test.sh: add ability to run test-profile
1874
1875         * bus/dbus-daemon-1.1.in: fix to say that SIGHUP causes partial
1876         config file reload.
1877
1878 2004-11-26  Havoc Pennington  <hp@redhat.com>
1879
1880         * test/glib/test-profile.c: clean up how the fake_malloc_overhead
1881         thing was implemented
1882
1883 2004-11-26  Havoc Pennington  <hp@redhat.com>
1884
1885         * test/glib/test-profile.c: tweak a bit, add support for some
1886         made-up minimal malloc overhead with plain sockets, since in 
1887         real life some sort of buffers are unavoidable thus we could 
1888         count them in the theoretical best case
1889
1890 2004-11-26  Havoc Pennington  <hp@redhat.com>
1891
1892         * dbus/dbus-message.c (dbus_message_cache_or_finalize): fix bug
1893         where I was trying to cache one too many messages
1894
1895 2004-11-26  Havoc Pennington  <hp@redhat.com>
1896
1897         * dbus/dbus-message.c: reimplement message cache as an array which 
1898         makes the cache about twice as fast and saves maybe 1.5% overall
1899
1900 2004-11-26  Havoc Pennington  <hp@redhat.com>
1901
1902         * dbus/dbus-threads.c (init_global_locks): forgot to put the
1903         message cache lock here
1904
1905 2004-11-26  Havoc Pennington  <hp@redhat.com>
1906
1907         * dbus/dbus-message.c (struct DBusMessage): put the locked bit and
1908         the "char byte_order" next to each other to save 4 bytes
1909         (dbus_message_new_empty_header): reduce preallocation, since the
1910         message cache should achieve a similar effect
1911         (dbus_message_cache_or_finalize, dbus_message_get_cached): add a
1912         message cache that keeps a few DBusMessage around in a pool,
1913         another 8% speedup or so.
1914
1915         * dbus/dbus-dataslot.c (_dbus_data_slot_list_clear): new function
1916
1917 2004-11-25  Havoc Pennington  <hp@redhat.com>
1918
1919         * dbus/dbus-transport-unix.c (unix_do_iteration): if we're going
1920         to write, without reading or blocking, try it before the poll()
1921         and skip the poll() if nothing remains to write. This is about a
1922         3% speedup in the echo client/server
1923
1924 2004-11-25  Havoc Pennington  <hp@redhat.com>
1925
1926         The primary change here is to always write() once before adding
1927         the write watch, which gives us about a 10% performance increase.
1928         
1929         * dbus/dbus-transport-unix.c: a number of modifications to cope
1930         with removing messages_pending
1931         (check_write_watch): properly handle
1932         DBUS_AUTH_STATE_WAITING_FOR_MEMORY; adapt to removal of
1933         messages_pending stuff
1934         (check_read_watch): properly handle WAITING_FOR_MEMORY and
1935         AUTHENTICATED cases
1936         (unix_handle_watch): after writing, see if the write watch can be
1937         removed
1938         (unix_do_iteration): assert that write_watch/read_watch are
1939         non-NULL rather than testing that they aren't, since they 
1940         aren't allowed to be NULL. check_write_watch() at the end so 
1941         we add the watch if we did not finish writing (e.g. got EAGAIN)
1942
1943         * dbus/dbus-transport-protected.h: remove messages_pending call,
1944         since it resulted in too much inefficient watch adding/removing; 
1945         instead we now require that the transport user does an iteration 
1946         after queueing outgoing messages, and after trying the first
1947         write() we add a write watch if we got EAGAIN or exceeded our 
1948         max bytes to write per iteration setting
1949
1950         * dbus/dbus-string.c (_dbus_string_validate_signature): add this
1951         function
1952
1953         * dbus/dbus-server-unix.c (unix_finalize): the socket name was
1954         freed and then accessed, valgrind flagged this bug, fix it
1955
1956         * dbus/dbus-message.c: fix several bugs where HEADER_FIELD_LAST was taken
1957         as the last valid field plus 1, where really it is equal to the
1958         last valid field. Corrects some message corruption issues.
1959
1960         * dbus/dbus-mainloop.c: verbosity changes
1961
1962         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): handle OOM
1963         instead of aborting in one of the test codepaths
1964
1965         * dbus/dbus-internals.c (_dbus_verbose_real): fix a bug that
1966         caused not printing the pid ever again if a verbose was missing
1967         the newline at the end
1968         (_dbus_header_field_to_string): add HEADER_FIELD_SIGNATURE
1969
1970         * dbus/dbus-connection.c: verbosity changes; 
1971         (dbus_connection_has_messages_to_send): new function
1972         (_dbus_connection_message_sent): no longer call transport->messages_pending
1973         (_dbus_connection_send_preallocated_unlocked): do one iteration to
1974         try to write() immediately, so we can avoid the write watch. This
1975         is the core purpose of this patchset
1976         (_dbus_connection_get_dispatch_status_unlocked): if disconnected,
1977         dump the outgoing message queue, so nobody will get confused
1978         trying to send them or thinking stuff is pending to be sent
1979
1980         * bus/test.c: verbosity changes
1981
1982         * bus/driver.c: verbosity/assertion changes
1983
1984         * bus/dispatch.c: a bunch of little tweaks to get it working again
1985         because this patchset changes when/where you need to block.
1986
1987 2004-11-23  Havoc Pennington  <hp@redhat.com>
1988
1989         * test/glib/test-profile.c: modify to accept a plain_sockets
1990         argument in which case it will bench plain sockets instead of
1991         libdbus, for comparison purposes.
1992
1993 2004-11-22  Havoc Pennington  <hp@redhat.com>
1994
1995         * test/glib/test-profile.c (N_CLIENT_THREADS): run multiple
1996         threads for more time, so sysprof can get a grip on it.
1997
1998         * dbus/dbus-string.c (_dbus_string_validate_utf8): remove
1999         pointless variable
2000
2001 2004-11-13  Havoc Pennington  <hp@redhat.com>
2002
2003         * test/glib/test-profile.c: fix this thing up a bit
2004
2005         * dbus/dbus-message.c (dbus_message_new_empty_header): increase
2006         preallocation sizes by a fair bit; not sure if this will be an
2007         overall performance win or not, but it does reduce reallocs.
2008
2009         * dbus/dbus-string.c (set_length, reallocate_for_length): ignore
2010         the test hack that forced constant realloc if asserts are
2011         disabled, so we can profile sanely. Sprinkle in some
2012         _DBUS_UNLIKELY() which are probably pointless, but before I
2013         noticed the real performance problem I put them in.
2014         (_dbus_string_validate_utf8): micro-optimize this thing a little
2015         bit, though callgrind says it didn't help; then special-case
2016         ascii, which did help a lot; then be sure we detect nul bytes as
2017         invalid, which is a bugfix.
2018         (align_length_then_lengthen): add some more _DBUS_UNLIKELY
2019         superstition; use memset to nul the padding instead of a manual
2020         loop.
2021         (_dbus_string_get_length): inline this as a
2022         macro; it showed up in the profile because it's used for loop
2023         tests and so forth
2024
2025 2004-11-10  Colin Walters  <walters@verbum.org>
2026
2027         * dbus/dbus-spawn.c (check_babysit_events): Handle EINTR,
2028         for extra paranoia.
2029
2030 2004-11-09  Colin Walters  <walters@verbum.org>
2031
2032         * dbus/dbus-string.c (_dbus_string_get_length): New
2033         function, writes DBusString to C buffer.
2034
2035         * dbus/dbus-string.h: Prototype it.
2036
2037         * dbus/dbus-message.c (dbus_message_type_to_string): New
2038         function, converts message type into C string.
2039
2040         * dbus/dbus-message.h: Prototype it.
2041
2042         * bus/selinux.c (bus_selinux_check): Take source pid,
2043         target pid, and audit data.  Pass audit data to
2044         avc_has_perm.
2045         (log_audit_callback): New function, appends extra
2046         audit information.
2047         (bus_selinux_allows_acquire_service): Also take
2048         service name, add it to audit data.
2049         (bus_selinux_allows_send): Also take message
2050         type, interface, method member, error name,
2051         and destination, and add them to audit data.
2052         (log_cb): Initialize func_audit.
2053         
2054         * bus/selinux.h (bus_selinux_allows_acquire_service)
2055         (bus_selinux_allows_send): Update prototypes 
2056
2057         * bus/services.c (bus_registry_acquire_service): Pass
2058         service name to bus_selinux_allows_acquire_service.
2059
2060         * bus/bus.c (bus_context_check_security_policy): Pass
2061         additional audit data.  Move assignment of dest
2062         to its own line.
2063
2064 2004-11-07  Colin Walters  <walters@verbum.org>
2065
2066         * dbus/dbus-transport-unix.c (do_authentication): Always
2067         initialize auth_completed.
2068         
2069 2004-11-07  Colin Walters  <walters@verbum.org>
2070
2071         * bus/bus.c (load_config): Break into three
2072         separate functions: process_config_first_time_only,
2073         process_config_every_time, and process_config_postinit.
2074         (process_config_every_time): Move call of
2075         bus_registry_set_service_context_table into
2076         process_config_postinit.
2077         (process_config_postinit): New function, does
2078         any processing that needs to happen late
2079         in initialization (and also on reload).
2080         (bus_context_new): Instead of calling load_config,
2081         open config parser here and call process_config_first_time_only
2082         and process_config_every_time directly.  Later, after
2083         we have forked but before changing UID,
2084         invoke bus_selinux_full_init, and then call
2085         process_config_postinit.
2086         (bus_context_reload_config): As in bus_context_new,
2087         load parse file inside here, and call process_config_every_time
2088         and process_config_postinit.
2089
2090         * bus/services.h, bus/services.c
2091         (bus_registry_set_service_context_table): Rename
2092         from bus_registry_set_sid_table.  Take string hash from config
2093         parser, and convert them here into SIDs.
2094
2095         * bus/config-parser.c (struct BusConfigParser): Have
2096         config parser only store a mapping of service->context
2097         string.
2098         (merge_service_context_hash): New function.
2099         (merge_included): Merge context string hashes instead
2100         of using bus_selinux_id_table_union.
2101         (bus_config_parser_new): Don't use bus_selinux_id_table_new;
2102         simply create a new string hash.
2103         (bus_config_parser_unref): Unref it.
2104         (start_selinux_child): Simply insert strings into hash,
2105         don't call bus_selinux_id_table_copy_over.
2106
2107         * bus/selinux.h, bus/selinux.c (bus_selinux_id_table_union)
2108         (bus_selinux_id_table_copy_over): Delete.
2109
2110 2004-11-03  Colin Walters  <walters@verbum.org>
2111
2112         * bus/selinux.c (bus_selinux_pre_init): Kill some unused
2113         variables.
2114         
2115 2004-11-03  Colin Walters  <walters@verbum.org>
2116
2117         * bus/test-main.c (test_pre_hook): Fix test logic,
2118         thanks Joerg Barfurth <Joerg.Barfurth@Sun.COM>.
2119
2120 2004-11-02  Colin Walters  <walters@redhat.com>
2121
2122         * bus/selinux.c (bus_selinux_init): Split into two functions,
2123         bus_selinux_pre_init and bus_selinux_post_init.
2124         (bus_selinux_pre_init): Just determine whether SELinux is
2125         enabled.
2126         (bus_selinux_post_init): Do everything else.
2127
2128         * bus/main.c (main): Call bus_selinux_pre_init before parsing
2129         config file, and bus_selinux_post_init after.  This ensures that
2130         we don't lose the policyreload notification thread that
2131         bus_selinux_init created before forking previously.
2132         
2133         * bus/test-main.c (test_pre_hook): Update for split.
2134
2135 2004-10-31  Owen Fraser-Green  <owen@discobabe.net>
2136
2137         Patch from Johan Fischer <linux@fischaz.com>
2138         
2139         * mono/doc/Makefile.am (install-data-local): Added directory
2140         install for DESTDIR
2141
2142 2004-10-29  Colin Walters  <walters@redhat.com>
2143
2144         * dbus/dbus-sysdeps.h (_dbus_become_daemon): Also take
2145         parameter for fd to write pid to.       
2146
2147         * dbus/dbus-sysdeps.c (_dbus_become_daemon): Implement it.
2148         
2149         * bus/bus.c (bus_context_new): Pass print_pid_fd
2150         to _dbus_become_daemon (bug #1720)
2151
2152 2004-10-29  Colin Walters  <walters@redhat.com>
2153
2154         Patch from Ed Catmur <ed@catmur.co.uk>
2155
2156         * mono/doc/Makefile.am (install-data-local): Handle
2157         DESTDIR.
2158
2159 2004-10-29  Colin Walters  <walters@redhat.com>
2160
2161         * bus/.cvsignore, qt/.cvsignore: Update.
2162
2163 2004-10-29  Colin Walters  <walters@redhat.com>
2164
2165         Patch from Kristof Vansant <de_lupus@pandora.be>
2166
2167         * configure.in: Detect Slackware.
2168         * bus/Makefile.am (SCRIPT_IN_FILES): Add rc.messagebus.in.
2169         * bus/rc.messagebus.in: New file.
2170
2171 2004-10-29  Colin Walters  <walters@redhat.com>
2172
2173         * tools/dbus-monitor.c (filter_func): Return
2174         DBUS_HANDLER_RESULT_HANDLED in filter function
2175         for now.  See:
2176         http://freedesktop.org/pipermail/dbus/2004-August/001433.html
2177
2178 2004-10-29  Colin Walters  <walters@redhat.com>
2179
2180         Patch from Matthew Rickard <mjricka@epoch.ncsc.mil>
2181
2182         * bus/services.c (bus_registry_acquire_service): 
2183         Correctly retrieve service name from DBusString
2184         for printing.
2185
2186 2004-10-29  Colin Walters  <walters@redhat.com>
2187
2188         * dbus/dbus-glib.h: Update documentation to not
2189         refer to internal APIs.
2190
2191 2004-10-27  Joe Shaw  <joeshaw@novell.com>
2192
2193         * mono/Arguments.cs (GetDBusTypeConstructor):
2194         type.UnderlyingSystemType will return "System.Byte" if you do it
2195         on "byte[]", which is not what we want.  So check the type.IsArray
2196         property and use System.Array instead.
2197
2198 2004-10-25  John (J5) Palmieri  <johnp@redhat.com>
2199
2200         * dbus/dbus-sysdeps.c (fill_user_info): On errors do not free
2201         the DBusUserInfo structure since this is passed into the function.
2202         This would cause a double free when the function that allocated
2203         the structure would try to free it when an error occured.
2204
2205         * (bus/session.conf.in, bus/Makefile.am, dbus/configure.in):
2206         use /usr/share/dbus-1/services instead of /usr/lib/dbus-1.0/services
2207         for service activation to avoid 32bit/64bit parallel install issues
2208
2209 2004-10-21  Colin Walters  <walters@verbum.org>
2210
2211         * AUTHORS: Fix my email address, the @gnu.org one
2212         has been bouncing for some time.  Also add J5.
2213         
2214 2004-10-21  Colin Walters  <walters@verbum.org>
2215
2216         * dbus/dbus-transport-unix.c (do_authentication): Return
2217         authentication status to callers.
2218         (unix_handle_watch): If we completed authentication this round,
2219         don't do another read.  Instead wait until the next iteration,
2220         after we've read any pending data in the auth buffer.
2221         (unix_do_iteration): Ditto.
2222         (unix_handle_watch): Updated for new do_authentication prototype.
2223
2224 2004-10-18  Colin Walters  <walters@verbum.org>
2225
2226         * bus/selinux.c (bus_selinux_enabled): Handle
2227         --disable-selinux case.
2228         
2229 2004-10-18  Colin Walters  <walters@verbum.org>
2230
2231         * bus/selinux.h: Add bus_selinux_enabled.
2232         
2233         * bus/selinux.c (bus_selinux_enabled): Implement it.
2234         
2235         * bus/config-parser.c (struct include): Add
2236         if_selinux_enabled member.
2237         (start_busconfig_child): Parse if_selinux_enabled
2238         attribute for include.
2239         (bus_config_parser_content): Handle it.
2240
2241         * bus/session.conf.in, bus/system.conf.in: Add
2242         inclusion of context mapping to default config files;
2243         conditional on SELinux being enabled.
2244         
2245         * doc/busconfig.dtd: Add to if_selinux_enabled to default DTD.
2246         
2247         * test/data/invalid-config-files/badselinux-1.conf, 
2248         test/data/invalid-config-files/badselinux-2.conf:
2249         Test files for bad syntax.
2250         
2251 2004-10-17  Colin Walters  <walters@verbum.org>
2252
2253         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug, check_guards)
2254         (dbus_malloc, dbus_malloc0, dbus_realloc): Fix up printf
2255         format specifier mismatches.
2256
2257 2004-10-07  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2258
2259         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): fix an incorrect
2260         format string.
2261
2262         * glib/dbus-dbus-gmain.c (dbus_g_bus_get): do not mangle NULL
2263         pointer (bug #1540, Leonardo Boiko).
2264
2265 2004-09-28  Jon Trowbridge  <trow@ximian.com>
2266
2267         * mono/BusDriver.cs: Changed BusDriver struct to remove
2268         the ServiceCreated and ServiceDeleted events and replace them
2269         with the new ServiceOwnerChanged event.
2270
2271         * mono/example/BusListener.cs: Added a new example program,
2272         which listens for and reports any ServiceOwnerChanged events
2273         on the bus driver.
2274
2275         * mono/example/Makefile.am (DESTDIR): Build changes for the
2276         new BusListener.cs example.
2277
2278 2004-09-27  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2279
2280         * bus/signals.c (bus_match_rule_parse): validate the components of
2281         match rules (bug #1439).
2282
2283         * dbus/dbus-bus.c (dbus_bus_add_match): add a missing OOM test.
2284
2285 2004-09-24  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2286
2287         * doc/dbus-specification.xml: document ServiceOwnerChanged
2288         signal.
2289         
2290         * bus/driver.c, bus/driver.h, bus/services.c: Use
2291         ServiceOwnerChanged signal instead of ServiceCreated and
2292         ServiceDeleted.
2293         
2294         * bus/dispatch.c: update testcase for the new signal.
2295
2296 2004-09-20  Jon Trowbridge  <trow@ximian.com>
2297
2298         Patch from Nat Friedman <nat@novell.com>
2299
2300         * mono/Makefile.am: A number of small build fixes to allow "make
2301         distcheck" to succeed.
2302
2303         * mono/example/Makefile.am: "make distcheck" fixes.
2304
2305         * mono/AssemblyInfo.cs.in: When signing the assembly, look for the
2306         key in @srcdir@.
2307
2308         * test/Makefile.am: "make distcheck" fixes.
2309
2310 2004-09-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2311
2312         * dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM.
2313
2314         * doc/busconfig.dtd: update the DTD for the at_console attribute.
2315
2316         * bus/driver.c (bus_driver_handle_hello): correctly handle Hello
2317         messages after the first one (bug #1389).
2318         
2319         * bus/dispatch.c (check_double_hello_message): add a test case for
2320         the double hello message bug.
2321         (check_existent_service_activation): fix check of spawning error.
2322         
2323 2004-09-16  David Zeuthen  <david@fubar.dk>
2324
2325         * python/dbus_bindings.pyx.in: Add support for int64 and uint64
2326
2327 2004-09-12  David Zeuthen  <david@fubar.dk>
2328
2329         Patch from Kay Sievers <kay.sievers@vrfy.org>
2330
2331         * bus/bus.c (bus_context_new):
2332         * bus/bus.h:
2333         * bus/main.c (usage)
2334         (main):
2335         Add commandline option --nofork to override configuration file
2336         setting.
2337
2338 2004-09-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2339
2340         * dbus/dbus-*.h: remove the ; after DBUS_(BEGIN|END)_DECLS. Some C
2341         compilers don't like it (bug #974).
2342
2343 2004-09-04  Harald Fernengel  <harry@kdevelop.org>
2344
2345         * qt/connection.*: Applied patch by Jérôme Lodewyck
2346         <lodewyck@clipper.ens.fr> to integrate an existing
2347         connection into the Qt eventloop
2348
2349 2004-08-30  Jon Trowbridge  <trow@ximian.com>
2350
2351         * mono/BusDriver.cs: Added.  This is a class for interacting with
2352         the org.freedesktop.DBus service.
2353
2354         * mono/Message.cs: Added a mechanism to expose the message that is
2355         currently being dispatched via the static Message.Current
2356         property.  Added Message.Sender and Message.Destination
2357         properties.
2358
2359         * mono/Handler.cs: Expose the dispatched message via
2360         Message.Current when handling method calls.
2361
2362         * mono/Service.cs: Expose the dispatched message via
2363         Message.Current when handling signal emissions.
2364         
2365         * mono/Connection.cs: Bind dbus_bus_get_base_service via the
2366         Connection.BaseService property.
2367
2368 2004-08-28  Havoc Pennington  <hp@redhat.com>
2369
2370         * dbus/dbus-userdb.c (_dbus_is_console_user): remove unused variable
2371
2372         More fixes from Steve Grubb
2373         
2374         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix fd leak
2375         (_dbus_listen_tcp_socket): fix fd leak
2376
2377         * dbus/dbus-spawn.c (read_pid, read_ints): move the "again:" for
2378         EINTR to a bit lower in the code
2379
2380 2004-08-26  Jon Trowbridge  <trow@ximian.com>
2381
2382         * bus/driver.c (bus_driver_handle_service_exists): Respond with
2383         TRUE if we are inquiring about the existence of the built-in
2384         org.freedesktop.DBus service.
2385
2386 2004-08-25  John Palmieri  <johnp@redhat.com>
2387         * bus/config-parser.c:
2388         (struct PolicyType): Add POLICY_CONSOLE
2389         (struct Element.d.policy): s/gid_or_uid/gid_uid_or_at_console
2390         (start_busconfig_child): Sets up console element when
2391         <policy at_console=""> is encountered in a policy file
2392         (append_rule_from_element): Convert console elements to console
2393         rules.
2394
2395         * bus/policy.c: 
2396         (bus_policy_create_client_policy): Add console rules to the client
2397         policy based on if the client is at the console
2398         (bus_policy_append_console_rule): New function for adding a
2399         console rule to a policy
2400         (bus_policy_merge): Handle console rule merging
2401
2402         * dbus/dbus-sysdeps.h: Added the DBUS_CONSOLE_DIR constant
2403         where we check for console user files
2404         
2405         * dbus/dbus-sysdeps.c:
2406         (_dbus_file_exists): New function which checks if the given
2407         file exists
2408         (_dbus_user_at_console): New function which does the system
2409         specific process of checking if the user is at the console
2410
2411         * dbus/dbus-userdb.c:
2412         (_dbus_is_console_user): New function converts a UID to user name
2413         and then calls the system specific _dbus_user_at_console to 
2414         see if the user is at the console and therefor a console user
2415
2416 2004-08-25  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2417
2418         * bus/config-parser.c (set_limit):
2419         * bus/dbus-daemon-1.1.in:
2420         * test/data/valid-config-files/many-rules.conf: set the
2421         max_match_rules_per_connection limt from the config file. 
2422
2423         * doc/busconfig.dtd: update the DTD.
2424
2425         * bus/driver.c: remove some unused variables.
2426
2427 2004-08-24  Mikael Hallendal  <micke@imendio.com>
2428
2429         * dbus/dbus-glib-lowlevel.h: Removed dbus_bus_get_with_g_main since 
2430         it's been replaced by dbus_g_bus_get
2431
2432 2004-08-23  Colin Walters  <walters@redhat.com>
2433
2434         Updated SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
2435
2436         * bus/selinux.h: Prototype bus_selinux_get_policy_root.
2437
2438         * bus/selinux.c: Create a thread for policy reload notification.
2439         (bus_selinux_get_policy_root): Implement.
2440
2441         * bus/config-parser.c (start_busconfig_child)
2442         (bus_config_parser_content): Support SELinux-root relative
2443         inclusion.
2444
2445         * configure.in <HAVE_SELINUX>: Add -lpthread.
2446         
2447         * bus/test-main.c (test_pre_hook, test_post_hook): New.
2448         (test_post_hook): Move memory checking into here.
2449         (test_pre_hook, test_post_hook): Move SELinux checks in
2450         here, but conditional on a DBUS_TEST_SELINUX environment
2451         variable.  Unfortunately we can't run the SELinux checks
2452         as a normal user, since they won't have any permissions
2453         for /selinux.  So this will have to be tested manually
2454         for now, until we have virtualization for most of
2455         libselinux.
2456         
2457 2004-08-23  Havoc Pennington  <hp@redhat.com>
2458
2459         * dbus/dbus-sysdeps.c (_dbus_change_identity): add setgroups() to
2460         drop supplementary groups, suggested by Steve Grubb
2461
2462 2004-08-20  Colin Walters  <walters@redhat.com>
2463
2464         * bus/config-parser.c (start_busconfig_child): Remove some unused
2465         variables.
2466         
2467         * bus/selinux.c (bus_selinux_id_table_insert): Avoid compiler
2468         warning.
2469
2470 2004-08-17  Joe Shaw  <joeshaw@novell.com>
2471
2472         * configure.in: If --enable-mono is passed in, if we can't find
2473         mono error out.
2474
2475         * mono/Makefile.am: Use /gacutil to install assemblies into the
2476         GAC and not /root.
2477
2478 2004-08-12  Havoc Pennington  <hp@redhat.com>
2479
2480         * NEWS: update for 0.22
2481
2482         * configure.in: release 0.22
2483
2484 2004-08-11  Colin Walters  <walters@redhat.com>
2485
2486         * tools/dbus-send.c (main, usage): Add --reply-timeout
2487         argument.
2488
2489 2004-08-10  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2490
2491         * bus/bus.c (process_config_first_time_only): get rid of an unused
2492         DBusError that was causing a memoy leak (bug #989).
2493
2494         * dbus/dbus-keyring.c, dbus/dbus-message.c:
2495         fix compilation on Solaris/Forte C (bug #974)
2496
2497         * bus/main.c (main): plug two minuscule memleaks.
2498
2499 2004-08-10  Havoc Pennington  <hp@redhat.com>
2500
2501         * doc/dbus-tutorial.xml: add some more info on GLib bindings
2502
2503 2004-08-09  Havoc Pennington  <hp@redhat.com>
2504
2505         * COPYING: switch to Academic Free License version 2.1 instead of
2506         2.0, to resolve complaints about patent termination clause.
2507
2508 2004-07-31  John (J5) Palmieri  <johnp@redhat.com>
2509
2510         * README: added documentation for the --enable-python 
2511         configure switch.
2512
2513 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2514
2515         * bus/config-parser.c (bus_config_parser_new): fix an invalid
2516         _unref in the SELinux support.
2517
2518         * doc/busconfig.dtd: update DTD for SELinux support.
2519
2520         * bus/config-loader-libxml.c: fix error handler and parser
2521         initialisation/cleanup. OOM test now works with libxml2 HEAD.
2522
2523         * configure.in: remove the warning about libxml2.
2524
2525         * dbus/dbus-bus.c: silence doxygen warning.
2526
2527 2004-07-31  Colin Walters  <walters@redhat.com>
2528
2529         * configure.in: Move #error in SELinux check to its own line.
2530
2531 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2532
2533         * dbus/dbus-internals.h (_DBUS_SET_OOM):
2534         * bus/utils.h (BUS_SET_OOM): use dbus_error_set_const instead of
2535         dbus_error_set.
2536
2537         * bus/dispatch.c (check_send_exit_to_service): fix the test case,
2538         broken by the change in the _SET_OOM macros.
2539
2540 2004-07-31  Colin Walters  <walters@redhat.com>
2541
2542         * bus/selinux.c <HAVE_SELINUX>: Include utils.h to get
2543         BUS_SET_OOM.
2544
2545 2004-07-31  Colin Walters  <walters@redhat.com>
2546
2547         * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER
2548         to correctly detect DBUS__ACQUIRE_SVC.  Also add an
2549         AC_MSG_CHECKING.
2550
2551 2004-07-24  Havoc Pennington  <hp@redhat.com>
2552
2553         SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
2554
2555         * bus/selinux.c, bus/selinux.h: new file encapsulating selinux
2556         functionality
2557
2558         * configure.in: add --enable-selinux
2559         
2560         * bus/policy.c (bus_policy_merge): add FIXME to a comment
2561
2562         * bus/main.c (main): initialize and shut down selinux
2563
2564         * bus/connection.c: store SELinux ID on each connection, to avoid 
2565         repeated getting of the string context and converting it into 
2566         an ID
2567
2568         * bus/bus.c (bus_context_get_policy): new accessor, though it
2569         isn't used
2570         (bus_context_check_security_policy): check whether the security
2571         context of sender connection can send to the security context of
2572         recipient connection
2573
2574         * bus/config-parser.c: add parsing for <selinux> and <associate>
2575         
2576         * dbus/dbus-transport.c (_dbus_transport_get_unix_fd): to
2577         implement dbus_connection_get_unix_fd()
2578
2579         * dbus/dbus-connection.c (dbus_connection_get_unix_fd): new
2580         function, used by the selinux stuff
2581         
2582 2004-07-29  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2583
2584         * bus/config-loader-libxml.c: complete the implementation of
2585         libxml backend for config file loader. Doesn't work with full OOM
2586         test yet. 
2587         
2588         * configure.in: change error when selecting libxml into a warning.
2589         
2590         * test/data/invalid-config-files: add two non-well-formed XML
2591         files. 
2592         
2593         * glib/Makefile.am: libdbus_gtool always uses expat, not libxml.
2594         
2595         * dbus/dbus-transport-unix.c (unix_handle_watch): do not
2596         disconnect in case of DBUS_WATCH_HANGUP, several do_reading() may
2597         be necessary to read all the buffer. (bug #894)
2598
2599         * bus/activation.c (bus_activation_activate_service): fix a
2600         potential assertion failure (bug #896). Small optimization in the
2601         case of auto-activation messages.
2602
2603         * dbus/dbus-message.c (verify_test_message, _dbus_message_test):
2604         add test case for byte-through-vararg bug (#901). patch by Kimmo
2605         Hämäläinen. 
2606
2607 2004-07-28  Anders Carlsson  <andersca@gnome.org>
2608
2609         * python/dbus.py:
2610         * python/dbus_bindings.pyx.in:
2611         Add dbus.init_gthreads (), allow emit_signal to pass
2612         arguments to the signal.
2613         
2614 2004-07-24  Havoc Pennington  <hp@redhat.com>
2615
2616         * AUTHORS: add some people, not really comprehensively, let me
2617         know if I missed you
2618
2619 2004-07-24  Havoc Pennington  <hp@redhat.com>
2620
2621         * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
2622         Owen
2623
2624         * test/Makefile.am (DIST_SUBDIRS): here also
2625
2626 2004-07-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2627
2628         * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
2629         breaking build on Solaris, reported by Farhad Saberi on the ML.
2630
2631         * dbus/dbus-message.c (dbus_message_append_args_valist): fix the
2632         va_arg invocation to account for integer promotion in the case of
2633         DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
2634
2635         * bus/services.c (bus_service_remove_owner): fix bug #902, use
2636         _dbus_list_get_first_link, not _dbus_list_get_first.
2637
2638         * dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
2639
2640         * dbus/dbus-object-tree.c (free_subtree_recurse): always null
2641         handler functions so that the asserts in _dbus_object_subtree_unref
2642         do not fail.
2643
2644         * dbus/dbus-transport-unix.c (do_reading):
2645         _dbus_transport_queue_messages return value is of type
2646         dbus_bool_t, not DBusDispatchStatus.
2647         
2648 2004-07-19  David Zeuthen  <david@fubar.dk>
2649
2650         * dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
2651
2652         * bus/dispatch.c:
2653         (check_get_connection_unix_user): Debug says GetProperty; but the
2654         method is called GetConnectionUnixUser
2655         (check_get_connection_unix_process_id): New function
2656         (bus_dispatch_test): Actually call check_get_connection_unix_user();
2657         also call check_get_connection_unix_process_id()
2658         
2659         * bus/driver.c:
2660         (bus_driver_handle_get_connection_unix_process_id): New function,
2661         handles GetConnectionUnixProcessID on the org.freedesktop.DBus
2662         interface
2663         
2664         * dbus/dbus-auth.c:
2665         (handle_server_data_external_mech): Set pid from the credentials
2666         obtained from the socket
2667         
2668         * dbus/dbus-connection.c:
2669         (dbus_connection_get_unix_process_id): New function
2670         
2671         * dbus/dbus-connection.h: 
2672         Add prototype for dbus_connection_get_unix_process_id
2673         
2674         * dbus/dbus-transport.c:
2675         (_dbus_transport_get_unix_process_id): New function
2676         
2677         * dbus/dbus-transport.h:
2678         Add prototype for _dbus_transport_get_unix_process_id
2679         
2680 2004-07-19  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2681
2682         * dbus/dbus-message.c: Message counter fix, patch by Christian
2683         Hammond <chipx86@gnupdate.org>
2684
2685 2004-07-18  Seth Nickell  <seth@gnome.org>
2686
2687         * python/dbus.py:
2688         * python/dbus_bindings.pyx.in:
2689         * python/tests/test-client.py:
2690
2691         Add dbus.ByteArray and dbus_bindings.ByteArray
2692         types so that byte streams can be passed back.
2693
2694         Give jdahlin the heaps of credit that are so
2695         rightfully his.
2696         
2697 2004-07-12  Seth Nickell  <seth@gnome.org>
2698
2699         * python/dbus.py:
2700
2701         Add message argument to the default object_method_handler
2702         function.
2703         
2704         * python/dbus_bindings.pyx.in:
2705
2706         Automatically return NIL when passed an empty list
2707         (we can't pass back a list since lists are typed
2708         and we don't have any idea what type the the client
2709         intended the list to be... :-( )
2710         
2711 2004-07-10  Seth Nickell  <seth@gnome.org>
2712
2713         * python/examples/Makefile.am:
2714
2715         Fix distcheck breakage caused by new examples.
2716
2717 2004-07-10  Seth Nickell  <seth@gnome.org>
2718
2719         * python/dbus.py:
2720
2721         Add "message" argument to service-side dbus.Object
2722         methods. This will break existing services written
2723         using the python bindings, but will allow extraction
2724         of all the message information (e.g. who its from).
2725
2726         Add improved "object oriented" signal handling/emission.
2727         
2728         * python/examples/example-service.py:
2729
2730         Nix this example.
2731         
2732         * python/examples/example-signal-emitter.py:
2733         * python/examples/example-signal-recipient.py:
2734
2735         Two new examples that show how to emit and receive
2736         signals using the new APIs.
2737         
2738         * python/examples/example-signals.py:
2739         * python/examples/gconf-proxy-service.py:
2740         * python/examples/gconf-proxy-service2.py:
2741
2742         Add "message" argument to service methods.
2743
2744 2004-06-28  Kay Sievers <kay.sievers@vrfy.org>
2745
2746         * bus/driver.c (bus_driver_handle_get_connection_unix_user)
2747         * dbus/bus.c (dbus_bus_get_unix_user)
2748         * doc/dbus-specification.xml: implement GetConnectionUnixUser
2749         method of org.freedesktop.DBus interface.
2750
2751         * bus/dispatch.c: test case
2752
2753 2004-06-23  John (J5) Palmieri  <johnp@redhat.com>
2754
2755         * python/Makefile.am: switched include directory from glib/ to dbus/
2756         since dbus-glib.h moved
2757  
2758 2004-06-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2759
2760         * configure.in: prevent building the gcj stuff and libxml loader
2761         since they are broken.
2762
2763 2004-06-20  Havoc Pennington  <hp@redhat.com>
2764
2765         * dbus/dbus-glib-error-enum.h: autogenerate the GError enum 
2766         codes from the dbus error names
2767         
2768         * glib/dbus-glib.h: move to subdir dbus/ since it's included 
2769         as dbus/dbus-glib.h and that breakage is now visible due to 
2770         including dbus/dbus-glib.h in dbus-glib-lowlevel.h
2771         
2772         * glib/dbus-glib.h: s/gproxy/g_proxy/
2773
2774         * dbus/dbus-shared.h: new header to hold stuff shared with
2775         binding APIs
2776         
2777         * dbus/dbus-protocol.h (DBUS_ERROR_*): move errors here rather
2778         than dbus-errors.h
2779
2780         * glib/dbus-glib.h (dbus_set_g_error): move to
2781         dbus-glib-lowlevel.h
2782
2783         * glib/dbus-glib.h: remove dbus/dbus.h from here; change a bunch
2784         of stuff to enable this
2785
2786         * dbus/dbus-glib-lowlevel.h: put dbus/dbus.h here
2787
2788         * a bunch of other changes with the same basic "separate glib 
2789         bindings from dbus.h" theme
2790         
2791 2004-06-10  Owen Fraser-Green  <owen@discobabe.net>
2792
2793         * dbus-sharp.pc.in: Removed glib-sharp inclusion in Libs.
2794
2795         * python/examples/Makefile.am: Fixed typo in EXTRA_DIST.
2796
2797 2004-06-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2798
2799         * bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
2800         the reply value of the ServiceExists message.
2801
2802 2004-06-07  John (J5) Palmieri  <johnp@redhat.com>
2803
2804         * python/dbus_bindings.pyx.in: No longer need to parse path
2805         elements and pass them as arrays of strings.  The C API now
2806         accepts plain path strings.
2807         (_build_parsed_path): removed 
2808
2809 2004-06-07  Havoc Pennington  <hp@redhat.com>
2810
2811         * doc/TODO: remove auto-activation item since it's done; sort
2812         items by importance/milestone
2813
2814 2004-06-07  Havoc Pennington  <hp@redhat.com>
2815
2816         * dbus/dbus-message-builder.c (_dbus_message_data_load): append
2817         random signature when using REQUIRED_FIELDS (this hack won't work
2818         in the long term)
2819
2820         * dbus/dbus-message.c: change the signature to be a header field,
2821         instead of message->signature special-case string. Incremental
2822         step forward. Then we can fix up code to send the signature in the
2823         message, then fix up code to validate said signature, then fix up
2824         code to not put the typecodes inline, etc.
2825         (load_one_message): don't make up the signature after the fact
2826         (decode_header_data): require signature field for the known
2827         message types
2828
2829         * dbus/dbus-marshal.c (_dbus_marshal_string_len): new
2830
2831         * dbus/dbus-protocol.h: add DBUS_HEADER_FIELD_SIGNATURE
2832
2833 2004-06-07  Owen Fraser-Green  <owen@discobabe.net>
2834
2835         * mono/DBusType/ObjectPath.cs: Renamed PathName argument to Path
2836
2837         * mono/Handler.cs: Updated to follow new path argument for
2838         (un-)registering objects.
2839
2840         * mono/example/Makefile.am:
2841         * mono/Makefile.am:
2842         * configure.in: Bumped required version for mono and use new -pkg
2843         syntax for deps
2844
2845 2004-06-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2846
2847         * dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
2848         registration functions take the path argument as char* instead of
2849         char**.
2850
2851         * dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
2852         split off the path decompostion part of
2853         _dbus_demarshal_object_path. Some misc. fixes to silence compiler
2854         warnings. 
2855
2856         * glib/dbus-gobject.c, test/test-service.c: update accordingly.
2857         
2858 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
2859  
2860         * dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
2861         machine approach.  A state is implemented as a function that
2862         handles incoming events as specified for that state.
2863         
2864         * doc/dbus-specification.xml: Update auth protocol state machine
2865         specification to match implementation.  Remove some leftover
2866         base64 examples.
2867
2868 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
2869
2870         * glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
2871         dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to
2872         quiet doxygen.
2873
2874         * Doxyfile.in: remove deprecated options.
2875
2876         * dbus/dbus-message-handler.c, dbus/dbus-message-handler.h,
2877         glib/test-thread.h, glib/test-thread-client.c,
2878         glib/test-thread-server.c, glib/test-profile.c,
2879         glib/test-dbus-glib.c: remove these unused files.
2880
2881 2004-06-01  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2882
2883         * dbus/dbus-object-tree.c
2884         (_dbus_object_tree_dispatch_and_unlock): fix dispatch for
2885         non-fallback handlers (bug #684).
2886         (_dbus_object_subtree_new): initialize invoke_as_fallback field.
2887         (find_subtree_recurse): report wether the returned subtree is an
2888         exact match or a "fallback" match higher up in the tree.
2889         (object_tree_test_iteration): update test case.
2890
2891 2004-06-01  Seth Nickell  <seth@gnome.org>
2892
2893         * python/dbus_bindings.pyx.in:
2894         * python/tests/test-client.py:
2895
2896         Round off basic type support. Add dicts (yay!), and 
2897         remaining array types.
2898
2899         Make MessageIter more general so it works for dicts too.
2900
2901         Mark all loop variables as C integers.
2902         
2903 2004-05-31  Havoc Pennington  <hp@redhat.com>
2904
2905         * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
2906         "in" before "out"
2907
2908         * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c
2909
2910         * glib/dbus-glib-tool.c (main): set up to have a --self-test
2911         option that runs the tests, and start filling in some code
2912         including for starters just dumping the interfaces to stdout
2913
2914         * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR
2915
2916         * test/data/valid-introspection-files/lots-of-types.xml: test of
2917         an example introspection file
2918
2919         * glib/dbus-gparser.c (parser_check_doctype): doctype should be
2920         "node" (I think...)
2921
2922 2004-05-31  Seth Nickell  <seth@gnome.org>
2923
2924         * python/dbus_bindings.pyx.in:
2925         * python/tests/test-client.py:
2926
2927         Test Suite: 1
2928         Python Bindings: 0
2929
2930         Fix string array memory trashing bug... oops...
2931
2932 2004-05-30  Seth Nickell  <seth@gnome.org>
2933
2934         * python/dbus.py:
2935
2936         Add a nicer-but-less-flexible alternate API for handling 
2937         calls to virtual objects in dbus.ObjectTree.
2938
2939         Screw up the argument order to the dbus.Object constructor
2940         for consistency with dbus.ObjectTree (and to make dbus_methods
2941         optional for future extension)
2942         
2943         * python/examples/Makefile.am:
2944         * python/examples/gconf-proxy-service.py:
2945         * python/examples/gconf-proxy-service2.py:
2946
2947         Alternate implementation of gconf-proxy-service using the
2948         nicer dbus.ObjectTree API.
2949         
2950         * python/examples/example-service.py:
2951         * python/tests/test-server.py
2952
2953         Reverse the argument order to deal with dbus.Object constructor
2954         changes.
2955         
2956 2004-05-30  Seth Nickell  <seth@gnome.org>
2957
2958         * python/examples/example-client.py:
2959         * python/examples/example-service.py:
2960
2961         Take it back. Lists seem to work but they're broken
2962         in the test suite. Make the base examples use
2963         lists (works fine).
2964
2965 2004-05-30  Seth Nickell  <seth@gnome.org>
2966
2967         * python/dbus_bindings.pyx.in:
2968         * python/tests/test-client.py:
2969
2970         Add some more tests and fix errors that crop up.
2971         Unfortunately, currently it seems like marshalling
2972         and unmarshalling of lists is completely broken :-(
2973
2974 2004-05-30  Seth Nickell  <seth@gnome.org>
2975
2976         * python/dbus_bindings.pyx.in:
2977
2978         Add support for ObjectPath type.
2979
2980         * python/dbus.py:
2981
2982         Refactor message handling code to a common function.
2983         
2984         * python/tests/test-client.py:
2985         * python/tests/test-server.py:
2986
2987         Add tests that check to make sure values of all types
2988         can be echoed from a service w/o mangling.
2989         
2990 2004-05-29  Seth Nickell  <seth@gnome.org>
2991
2992         * python/dbus.py:
2993
2994         Add ObjectTree class which allows implementation
2995         of trees of "virtual" objects. Basically the python
2996         wrapper for "register_fallback".
2997         
2998         * python/examples/Makefile.am
2999         * python/examples/gconf-proxy-client.py:
3000         * python/examples/gconf-proxy-service.py:
3001
3002         Implement a simple GConf proxy service that supports
3003         get/set on string and int GConf keys using the ObjectTree.
3004         
3005 2004-05-29  Seth Nickell  <seth@gnome.org>
3006
3007         * python/dbus.py:
3008         * python/examples/example-client.py:
3009         * python/examples/example-service.py:
3010         * python/examples/list-system-services.py:
3011
3012         Add SessionBus, SystemBus and ActivationBus classes
3013         so you don't need to know the special little BUS_TYPE
3014         flag.
3015         
3016 2004-05-29  Havoc Pennington  <hp@redhat.com>
3017
3018         * bus/config-parser.c (process_test_valid_subdir): temporarily
3019         stop testing config parser OOM handling, since expat has issues
3020         http://freedesktop.org/pipermail/dbus/2004-May/001153.html
3021
3022         * bus/dbus-daemon-1.1.in: change requested_reply to
3023         send_requested_reply/receive_requested_reply so we can send the
3024         replies, not just receive them.
3025
3026         * bus/config-parser.c: parse the new
3027         send_requested_reply/receive_requested_reply
3028
3029         * bus/policy.c (bus_client_policy_check_can_send): add
3030         requested_reply argument and use it
3031
3032         * bus/bus.c (bus_context_check_security_policy): pass through
3033         requested_reply status to message send check
3034
3035         * bus/system.conf.in: adapt to requested_reply change
3036         
3037 2004-05-28  Havoc Pennington  <hp@redhat.com>
3038
3039         * test/glib/test-service-glib.c (main): remove unused variable
3040
3041         * glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning
3042
3043         * dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES
3044         from the enum, no longer in use.
3045
3046         * dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually
3047         works right.
3048
3049         * dbus/dbus-message.c: add various _dbus_return_val_if_fail for
3050         whether error_name passed in is a valid error name.
3051
3052 2004-05-28  John (J5) Palmieri  <johnp@redhat.com>
3053
3054         * dbus/dbus-message.c (dbus_message_get_args): Added support for
3055         OBJECT_PATH and OBJECT_PATH_ARRAY
3056
3057 2004-05-28  Seth Nickell  <seth@gnome.org>
3058
3059         * python/examples/Makefile.am:
3060
3061         Forget to add Makefile.am. Do not pass go.
3062
3063 2004-05-28  Michael Meeks  <michael@ximian.com>
3064
3065         * glib/dbus-gvalue.c (dbus_gvalue_marshal, dbus_gvalue_demarshal): 
3066         fix no int64 case.
3067
3068         * dbus/dbus-string.c (_dbus_string_parse_basic_type): impl.
3069
3070         * dbus/dbus-message.c (_dbus_message_iter_get_basic_type),
3071         (_dbus_message_iter_get_basic_type_array): impl.
3072         drastically simplify ~all relevant _get methods to use these.
3073         (_dbus_message_iter_append_basic_array),
3074         (dbus_message_iter_append_basic): impl
3075         drastically simplify ~all relevant _append methods to use these.
3076
3077         * dbus/dbus-message-builder.c (parse_basic_type) 
3078         (parse_basic_array, lookup_basic_type): impl.
3079         (_dbus_message_data_load): prune scads of duplicate /
3080         cut & paste coding.
3081
3082         * dbus/dbus-marshal.c (_dbus_demarshal_basic_type_array) 
3083         (_dbus_demarshal_basic_type): implement,
3084         (demarshal_and_validate_len/arg): beef up debug.
3085         (_dbus_marshal_basic_type, _dbus_marshal_basic_type_array): impl.
3086
3087 2004-05-27  Seth Nickell  <seth@gnome.org>
3088
3089         * configure.in:
3090         * python/Makefile.am:
3091
3092         Include the example python apps in the tarball.
3093         
3094         * python/examples/list-system-services.py
3095
3096         Add a python new example that fetches the list of services
3097         from the system bus.
3098         
3099 2004-05-27  Seth Nickell  <seth@gnome.org>
3100
3101         * python/dbus.py:
3102         * python/dbus_bindings.pyx.in:
3103
3104         Fix failure to notify that a signal was not handled,
3105         resulted in hung functions.
3106         
3107 2004-05-25  Colin Walters  <walters@redhat.com>
3108
3109         * tools/dbus-monitor.c (main): Monitor all types of messages.
3110
3111 2004-05-23  Owen Fraser-Green  <owen@discobabe.net>
3112
3113         * mono/Handler.cs, mono/Service.cs: Added UnregisterObject method
3114         which unregisters the object path and disposes the handler.
3115
3116 2004-05-23  Kristian Høgsberg  <krh@redhat.com>
3117  
3118         Patch from Timo Teräs <ext-timo.teras@nokia.com> (#614):
3119          
3120         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): Swap
3121         operands to && so we call dbus_message_iter_next () for the last
3122         argument also.
3123
3124 2004-05-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
3125
3126         * dbus/dbus-object-tree.c
3127         (_dbus_object_tree_list_registered_unlock, lookup_subtree): return
3128         children even if the requested path isn't registered.
3129         (object_tree_test_iteration): test object_tree_list_registered.
3130
3131         * configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
3132         it to 0.
3133         
3134 2004-05-20  Kristian Høgsberg  <krh@redhat.com>
3135
3136         * doc/TODO: Remove resolved items.
3137
3138         * bus/expirelist.h (struct BusExpireList): remove unused n_items
3139         field.
3140         
3141         * bus/connection.c (bus_connections_expect_reply): Enforce the
3142         per-connection limit on pending replies.
3143         
3144         Patch from Jon Trowbridge <trow@ximian.com>:
3145  
3146         * bus/main.c (setup_reload_pipe): Added.  Creates a pipe and sets
3147         up a watch that triggers a config reload when one end of the pipe
3148         becomes readable.
3149         (signal_handler): Instead of doing the config reload in our SIGHUP
3150         handler, just write to the reload pipe and let the associated
3151         watch handle the reload when control returns to the main loop.
3152  
3153         * bus/driver.c (bus_driver_handle_reload_config): Added.
3154         Implements a ReloadConfig method for requesting a configuration
3155         file reload via the bus driver.
3156  
3157 2004-05-19  Owen Fraser-Green  <owen@discobabe.net>
3158
3159         * HACKING: Updated release instructions concerning the wiki page.
3160
3161 2004-05-18  Kristian Høgsberg  <krh@redhat.com>
3162
3163         * dbus/dbus-auth.c (client_try_next_mechanism): Remove logic to
3164         filter against auth->allowed_mechs; we only add allowed mechs in
3165         record_mechanisms().
3166  
3167         * dbus/dbus-auth-script.c (_dbus_auth_script_run): Add an
3168         ALLOWED_MECHS to auth-script format so we can set the list of
3169         allowed mechanisms.
3170  
3171         * data/auth/client-out-of-mechanisms.auth-script: New test to
3172         check client disconnects when it is out of mechanisms to try.
3173  
3174         * dbus/dbus-auth.c (process_command): Remove check for lines
3175         longer that 1 MB; we only buffer up maximum 16 kB.
3176  
3177         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
3178         dbus/dbus-auth-script.c, dbus/dbus-auth.c, dbus/dbus-auth.h:
3179         Remove auth state AUTHENTICATED_WITH_UNUSED_BYTES, instead always
3180         assume there might be unused bytes.
3181  
3182         * dbus/dbus-auth.c (_dbus_auth_do_work): Remove check for
3183         client-out-of-mechs, it is handled in process_reject(). Move check
3184         for max failures to send_rejected(), as it's a server-only thing.
3185
3186         * dbus/dbus-auth.c: Factor out protocol reply code into functions
3187         send_auth(), send_data(), send_rejected(), send_error(),
3188         send_ok(), send_begin() and send_cancel().
3189
3190 2004-05-17  Kristian Høgsberg  <krh@redhat.com>
3191
3192         Remove base64 encoding, replace with hex encoding. Original patch
3193         from trow@ximian.com, added error handling.
3194
3195         * dbus/dbus-string.c (_dbus_string_base64_encode)
3196         (_dbus_string_base64_decode): Remove.
3197         (_dbus_string_hex_decode): Add end_return argument so we can
3198         distinguish between OOM and invalid hex encoding.
3199         (_dbus_string_test): Remove base64 tests and add test case for
3200         invalid hex.
3201
3202         * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c:
3203         Replace base64 with hex.
3204
3205         * test/data/auth/invalid-hex-encoding.auth-script: New test case
3206         for invalid hex encoded data in auth protocol.
3207
3208 2004-05-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
3209
3210         * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
3211         leak.
3212
3213 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
3214
3215         * mono/dbus-sharp.dll.config.in: Added for GAC
3216         * mono/dbus-sharp.snk: Added for GAC
3217         * mono/Assembly.cs.in: Added for GAC
3218         * mono/Makefile.am: Changes for GAC installation        
3219         * configure.in: Added refs for dbus-sharp.dll.config.in and
3220         Assembly.cs.in. More fixes for mono testing
3221         * mono/example/Makefile.am: Changed var to CSC
3222         * Makefile.am: Changed flag name to DBUS_USE_CSC
3223
3224 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
3225
3226         * mono/Makefile.am: Added SUBDIRS for docs. Changed SUBDIRS order
3227         * mono/doc/*: Added documentation framework
3228         * configure.in: Added monodoc check
3229         * README: Added description of mono configure flags
3230
3231 2004-05-11  John (J5) Palmieri  <johnp@redhat.com>:
3232
3233         * doc/dbus-specification.xml: Added a "Required" column to the 
3234         header fields table and changed the "zero or more" verbage in
3235         the above paragraph to read "The header must contain the required 
3236         named header fields and zero or more of the optional named header 
3237         fields".
3238         * test/data/invalid-messages/*.message: Added the required PATH 
3239         named header field to the tests so that they don't fail on 
3240         'Missing path field'
3241
3242 2004-05-07  John (J5) Palmieri  <johnp@redhat.com>
3243
3244         * python/dbus-bindings.pyx.in: Stopped the bindings from trashing
3245         the stack by implicitly defining variable and parameter types and
3246         removing the hack of defining C pointers as python objects and later
3247         casting them.
3248
3249 2004-05-02  Owen Fraser-Green  <owen@discobabe.net>
3250
3251         * mono/Makefile.am: Removed test-dbus-sharp.exe from all target
3252
3253 2004-05-01  Owen Fraser-Green  <owen@discobabe.net>
3254
3255         * mono/DBusType/Dict.cs: Handle empty dicts
3256         * mono/DBusType/Array.cs: Handle empty arrays
3257         * mono/Arguments.cs: Handle empty arguments
3258
3259 2004-04-30  Owen Fraser-Green  <owen@discobabe.net>
3260
3261         * dbus-sharp.pc.in: Modified to include include Libs and Requires
3262         field
3263
3264 2004-04-25  Kristian Høgsberg  <krh@redhat.com>
3265
3266         * test/data/valid-messages/standard-*.message: Update message
3267         test scripts to new header field names.
3268
3269 2004-04-22  John (J5) Palmieri  <johnp@redhat.com>
3270
3271         * test/break-loader.c (randomly_do_n_things): tracked down buffer
3272         overflow to times_we_did_each_thing array which would chop off the
3273         first character of the failure_dir string. Increased the size of
3274         the array to 7 to reflect the number of random mutation functions
3275         we have.
3276
3277 2004-04-21  Kristian Høgsberg  <krh@redhat.com>
3278
3279         * dbus/dbus-server-unix.c (unix_finalize): Don't unref
3280         unix_server->watch here, it is unreffed in disconnect.
3281         (_dbus_server_new_for_tcp_socket): convert NULL host to
3282         "localhost" here so we don't append NULL to address.
3283         
3284         * dbus/dbus-server.c (_dbus_server_test): Add test case for
3285         various addresses, including tcp with no explicit host.
3286
3287 2004-04-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
3288
3289         * dbus/dbus-message.c (decode_header_data, decode_string_field):
3290         fix incorrect setting of .name_offset in the HeaderField (it was
3291         off by two bytes, positioned right after the name and typecode)
3292
3293         * bus/bus.c (bus_context_new, bus_context_unref): test before
3294         calling dbus_server_free_data_slot and _dbus_user_database_unref
3295         in case of an error.
3296
3297         * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
3298         by libdbus-gtool.
3299
3300 2004-04-19  Kristian Høgsberg  <krh@redhat.com>
3301
3302         * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use
3303         _dbus_poll() instead of select().
3304
3305 2004-04-15  Jon Trowbridge  <trow@ximian.com>
3306
3307         * bus/main.c (signal_handler): Reload the configuration files
3308         on SIGHUP.
3309         (main): Set up our SIGHUP handler.
3310
3311         * bus/bus.c (struct BusContext): Store the config file, user and
3312         fork flag in the BusContext.
3313         (process_config_first_time_only): Added.  Contains the code
3314         (previously in bus_context_new) for setting up the BusContext from
3315         the BusConfigParser that should only be run the first time the
3316         config files are read.
3317         (process_config_every_time): Added.  Contains the code (previously
3318         in bus_context_new) for setting up the BusContext from the
3319         BusConfigParser that should be run every time the config files are
3320         read.
3321         (load_config): Added.  Builds a BusConfigParser from the config
3322         files and passes the resulting structure off to
3323         process_config_first_time_only (assuming this is the first time)
3324         and process_config_every_time.
3325         (bus_context_new): All of the config-related code has been moved
3326         to process_config_first_time_only and process_config_every_time.
3327         Now this function just does the non-config-related initializations
3328         and calls load_config.
3329         (bus_context_reload_config): Added.
3330
3331 2004-04-15  Olivier Andrieu  <oliv__a@users.sourceforge.net>
3332
3333         * bus/driver.c (bus_driver_handle_get_service_owner):
3334         implement a GetServiceOwner method.
3335         * doc/dbus-specification.xml: document it.
3336         * dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
3337         
3338         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
3339         implement, using the bus GetServiceOwner method.
3340
3341         * test/glib/test-dbus-glib.c:
3342         use dbus_gproxy_new_for_service_owner so that we can receive the
3343         signal. 
3344
3345 2004-04-15  John (J5) Palmieri  <johnp@redhat.com>
3346
3347         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
3348         dbus/dbus-message.c, dbus/dbus-protocol.h
3349         (DBUS_HEADER_FIELD_SERVICE): renamed DBUS_HEADER_FIELD_DESTINATION
3350
3351         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
3352         dbus/dbus-message.c, dbus/dbus-protocol.h
3353         (DBUS_HEADER_FIELD_SENDER_SERVICE): renamed DBUS_HEADER_FIELD_SENDER
3354
3355         * dbus/dbus-internals.c (_dbus_header_field_to_string):
3356         DBUS_HEADER_FIELD_DESTINATION resolves to "destination"
3357         DBUS_HEADER_FIELD_SENDER resolves to "sender"
3358
3359         * doc/dbus-specification.xml (Header Fields Table):
3360         s/SERVICE/DESTINATION
3361         s/SENDER_SERVICE/SENDER
3362
3363
3364 2004-04-14  Olivier Andrieu  <oliv__a@users.sourceforge.net>
3365
3366         * test/glib/test-dbus-glib.c (timed_exit): fail the test after
3367         a few seconds.
3368
3369 2004-04-13  Michael Meeks  <michael@ximian.com>
3370
3371         * glib/dbus-gobject.c (handle_introspect): split out
3372         (introspect_properties): this.
3373         (handle_introspect): implement this.
3374
3375         * test/glib/Makefile.am: use the absolute path so the bus
3376         daemon's chdir ("/") doesn't kill us dead.
3377
3378         * configure.in: subst ABSOLUTE_TOP_BUILDDIR
3379
3380 2004-04-12  Jon Trowbridge  <trow@ximian.com>
3381
3382         * bus/config-parser.c (struct BusConfigParser): Added
3383         included_files field.
3384         (seen_include): Added.  Checks whether or not a file has already
3385         been included by any parent BusConfigParser.
3386         (bus_config_parser_new): Copy the parent's included_files.
3387         (include_file): Track which files have been included, and fail on
3388         circular inclusions.
3389         (process_test_valid_subdir): Changed printf to report if we are
3390         testing valid or invalid conf files.
3391         (all_are_equiv): Changed printf to be a bit clearer about
3392         what we are actually doing.
3393         (bus_config_parser_test): Test invalid configuration files.
3394
3395 2004-04-09  Jon Trowbridge  <trow@ximian.com>
3396
3397         * bus/config-parser.c (bus_config_parser_new): Added a 'parent'
3398         argument.  If non-null, the newly-constructed BusConfigParser will
3399         be initialized with the parent's BusLimits instead of the default
3400         values.
3401         (include_file): When including a config file, pass in
3402         the current parser as the parent and then copy the BusLimits
3403         from the included BusConfigParser pack to the current parser.
3404         (process_test_valid_subdir): Renamed from process_test_subdir.
3405         (process_test_equiv_subdir): Added.  Walks through a directory,
3406         descending into each subdirectory and loading the config files
3407         it finds there.  If any subdirectory contains two config files
3408         that don't produce identical BusConfigParser structs, fail.
3409         For now, the BusConfigParser's BusPolicies are not compared.
3410         (bus_config_parser_test): Call both process_test_valid_subdir and
3411         process_test_equiv_subdir.
3412
3413         * bus/config-loader-libxml.c (bus_config_load): Take a parent
3414         argument and pass it along to the call to bus_config_parser_new.
3415         Also made a few small changes to allow this code to compile.
3416
3417         * bus/config-loader-expat.c (bus_config_load): Take a parent
3418         argument and pass it along to the call to bus_config_parser_new.
3419
3420         * bus/bus.c (bus_context_new): Load the config file
3421         with a NULL parent argument.
3422
3423 2004-03-29  Michael Meeks  <michael@ximian.com>
3424
3425         * glib/dbus-gobject.c (introspect_properties): split
3426         out, fix mangled 'while' flow control.
3427         (introspect_signals): implement.
3428         (handle_introspect): update.
3429
3430 2004-03-29  Michael Meeks  <michael@ximian.com>
3431
3432         * glib/dbus-gobject.c (set_object_property): split out / 
3433         re-work, use the property type, and not the message type(!)
3434         (get_object_property): ditto.
3435
3436         * glib/dbus-gvalue.c (dbus_gvalue_demarshal),
3437         (dbus_gvalue_marshal): make this code re-usable, needed
3438         for signals too, also on both proxy and server side.
3439         Re-write for more efficiency / readability.
3440
3441 2004-03-29  Michael Meeks  <michael@ximian.com>
3442
3443         * dbus/dbus-message.c
3444         (dbus_message_new_error_printf): impl.
3445
3446         * dbus/dbus-connection.c
3447         (dbus_connection_unregister_object_path): fix warning.
3448
3449         * configure.in: fix no-mono-installed situation.
3450
3451 2004-03-27  Havoc Pennington  <hp@redhat.com>
3452
3453         Patch from Timo Teräs:
3454         
3455         * tools/dbus-send.c (main): if --print-reply, assume type is
3456         method call; support boolean type args
3457         
3458         * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a
3459         bunch of memleak and logic bugs
3460         
3461 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
3462
3463         * mono/Arguments.cs:
3464         * mono/Introspector.cs:
3465         * mono/Handler.cs:
3466         * mono/InterfaceProxy.cs:
3467         * mono/Message.cs
3468         * mono/ProxyBuilder.cs:
3469         * mono/Service.cs:
3470         Added InterfaceProxy class to avoid building proxies for every
3471         object.
3472
3473         * dbus-message.h:
3474         * dbus-message.c (dbus_message_append_args_valist)
3475         (dbus_message_iter_get_object_path)
3476         (dbus_message_iter_get_object_path_array)
3477         (dbus_message_iter_append_object_path)
3478         (dbus_message_iter_append_object_path_array):
3479         Added object_path iter functions to handle OBJECT_PATH arguments
3480         
3481 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
3482
3483         First checkin of mono bindings.
3484         * configure.in:
3485         * Makefile.am:
3486         Build stuff for the bindings
3487         * dbus-sharp.pc.in: Added for pkgconfig
3488         
3489 2004-03-21  Havoc Pennington  <hp@redhat.com>
3490
3491         * test/test-service.c (main): remove debug spew
3492
3493 2004-03-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
3494
3495         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept empty
3496         arrays
3497
3498         * dbus/dbus-message.h, bus/dbus-message.c (dbus_message_iter_init)
3499         (dbus_message_iter_init_array_iterator)
3500         (dbus_message_iter_init_dict_iterator): return a dbus_bool_t to
3501         indicate whether the iterator is empty
3502
3503         * dbus/dbus-pending-call.c, dbus/dbus-server.c: silence compiler
3504         warnings
3505
3506 2004-03-19  Havoc Pennington  <hp@redhat.com>
3507
3508         * NEWS: 0.21 updates
3509
3510         * configure.in: 0.21
3511
3512         * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
3513         
3514         * python/Makefile.am: change to avoid dist of dbus_bindings.c so
3515         you don't need pyrex to make dist
3516
3517         * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
3518         sources; run moc
3519         
3520 2004-03-18  Richard Hult  <richard@imendio.com>
3521
3522         * dbus/dbus-message.c (dbus_message_get_auto_activation) 
3523         (dbus_message_set_auto_activation): Add doxygen docs.
3524
3525 2004-03-16  Richard Hult  <richard@imendio.com>
3526
3527         * bus/activation.c: (bus_activation_service_created),
3528         (bus_activation_send_pending_auto_activation_messages),
3529         (bus_activation_activate_service):
3530         * bus/activation.h:
3531         * bus/dispatch.c: (bus_dispatch),
3532         (check_nonexistent_service_auto_activation),
3533         (check_service_auto_activated),
3534         (check_segfault_service_auto_activation),
3535         (check_existent_service_auto_activation), (bus_dispatch_test):
3536         * bus/driver.c: (bus_driver_handle_activate_service):
3537         * bus/services.c: (bus_registry_acquire_service):
3538         * dbus/dbus-message.c: (dbus_message_set_auto_activation),
3539         (dbus_message_get_auto_activation):
3540         * dbus/dbus-message.h:
3541         * dbus/dbus-protocol.h: Implement auto-activation.
3542         
3543         * doc/dbus-specification.xml: Add auto-activation to the spec.
3544
3545 2004-03-12  Olivier Andrieu  <oliv__a@users.sourceforge.net>
3546
3547         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
3548         fix a bug with CUSTOM types.
3549
3550         * dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
3551         a unit test for this bug (used to fail).
3552
3553 2004-03-12  Mikael Hallendal  <micke@imendio.com>
3554
3555         * bus/activation.c:
3556         (babysitter_watch_callback): notify all pending activations waiting for
3557           the same exec that the activation failed.
3558         (bus_activation_activate_service): shortcut the activation if we 
3559           already waiting for the same executable to start up.
3560
3561 2004-03-12  Mikael Hallendal  <micke@imendio.com>
3562
3563         * bus/activation.c: 
3564         - Added service file reloading. 
3565           Each service files directory is kept in an hash table in 
3566           BusActivation and each BusActivationEntry knows what .service-file it
3567           was read from. So when you try to activate a service the bus will 
3568           check if it's been updated, removed or if new .service-files has 
3569           been installed.
3570         - Test code at the bottom for the service file reloading.
3571         * bus/test-main.c: (main):
3572         * bus/test.h:
3573         - added service reloading test.
3574         * dbus/dbus-sysdeps.c: 
3575         * dbus/dbus-sysdeps.h: (_dbus_delete_directory): Added.
3576
3577 2004-03-08  Michael Meeks  <michael@ximian.com>
3578
3579         * dbus/dbus-connection.c (_dbus_connection_block_for_reply): 
3580         bail immediately if disconnected, to avoid busy loop.
3581
3582         * dbus/dbus-message.c (dbus_message_iter_get_args_valist):
3583         cleanup cut/paste/inefficiency.
3584
3585 2004-03-01  David Zeuthen  <david@fubar.dk>
3586
3587         * dbus/dbus-string.c (_dbus_string_append_printf_valist): Fix a
3588         bug where args were used twice. This bug resulted in a segfault
3589         on a Debian/PPC system when starting the messagebus daemon. Include
3590         dbus-sysdeps.h for DBUS_VA_COPY
3591
3592         * dbus/dbus-sysdeps.h: Define DBUS_VA_COPY if neccessary. From GLib
3593
3594         * configure.in: Check for va_copy; define DBUS_VA_COPY to the
3595         appropriate va_copy implementation. From GLib
3596         
3597 2004-02-24  Joe Shaw  <joe@ximian.com>
3598
3599         * bus/services.c (bus_registry_acquire_service): We need to pass
3600         in the service name to dbus_set_error() to prevent a crash.
3601
3602 2003-12-26  Anders Carlsson  <andersca@gnome.org>
3603
3604         * AUTHORS: Reveal my True identity.
3605
3606 2003-12-17  Mikael Hallendal  <micke@imendio.com>
3607
3608         * dbus/dbus-message.c: (dbus_message_append_args_valist): 
3609         - Added case for DBUS_TYPE_BYTE, patch from Johan Hedberg.
3610
3611 2003-12-13  Mikael Hallendal  <micke@imendio.com>
3612
3613         * doc/TODO: Added not about better error check of configuration files.
3614
3615 2003-12-02  Richard Hult  <richard@imendio.com>
3616
3617         * Update AFL version to 2.0 throughout the source files to reflect
3618         the update that was done a while ago.
3619
3620 2003-12-02  Richard Hult  <richard@imendio.com>
3621
3622         * dbus/dbus-message.c (dbus_message_iter_append_dict): Set
3623         wrote_dict_key to FALSE on the iter that the dict is appended to,
3624         just like when appending other types. Fixes a bug where a dict
3625         couldn't be put inside a dict.
3626         (dbus_message_iter_append_dict_key): Fix typo in warning message.
3627         (message_iter_test, _dbus_message_test): Add test case for dict
3628         inside dict.
3629
3630 2003-12-01  David Zeuthen  <david@fubar.dk>
3631
3632         * python/dbus.py: Add the actual message when calling the reciever
3633         of a signal such that parameters can be inspected. Add the method
3634         remove_signal_receiver
3635         
3636 2003-11-26  Mikael Hallendal  <micke@imendio.com>
3637
3638         * bus/*.[ch]:
3639         * dbus/*.[ch]:
3640         * glib/*.[ch]: Made ref functions return the pointer
3641
3642 2003-11-25  Zack Rusin  <zack@kde.org>
3643
3644         * qt/integrator.h, qt/integrator.cpp: Adding handling of DBusServer,
3645
3646         * qt/server.h, qt/server.cpp, qt/Makefile.am: Adding DBusServer 
3647         wrappers,
3648
3649         * qt/connection.h, qt/connection.cpp: Adjusting to changes in 
3650         the Integrator and to better fit with the server,
3651
3652 2003-11-24  Zack Rusin  <zack@kde.org>
3653
3654         * qt/connection.h, qt/connection.cpp: removing initDbus method since
3655         the integrator handles it now
3656
3657         * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
3658         since QTimer wasn't really meant to be used the way DBusTimeout is
3659
3660 2003-11-24  Zack Rusin  <zack@kde.org>
3661
3662         * qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding 
3663         Integrator class which integrates D-BUS with the Qt event loop,
3664
3665         * qt/connection.h, qt/connection.cpp: Move all the code which
3666         was dealing with D-BUS integration to the Integrator class,
3667         and start using Integrator,
3668
3669 2003-11-23  Zack Rusin  <zack@kde.org>
3670
3671         * qt/connection.h, qt/connection.cpp: Adding the DBusConnection 
3672         wrapper
3673
3674         * qt/message.h, qt/message.cpp: updating to the current D-BUS api,
3675         switching namespaces to DBusQt, reworking the class,
3676
3677         * Makefile.cvs: switching dependencies so that it matches KDE 
3678         schematics,
3679         
3680         * qt/Makefile.am: adding connection.{h,cpp} and message.{h,cpp} to 
3681         the library
3682
3683 2003-11-19  Havoc Pennington  <hp@redhat.com>
3684
3685         * NEWS: update
3686
3687         * configure.in: bump version to 0.20
3688
3689         * configure.in (have_qt): add yet another place to look for qt
3690         (someone hand trolltech a .pc file...)
3691
3692 2003-11-01  Havoc Pennington  <hp@redhat.com>
3693
3694         * doc/dbus-specification.xml: add state machine docs on the auth
3695         protocol; just a first draft, I'm sure it's wrong.      
3696
3697 2003-10-28  David Zeuthen  <david@fubar.dk>
3698
3699         * python/dbus_bindings.pyx.in: add get_dict to handle dictionaries
3700         return types. Fixup TYPE_* to reflect changes in dbus/dbus-protocol.h
3701         
3702 2003-10-28  Havoc Pennington  <hp@redhat.com>
3703
3704         * dbus/dbus-message.c (get_next_field): delete unused function
3705
3706 2003-10-28  Havoc Pennington  <hp@redhat.com>
3707
3708         * bus/expirelist.c (do_expiration_with_current_time): detect
3709         failure of the expire_func due to OOM
3710
3711         * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
3712
3713         * bus/dispatch.c (check_send_exit_to_service): fix to handle the
3714         NoReply error that's now created by the bus when the service exits
3715
3716 2003-10-28  Havoc Pennington  <hp@redhat.com>
3717
3718         * dbus/dbus-message.c (_dbus_message_test): enable and fix the
3719         tests for set_path, set_interface, set_member, etc.
3720
3721         * dbus/dbus-string.c (_dbus_string_insert_bytes): allow 0 bytes
3722
3723         * dbus/dbus-message.c (set_string_field): always just delete and
3724         re-append the field; accept NULL for deletion
3725         (re_align_fields_recurse): reimplement
3726         
3727 2003-10-26  Havoc Pennington  <hp@redhat.com>
3728
3729         * dbus/dbus-connection.c: fix docs to properly describe the
3730         disconnected message
3731         (_dbus_connection_notify_disconnected): remove this function; 
3732         we can't synchronously add the disconnected message, we have to 
3733         do it after we've queued any remaining real messages
3734         (_dbus_connection_get_dispatch_status_unlocked): queue the
3735         disconnect message only if the transport has finished queueing all
3736         its real messages and is disconnected.
3737         (dbus_connection_disconnect): update the dispatch status here
3738
3739 2003-10-22  Havoc Pennington  <hp@redhat.com>
3740
3741         * bus/bus.c (bus_context_check_security_policy): fix up assertion
3742
3743         * bus/connection.c (bus_transaction_send_from_driver): set the
3744         destination to the connection's base service
3745
3746 2003-10-20  Havoc Pennington  <hp@redhat.com>
3747
3748         hmm, make check is currently not passing.
3749         
3750         * doc/dbus-specification.xml: add requirement that custom type
3751         names follow the same rules as interface names.
3752
3753         * dbus/dbus-protocol.h: change some of the byte codes, to avoid
3754         duplication and allow 'c' to be 'custom'; dict is now 'm' for
3755         'map'
3756
3757         * doc/dbus-specification.xml: update type codes to match
3758         dbus-protocol.h, using the ASCII byte values. Rename type NAMED to
3759         CUSTOM. Add type OBJECT_PATH to the spec.
3760
3761 2003-10-17  Havoc Pennington  <hp@redhat.com>
3762
3763         * bus/driver.c (create_unique_client_name): use "." as separator
3764         in base service names instead of '-'
3765
3766         * dbus/dbus-string.c (_dbus_string_get_byte): allow getting nul
3767         byte at the end of the string
3768
3769         * dbus/dbus-internals.h (_DBUS_LIKELY, _DBUS_UNLIKELY): add
3770         optimization macros since string validation seems to be a slow
3771         point.
3772         
3773         * doc/dbus-specification.xml: restrict valid
3774         service/interface/member/error names. Add test suite code for the
3775         name validation.
3776
3777         * dbus/dbus-string.c: limit service/interface/member/error names 
3778         to [0-9][A-Z][a-z]_
3779
3780         * dbus/dbus-connection.c (dbus_connection_dispatch): add missing
3781         format arg to verbose spew
3782
3783         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): if not out of
3784         memory, return instead of g_error
3785
3786         * test/test-service.c (path_message_func): support emitting a
3787         signal on request
3788
3789         * dbus/dbus-bus.c (init_connections_unlocked): only fill in
3790         activation bus type if DBUS_BUS_ACTIVATION was set; default to
3791         assuming the activation bus was the session bus so that services
3792         started manually will still register.
3793         (init_connections_unlocked): fix so that in OOM situation we get
3794         the same semantics when retrying the function
3795         
3796         * test/test-service.c (main): change to use path registration, to
3797         test those codepaths; register with DBUS_BUS_ACTIVATION rather
3798         than DBUS_BUS_SESSION
3799
3800 2003-10-16  Havoc Pennington  <hp@redhat.com>
3801
3802         * glib/dbus-gtest-main.c: bracket with #ifdef DBUS_BUILD_TESTS
3803
3804         * Makefile.am (GCOV_DIRS): remove "test", we don't care about test
3805         coverage of the tests
3806         (coverage-report.txt): don't move the .da and .bbg files around
3807
3808 2003-10-16  Havoc Pennington  <hp@redhat.com>
3809
3810         * bus/bus.c (struct BusContext): remove struct field I didn't mean
3811         to put there
3812
3813 2003-10-16  Havoc Pennington  <hp@redhat.com>
3814
3815         * bus/connection.c (bus_pending_reply_expired): either cancel or
3816         execute, not both
3817         (bus_connections_check_reply): use unlink, not remove_link, as we
3818         don't want to free the link; fixes double free mess
3819
3820         * dbus/dbus-pending-call.c (dbus_pending_call_block): fix in case
3821         where no reply was received
3822
3823         * dbus/dbus-connection.c (_dbus_pending_call_complete_and_unlock):
3824         fix a refcount leak
3825
3826         * bus/signals.c (match_rule_matches): add special cases for the
3827         bus driver, so you can match on sender/destination for it.
3828
3829         * dbus/dbus-sysdeps.c (_dbus_abort): print backtrace if
3830         DBUS_PRINT_BACKTRACE is set
3831
3832         * dbus/dbus-internals.c: add pid to assertion failure messages
3833
3834         * dbus/dbus-connection.c: add message type code to the debug spew
3835
3836         * glib/dbus-gproxy.c (gproxy_get_match_rule): match rules want
3837         sender=foo not service=foo
3838
3839         * dbus/dbus-bus.c (dbus_bus_get): if the activation bus is the
3840         session bus but DBUS_SESSION_BUS_ADDRESS isn't set, use 
3841         DBUS_ACTIVATION_ADDRESS instead
3842
3843         * bus/activation.c: set DBUS_SESSION_BUS_ADDRESS,
3844         DBUS_SYSTEM_BUS_ADDRESS if appropriate
3845
3846         * bus/bus.c (bus_context_new): handle OOM copying bus type into
3847         context struct
3848
3849         * dbus/dbus-message.c (dbus_message_iter_get_object_path): new function
3850         (dbus_message_iter_get_object_path_array): new function (half
3851         finished, disabled for the moment)
3852         
3853         * glib/dbus-gproxy.c (dbus_gproxy_end_call): properly handle
3854         DBUS_MESSAGE_TYPE_ERROR
3855
3856         * tools/dbus-launch.c (babysit): support DBUS_DEBUG_OUTPUT to
3857         avoid redirecting stderr to /dev/null
3858         (babysit): close stdin if not doing the "exit_with_session" thing
3859
3860         * dbus/dbus-sysdeps.c (_dbus_become_daemon): delete some leftover
3861         debug code; change DBUS_DEBUG_OUTPUT to only enable stderr, not
3862         stdout/stdin, so things don't get confused
3863         
3864         * bus/system.conf.in: fix to allow replies, I modified .conf
3865         instead of .conf.in again.
3866
3867 2003-10-14  David Zeuthen  <david@fubar.dk>
3868
3869         * python/dbus_bindings.pyx.in (MessageIter.get): fixed typo in
3870         argtype to arg_type when raising unknown arg type exception.
3871         Changed type list to reflect the changes in dbus-protocol.h so 
3872         the bindings actually work.
3873
3874 2003-10-14  Havoc Pennington  <hp@redhat.com>
3875
3876         * test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems
3877         to have a bug keeping it from outputting the .da files sometimes
3878         (string_get_string): don't append garbage nul bytes to the string.
3879
3880 2003-10-15  Seth Nickell  <seth@gnome.org>
3881
3882         * python/Makefile.am:
3883
3884         Include dbus_h_wrapper.h in the dist tarball.
3885
3886 2003-10-14  Havoc Pennington  <hp@redhat.com>
3887
3888         * bus/bus.c (bus_context_check_security_policy): revamp this to
3889         work more sanely with new policy-based requested reply setup
3890
3891         * bus/connection.c (bus_transaction_send_from_driver): set bus
3892         driver messages as no reply
3893
3894         * bus/policy.c (bus_client_policy_check_can_receive): handle a
3895         requested_reply attribute on allow/deny rules
3896
3897         * bus/system.conf: add <allow requested_reply="true"/>
3898
3899         * bus/driver.c (bus_driver_handle_message): fix check for replies
3900         sent to the bus driver, which was backward. How did this ever work
3901         at all though? I think I'm missing something.
3902
3903         * dbus/dbus-message.c (decode_header_data): require error and
3904         method return messages to have a reply serial field to be valid
3905         (_dbus_message_loader_queue_messages): break up this function;
3906         validate that reply serial and plain serial are nonzero; 
3907         clean up the OOM/error handling.
3908         (get_uint_field): don't return -1 from this
3909         (dbus_message_create_header): fix signed/unsigned bug
3910
3911         * bus/connection.c (bus_connections_expect_reply): save serial of
3912         the incoming message, not reply serial
3913
3914 2003-10-14  Havoc Pennington  <hp@redhat.com>
3915
3916         * bus/connection.c: implement pending reply tracking using
3917         BusExpireList
3918
3919         * bus/bus.c (bus_context_check_security_policy): verify that a
3920         reply is pending in order to allow a reply to be sent. Deny 
3921         messages of unknown type.
3922
3923         * bus/dbus-daemon-1.1.in: update to mention new resource limits
3924
3925         * bus/bus.c (bus_context_get_max_replies_per_connection): new
3926         (bus_context_get_reply_timeout): new
3927
3928 2003-10-13  Seth Nickell  <seth@gnome.org>
3929
3930         * python/Makefile.am:
3931
3932         Pass "make distcheck": remove a couple files from DIST_FILES
3933         that weren't included in the final version.
3934
3935 2003-10-12  Havoc Pennington  <hp@pobox.com>
3936
3937         Added test code that 1) starts an actual bus daemon and 2) uses
3938         DBusGProxy; fixed bugs that were revealed by the test. Lots 
3939         more testing possible, but this is the basic framework.
3940         
3941         * glib/dbus-gproxy.c (dbus_gproxy_manager_unregister): remove
3942         empty proxy lists from the proxy list hash
3943
3944         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): add a
3945         couple of return_if_fail checks
3946
3947         * dbus/dbus-pending-call.c (_dbus_pending_call_new): use dbus_new0
3948         to allocate, so everything is cleared to NULL as it should be.
3949
3950         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): pass
3951         source as data to dbus_connection_set_timeout_functions() as the 
3952         timeout functions expected
3953
3954         * test/glib/run-test.sh: add a little script to start up a message
3955         bus and run tests using it
3956
3957         * tools/dbus-launch.1: updates
3958
3959         * tools/dbus-launch.c (main): add --config-file option
3960
3961         * tools/dbus-launch.c (main): remove confusing else if (runprog)
3962         that could never be reached.
3963
3964         * dbus/dbus-message.c (dbus_message_new_method_return) 
3965         (dbus_message_new_error, dbus_message_new_signal): set the
3966         no-reply-expected flag on all these. Redundant, but may
3967         as well be consistent.
3968
3969 2003-10-11  Havoc Pennington  <hp@pobox.com>
3970
3971         * test/decode-gcov.c (function_solve_graph): make broken block
3972         graph a nonfatal error since it seems to be broken. Need to debug
3973         this.
3974
3975         * dbus/dbus-marshal.c (_dbus_type_is_valid): new function since we
3976         can't just check type > INVALID < LAST anymore
3977
3978         * dbus/dbus-message.c (dbus_message_get_signature): new function
3979         (dbus_message_has_signature): new function
3980         (struct DBusMessage): add signature field (right now it isn't sent
3981         over the wire, just generated on the fly)
3982         (dbus_message_copy): copy the signature, and init strings to
3983         proper length to avoid some reallocs
3984         (dbus_message_iter_init_array_iterator): return void, since it
3985         can't fail
3986         (dbus_message_iter_init_dict_iterator): return void since it can't fail
3987         (_dbus_message_loader_queue_messages): add silly temporary hack to
3988         fill in message->signature on load
3989
3990         * dbus/dbus-protocol.h: change DBUS_TYPE_* values to be ASCII
3991         characters, so they are relatively human-readable.
3992
3993 2003-10-11  Havoc Pennington  <hp@pobox.com>
3994
3995         * dbus/dbus-message.c (_dbus_message_test): add more test
3996         coverage, but #if 0 for now since they uncover a bug 
3997         not fixed yet; I think in re_align_field_recurse()
3998         (re_align_field_recurse): add FIXME about broken assertion
3999
4000         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): add more test coverage
4001
4002         * bus/connection.c: share a couple code bits with expirelist.c
4003
4004         * bus/expirelist.h, bus/expirelist.c: implement a generic
4005         expire-items-after-N-seconds facility, was going to share between
4006         expiring connections and replies, decided not to use for expiring
4007         connections for now.
4008
4009         * COPYING: include AFL 2.0 (still need to change all the file headers)
4010
4011 2003-10-09  Havoc Pennington  <hp@redhat.com>
4012
4013         * configure.in: define DBUS_HAVE_GCC33_GCOV if we have
4014         gcc 3.3. Not that we do anything about it yet.
4015
4016         * bus/signals.c (bus_match_rule_parse): impose max length on the
4017         match rule text
4018
4019         * dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
4020
4021 2003-10-09  Havoc Pennington  <hp@redhat.com>
4022
4023         Make matching rules theoretically work (add parser).
4024         
4025         * bus/bus.c (bus_context_check_security_policy): fix up to handle
4026         the case where destination is explicitly specified as bus driver
4027         and someone else is eavesdropping.
4028         
4029         * bus/policy.c (bus_client_policy_check_can_receive): fix up
4030         definition of eavesdropping and assertion
4031
4032         * tools/dbus-send.c (main): use dbus_message_type_from_string
4033
4034         * bus/signals.c (bus_match_rule_parse): implement
4035
4036         * dbus/dbus-message.c (dbus_message_type_from_string): new
4037
4038         * dbus/dbus-errors.h (DBUS_ERROR_MATCH_RULE_INVALID): add
4039
4040 2003-10-02  Havoc Pennington  <hp@pobox.com>
4041
4042         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): rename from
4043         dbus_gproxy_oneway_call
4044
4045         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main) 
4046         (dbus_server_setup_with_g_main): fix to allow calling them more
4047         than once on the same args
4048         (dbus_bus_get_with_g_main): new function
4049
4050 2003-10-02  Havoc Pennington  <hp@redhat.com>
4051
4052         * doc/dbus-tutorial.xml: write some stuff
4053
4054 2003-09-29  Havoc Pennington  <hp@pobox.com>
4055
4056         * configure.in: split checks for Doxygen from XML docs, check for
4057         xmlto
4058
4059         * doc/Makefile.am: XML-ify all the docs, and add a blank
4060         dbus-tutorial.xml
4061
4062 2003-09-29  Havoc Pennington  <hp@pobox.com>
4063
4064         * Merge dbus-object-names branch. To see the entire patch 
4065         do cvs diff -r DBUS_OBJECT_NAMES_BRANCHPOINT -r dbus-object-names,
4066         it's huuuuge though.
4067         To revert, I tagged DBUS_BEFORE_OBJECT_NAMES_MERGE.
4068         
4069 2003-09-28  Havoc Pennington  <hp@pobox.com>
4070
4071         * HACKING: update to reflect new server
4072
4073 2003-09-26  Seth Nickell  <seth@gnome.org>
4074
4075         * python/dbus.py:
4076         * python/examples/example-signals.py:
4077
4078         Start implementing some notions of signals. The API
4079         is really terrible, but they sort of work (with the
4080         exception of being able to filter by service, and to
4081         transmit signals *as* a particular service). Need to
4082         figure out how to make messages come from the service
4083         we registered :-(
4084         
4085         * python/dbus_bindings.pyx.in:
4086
4087         Removed duplicate message_handler callbacks.
4088         
4089 2003-09-25  Havoc Pennington  <hp@redhat.com>
4090
4091         * bus/session.conf.in: fix my mess
4092
4093 2003-09-25  Havoc Pennington  <hp@pobox.com>
4094
4095         * bus/session.conf.in: fix security policy, reported by Seth Nickell
4096
4097 2003-09-25  Seth Nickell  <seth@gnome.org>
4098
4099         * python/examples/example-service.py:
4100
4101         Johan notices complete wrong code in example-service, but
4102         completely wrong in a way that works exactly the same (!).
4103         Johan is confused, how could this possibly work? Example
4104         code fails to serve purpose of making things clear.
4105         Seth fixes.
4106
4107 2003-09-25  Mark McLoughlin  <mark@skynet.ie>
4108
4109         * doc/dbus-specification.sgml: don't require header fields
4110         to be 4-byte aligned and specify that fields should be
4111         distinguished from padding by the fact that zero is not
4112         a valid field name.
4113         
4114         * doc/TODO: remove re-alignment item and add item to doc
4115         the OBJECT_PATH type.
4116         
4117         * dbus/dbus-message.c:
4118         (HeaderField): rename the original member to value_offset
4119         and introduce a name_offset member to keep track of where
4120         the field actually begins.
4121         (adjust_field_offsets): remove.
4122         (append_int_field), (append_uint_field),
4123         (append_string_field): don't align the start of the header
4124         field to a 4-byte boundary.
4125         (get_next_field): impl finding the next marhsalled field
4126         after a given field.
4127         (re_align_field_recurse): impl re-aligning a number of
4128         already marshalled fields.
4129         (delete_field): impl deleting a field of any type and
4130         re-aligning any following fields.
4131         (delete_int_or_uint_field), (delete_string_field): remove.
4132         (set_int_field), (set_uint_field): no need to re-check
4133         that we have the correct type for the field.
4134         (set_string_field): ditto and impl re-aligning any
4135         following fields.
4136         (decode_header_data): update to take into account that
4137         the fields aren't 4-byte aligned any more and the new
4138         way to distinguish padding from header fields. Also,
4139         don't exit when there is too much header padding.
4140         (process_test_subdir): print the directory.
4141         (_dbus_message_test): add test to make sure a following
4142         field is re-aligned correctly after field deletion.
4143         
4144         * dbus/dbus-string.[ch]:
4145         (_dbus_string_insert_bytes): rename from insert_byte and
4146         allow the insert of multiple bytes.
4147         (_dbus_string_test): test inserting multiple bytes.
4148
4149         * dbus/dbus-marshal.c: (_dbus_marshal_set_string): add
4150         warning note to docs about having to re-align any
4151         marshalled values following the string.
4152         
4153         * dbus/dbus-message-builder.c:
4154         (append_string_field), (_dbus_message_data_load):
4155         don't align the header field.
4156         
4157         * dbus/dbus-auth.c: (process_test_subdir): print the
4158         directory.
4159         
4160         * test/break-loader.c: (randomly_add_one_byte): upd. for
4161         insert_byte change.
4162         
4163         * test/data/invalid-messages/bad-header-field-alignment.message:
4164         new test case.
4165         
4166         * test/data/valid-messages/unknown-header-field.message: shove
4167         a dict in the unknown field.
4168
4169 2003-09-25  Seth Nickell  <seth@gnome.org>
4170
4171         * python/dbus.py:
4172         * python/dbus_bindings.pyx.in:
4173
4174         Handle return values.
4175         
4176         * python/examples/example-client.py:
4177         * python/examples/example-service.py:
4178
4179         Pass back return values from the service to the client.
4180         
4181 2003-09-24  Seth Nickell  <seth@gnome.org>
4182
4183         * python/dbus.py:
4184
4185         Connect Object methods (when you are sharing an object) up... pass
4186         in a list of methods to be shared. Sharing all the methods just
4187         worked out too weird. You can now create nice Services over the
4188         DBus in Python. :-)
4189         
4190         * python/dbus_bindings.pyx.in:
4191
4192         Keep references to user_data tuples passed into C functions so 
4193         Python doesn't garbage collect on us.
4194
4195         Implement MethodReturn and Error subclasses of Message for creating
4196         DBusMessage's of those types.
4197         
4198         * python/examples/example-client.py:
4199         * python/examples/example-service.py:
4200
4201         Simple example code showing both how create DBus services and objects,
4202         and how to use them.
4203
4204 2003-09-23  Havoc Pennington  <hp@pobox.com>
4205
4206         * glib/dbus-gproxy.c (dbus_gproxy_manager_filter): implement
4207
4208 2003-09-23  Havoc Pennington  <hp@redhat.com>
4209
4210         * glib/dbus-gproxy.c (dbus_gproxy_connect_signal): implement
4211         (dbus_gproxy_disconnect_signal): implement
4212         (dbus_gproxy_manager_remove_signal_match): implement
4213         (dbus_gproxy_manager_add_signal_match): implement
4214         (dbus_gproxy_oneway_call): implement
4215
4216 2003-09-23  Havoc Pennington  <hp@pobox.com>
4217
4218         * glib/dbus-gproxy.c (struct DBusGProxy): convert to a GObject
4219         subclass. This means dropping the transparent thread safety of the
4220         proxy; you now need a separate proxy per-thread, or your own
4221         locking on the proxy. Probably right anyway.
4222         (dbus_gproxy_ref, dbus_gproxy_unref): nuke, just use g_object_ref
4223
4224 2003-09-22  Havoc Pennington  <hp@redhat.com>
4225
4226         * glib/dbus-gproxy.c (dbus_gproxy_manager_get): implement
4227
4228 2003-09-21  Seth Nickell  <seth@gnome.org>
4229
4230         First checkin of the Python bindings.
4231         
4232         * python/.cvsignore:
4233         * python/Makefile.am:
4234         * python/dbus_bindings.pyx.in:
4235         * python/dbus_h_wrapper.h:
4236
4237         Pieces for Pyrex to operate on, building a dbus_bindings.so
4238         python module for low-level access to the DBus APIs.
4239         
4240         * python/dbus.py:
4241
4242         High-level Python module for accessing DBus objects.
4243
4244         * configure.in:
4245         * Makefile.am:
4246
4247         Build stuff for the python bindings.
4248
4249         * acinclude.m4:
4250
4251         Extra macro needed for finding the Python C header files.
4252
4253 2003-09-21  Havoc Pennington  <hp@pobox.com>
4254
4255         * glib/dbus-gproxy.c (dbus_gproxy_manager_new): start
4256         implementing the proxy manager, didn't get very far.
4257
4258         * dbus/dbus-bus.c (dbus_bus_add_match): new
4259         (dbus_bus_remove_match): new
4260
4261         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service): add a
4262         path_name argument; adjust the other not-yet-implemented 
4263         gproxy constructors to be what I think they should be.
4264
4265 2003-09-21  Havoc Pennington  <hp@pobox.com>
4266
4267         * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE
4268         by default for message bus connections.
4269
4270         * dbus/dbus-connection.c (dbus_connection_dispatch): exit if
4271         exit_on_disconnect flag is set and we process the disconnected
4272         signal.
4273         (dbus_connection_set_exit_on_disconnect): new function
4274
4275 2003-09-21  Havoc Pennington  <hp@pobox.com>
4276
4277         Get matching rules mostly working in the bus; only actually
4278         parsing the rule text remains. However, the client side of
4279         "signal connections" hasn't been started, this patch is only the
4280         bus side.
4281         
4282         * dbus/dispatch.c: fix for the matching rules changes
4283         
4284         * bus/driver.c (bus_driver_handle_remove_match)
4285         (bus_driver_handle_add_match): send an ack reply from these
4286         method calls
4287
4288         * glib/dbus-gproxy.c (dbus_gproxy_begin_call): fix order of
4289         arguments, reported by Seth Nickell
4290
4291         * bus/config-parser.c (append_rule_from_element): support
4292         eavesdrop=true|false attribute on policies so match rules 
4293         can be prevented from snooping on the system bus.
4294
4295         * bus/dbus-daemon-1.1.in: consistently use terminology "sender"
4296         and "destination" in attribute names; fix some docs bugs; 
4297         add eavesdrop=true|false attribute
4298
4299         * bus/driver.c (bus_driver_handle_add_match)
4300         (bus_driver_handle_remove_match): handle AddMatch, RemoveMatch
4301         messages
4302
4303         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_BROADCAST): get
4304         rid of broadcast service concept, signals are just always broadcast
4305
4306         * bus/signals.c, bus/dispatch.c, bus/connection.c, bus/bus.c:
4307         mostly implement matching rules stuff (currently only exposed as signal
4308         connections)
4309
4310 2003-09-21  Mark McLoughlin  <mark@skynet.ie>
4311
4312         * doc/dbus-specification.sgml: Change the header field name
4313         to be an enum and update the rest of the spec to reference
4314         the fields using the conventinal name.
4315
4316         * dbus/dbus-protocol.h: update to reflect the spec.
4317
4318         * doc/TODO: add item to remove the 4 byte alignment requirement.
4319         
4320         * dbus/dbus-message.c: Remove the code to generalise the
4321         header/body length and serial number header fields as named
4322         header fields so we can reference field names using the 
4323         protocol values.
4324         (append_int_field), (append_uint_field), (append_string_field):
4325         Append the field name as a byte rather than four chars.
4326         (delete_int_or_uint_field), (delete_string_field): reflect the
4327         fact that the field name and typecode now occupy 4 bytes instead
4328         of 8.
4329         (decode_string_field), (decode_header_data): update to reflect
4330         protocol changes and move the field specific encoding from
4331         decode_string_field() back into decode_header_data().
4332         
4333         * dbus/dbus-internals.[ch]: (_dbus_header_field_to_string):
4334         Add utility to aid debugging.
4335         
4336         * dbus/dbus-message-builder.c:
4337         (append_string_field), (_dbus_message_data_load): Update to
4338         reflect protocol changes; Change the FIELD_NAME directive
4339         to HEADER_FIELD and allow it to take the field's conventional
4340         name rather than the actual value.
4341         
4342         * test/data/*/*.message: Update to use HEADER_FIELD instead
4343         of FIELD_NAME; Always align the header on an 8 byte boundary
4344         *before* updating the header length.
4345
4346 2003-09-15  Havoc Pennington  <hp@pobox.com>
4347
4348         * dbus/dbus-pending-call.c: add the get/set object data
4349         boilerplate as for DBusConnection, etc. Use generic object data
4350         for the notify callback.
4351
4352         * glib/dbus-gparser.c (parse_node): parse child nodes
4353
4354         * tools/dbus-viewer.c: more hacking on the dbus-viewer
4355         
4356         * glib/dbus-gutils.c (_dbus_gutils_split_path): add a file to
4357         contain functions shared between the convenience lib and the
4358         installed lib
4359
4360         * glib/Makefile.am (libdbus_glib_1_la_LDFLAGS): add
4361         -export-symbols-regex to the GLib library
4362
4363         * dbus/dbus-object-tree.c (_dbus_object_tree_dispatch_and_unlock):
4364         fix the locking in here, and add a default handler for
4365         Introspect() that just returns sub-nodes.
4366
4367 2003-09-14  Havoc Pennington  <hp@pobox.com>
4368
4369         * glib/dbus-gthread.c (dbus_g_thread_init): rename to make g_foo
4370         rather than gfoo consistent
4371
4372         * glib/dbus-gproxy.h: delete for now, move contents to
4373         dbus-glib.h, because the include files don't work right since we
4374         aren't in the dbus/ subdir.
4375         
4376         * glib/dbus-gproxy.c (dbus_gproxy_send): finish implementing
4377         (dbus_gproxy_end_call): finish
4378         (dbus_gproxy_begin_call): finish
4379
4380         * glib/dbus-gmain.c (dbus_set_g_error): new
4381
4382         * glib/dbus-gobject.c (handle_introspect): include information
4383         about child nodes in the introspection
4384
4385         * dbus/dbus-connection.c (dbus_connection_list_registered): new
4386         function to help in implementation of introspection
4387
4388         * dbus/dbus-object-tree.c
4389         (_dbus_object_tree_list_registered_and_unlock): new function
4390
4391 2003-09-12  Havoc Pennington  <hp@pobox.com>
4392
4393         * glib/dbus-gidl.h: add common base class for all the foo_info
4394         types
4395
4396         * tools/dbus-viewer.c: add GTK-based introspection UI thingy
4397         similar to kdcop
4398
4399         * test/Makefile.am: try test srcdir -ef . in addition to test
4400         srcdir = ., one of them should work (yeah lame)
4401         
4402         * glib/Makefile.am: build the "idl" parser stuff as a convenience
4403         library
4404         
4405         * glib/dbus-gparser.h: make description_load routines return
4406         NodeInfo* not Parser*
4407
4408         * Makefile.am (SUBDIRS): build test dir after all library dirs
4409
4410         * configure.in: add GTK+ detection
4411
4412 2003-09-07  Havoc Pennington  <hp@pobox.com>
4413
4414         * Make Doxygen contented.
4415
4416 2003-09-07  Havoc Pennington  <hp@pobox.com>
4417
4418         * doc/dbus-specification.sgml: more updates
4419
4420 2003-09-06  Havoc Pennington  <hp@pobox.com>
4421
4422         * doc/dbus-specification.sgml: partial updates
4423
4424         * bus/dbus-daemon-1.1.in: fix the config file docs for the
4425         zillionth time; hopefully I edited the right file this time.
4426
4427         * bus/config-parser.c (append_rule_from_element): support
4428         send_type, send_path, receive_type, receive_path
4429
4430         * bus/policy.c: add message type and path to the list of things
4431         that can be "firewalled"
4432
4433 2003-09-06  Havoc Pennington  <hp@pobox.com>
4434
4435         * dbus/dbus-connection.c (dbus_connection_register_fallback): add this
4436         (dbus_connection_register_object_path): make this not handle
4437         messages to paths below the given path
4438
4439 2003-09-03  Havoc Pennington  <hp@pobox.com>
4440
4441         * test/glib/Makefile.am: add this with random glib-linked test
4442         programs
4443
4444         * glib/Makefile.am: remove the random test programs from here,
4445         leave only the unit tests
4446
4447         * glib/dbus-gobject.c (_dbus_gobject_test): add test for 
4448         uscore/javacaps conversion, and fix     
4449         (get_object_property, set_object_property): change to .NET
4450         convention for mapping props to methods, set_FooBar/get_FooBar, 
4451         since one language has such a convention we may as well copy it. 
4452         Plus real methods in either getFooBar or get_foo_bar style won't 
4453         collide with this convention.
4454
4455 2003-09-01  Havoc Pennington  <hp@pobox.com>
4456
4457         * glib/dbus-gparser.c: implement
4458
4459         * glib/dbus-gobject.c: start implementing skeletons support
4460
4461         * configure.in: when disabling checks/assert, also define
4462         G_DISABLE_ASSERT and G_DISABLE_CHECKS
4463
4464 2003-09-01  Havoc Pennington  <hp@pobox.com>
4465
4466         * glib/Makefile.am: rearrange a bunch of files and get "make
4467         check" framework set up
4468
4469 2003-08-31  Havoc Pennington  <hp@pobox.com>
4470
4471         * fix build with --disable-tests
4472
4473 2003-08-30  Havoc Pennington  <hp@pobox.com>
4474
4475         * dbus/dbus-connection.c: purge DBusMessageHandler
4476
4477         * dbus/dbus-message-handler.c: remove DBusMessageHandler, just 
4478         use callbacks everywhere
4479
4480 2003-08-30  Havoc Pennington  <hp@pobox.com>
4481
4482         * test/data/valid-config-files/system.d/test.conf: change to 
4483         root for the user so warnings don't get printed
4484
4485         * dbus/dbus-message.c: add dbus_message_get_path,
4486         dbus_message_set_path
4487         
4488         * dbus/dbus-object-tree.c (do_test_dispatch): add test of
4489         dispatching to a path
4490
4491         * dbus/dbus-string.c (_dbus_string_validate_path): add
4492
4493         * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement
4494         (_dbus_marshal_object_path): implement
4495
4496         * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field 
4497         to contain the path to the target object
4498         (DBUS_HEADER_FIELD_SENDER_SERVICE): rename
4499         DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
4500
4501 2003-08-30  Havoc Pennington  <hp@pobox.com>
4502
4503         * dbus/dbus-object-tree.c: write tests and fix the discovered bugs
4504
4505 2003-08-29  Havoc Pennington  <hp@pobox.com>
4506
4507         * dbus/dbus-object-tree.c: modify to allow overlapping paths to be
4508         registered
4509         (struct DBusObjectSubtree): shrink this
4510         a lot, since we may have a lot of them
4511         (_dbus_object_tree_free_all_unlocked): implement
4512         (_dbus_object_tree_dispatch_and_unlock): implement
4513
4514 2003-08-29  Havoc Pennington  <hp@pobox.com>
4515
4516         * dbus/dbus-internals.h: fix _DBUS_N_GLOBAL_LOCKS
4517
4518 2003-08-28  Havoc Pennington  <hp@pobox.com>
4519
4520         purge DBusObjectID
4521         
4522         * dbus/dbus-connection.c: port to no ObjectID, create a
4523         DBusObjectTree, rename ObjectTree to ObjectPath in public API
4524
4525         * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete 
4526         everything except UnregisterFunction and MessageFunction
4527         
4528         * dbus/dbus-marshal.c: port away from DBusObjectID, 
4529         add DBUS_TYPE_OBJECT_PATH
4530         
4531         * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], 
4532         dbus/dbus-objectid.[hc]: remove these, we are moving to 
4533         path-based object IDs
4534
4535 2003-08-25  Havoc Pennington  <hp@pobox.com>
4536
4537         Just noticed that dbus_message_test is hosed, I wonder when I
4538         broke that. I thought make check was passing earlier...
4539         
4540         * dbus/dbus-object-tree.c: add new "object tree" to match DCOP 
4541         container tree, will replace most of dbus-object-registry
4542
4543         * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
4544         screwup
4545
4546 2003-08-19  Havoc Pennington  <hp@pobox.com>
4547
4548         * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER
4549         (dbus_message_is_error): fix this function
4550
4551         * bus/dbus-daemon-1.1: clarify logic on when <deny>/<allow> rules
4552         match
4553
4554         * bus/policy.c (bus_client_policy_check_can_receive): fix code to
4555         reflect clarified man page
4556         (bus_client_policy_check_can_send): ditto
4557         
4558         * bus/session.conf.in: fixup
4559
4560         * bus/system.conf.in: fixup
4561
4562 2003-08-18  Havoc Pennington  <hp@redhat.com>
4563
4564         * dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
4565
4566         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
4567         dumb bug created earlier (wrong order of args to
4568         decode_header_data())
4569         
4570         * tools/dbus-send.c: port
4571
4572         * tools/dbus-print-message.c (print_message): port
4573
4574         * test/data/*messages: port all messages over
4575         
4576         * dbus/dbus-message-builder.c: support including 
4577         message type
4578         
4579         * bus/driver.c: port over
4580         
4581         * bus/dispatch.c: port over to new stuff
4582
4583         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
4584         rename disconnect signal to "Disconnected"
4585
4586 2003-08-17  Havoc Pennington  <hp@pobox.com>
4587
4588         This doesn't compile yet, but syncing up so I can hack on it from
4589         work. What are branches for if not broken code? ;-)
4590         
4591         * dbus/dbus-protocol.h: remove DBUS_HEADER_FIELD_NAME, add
4592         DBUS_HEADER_FIELD_INTERFACE, DBUS_HEADER_FIELD_MEMBER,
4593         DBUS_HEADER_FIELD_ERROR_NAME
4594         
4595         * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use
4596         for the interface+member pairs
4597         (string_hash): change to use g_str_hash algorithm
4598         (find_direct_function, find_string_function): refactor these to
4599         share most code.
4600         
4601         * dbus/dbus-message.c: port all of this over to support 
4602         interface/member fields instead of name field
4603
4604         * dbus/dbus-object-registry.c: port over
4605         
4606         * dbus/dbus-string.c (_dbus_string_validate_interface): rename
4607         from _dbus_string_validate_name
4608
4609         * bus/dbus-daemon-1.1: change file format for the 
4610         <deny>/<allow> stuff to match new message naming scheme
4611
4612         * bus/policy.c: port over
4613
4614         * bus/config-parser.c: parse new format
4615         
4616 2003-08-16  Havoc Pennington  <hp@pobox.com>
4617
4618         * dbus/dbus-object-registry.c (add_and_remove_objects): remove
4619         broken assertion
4620
4621         * glib/dbus-gproxy.c: some hacking
4622
4623 2003-08-15  Havoc Pennington  <hp@redhat.com>
4624
4625         * dbus/dbus-pending-call.c (dbus_pending_call_block): implement
4626
4627         * dbus/dbus-connection.c
4628         (dbus_connection_send_with_reply_and_block): factor out internals;
4629         change to convert any error replies to DBusError instead of 
4630         returning them as a message
4631
4632 2003-08-15  Havoc Pennington  <hp@pobox.com>
4633
4634         * dbus/dbus-connection.c, 
4635         dbus/dbus-pending-call.c: Finish the pending call stuff
4636
4637 2003-08-14  Havoc Pennington  <hp@redhat.com>
4638
4639         * dbus/dbus-pending-call.c: start on new object that will replace
4640         DBusMessageHandler and ReplyHandlerData for tracking outstanding
4641         replies
4642
4643         * dbus/dbus-gproxy.c: start on proxy object used to communicate
4644         with remote interfaces
4645
4646         * dbus/dbus-gidl.c: do the boring boilerplate in here
4647         
4648 2003-08-12  Havoc Pennington  <hp@pobox.com>
4649
4650         * bus/dispatch.c (bus_dispatch): make this return proper 
4651         DBusHandlerResult to avoid DBUS_ERROR_UNKNOWN_METHOD
4652
4653         * dbus/dbus-errors.c (dbus_set_error): use
4654         _dbus_string_append_printf_valist
4655
4656         * dbus/dbus-string.c (_dbus_string_append_printf_valist)
4657         (_dbus_string_append_printf): new
4658
4659         * dbus/dbus-errors.h (DBUS_ERROR_UNKNOWN_MESSAGE): change to
4660         UNKNOWN_METHOD
4661
4662         * dbus/dbus-connection.c (dbus_connection_dispatch): handle
4663         DBUS_HANDLER_RESULT_NEED_MEMORY; send default error reply if a
4664         message is unhandled.
4665
4666 2003-08-11  Havoc Pennington  <hp@pobox.com>
4667
4668         * bus/test.c (client_disconnect_handler): change to return
4669         HANDLED (would have been REMOVE_MESSAGE)
4670
4671         * dbus/dbus-object.h (enum DBusHandlerResult): rename to
4672         HANDLED/NOT_YET_HANDLED instead of
4673         REMOVE_MESSAGE/ALLOW_MORE_HANDLERS to make it clearer how it 
4674         should be used.
4675
4676 2003-08-10  Havoc Pennington  <hp@pobox.com>
4677
4678         * tools/dbus-send.c (main): add --type argument, for now
4679         supporting only method_call and signal types.
4680
4681         * tools/dbus-print-message.c: print message type
4682
4683         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
4684         init connection->objects
4685
4686         * doc/dbus-specification.sgml: fix sgml
4687
4688         * bus/*.c: port over to object-instance API changes
4689
4690         * test/test-service.c: ditto
4691         
4692         * dbus/dbus-message.c (dbus_message_create_header): allow #NULL
4693         name, we will have to fix up the rest of the code to also handle
4694         this
4695         (dbus_message_new): generic message-creation call
4696         (set_string_field): allow appending name field
4697
4698 2003-08-06  Havoc Pennington  <hp@pobox.com>
4699
4700         * dbus/dbus-object-registry.c: implement signal connection 
4701         and dispatch
4702
4703         * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new
4704
4705         * dbus/dbus-internals.c (_dbus_memdup): new function
4706
4707 2003-08-02  Havoc Pennington  <hp@pobox.com>
4708
4709         * dbus/dbus-message.c (dbus_message_get_no_reply)
4710         (dbus_message_set_no_reply): add these and remove
4711         set_is_error/get_is_error
4712
4713         * dbus/dbus-protocol.h, doc/dbus-specification.sgml: 
4714         remove the ERROR flag, since there's now an ERROR type
4715
4716 2003-08-01  Havoc Pennington  <hp@pobox.com>
4717
4718         * dbus/dbus-object-registry.c (_dbus_object_registry_handle_and_unlock):
4719         implement
4720
4721         * dbus/dbus-message.c (dbus_message_get_type): new function
4722
4723         * doc/dbus-specification.sgml: add "type" byte to messages
4724
4725 2003-08-01  Havoc Pennington  <hp@pobox.com>
4726
4727         * dbus/dbus-protocol.h (DBUS_MESSAGE_TYPE_*): introduce
4728         a message type enum to distinguish kinds of message
4729         (DBUS_HEADER_FLAG_NO_REPLY_EXPECTED): flag for a message 
4730         that need not be replied to
4731
4732 2003-08-01  Havoc Pennington  <hp@pobox.com>
4733
4734         * dbus/dbus-marshal.c: adapt to DBusObjectID changes
4735         (unpack_8_octets): fix no-64-bit-int bug
4736
4737         * dbus/dbus-object-registry.c (validate_id): validate the 
4738         connection ID bits, not just the instance ID.
4739
4740         * dbus/dbus-connection.c (_dbus_connection_init_id): initialize
4741         the connection-global 33 bits of the object ID
4742
4743         * dbus/dbus-object-registry.c (info_from_entry): fill in 
4744         object ID in the new way
4745
4746         * dbus/dbus-objectid.h: rather than high/low bits, specifically 
4747         define server/client/instance bits.
4748
4749 2003-07-30  Havoc Pennington  <hp@pobox.com>
4750
4751         * dbus/dbus-connection.c (dbus_connection_register_object): fix
4752         build
4753
4754 2003-07-13  Havoc Pennington  <hp@pobox.com>
4755
4756         * dbus/dbus-object.h (struct DBusObjectVTable): add padding
4757         fields to DBusObjectVTable and DBusObjectInfo
4758
4759 2003-07-12  Havoc Pennington  <hp@pobox.com>
4760
4761         * dbus/dbus-object-registry.c: implement unit test,
4762         fix bugs discovered in process
4763
4764         * dbus/dbus-connection.c: remove handler_table and
4765         register_handler(), add DBusObjectRegistry usage
4766
4767         * dbus/dbus-objectid.c (dbus_object_id_is_null)
4768         (dbus_object_id_set_null): new functions
4769
4770 2003-07-08  Havoc Pennington  <hp@pobox.com>
4771
4772         * dbus/dbus-object.c: implement some of this
4773
4774         * dbus/dbus-object-registry.c
4775         (_dbus_object_registry_add_and_unlock): fill in the object_id out
4776         param
4777         (_dbus_object_registry_new): handle OOM
4778
4779 2003-07-08  Havoc Pennington  <hp@pobox.com>
4780
4781         * dbus/dbus-object.h: sketch out an API for registering objects
4782         with a connection, that allows us to use as little as 24 bytes
4783         per object and lets application code represent an object in 
4784         any conceivable way.
4785
4786         * dbus/dbus-object-registry.c: implement the hard bits of the
4787         DBusConnection aspect of object API. Not yet wired up.
4788         
4789 2003-07-06  Havoc Pennington  <hp@pobox.com>
4790
4791         * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
4792         (_dbus_marshal_object_id): new
4793         (_dbus_demarshal_object_id): new
4794         (_dbus_marshal_get_arg_end_pos): support object ID type, and
4795         consolidate identical switch cases. Don't conditionalize handling
4796         of DBUS_TYPE_UINT64, need to handle the type always.
4797         (_dbus_marshal_validate_arg): consolidate identical cases, and
4798         handle DBUS_TYPE_OBJECT_ID
4799
4800         * dbus/dbus-objectid.c: new file with DBusObjectID data type.
4801
4802         * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
4803
4804 2003-09-28  Havoc Pennington  <hp@pobox.com>
4805
4806         * real 0.13 release
4807
4808 2003-09-28  Havoc Pennington  <hp@pobox.com>
4809
4810         * doc/Makefile.am (dbus-specification.html): testing a funky hack
4811         to work with Debian db2html
4812
4813 2003-09-28  Havoc Pennington  <hp@pobox.com>
4814
4815         * configure.in: 0.13
4816
4817         * doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
4818         stylesheet-images for benefit of Debian
4819         
4820         Change back to using filesystem-linked sockets for the system
4821         bus, so only root can create the default system bus address.
4822         
4823         * bus/system.conf.in: change to use
4824         DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
4825
4826         * dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
4827         from here.
4828
4829         * configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
4830         here, and AC_DEFINE DBUS_SYSTEM_PATH
4831
4832 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
4833
4834         * doc/TODO:
4835         * doc/busconfig.dtd:
4836         Add busconfig DTD.
4837         
4838 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
4839
4840         * doc/dbus-specification.sgml:
4841         Add activation reply values.
4842         
4843 2003-08-05  Havoc Pennington  <hp@redhat.com>
4844
4845         * configure.in: 0.12
4846
4847 2003-08-05  Anders Carlsson  <andersca@codefactory.se>
4848
4849         * glib/dbus-gmain.c: (watch_fd_new), (watch_fd_ref),
4850         (watch_fd_unref), (dbus_gsource_check), (dbus_gsource_dispatch),
4851         (add_watch), (remove_watch), (create_source):
4852         Refcount fds, fixes some reentrancy issues.
4853         
4854 2003-07-30  Havoc Pennington  <hp@redhat.com>
4855
4856         * dbus/dbus-bus.c (init_connections_unlocked): fix default system
4857         bus address to be abstract if we have abstract sockets
4858
4859         * NEWS: update
4860
4861 2003-07-28  Havoc Pennington  <hp@redhat.com>
4862
4863         * bus/messagebus.in: fix to avoid processname/servicename 
4864         confusion, from Michael Kearey
4865         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=100965
4866         
4867 2003-07-23  Havoc Pennington  <hp@pobox.com>
4868
4869         * dbus/dbus-message.c (dbus_message_iter_get_named): 
4870         fix from Andy Hanton to remove broken "+1"
4871
4872 2003-07-16  Havoc Pennington  <hp@pobox.com>
4873
4874         * tools/dbus-launch.c (babysit): close stdout/stderr in the
4875         babysitter process, as suggested by Thomas Leonard, so 
4876         an "eval `dbus-launch --exit-with-session`" will actually 
4877         return
4878
4879 2003-07-16  Havoc Pennington  <hp@pobox.com>
4880
4881         * configure.in: print out EXPANDED_* variables in the summary at
4882         the end; clean up the code that computes EXPANDED_ variables and
4883         get the ones using exec_prefix right. Should make things work
4884         when you build without --prefix
4885
4886 2003-06-29  Havoc Pennington  <hp@pobox.com>
4887
4888         * mono/Test.cs (class Test): fire up a main loop and run it
4889
4890         * mono/DBus.cs (DBus): don't g_thread_init since it can only be
4891         done once, the app has to do it
4892
4893 2003-06-26  Havoc Pennington  <hp@pobox.com>
4894
4895         * mono/Connection.cs: set up connection with the glib main loop
4896
4897 2003-07-01  Havoc Pennington  <hp@redhat.com>
4898
4899         * doc/dbus-specification.sgml: clarify the format of a type code,
4900         change suggested by Jim Blandy
4901
4902 2003-06-29  Miloslav Trmac  <mitr@volny.cz>
4903
4904         * doc/Makefile.am:
4905         * tools/Makefile.am: Don't assume srcdir == builddir.
4906
4907         * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
4908         the allocated block.
4909         (_dbus_memory_test): New function.
4910         * dbus/dbus-test.h: Add _dbus_memory_test ().
4911         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
4912
4913         * dbus/dbus-message.c (decode_header_data): Use %.4s instead
4914         of %c%c%c%c.
4915         (dbus_message_new): Remove obsolete @todo.
4916
4917         * dbus/dbus-marshal.c (_dbus_marshal_set_int64)
4918         (_dbus_marshal_set_uint64): Fix comment.
4919
4920         * dbus/dbus-message.c (append_int_field, append_uint_field): Don't
4921         hardcode FIELD_REPLY_SERIAL.
4922
4923         * dbus/dbus-mainloop.c (_dbus_loop_remove_watch)
4924         (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p
4925
4926         * configure.in: Add -D_POSIX_C_SOURCE=199309L -DBSD_SOURCE to CFLAGS
4927         and disable DBUS_USE_ATOMIC_INT_486 when --enable-ansi is used
4928
4929 2003-06-24  Havoc Pennington  <hp@pobox.com>
4930
4931         * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
4932
4933 2003-06-23  Anders Carlsson  <andersca@codefactory.se>
4934
4935         * configure.in:
4936         * gcj/.cvsignore:
4937         * gcj/Hello.java:
4938         * gcj/Makefile.am:
4939         * gcj/TestMessage.java: (TestMessage), (TestMessage.main):
4940         * gcj/org/.cvsignore:
4941         * gcj/org/Makefile.am:
4942         * gcj/org/freedesktop/.cvsignore:
4943         * gcj/org/freedesktop/Makefile.am:
4944         * gcj/org/freedesktop/dbus/.cvsignore:
4945         * gcj/org/freedesktop/dbus/Makefile.am:
4946         * gcj/org/freedesktop/dbus/Message.java: (Message),
4947         (Message.Message):
4948         * gcj/org/freedesktop/dbus/natMessage.cc:
4949         Fix the build system.
4950
4951 2003-06-22  Havoc Pennington  <hp@pobox.com>
4952
4953         * mono/Connection.cs: add more bindings
4954
4955         * dbus/dbus-threads.c (dbus_threads_init): allow calling this
4956         more than once.
4957
4958 2003-06-22  Havoc Pennington  <hp@pobox.com>
4959
4960         * mono/Connection.cs, mono/DBus.cs, mono/Error.cs:
4961         Start wrapping more stuff.
4962
4963 2003-06-22  Havoc Pennington  <hp@pobox.com>
4964
4965         * mono/Message.cs: implement Message.Wrap() that ensures we only
4966         have a single C# wrapper per DBusMessage, assuming it works which
4967         it probably doesn't.
4968
4969         * dbus/dbus-message.c (dbus_message_allocate_data_slot): new
4970         (dbus_message_free_data_slot): new
4971         (dbus_message_set_data): new
4972         (dbus_message_get_data): new
4973
4974 2003-06-22  Havoc Pennington  <hp@pobox.com>
4975
4976         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref)
4977         (_dbus_data_slot_allocator_alloc): rework these to keep a
4978         reference count on each slot and automatically manage a global
4979         slot ID variable passed in by address
4980
4981         * bus/bus.c: convert to new dataslot API
4982
4983         * dbus/dbus-bus.c: convert to new dataslot API
4984
4985         * dbus/dbus-connection.c: convert to new dataslot API
4986
4987         * dbus/dbus-server.c: convert to new dataslot API
4988
4989         * glib/dbus-gmain.c: ditto
4990
4991         * bus/test.c: ditto
4992
4993         * bus/connection.c: ditto
4994
4995 2003-06-22  Anders Carlsson  <andersca@codefactory.se>
4996
4997         * configure.in: Add AM_PROG_GCJ and move AM_PROG_LIBTOOL
4998         after the gcj checks so that the correct configuration tags
4999         will be added to libtool.
5000
5001         * dbus-glib-1.pc.in: No need to specify any includes since
5002         dbus-1.pc.in has those.
5003
5004 2003-06-22  Havoc Pennington  <hp@pobox.com>
5005
5006         * mono/*, gcj/*, configure.in, Makefile.am:
5007         Check in makefiles and subdirs for mono and gcj bindings.
5008         Neither binding actually exists, just trying to get through
5009         all the build and other boring bits.
5010
5011 2003-06-21  Philip Blundell  <philb@gnu.org>
5012
5013         * tools/dbus-monitor.1: Updated.
5014
5015         * tools/dbus-send.1: Likewise.
5016
5017 2003-06-20  Anders Carlsson  <andersca@codefactory.se>
5018
5019         * dbus/dbus-transport-unix.c (unix_handle_watch): Check
5020         for hangup and error after checking read so we won't discard
5021         pending data if both hangup and read are set.
5022
5023 2003-06-19  Philip Blundell  <philb@gnu.org>
5024
5025         * tools/dbus-print-message.c (print_message): Handle BOOLEAN.
5026
5027         * tools/dbus-send.c: Accept both --system and --session.
5028
5029         * tools/dbus-monitor.c: Same here.
5030
5031 2003-06-19  Anders Carlsson  <andersca@codefactory.se>
5032
5033         * glib/dbus-glib.h: Fix so that dbus-glib.h can be used
5034         from C++ (Patch by Miloslav Trmac).
5035
5036 2003-06-15  Joe Shaw  <joe@assbarn.com>
5037
5038         * configure.in: Check for socklen_t.
5039
5040         * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
5041
5042         * test/test-segfault.c: Add #include <sys/time.h>
5043
5044         * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
5045         dbus-launch needs it.
5046
5047 2003-06-09  Havoc Pennington  <hp@redhat.com>
5048
5049         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): don't use
5050         SUN_LEN, it breaks abstract socket usage
5051
5052         * dbus/dbus-internals.c (_dbus_verbose_real): only print PID at
5053         starts of lines.
5054
5055 2003-06-04  Havoc Pennington  <hp@pobox.com>
5056
5057         * dbus/dbus-server.c (dbus_server_listen): allow abstract sockets
5058         using unix:abstract=/foo, and when listening in a tmpdir
5059         i.e. unix:tmpdir=/tmp, always use abstract sockets if we can.
5060
5061         * dbus/dbus-transport.c (_dbus_transport_open): support
5062         unix:abstract=/foo
5063
5064         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
5065         support abstract sockets
5066
5067         * dbus/dbus-transport-unix.c
5068         (_dbus_transport_new_for_domain_socket): support abstract sockets
5069
5070         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket): add "abstract"
5071         toggle as an argument, implement abstract namespace support
5072         (_dbus_listen_unix_socket): ditto
5073
5074         * configure.in: add --enable-abstract-sockets and implement
5075         a configure check for autodetection of the right value.
5076
5077 2003-06-01  Havoc Pennington  <hp@pobox.com>
5078
5079         * tools/dbus-cleanup-sockets.c: add utility to clean up sockets
5080         in /tmp (though on Linux this will end up being useless,
5081         when we add abstract namespace support)
5082
5083         * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to
5084         subst'ing it
5085
5086 2003-05-28  Colin Walters  <walters@verbum.org>
5087
5088         * tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
5089
5090 2003-05-18  Anders Carlsson  <andersca@codefactory.se>
5091
5092         * dbus/dbus-message.c (dbus_message_new): Remove @todo.
5093
5094 2003-05-17  Colin Walters  <walters@gnu.org>
5095
5096         * tools/dbus-send.c: Don't exit with an error code if --help was
5097         passed.  Default to using the session bus instead of the system
5098         one.
5099
5100         * tools/dbus-launch.c: Ditto.
5101
5102         * tools/dbus-monitor.c: Ditto.
5103
5104         * tools/dbus-send.1: Update with new arguments.
5105
5106         * tools/dbus-launch.c: Emit code to export variables.  New
5107         arguments -s and -c to specify shell syntax, and a bit of code to
5108         autodetect syntax.  Also, allow specifying a program to run.
5109
5110         * tools/dbus-launch.1: Update with new arguments.
5111
5112         * tools/dbus-send.1: Ditto.
5113
5114         * tools/dbus-monitor.1: Ditto.
5115
5116 2003-05-17  Havoc Pennington  <hp@pobox.com>
5117
5118         * bus/config-parser.c (merge_included): merge in policies from
5119         child configuration file.
5120
5121         * bus/policy.c (bus_policy_merge): function to merge two policies
5122         together
5123
5124 2003-05-16  Havoc Pennington  <hp@redhat.com>
5125
5126         * dbus/dbus-connection.c: disable verbose lock spew
5127
5128         * tools/dbus-send.c: add --print-reply command line option
5129
5130         * tools/dbus-print-message.h (print_message): new util function
5131         shared by dbus-send and dbus-monitor
5132
5133         * tools/dbus-monitor.c (handler_func): exit on disconnect
5134
5135         * dbus/dbus-transport-unix.c (do_reading): if the transport is
5136         disconnected, don't try to use the read_watch
5137
5138         * dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
5139         so we can find this bug more easily
5140
5141 2003-05-16  Havoc Pennington  <hp@redhat.com>
5142
5143         * bus/policy.c (free_rule_list_func): avoid a crash when passed
5144         NULL as DBusHashTable is annoyingly likely to do.
5145
5146 2003-05-16  Colin Walters  <walters@verbum.org>
5147
5148         * tools/dbus-monitor.c: Add --session argument and usage()
5149         function.
5150
5151         * tools/dbus-monitor.1: Update with new --session arg.
5152
5153         * bus/Makefile.am (install-data-hook): Create
5154         $(libdir)/dbus-1.0/services so that the session bus is happy.
5155
5156 2003-05-15  Havoc Pennington  <hp@redhat.com>
5157
5158         * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work
5159         on non-x86. ifdef's are evil.
5160
5161 2003-05-15  Havoc Pennington  <hp@redhat.com>
5162
5163         * configure.in: 0.11
5164
5165         * NEWS: update
5166
5167         * bus/Makefile.am (initddir): apparently we are supposed to put
5168         init scripts in /etc/rc.d/init.d not /etc/init.d
5169
5170         * bus/Makefile.am: remove the "you must --enable-tests to make
5171         check" as it broke distcheck
5172
5173         * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
5174
5175 2003-05-13  James Willcox  <jwillcox@gnome.org>
5176
5177         * configure.in:
5178         * bus/activation.c: (bus_activation_service_created),
5179         (bus_activation_activate_service):
5180         * bus/driver.c: (bus_driver_send_service_deleted),
5181         (bus_driver_send_service_created), (bus_driver_send_service_lost),
5182         (bus_driver_send_service_acquired),
5183         (bus_driver_send_welcome_message),
5184         (bus_driver_handle_list_services):
5185         * bus/session.conf.in:
5186         * dbus/dbus-bus.c: (dbus_bus_acquire_service),
5187         (dbus_bus_service_exists), (dbus_bus_activate_service):
5188         * dbus/dbus-bus.h:
5189
5190         Add some convenience API which lets you activate a service, and did a
5191         bunch of s/0/DBUS_TYPE_INVALID/ in calls to dbus_message_append_args()
5192         and dbus_message_get_args()
5193
5194 2003-05-11  Havoc Pennington  <hp@pobox.com>
5195
5196         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix to avoid
5197         calling _dbus_marshal_validate_arg() for every byte in a byte
5198         array, etc.
5199
5200         * dbus/dbus-message-handler.c: use atomic reference counting to
5201         reduce number of locks slightly; the global lock in here sucks
5202
5203         * dbus/dbus-connection.c
5204         (_dbus_connection_update_dispatch_status_and_unlock): variant of
5205         update_dispatch_status that can be called with lock held; then use
5206         in a couple places to reduce locking/unlocking
5207         (dbus_connection_send): hold the lock over the whole function
5208         instead of acquiring it twice.
5209
5210         * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
5211
5212         * bus/connection.c (bus_connections_setup_connection): fix access
5213         to already-freed memory.
5214
5215         * dbus/dbus-connection.c: keep a little cache of linked list
5216         nodes, to avoid using the global linked list alloc lock in the
5217         normal send-message case. Instead we just use the connection lock
5218         that we already have to take.
5219
5220         * dbus/dbus-list.c (_dbus_list_find_last): new function
5221
5222         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):
5223         change to use a struct for the atomic type; fix docs,
5224         they return value before increment, not after increment.
5225
5226         * dbus/dbus-string.c (_dbus_string_append_4_aligned)
5227         (_dbus_string_append_8_aligned): new functions to try to
5228         microoptimize this operation.
5229         (reallocate_for_length): break this out of set_length(), to
5230         improve profile info, and also so we can consider inlining the
5231         set_length() part.
5232
5233         * dbus/dbus-message.c (dbus_message_new_empty_header): init data
5234         strings with some preallocation, cuts down on our calls to realloc
5235         a fair bit. Though if we can get the "move entire string to empty
5236         string" optimization below to kick in here, it would be better.
5237
5238         * dbus/dbus-string.c (_dbus_string_move): just call
5239         _dbus_string_move_len
5240         (_dbus_string_move_len): add a special case for moving
5241         an entire string into an empty string; we can just
5242         swap the string data instead of doing any reallocs.
5243         (_dbus_string_init_preallocated): new function
5244
5245 2003-05-11  Havoc Pennington  <hp@pobox.com>
5246
5247         Write a "test-profile" that does echo client-server with threads;
5248         profile reveals lock contention, memcpy/realloc of buffers, and
5249         UTF-8 validation as hot spots. 20% of lock contention eliminated
5250         with dbus_atomic_inc/dec implementation on x86.  Much remaining
5251         contention is global mempool locks for GList and DBusList.
5252
5253         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add
5254         x86 implementation
5255
5256         * dbus/dbus-connection.c (struct DBusConnection): use
5257         dbus_atomic_t for the reference count
5258
5259         * dbus/dbus-message.c (struct DBusMessage): declare
5260         dbus_atomic_t values as volatile
5261
5262         * configure.in: code to detect ability to use atomic integer
5263         operations in assembly, from GLib patch
5264
5265         * dbus/dbus-internals.c (_dbus_verbose_real): call getpid every
5266         time, tired of it being wrong in threads and forked processes
5267
5268         * glib/test-profile.c: a little program to bounce messages back
5269         and forth between threads and eat CPU
5270
5271         * dbus/dbus-connection.c: add debug spew macros for debugging
5272         thread locks; include config.h at top; fix deadlock in
5273         dbus_connection_flush()
5274
5275 2003-05-08  Havoc Pennington  <hp@pobox.com>
5276
5277         * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov
5278         data from getting written, and there wasn't a good reason to
5279         use _exit really.
5280
5281         * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count
5282         dbus_verbose lines in test coverage
5283         (main): add list of functions sorted by # of untested blocks
5284         to the coverage report
5285
5286         * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS
5287
5288         * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage
5289
5290         * dbus/dbus-message-handler.c (_dbus_message_handler_test):
5291         extend test coverage
5292
5293         * test/data/auth/cancel.auth-script: test canceling an
5294         authentication
5295
5296         * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they
5297         aren't used. in CVS history if we end up needing them.
5298
5299 2003-05-04  Havoc Pennington  <hp@pobox.com>
5300
5301         * dbus/dbus-message-handler.c (_dbus_message_handler_test): add
5302         unit test
5303
5304         * dbus/dbus-marshal.c (_dbus_demarshal_string_array): fix this
5305         function, which assumed length was in # of strings, not bytes
5306
5307         * dbus/dbus-message.c (_dbus_message_test): add tests for some
5308         missing coverage
5309
5310         * dbus/dbus-connection.c
5311         (_dbus_connection_queue_received_message): disable function for
5312         now, we are only using it in test mode
5313
5314         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
5315         remove a mistaken FIXME
5316
5317 2003-05-04  Havoc Pennington  <hp@pobox.com>
5318
5319         * dbus/dbus-connection.c (dbus_connection_preallocate_send):
5320         unlock mutex on successful return, patch from Anders Gustafsson
5321
5322 2003-05-04  Havoc Pennington  <hp@pobox.com>
5323
5324         * dbus-glib-1.pc.in (Requires): fix dependencies, from
5325         Anders Gustafsson
5326
5327 2003-05-04  Havoc Pennington  <hp@pobox.com>
5328
5329         * tools/dbus-launch.c: implement
5330
5331         * bus/main.c (main), bus/bus.c (bus_context_new):
5332         implement --print-pid and --fork
5333
5334 2003-05-03  Havoc Pennington  <hp@redhat.com>
5335
5336         * dbus/dbus-address.c (dbus_parse_address): fix bug when a key in
5337         the address had no value, and add to test suite. Fix and
5338         regression test from Miloslav Trmac
5339
5340 2003-05-03  Havoc Pennington  <hp@pobox.com>
5341
5342         * dbus/dbus-watch.c (dbus_watch_handle): warn and return if a
5343         watch is invalid when handled
5344
5345         * tools/Makefile.am, tools/dbus-launch.c, tools/dbus-launch.1: add
5346         dbus-launch utility to launch the bus from a shell script.  Didn't
5347         actually implement dbus-launch yet, it's just a placeholder still.
5348
5349 2003-05-03  Havoc Pennington  <hp@pobox.com>
5350
5351         * bus/Makefile.am, bus/dbus-daemon-1.1.in: man page for the
5352         daemon; also documents daemon config file, so replaces
5353         doc/config-file.txt. Corrected some stuff from config-file.txt in
5354         the process of moving it.
5355
5356 2003-05-03  Havoc Pennington  <hp@pobox.com>
5357
5358         * tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1:
5359         add some man pages
5360
5361 2003-05-03  Colin Walters  <walters@verbum.org>
5362
5363         * dbus/dbus-sysdeps.c (fill_user_info): Test against
5364         DBUS_UID_UNSET to determine whether to do a uid lookup or not.
5365
5366         * Makefile.am: Update to use new .pc versioning scheme.
5367
5368 2003-05-02  Havoc Pennington  <hp@redhat.com>
5369
5370         * bus/system.conf.in: allow send/receive to/from message bus
5371         service
5372
5373 2003-04-30  Havoc Pennington  <hp@redhat.com>
5374
5375         * configure.in: print a note when building with unit tests and
5376         without assertions
5377
5378 2003-04-30  Havoc Pennington  <hp@redhat.com>
5379
5380         * Makefile.am: add a check-local that complains if you didn't
5381         configure with --enable-tests
5382
5383 2003-04-29  Havoc Pennington  <hp@redhat.com>
5384
5385         * glib/dbus-gmain.c: docs cleanups
5386
5387         * dbus/dbus-types.h: add docs on int64 types
5388
5389         * dbus/dbus-memory.c: fix docs to avoid putting private API in
5390         public API docs section
5391
5392 2003-04-29  Havoc Pennington  <hp@redhat.com>
5393
5394         * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from
5395         dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the
5396         parallel install API version, not with the D-BUS package version.
5397
5398         * HACKING: move some of README over here
5399
5400         * README: updates, and document API/ABI policy
5401
5402         * configure.in: reindentation
5403
5404 2003-04-29  Havoc Pennington  <hp@redhat.com>
5405
5406         * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE
5407         to use this library" to be sure people have the right
5408         expectations.
5409
5410 2003-04-28  Havoc Pennington  <hp@redhat.com>
5411
5412         * configure.in: add --enable-docs which by default is auto yes if
5413         doxygen and db2html found, no otherwise; but can be forced on/off
5414
5415         * doc/Makefile.am: conditionalize whether to build docs on
5416         --enable-docs
5417
5418 2003-04-28  Havoc Pennington  <hp@redhat.com>
5419
5420         * configure.in: 0.10
5421
5422         * NEWS: update
5423
5424         * bus/system.conf.in: add <includedir>system.d</includedir>
5425
5426         * dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
5427         username was provided but not uid
5428
5429         * bus/config-parser.c (struct BusConfigParser): keep track of
5430         whether the parser is toplevel or was included; change some
5431         of the error handling if it's included.
5432
5433 2003-04-27  Havoc Pennington  <hp@pobox.com>
5434
5435         Unbreak my code...
5436
5437         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
5438         report correct status if we finish processing authentication
5439         inside this function.
5440
5441         * bus/activation.c (try_send_activation_failure): use
5442         bus_transaction_send_error_reply
5443
5444         * bus/connection.c (bus_connection_get_groups): return an error
5445         explaining the problem
5446
5447         * bus/bus.c (bus_context_check_security_policy): implement
5448         restriction here that inactive connections can only send the
5449         hello message. Also, allow bus driver to send anything to
5450         any recipient.
5451
5452         * bus/connection.c (bus_connection_complete): create the
5453         BusClientPolicy here instead of on-demand.
5454         (bus_connection_get_policy): don't return an error
5455
5456         * dbus/dbus-message.c (dbus_message_new_error_reply): allow NULL
5457         sender field in message being replied to
5458
5459         * bus/bus.c (bus_context_check_security_policy): fix silly typo
5460         causing it to return FALSE always
5461
5462         * bus/policy.c (bus_client_policy_check_can_send): fix bug where
5463         we checked sender rather than destination
5464
5465 2003-04-25  Havoc Pennington  <hp@redhat.com>
5466
5467         test suite is slightly hosed at the moment, will fix soon
5468
5469         * bus/connection.c (bus_connections_expire_incomplete): fix to
5470         properly disable the timeout when required
5471         (bus_connection_set_name): check whether we can remove incomplete
5472         connections timeout after we complete each connection.
5473
5474         * dbus/dbus-mainloop.c (check_timeout): fix this up a bit,
5475         probably still broken.
5476
5477         * bus/services.c (bus_registry_acquire_service): implement max
5478         number of services owned, and honor allow/deny rules on which
5479         services a connection can own.
5480
5481         * bus/connection.c (bus_connection_get_policy): report errors here
5482
5483         * bus/activation.c: implement limit on number of pending
5484         activations
5485
5486 2003-04-25  Havoc Pennington  <hp@redhat.com>
5487
5488         * dbus/dbus-transport.c (_dbus_transport_get_unix_user): fix bug
5489         where we used >= 0 instead of != DBUS_UID_UNSET.
5490
5491 2003-04-25  Havoc Pennington  <hp@redhat.com>
5492
5493         * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
5494         were toggled without add/remove, fix from Anders Gustafsson
5495
5496 2003-04-24  Havoc Pennington  <hp@redhat.com>
5497
5498         * test/data/valid-config-files/basic.conf: add <limit> tags to
5499         this test
5500
5501         * bus/config-parser.h, bus/config-parser.c, bus/bus.c: Implement
5502         <limit> tag in configuration file.
5503
5504 2003-04-24  Havoc Pennington  <hp@redhat.com>
5505
5506         * bus/dispatch.c: somehow missed some name_is
5507
5508         * dbus/dbus-timeout.c (_dbus_timeout_set_enabled)
5509         (_dbus_timeout_set_interval): new
5510
5511         * bus/connection.c (bus_connections_setup_connection): record time
5512         when each connection is first set up, and expire them after the
5513         auth timeout passes.
5514
5515 2003-04-24  Havoc Pennington  <hp@redhat.com>
5516
5517         * dbus/dbus-message.c (dbus_message_name_is): rename
5518         (dbus_message_service_is): rename
5519         (dbus_message_sender_is): rename
5520         (dbus_message_get_service): rename
5521
5522 2003-04-24  Havoc Pennington  <hp@redhat.com>
5523
5524         * configure.in: add --enable-checks
5525
5526         * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments
5527
5528         * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix
5529         to use thread locks.
5530         (_dbus_connection_handler_destroyed_locked): move some private
5531         functions into proper docs group
5532
5533         * dbus/dbus-internals.h: add _dbus_return_if_fail,
5534         _dbus_return_val_if_fail
5535
5536         Throughout: use dbus_return_if_fail
5537
5538 2003-04-23  James Willcox  <jwillcox@gnome.org>
5539
5540         * glib/dbus-glib.h:
5541         * glib/dbus-gmain.c: (add_timeout), (wakeup_main), (create_source),
5542         (dbus_connection_setup_with_g_main),
5543         (dbus_server_setup_with_g_main):
5544         * glib/test-dbus-glib.c: (main):
5545         * glib/test-thread-client.c: (main):
5546         * glib/test-thread-server.c: (new_connection_callback), (main):
5547         * tools/dbus-monitor.c: (main):
5548
5549         Added a GMainContext argument to dbus_connection_setup_with_g_main()
5550         and dbus_server_setup_with_g_main().
5551
5552 2003-04-20  Havoc Pennington  <hp@pobox.com>
5553
5554         * doc/dbus-specification.sgml: document the restrictions on
5555         message and service names
5556
5557 2003-04-22  Havoc Pennington  <hp@redhat.com>
5558
5559         * dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer
5560         support, and do some code cleanups to share more code and
5561         speed up array marshal/demarshal.
5562
5563         * dbus-1.0.pc.in (Cflags): put libdir include file in cflags
5564
5565         * configure.in: generate dbus-arch-deps.h
5566
5567         * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add
5568         64-bit typecodes
5569
5570 2003-04-22  Havoc Pennington  <hp@redhat.com>
5571
5572         * test/data/valid-messages/opposite-endian.message: fix test
5573         to use proper type for rply field
5574
5575         * test/data/invalid-messages: add tests for below validation
5576
5577         * dbus/dbus-message.c (decode_header_data): validate field types,
5578         and validate that named fields are valid names
5579         (decode_name_field): consider messages in the
5580         org.freedesktop.Local. namespace to be invalid.
5581
5582         * dbus/dbus-string.c (_dbus_string_validate_name): new
5583
5584 2003-04-19  Havoc Pennington  <hp@pobox.com>
5585
5586         * bus/driver.c (bus_driver_handle_hello): check limits and
5587         return an error if they are exceeded.
5588
5589         * bus/connection.c: maintain separate lists of active and inactive
5590         connections, and a count of each. Maintain count of completed
5591         connections per user. Implement code to check connection limits.
5592
5593         * dbus/dbus-list.c (_dbus_list_unlink): export
5594
5595         * bus/bus.c (bus_context_check_security_policy): enforce a maximum
5596         number of bytes in the message queue for a connection
5597
5598 2003-04-18  Havoc Pennington  <hp@pobox.com>
5599
5600         * dbus/dbus-auth.c (record_mechanisms): memleak fixes
5601
5602         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): fix some
5603         memleaks
5604
5605         * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
5606         on realloc be sure to update the pointer in the keyring
5607
5608         * dbus/dbus-string.c (_dbus_string_zero): compensate for align
5609         offset to avoid writing to unallocated memory
5610
5611         * dbus/dbus-auth.c (process_rejected): return FALSE if we fail to
5612         try the next mechanism, so we properly handle OOM
5613
5614         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): fix double-free
5615         on OOM.
5616         (_dbus_keyring_new): fix OOM bug
5617         (_dbus_keyring_new_homedir): always set error; impose a maximum
5618         number of keys we'll load from the file, mostly to speed up the
5619         test suite and make its OOM checks more useful, but also for
5620         general sanity.
5621
5622         * dbus/dbus-auth.c (process_error_server): reject authentication
5623         if we get an error from the client
5624         (process_cancel): on cancel, send REJECTED, per the spec
5625         (process_error_client): send CANCEL if we get an error from the
5626         server.
5627
5628 2003-04-18  Havoc Pennington  <hp@pobox.com>
5629
5630         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix UMR in verbose
5631         debug spew
5632
5633         * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
5634         handling problem
5635
5636         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): only whine
5637         about DBUS_TEST_HOMEDIR once
5638
5639         * bus/Makefile.am (TESTS_ENVIRONMENT): put DBUS_TEST_HOMEDIR in
5640         the environment
5641
5642         * bus/dispatch.c (bus_dispatch_sha1_test): actually load sha1
5643         config file so we test the right thing
5644
5645         Throughout: assorted docs improvements
5646
5647 2003-04-18  Havoc Pennington  <hp@pobox.com>
5648
5649         * glib/dbus-gmain.c: adapt to watch changes
5650
5651         * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
5652
5653         * dbus/dbus-server.h: remove dbus_server_handle_watch
5654
5655         * dbus/dbus-connection.h: remove dbus_connection_handle_watch
5656
5657         * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
5658         like DBusTimeout, so we don't need dbus_connection_handle_watch
5659         etc.
5660
5661 2003-04-17  Havoc Pennington  <hp@redhat.com>
5662
5663         * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
5664         database usage so it all goes via the DBusUserDatabase cache.
5665
5666 2003-04-17  Havoc Pennington  <hp@redhat.com>
5667
5668         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
5669         there was an OOM watch we skipped, we always return TRUE so we
5670         iterate again to have a look at it again. Fixes test suite hang.
5671         Code rearrangement also lets us lose some memset and only iterate
5672         over callbacks once.
5673
5674         * bus/driver.c (bus_driver_handle_message): sense of test for
5675         reply was backward
5676
5677 2003-04-16  Havoc Pennington  <hp@pobox.com>
5678
5679         * doc/dbus-specification.sgml: make spec say serials are unsigned
5680
5681         * dbus/dbus-message.h: change message serials to unsigned
5682
5683         * dbus/dbus-connection.c: adapt to message serials being unsigned
5684
5685 2003-04-15  Havoc Pennington  <hp@pobox.com>
5686
5687         * bus/bus.c: create and keep around a shared DBusUserDatabase
5688         object.
5689
5690         * bus/connection.c (bus_connection_get_groups): don't cache
5691         groups for user in the connection object, since user database
5692         object now does that.
5693
5694 2003-04-16  Havoc Pennington  <hp@redhat.com>
5695
5696         * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
5697         list of size counters
5698         (_dbus_message_loader_putback_message_link): put back a popped link
5699
5700         * dbus/dbus-connection.c
5701         (dbus_connection_set_max_live_messages_size): rename
5702         max_received_size
5703         (dbus_connection_get_outgoing_size): get size of outgoing
5704         queue
5705         (_dbus_connection_set_connection_counter): remove this cruft
5706
5707 2003-04-14  Havoc Pennington  <hp@redhat.com>
5708
5709         * dbus/dbus-userdb.c: user database abstraction, mostly to get
5710         caching, but at some point we might want to be able to use a
5711         different database.
5712
5713         * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
5714         SHA1 conf file to test the sha1 auth mechanism, since the regular
5715         test always uses EXTERNAL when available.
5716
5717         * configure.in,
5718         test/data/valid-config-files/debug-allow-all-sha1.conf.in:
5719         add conf file that requires use of sha1 auth
5720
5721 2003-04-13  Havoc Pennington  <hp@pobox.com>
5722
5723         * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
5724         from Philip Blundell to send messages and monitor them.
5725
5726 2003-04-13  Havoc Pennington  <hp@pobox.com>
5727
5728         * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
5729         callbacks
5730
5731         * test/data/valid-config-files/debug-allow-all.conf.in: allow all
5732         users
5733
5734         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
5735         fix to only recover unused bytes if we're already authenticated
5736         (_dbus_transport_get_is_authenticated): fix to still mark us
5737         authenticated if there are unused bytes.
5738
5739         * bus/dispatch.c: implement security policy checking
5740
5741         * bus/connection.c (bus_transaction_send_from_driver): new
5742
5743         * bus/bus.c (bus_context_check_security_policy): new
5744
5745         * bus/dispatch.c (send_service_nonexistent_error): delete this,
5746         now we just set the DBusError and it gets converted to an error
5747         reply.
5748
5749         * bus/connection.c (allow_user_function): enable code using actual
5750         data from the config file
5751
5752         * bus/policy.c (list_allows_user): handle wildcard rules for
5753         user/group connection perms
5754
5755 2003-04-13  Havoc Pennington  <hp@pobox.com>
5756
5757         * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
5758
5759         * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
5760
5761         * bus/policy.c (bus_policy_append_mandatory_rule)
5762         (bus_policy_append_default_rule, bus_policy_append_user_rule)
5763         (bus_policy_append_group_rule): new functions
5764
5765 2003-04-12  Havoc Pennington  <hp@pobox.com>
5766
5767         * bus/config-parser.c (bus_config_parser_new): fix a memleak
5768
5769         * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
5770         the pid/gid/uid, just for paranoia.
5771
5772         * test/break-loader.c (randomly_do_n_things): find a byte
5773         containing a type code, and randomly change it to a different
5774         type code.
5775
5776 2003-04-12  Havoc Pennington  <hp@pobox.com>
5777
5778         * bus/policy.h: change BusPolicy to be the thing from the config
5779         file, and rename old BusPolicy to BusClientPolicy
5780
5781         * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
5782         match change in how policy works
5783
5784         * dbus/dbus-internals.h: mark assert_not_reached as
5785         __attribute((noreturn))__
5786
5787 2003-04-11  Havoc Pennington  <hp@redhat.com>
5788
5789         * doc/dbus-specification.sgml: fix a spot with the wrong name for
5790         the broadcast service. Use boolean return for ServiceExists.
5791
5792 2003-04-11  Havoc Pennington  <hp@redhat.com>
5793
5794         * configure.in: add another directory to look for qt in.
5795
5796 2003-04-11  Havoc Pennington  <hp@redhat.com>
5797
5798         * AUTHORS: add Colin Walters
5799
5800 2003-04-11  Havoc Pennington  <hp@redhat.com>
5801
5802         * NEWS: update
5803
5804         * configure.in: 0.9
5805
5806 2003-04-11  Havoc Pennington  <hp@redhat.com>
5807
5808         * bus/messagebus.in: remove pid file when stopping the
5809         message bus, since the bus won't have privileges to remove it
5810         itself.
5811
5812 2003-04-11  Havoc Pennington  <hp@redhat.com>
5813
5814         * bus/bus.c (bus_context_new): move credentials change after
5815         creating pidfile
5816
5817 2003-04-11  Havoc Pennington  <hp@pobox.com>
5818
5819         * test/decode-gcov.c: add "below average functions" to the
5820         coverage report, and change how some of the code works.
5821
5822         * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
5823         not in the coverage stats.
5824
5825         * test/test-service.c (main): use _dbus_verbose not fprintf in a
5826         couple places so running the test suite doesn't result in megaspam.
5827
5828 2003-04-11  Havoc Pennington  <hp@pobox.com>
5829
5830         * bus/dispatch.c (check_existent_service_activation): accept a no
5831         memory error in a place we didn't before
5832
5833         * bus/test.c (bus_test_run_everything): remove hacky "do it twice
5834         in case the first one failed," since the test suite is less
5835         broken now.
5836
5837 2003-04-10  Havoc Pennington  <hp@pobox.com>
5838
5839         * bus/dispatch.c (check_segfault_service_activation): add test
5840         for launching an executable that just crashes.
5841
5842         * test/test-segfault.c (main): try setting coredumpsize to 0 so we
5843         don't leave a million cores. We'll see how portable this is.
5844
5845 2003-04-10  Havoc Pennington  <hp@pobox.com>
5846
5847         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
5848         the possible parent failures before we fork, so that we don't
5849         fail to create a babysitter after creating the child.
5850
5851         * bus/activation.c (bus_activation_activate_service): kill child
5852         if we don't successfully complete the activation.
5853
5854 2003-04-10  Havoc Pennington  <hp@redhat.com>
5855
5856         * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
5857         the connection if it's disconnected
5858
5859         * bus/activation.c (bus_activation_service_created): use new
5860         transaction features to roll back removal of pending activation if
5861         we don't successfully create the service after all. Don't remove
5862         pending activation if the function fails.
5863
5864         * dbus/dbus-list.c (_dbus_list_insert_before_link)
5865         (_dbus_list_insert_after_link): new code to facilitate
5866         services.c fixes
5867
5868         * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
5869         new functionality, so we can preallocate the ability to insert
5870         into a hash table.
5871
5872         * bus/connection.c (bus_transaction_add_cancel_hook): new function
5873         allowing us to put custom hooks in a transaction to be used for
5874         cancelling said transaction
5875
5876         * doc/dbus-specification.sgml: add some discussion of secondary
5877         service owners, and disallow zero-length service names
5878
5879         * bus/services.c (bus_registry_acquire_service): new function,
5880         splits out part of bus_driver_handle_acquire_service() and fixes
5881         a bug where we didn't remove the service doing the acquiring
5882         from the secondary queue if we failed to remove the current owner
5883         from the front of the queue.
5884
5885 2003-04-10  Alexander Larsson  <alexl@redhat.com>
5886
5887         * doc/dbus-specification.sgml:
5888         s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
5889
5890 2003-04-10  Alexander Larsson  <alexl@redhat.com>
5891
5892         * bus/.cvsignore:
5893         * glib/.cvsignore:
5894         * test/.cvsignore:
5895         Added files to cvsignore
5896
5897         * dbus/dbus-message.h:
5898         * dbus/dbus-message.c: (dbus_message_iter_get_named):
5899         Make get_named() take two out argument and return a boolean.
5900         (dbus_message_iter_get_args_valist):
5901         Update usage of get_named().
5902         (dbus_message_iter_append_byte):
5903         Fix typo
5904         (dbus_message_iter_append_named)
5905         Fix typo
5906         (message_iter_test), (check_message_handling_type), (_dbus_message_test):
5907         More tests.
5908
5909 2003-04-10  Alexander Larsson  <alexl@redhat.com>
5910
5911         * dbus/dbus-marshal.[ch]:
5912         Add array_type_pos argument to _dbus_marshal_validate_arg.
5913         Let you pass a NULL end_pos to _dbus_marshal_validate_type.
5914
5915         * dbus/dbus-message.[ch]:
5916         Multi-dimensional arrays have full type specification in the
5917         outermost array. Iter code re-arranged to handle this.
5918         Added some more iter tests.
5919
5920         * doc/dbus-specification.sgml:
5921         Add me to authors.
5922         Remove old FIXME.
5923         Update new array encoding description.
5924         Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
5925
5926         * test/data/invalid-messages/array-with-mixed-types.message:
5927         * test/data/valid-messages/array-of-array-of-uint32.message:
5928         Change to the new array format.
5929
5930         * test/data/invalid-messages/too-short-dict.message:
5931         Fix bug in test.
5932
5933         * test/data/valid-messages/recursive-types.message:
5934         Fix up and extend test.
5935
5936 2003-04-10  Havoc Pennington  <hp@pobox.com>
5937
5938         * bus/dispatch.c: lots of fixes
5939
5940         * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
5941         (_dbus_loop_iterate): remove old "quit if no callbacks" code,
5942         that was crack, broke the test service.
5943
5944         * dbus/dbus-transport.c (_dbus_transport_open): fix error
5945         handling to avoid piling up errors if we get a failure on the
5946         first address.
5947
5948         * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
5949         pid in assertion failures.
5950
5951         * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
5952         to some fixed size of file descriptor array. Don't return TRUE
5953         anytime a timeout exists, that led to lots of busy loop silliness
5954         in the tests.
5955
5956 2003-04-09  Havoc Pennington  <hp@redhat.com>
5957
5958         * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
5959         I'd checked this in earlier but hadn't.
5960
5961 2003-04-09  Havoc Pennington  <hp@redhat.com>
5962
5963         * bus/dispatch.c (bus_dispatch_test): get a bit further through
5964         the activation test (man this is getting old!)
5965
5966 2003-04-09  Havoc Pennington  <hp@redhat.com>
5967
5968         * test/test-utils.c: use dispatch status function to fix this up
5969
5970         * bus/connection.c (connection_watch_callback): don't dispatch
5971         from here
5972         (connection_timeout_callback): don't dispatch from here
5973         (bus_connections_setup_connection): set the dispatch status function
5974         (bus_connection_disconnected): unset it
5975
5976         * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
5977         used to add a connection to be dispatched
5978         (_dbus_loop_iterate): do the dispatching at the end of each
5979         iteration
5980
5981         * dbus/dbus-connection.c
5982         (dbus_connection_set_dispatch_status_function): new function
5983         allowing us to fix up main loop usage
5984         (_dbus_connection_last_unref): free all the various function
5985         user data
5986         (dbus_connection_dispatch): call the DispatchStatusFunction
5987         whenever this function returns
5988         (dbus_connection_handle_watch): call DispatchStatusFunction
5989         (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
5990         (reply_handler_timeout): call DispatchStatusFunction
5991         (dbus_connection_flush): call DispatchStatusFunction
5992
5993 2003-04-09  Havoc Pennington  <hp@redhat.com>
5994
5995         * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
5996         a memory leak
5997
5998         * bus/dispatch.c (check_service_activated): fix bug in test
5999
6000         * dbus/dbus-mainloop.c (check_timeout): fix this up
6001
6002         * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
6003         verbose output so we can sort out output from different processes,
6004         e.g. in the activation case.
6005
6006 2003-04-08  Colin Walters  <walters@gnu.org>
6007
6008         * bus/bus.c (struct BusContext) [pidfile]: New member, to store
6009         the pid file.
6010         (bus_context_new): Set it.
6011         (bus_context_unref): Use it to delete the pid file.
6012
6013 2003-04-08  Havoc Pennington  <hp@redhat.com>
6014
6015         * test/data/invalid-messages/array-with-mixed-types.message:
6016         regression test that fails for the moment
6017
6018         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
6019         tests for convenience
6020
6021         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
6022         array of nil, it broke things.
6023
6024         * test/data/invalid-messages/array-of-nil.message: regression test
6025
6026         * test/data/valid-messages/array-of-array-of-uint32.message:
6027         happened to write this so added it to suite
6028
6029 2003-04-08  Havoc Pennington  <hp@redhat.com>
6030
6031         * bus/driver.c (bus_driver_handle_acquire_service): init
6032         retval/reply before checking name
6033
6034         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
6035         recursion depth argument
6036
6037         * dbus/dbus-message.h (struct DBusMessageIter): put some padding
6038         in the public struct for future extension
6039
6040         * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
6041         typo
6042
6043         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
6044         message
6045
6046         * doc/dbus-specification.sgml: fix typo
6047
6048 2003-04-08  Alexander Larsson  <alexl@redhat.com>
6049
6050         Implemented recursive types, named types and new-style iters
6051
6052         * bus/driver.c:
6053         * glib/test-thread-client.c: (thread_func):
6054         * glib/test-thread-server.c: (handle_test_message):
6055         * test/test-service.c: (handle_echo):
6056         Update to new api
6057
6058         * dbus/Makefile.am:
6059         * dbus/dbus-dict.c:
6060         * dbus/dbus-dict.h:
6061         * dbus/dbus.h
6062         Remove DBusDict
6063
6064         * dbus/dbus-internals.c: (_dbus_type_to_string):
6065         Update for new types.
6066
6067         * dbus/dbus-marshal.[ch]:
6068         Implement recursive types and the new marshalling format.
6069         Remove hardcoded dict marshalling.
6070         Marshal named types.
6071
6072         * dbus/dbus-message-builder.c:
6073         Add BYTE_ARRAY.
6074         Remove references to old types
6075
6076         * dbus/dbus-message.[ch]:
6077         New non-refcounted iter API that supports recursive iters.
6078         Use iters for appending, including support for recursive
6079         iters.
6080         Add byte and named type support.
6081         Update everything to new marshalling formats.
6082         Add tests for new API.
6083
6084         * dbus/dbus-protocol.h:
6085         Remove old array types.
6086         Add types: BYTE, ARRAY, DICT, NAMED
6087
6088         * dbus/dbus-string.c:
6089         * dbus/dbus-sysdeps.c:
6090         Make parse_double locale safe.
6091
6092         * dbus/dbus-test-main.c:
6093         Call setlocale.
6094
6095         * dbus/dbus-test.c:
6096         Kill dict test
6097
6098         * doc/dbus-specification.sgml:
6099         Update spec
6100
6101         * test/data/incomplete-messages/missing-body.message:
6102         * test/data/invalid-messages/bad-boolean.message:
6103         * test/data/invalid-messages/bad-boolean-array.message:
6104         * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
6105         * test/data/invalid-messages/boolean-has-no-value.message-raw:
6106         * test/data/invalid-messages/too-short-dict.message:
6107         * test/data/valid-messages/dict-simple.message:
6108         * test/data/valid-messages/dict.message:
6109         * test/data/valid-messages/emptiness.message:
6110         * test/data/valid-messages/lots-of-arguments.message:
6111         * test/data/valid-messages/no-padding.message:
6112         * test/data/valid-messages/recursive-types.message:
6113         Add missing NAME fields
6114         Fix up dicts & arrays
6115
6116         * test/data/invalid-messages/dict-with-nil-value.message:
6117         Removed, this is not invalid anymore.
6118
6119         * test/data/valid-messages/recursive-types.message:
6120         Add new test for deeply recursive types.
6121
6122 2003-04-07  Havoc Pennington  <hp@pobox.com>
6123
6124         * bus/driver.c (bus_driver_handle_acquire_service): return an
6125         error if you try to acquire a service that starts with ':'
6126
6127 2003-04-07  Havoc Pennington  <hp@redhat.com>
6128
6129         * doc/dbus-specification.sgml: require that base service names
6130         start with ':' and that the base service is created/deleted
6131         as first and last things a connection does on the bus
6132
6133         * bus/dispatch.c (check_existent_service_activation): lots more
6134         work on the activation test; it doesn't fully pass yet...
6135
6136         * test/test-service.c (main): fix so we don't memleak the
6137         connection to the message bus
6138         (filter_func): accept a message asking us to exit
6139
6140 2003-04-06  Havoc Pennington  <hp@pobox.com>
6141
6142         * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
6143         from Colin Walters
6144
6145         * configure.in: fixes to Qt detection from Colin Walters
6146
6147         * doc/Makefile.am: Only remove generated docbook dirs if they
6148         exist, from Colin Walters
6149
6150         * dbus/dbus-bus.c: change how we set well-known connections to
6151         NULL, so that it works if a single connection is stored in
6152         two well-known array slots.
6153
6154         * test/Makefile.am: remove a lot of stuff that isn't immediately
6155         useful, it's in CVS history if we want it.
6156
6157         * test/test-service.c: use dbus-mainloop instead of that
6158         watch.[hc] crack
6159
6160 2003-04-06  Havoc Pennington  <hp@pobox.com>
6161
6162         * dbus/Makefile.am: split lists of sources into stuff that goes in
6163         the library, util functions that go in the lib and are also used
6164         elsewhere, and util functions that are used in tests/daemon but
6165         don't go in the lib.
6166
6167         * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
6168         here so it can be used in test binaries also
6169
6170 2003-04-06  Havoc Pennington  <hp@pobox.com>
6171
6172         * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
6173         here in the parent process, so we can return an error if it
6174         fails. Also, move some of the code into the child so the parent
6175         is less hosed if we fail midway through.
6176
6177         * bus/bus.c (bus_context_new): move pidfile detection further up
6178         in the function, before we start overwriting sockets and such.
6179
6180         * bus/messagebus.in: adjust this a bit, not sure if it will work.
6181
6182         * configure.in: add --with-system-pid-file and --with-system-socket
6183
6184 2003-04-06  Colin Walters  <walters@verbum.org>
6185
6186         * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
6187
6188         * bus/system.conf.in: Declare a pidfile.
6189
6190         * bus/bus.c (bus_context_new): Test for an existing pid file, and
6191         create one (if appropriate).
6192
6193         * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
6194         (struct BusConfigParser) [pidfile]: New.
6195         (element_type_to_name, merge_included, start_busconfig_child)
6196         (bus_config_parser_end_element, bus_config_parser_content): Handle it.
6197         (bus_config_parser_unref): Free it.
6198         (bus_config_parser_get_pidfile): New function.
6199
6200         * bus/config-parser.h (_dbus_write_pid_file): Prototype.
6201
6202         * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
6203
6204         * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
6205
6206         * dbus/dbus-sysdeps.h: Prototype it.
6207
6208 2003-04-06  Havoc Pennington  <hp@pobox.com>
6209
6210         * bus/bus.c (bus_context_new): print the address in here, rather
6211         than in main(), because we need to do it before forking the daemon
6212
6213         * bus/dispatch.c (send_service_nonexistent_error): set the sender
6214         on the service nonexistent error
6215
6216         * bus/driver.c (bus_driver_handle_acquire_service): set the
6217         sender on the AcquireService reply
6218
6219         * test/data/valid-config-files/debug-allow-all.conf.in: Make test
6220         server also listen on a UNIX socket so services can connect to it.
6221
6222 2003-04-06  Havoc Pennington  <hp@pobox.com>
6223
6224         * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
6225         so it detects deadlocks and also we actually init threads when
6226         debugging.
6227
6228 2003-04-06  Havoc Pennington  <hp@pobox.com>
6229
6230         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
6231         save the domain socket name, and unlink it when we disconnect the
6232         server. Means that at least when we exit normally, we won't leave
6233         a bunch of junk in /tmp
6234
6235         * dbus/dbus-transport-unix.c
6236         (_dbus_transport_new_for_domain_socket): code cleanup (nicer
6237         memory management). (I was making a real change here but then
6238         didn't)
6239
6240 2003-04-06  Havoc Pennington  <hp@pobox.com>
6241
6242         * bus/bus.c (bus_context_new): fix wrong handling of
6243         server_data_slot_unref() in the error case.
6244
6245         * dbus/dbus-internals.h (_dbus_assert): change so it passes
6246         "(condition) != 0" to _dbus_real_assert so that
6247         "_dbus_assert (pointer)" doesn't cause a warning
6248
6249         * bus/main.c (main): accept --print-address option to print out
6250         the message bus address
6251
6252         * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
6253
6254         * dbus/dbus-transport.c (_dbus_transport_open): special error for
6255         "tmpdir" option to unix: address on client side
6256
6257         * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
6258         to unix: address
6259
6260         * configure.in (TEST_SOCKET_DIR): locate a temporary directory
6261         we can use to create sockets in the test suite.
6262
6263         * bus/main.c (signal_handler): on SIGTERM, exit the daemon
6264         cleanly. To be used for testing.
6265
6266         * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
6267
6268         * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
6269
6270         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
6271         handle trying to call this when there's no servers active
6272
6273 2003-04-05  Havoc Pennington  <hp@pobox.com>
6274
6275         * NEWS: update
6276
6277         * configure.in: 0.8
6278
6279 2003-04-05  Havoc Pennington  <hp@pobox.com>
6280
6281         * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
6282         crash on startup. Need to get "try starting the daemon"
6283         in the test suite I guess. ;-)
6284
6285         * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
6286         tracked the number of open connections; it's better done in
6287         application-specific code as you want it to span all servers etc.
6288
6289 2003-04-05  Havoc Pennington  <hp@pobox.com>
6290
6291         * bus/Makefile.am (install-data-hook): add missing DESTDIR,
6292         patch from Colin Walters
6293
6294 2003-04-05  Havoc Pennington  <hp@pobox.com>
6295
6296         * doc/config-file.txt (Elements): fix docs of <auth> to reflect
6297         reality; in fact multiple mechanisms are allowed.
6298
6299         * dbus/dbus-internals.c (_dbus_real_assert)
6300         (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
6301         _dbus_assert_not_reached() into functions, so that they don't show
6302         up in basic block counts for test coverage, and don't use up as
6303         much disk space. Does mean slower execution speed though, so
6304         assumes --disable-asserts is the normal production case.
6305
6306 2003-04-05  Havoc Pennington  <hp@pobox.com>
6307
6308         * test/Makefile.am (dist-hook): also dist *.in files
6309
6310         * NEWS: update
6311
6312         * configure.in: 0.7
6313
6314 2003-04-05  Havoc Pennington  <hp@pobox.com>
6315
6316         * dbus/dbus-string.c: docs warning
6317
6318         * dbus/dbus-spawn.c: missing docs
6319
6320         * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
6321
6322 2003-04-05  Havoc Pennington  <hp@pobox.com>
6323
6324         * bus/loop.c (bus_loop_iterate): fix the timeout code, using
6325         magic from GLib
6326
6327         * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
6328         to -1 once we've reaped the babysitter
6329         (_dbus_babysitter_handle_watch): do as much work as we can, not
6330         just one go of it
6331
6332         * bus/activation.c: add code using DBusBabysitter so that we
6333         handle it when a service fails to start up properly.
6334         (bus_activation_service_created): don't remove the activation
6335         entries as we go, just let them get removed when we free the pending
6336         activation. Unref reply messages after sending them.
6337
6338 2003-04-05  Havoc Pennington  <hp@pobox.com>
6339
6340         * test/decode-gcov.c (main): print per-directory stats in the report
6341
6342         * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
6343
6344 2003-04-05  Havoc Pennington  <hp@pobox.com>
6345
6346         * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
6347
6348         * test/decode-gcov.c: hack up a little program to suck data
6349         out of gcov files. Yes this is sort of silly.
6350
6351         * configure.in: define something in config.h and do an
6352         AM_CONDITIONAL when gcov is enabled
6353
6354 2003-04-04  Havoc Pennington  <hp@redhat.com>
6355
6356         * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
6357         return a "babysitter" object that is used to monitor the status of
6358         the spawned process and reap it when required.
6359
6360         * test/test-segfault.c, test/test-exit.c,
6361         test/test-sleep-forever.c: binaries that do various lame things,
6362         used in the test suite.
6363
6364         * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
6365
6366 2003-04-03  Havoc Pennington  <hp@pobox.com>
6367
6368         * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
6369         in preparation for modifying it, dbus-sysdeps is getting
6370         a bit unmanageable.
6371
6372 2003-04-03  Havoc Pennington  <hp@redhat.com>
6373
6374         * bus/loop.h, bus/loop.c: make the mainloop an object so we can
6375         have multiple ones
6376
6377         * bus/*.[hc]: adapt to mainloop change
6378
6379 2003-04-03  Havoc Pennington  <hp@redhat.com>
6380
6381         * bus/activation.c (load_directory): fix up memleaks
6382         (bus_activation_entry_free): free the entry
6383
6384         * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
6385         we get one from the message bus; fix memleaks.
6386
6387         * dbus/dbus-message.c (dbus_set_error_from_message): new function
6388
6389 2003-04-03  Havoc Pennington  <hp@pobox.com>
6390
6391         * bus/config-parser.c (bus_config_parser_unref): free
6392         list of mechanisms, bug discovered by test suite enhancements
6393         (putting system.conf and session.conf into suite)
6394
6395         * test/Makefile.am, test/test-service.c: add placeholder for a
6396         test service that we'll activate as part of test suite. Doesn't
6397         do anything yet.
6398
6399         * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
6400         setting NULL value, and use system malloc not dbus_malloc()
6401         when we have unavoidable memleakage.
6402
6403         * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
6404         didn't work, and support DBUS_BUS_ACTIVATION.
6405
6406         * bus/activation.c (child_setup): pass our well-known bus type to
6407         the child
6408
6409         * bus/config-parser.c: support <type> to specify well-known type
6410
6411         * doc/dbus-specification.sgml: document the env variables to
6412         locate well-known buses and find service activator
6413
6414 2003-04-02  Havoc Pennington  <hp@redhat.com>
6415
6416         * test/Makefile.am (all-local): add a rule to copy tests to
6417         builddir, so we can have generated tests. Use this to remove the
6418         silly hack for testing system.conf and session.conf. Will use this
6419         shortly to generate .service files pointing to test binaries.
6420
6421 2003-04-02  Havoc Pennington  <hp@redhat.com>
6422
6423         * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
6424         current alloc and needed new length, not max of the doubled
6425         allocation and needed new length. Also, when building tests,
6426         don't do the double-allocation stuff, just realloc every time.
6427
6428 2003-04-02  Havoc Pennington  <hp@redhat.com>
6429
6430         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
6431         in error messages
6432         (_dbus_string_get_dirname): new
6433         (_dbus_sysdeps_test): new
6434         (_dbus_directory_open): include dirnames in error messages
6435
6436         * bus/config-parser.c: interpret <include> and <includedir> and
6437         <servicedir> relative to config file location if the given
6438         filename is not absolute.
6439
6440         * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
6441
6442 2003-04-02  Havoc Pennington  <hp@redhat.com>
6443
6444         * bus/connection.c (bus_transaction_send_error_reply): set sender
6445         service for the error, and unref the reply on success
6446
6447         * bus/activation.c: convert to use BusTransaction so OOM can be
6448         handled correctly
6449         (bus_activation_service_created): set sender of the message
6450
6451 2003-04-01  Havoc Pennington  <hp@redhat.com>
6452
6453         * bus/config-parser.c, bus/bus.c: implement <servicedir> and
6454         <includedir> (at least mostly)
6455
6456         * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
6457         first, then the user ID
6458
6459 2003-04-01  Havoc Pennington  <hp@pobox.com>
6460
6461         * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
6462         function
6463
6464         * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
6465
6466         * dbus/dbus-internals.c (_dbus_dup_string_array): new function
6467
6468         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
6469         socket 0777, and unlink any existing socket.
6470
6471         * bus/bus.c (bus_context_new): change our UID/GID and fork if
6472         the configuration file so specifies; set up auth mechanism
6473         restrictions
6474
6475         * bus/config-parser.c (bus_config_parser_content): add support
6476         for <fork> option and fill in code for <auth>
6477
6478         * bus/system.conf.in: add <fork/> to default configuration,
6479         and limit auth mechanisms to EXTERNAL
6480
6481         * doc/config-file.txt (Elements): add <fork>
6482
6483         * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
6484         (_dbus_change_identity): new function
6485
6486 2003-03-31  Havoc Pennington  <hp@redhat.com>
6487
6488         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
6489         (_dbus_listen_unix_socket): fix off-by-one error in null
6490         termination spotted by Nalin
6491
6492 2003-03-31  Havoc Pennington  <hp@redhat.com>
6493
6494         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
6495         DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
6496         having a real home directory available.
6497
6498 2003-03-31  Havoc Pennington  <hp@redhat.com>
6499
6500         * bus/Makefile.am (install-data-hook): create /var/run/dbus
6501
6502         * bus/messagebus.in: add init script for Red Hat /etc/init.d
6503
6504         * configure.in: add support for specifying a style of init script
6505         to install
6506
6507 2003-03-31  Havoc Pennington  <hp@redhat.com>
6508
6509         Fix some annoying DBusString API and fix all affected code.
6510
6511         * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
6512         max_length argument
6513         (_dbus_string_get_data): change to return string instead of using
6514         an out param
6515         (_dbus_string_get_const_data): ditto
6516         (_dbus_string_get_data_len): ditto
6517         (_dbus_string_get_const_data_len): ditto
6518
6519 2003-03-31  Havoc Pennington  <hp@redhat.com>
6520
6521         * bus/main.c (main): fix up the command line arguments to be nicer
6522
6523 2003-03-31  Havoc Pennington  <hp@redhat.com>
6524
6525         * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
6526         define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
6527         final location that lands in the config file
6528
6529         * bus/config-loader-expat.c (bus_config_load): fix type of
6530         XML_Parser variable
6531
6532         * doc/TODO: remove TODO item for dbus_bus_get()
6533
6534         * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
6535
6536 2003-03-31  Havoc Pennington  <hp@pobox.com>
6537
6538         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
6539         (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
6540         argument since they are always client side
6541
6542         * dbus/dbus-server.c (dbus_server_get_address): new function
6543
6544         * bus/main.c (main): take the configuration file as an argument.
6545
6546         * test/data/valid-config-files/debug-allow-all.conf: new file to
6547         use with dispatch.c tests for example
6548
6549         * bus/test-main.c (main): require test data dir
6550
6551         * bus/bus.c (bus_context_new): change this to take a
6552         configuration file name as argument
6553
6554         * doc/config-file.txt (Elements): add <servicedir>
6555
6556         * bus/system.conf, bus/session.conf: new files
6557
6558         * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
6559         well-known socket if none set
6560
6561         * configure.in: create system.conf and session.conf
6562
6563 2003-03-30  Havoc Pennington  <hp@pobox.com>
6564
6565         * bus/config-parser.c: hacking
6566
6567         * dbus/dbus-memory.c: don't use DBusList for the list of stuff
6568         to shut down, since it could cause weirdness with the DBusList
6569         lock
6570
6571         * dbus/dbus-list.c (_dbus_list_test): add tests for the
6572         link-oriented stack routines
6573         (alloc_link): free the mempool if the first alloc from it fails
6574
6575         * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
6576
6577         * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
6578         from GLib
6579         (_dbus_string_skip_white): new
6580
6581         * doc/config-file.txt (Elements): add <includedir>
6582
6583 2003-03-28  Havoc Pennington  <hp@pobox.com>
6584
6585         * dbus/dbus-string.c (_dbus_string_copy_data_len)
6586         (_dbus_string_copy_data): new functions
6587
6588 2003-03-28  Anders Carlsson  <andersca@codefactory.se>
6589
6590         * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
6591         * dbus/dbus-bus.h:
6592         Add dbus_bus_get.
6593
6594         * dbus/dbus-memory.c:
6595         Fix a doc comment.
6596
6597 2003-03-28  Havoc Pennington  <hp@pobox.com>
6598
6599         * bus/test.c (bus_test_flush_bus): remove the sleep from here,
6600         I think it may have just been superstition. Not sure.
6601
6602         * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
6603         failures that were not being handled.
6604
6605         * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
6606
6607         * dbus/dbus-memory.c: add ability to set number of mallocs in a
6608         row that will fail on out-of-memory.
6609
6610         * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
6611         function for testing out-of-memory handling.
6612
6613         * bus/config-loader-expat.c (memsuite): don't wrap the dbus
6614         allocation functions, they do map exactly to the expat ones.
6615
6616 2003-03-27  Havoc Pennington  <hp@redhat.com>
6617
6618         * bus/config-loader-libxml.c (bus_config_load): add another error
6619         check
6620
6621 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
6622
6623         * doc/TODO:
6624         Add note about automatic service activation.
6625
6626         * doc/dbus-specification.sgml:
6627         Rename the specification and clarify a few things.
6628
6629 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
6630
6631         * Doxyfile.in:
6632         * dbus/dbus-address.c:
6633         * dbus/dbus-dict.c:
6634         * dbus/dbus-marshal.c:
6635         * dbus/dbus-server-debug-pipe.c:
6636         * dbus/dbus-transport-unix.c:
6637         Fix documentation warnings.
6638
6639 2003-03-26  Havoc Pennington  <hp@pobox.com>
6640
6641         * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
6642         after every test so it's quick and easy to see which leaked, and
6643         so we test multiple dbus_shutdown() calls
6644
6645         * configure.in: change configure.in XML stuff to also support
6646         expat
6647
6648         * config-loader-libxml.c: some hacking
6649
6650         * config-loader-expat.c: some hacking
6651
6652         * config-parser.c: some hacking, plus tests
6653
6654 2003-03-25  Havoc Pennington  <hp@redhat.com>
6655
6656         * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
6657
6658         * configure.in: add --with-xml option to specify XML library,
6659         right now only libxml is supported.
6660
6661         * bus/config-loader-libxml.c, config-parser.c: sync some minor
6662         nonworking code between home and work, still just stubs
6663
6664 2003-03-24  Havoc Pennington  <hp@redhat.com>
6665
6666         * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
6667         file
6668
6669         * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
6670         NULL argument for "message" if the error is a well-known one,
6671         fill in a generic message in this case.
6672
6673         * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
6674         favor of DBusError
6675
6676         * bus/test.c (bus_test_flush_bus): add
6677
6678         * bus/policy.c (bus_policy_test): test code stub
6679
6680 2003-03-24  Havoc Pennington  <hp@pobox.com>
6681
6682         * bus/connection.c (bus_connections_setup_connection): set up
6683         the "can this user connect" function, but it always returns
6684         TRUE until we have a config file parser so we can have a config
6685         file that allows connections.
6686
6687 2003-03-23  Havoc Pennington  <hp@pobox.com>
6688
6689         * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
6690         DBUS_BUILD_TESTS, actually alloc/free a block of memory for
6691         the mutex, so we can check for proper memory management
6692         and OOM handling.
6693
6694         * dbus/dbus-dataslot.c: remove the mutex from
6695         DBusDataSlotAllocator and lock it manually when using it,
6696         to simplify fitting it into the global slots framework.
6697
6698         * dbus/dbus-threads.c (init_static_locks): rework how we're
6699         handling global locks so they are easily shut down.
6700
6701         * bus/policy.c (bus_policy_append_rule): fix
6702
6703         * bus/test-main.c (main): check for memleaks
6704
6705         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
6706         test suite check for memleaks
6707
6708         * dbus/dbus-memory.c: add support in test mode for tracking
6709         number of outstanding blocks
6710
6711 2003-03-23  Havoc Pennington  <hp@pobox.com>
6712
6713         * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
6714         policies code
6715
6716         * dbus/dbus-hash.h: add ULONG hash keys
6717
6718         * dbus/dbus-sysdeps.c (_dbus_get_groups): new
6719         (_dbus_get_group_id): new function
6720
6721 2003-03-20  Havoc Pennington  <hp@redhat.com>
6722
6723         * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
6724         new function
6725         (dbus_connection_get_unix_user): new function
6726
6727 2003-03-20  Havoc Pennington  <hp@pobox.com>
6728
6729         * bus/connection.c (bus_connection_send_oom_error): assert that
6730         message has a sender
6731         (connection_execute_transaction): ditto
6732         (bus_connection_preallocate_oom_error): fix to set the sender, and
6733         set recipient to the destination service, not the bus driver
6734
6735         * bus/policy.c: hacking
6736
6737         * dbus/dbus-message.c (dbus_message_service_is): new function
6738         (dbus_message_sender_is): new
6739
6740 2003-03-19  Havoc Pennington  <hp@redhat.com>
6741
6742         * bus/policy.c: start sketching code for policy restrictions on
6743         what connections can do.
6744
6745 2003-03-18  Havoc Pennington  <hp@redhat.com>
6746
6747         * doc/TODO: some notes on high-level todo items. Little nitpick
6748         stuff is all in @todo, so no need to add it here.
6749
6750         * doc/config-file.txt: some notes on how config file might look
6751
6752 2003-03-18  Anders Carlsson  <andersca@codefactory.se>
6753
6754         * configure.in: 0.6
6755
6756         * NEWS: Update.
6757
6758 2003-03-17  Havoc Pennington  <hp@redhat.com>
6759
6760         * dbus/dbus-internals.h: add gcc attributes so that
6761         our printf-style functions warn on bad arguments to
6762         format
6763
6764         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
6765         format bug
6766
6767         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
6768         printf format bug
6769
6770 2003-03-17  Havoc Pennington  <hp@redhat.com>
6771
6772         * bus/test-main.c (main): make it print something as it runs
6773         so make check doesn't look stuck
6774
6775         * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
6776         from CVS, now obsolete
6777
6778 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
6779
6780         * bus/dispatch.c: (bus_dispatch):
6781         Refetch the service name since it may have been reallocated
6782         when dbus_message_set_sender was called.
6783
6784         * dbus/dbus-sysdeps.c: (_dbus_accept):
6785         Add address and address length variables and use them to stop
6786         valgrind from complaining.
6787
6788 2003-03-17  Havoc Pennington  <hp@pobox.com>
6789
6790         All tests pass, no memleaks, no valgrind complaints.
6791
6792         * bus/test.c: refcount handler_slot
6793
6794         * bus/connection.c (bus_connections_new): refcount
6795         connection_data_slot
6796
6797         * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
6798         bytes so that auth scripts pass.
6799
6800         * bus/dispatch.c: init message_handler_slot so it gets allocated
6801         properly
6802
6803         * bus/dispatch.c (message_handler_slot_ref): fix memleak
6804
6805         * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
6806         dealloc server_pipe_hash when no longer used for benefit of
6807         leak checking
6808
6809         * dbus/dbus-auth.c (process_command): memleak fix
6810
6811         * bus/dispatch.c (check_hello_message): memleak fix
6812
6813 2003-03-16  Havoc Pennington  <hp@pobox.com>
6814
6815         * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
6816
6817 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
6818
6819         * bus/activation.c (bus_activation_activate_service): Append
6820         the pending activation entry to the list of pending activations.
6821
6822 2003-03-16  Havoc Pennington  <hp@pobox.com>
6823
6824         * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
6825         connections
6826
6827         * dbus/dbus-address.c (create_entry): fix OOM handling when
6828         failing to alloc entry->method
6829
6830 2003-03-16  Havoc Pennington  <hp@pobox.com>
6831
6832         * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
6833         the watch
6834
6835         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
6836         add some missing dbus_set_result
6837
6838         * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
6839         alloc the DBusMessageHandler
6840
6841         * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
6842         the transport here, since we call this from the finalizer; it
6843         resulted in a double-finalize.
6844
6845         * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
6846         where we tried to use transport->connection that was NULL,
6847         happened when transport was disconnected early on due to OOM
6848
6849         * bus/*.c: adapt to handle OOM for watches/timeouts
6850
6851         * dbus/dbus-transport-unix.c: port to handle OOM during
6852         watch handling
6853
6854         * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
6855         reference to unused bytes instead of a copy
6856
6857         * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
6858         out of memory
6859
6860         * dbus/dbus-connection.c (dbus_connection_handle_watch): return
6861         FALSE on OOM
6862
6863         * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
6864         of memory
6865
6866 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
6867
6868         * doc/dbus-specification.sgml:
6869         Document reply message for ActivateService.
6870
6871 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
6872
6873         * bus/activation.c: (bus_pending_activation_entry_free),
6874         (bus_pending_activation_free), (bus_activation_new),
6875         (bus_activation_unref), (bus_activation_service_created),
6876         (bus_activation_activate_service):
6877         * bus/activation.h:
6878         * bus/bus.c: (bus_context_new):
6879         * bus/desktop-file.c: (new_section):
6880         * bus/driver.c: (bus_driver_send_service_deleted),
6881         (bus_driver_handle_activate_service):
6882         * bus/services.c: (bus_registry_new), (bus_registry_ensure):
6883         * bus/services.h:
6884         * dbus/dbus-connection.c:
6885         (dbus_connection_send_with_reply_and_block):
6886         * dbus/dbus-message.c: (dbus_message_append_args_valist):
6887         * dbus/dbus-protocol.h:
6888         Make activation work better. Now pending activations will be queued
6889         and the daemon won't try to activate services that are already registered.
6890
6891 2003-03-16  Havoc Pennington  <hp@pobox.com>
6892
6893         * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
6894         connection data
6895
6896         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
6897         DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
6898
6899 2003-03-16  Havoc Pennington  <hp@pobox.com>
6900
6901         * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
6902         this. always run the test suite before commit...
6903
6904         * bus/*: adapt to DBusConnection API changes
6905
6906         * glib/dbus-gmain.c: adapt to DBusConnection API changes,
6907         requires renaming stuff to avoid dbus_connection_dispatch name
6908         conflict.
6909
6910         * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
6911         function
6912
6913         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
6914         separate from _dbus_message_loader_return_buffer()
6915
6916         * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
6917         this, because it's now always broken to use; the number of
6918         messages in queue vs. the number still buffered by the message
6919         loader is undefined/meaningless. Should use
6920         dbus_connection_get_dispatch_state().
6921         (dbus_connection_dispatch): rename from
6922         dbus_connection_dispatch_message
6923
6924 2003-03-16  Havoc Pennington  <hp@pobox.com>
6925
6926         * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
6927         implementation
6928
6929 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
6930
6931         * dbus/dbus-connection.c:
6932         (dbus_connection_send_with_reply_and_block):
6933         Decrease connection->n_incoming when removing an entry
6934         from the list.
6935         * dbus/dbus-dict.c: (dbus_dict_entry_free),
6936         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
6937         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
6938         (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
6939         (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
6940         (dbus_dict_get_byte_array):
6941         Handle NULL arrays and strings. Also add support for byte arrays.
6942
6943         * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
6944         (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
6945         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
6946         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
6947         (_dbus_demarshal_dict), (demarshal_and_validate_len),
6948         (_dbus_marshal_validate_arg), (_dbus_marshal_test):
6949         * dbus/dbus-marshal.h:
6950         Add support for marshalling and demarshalling empty arrays and strings.
6951
6952         * dbus/dbus-message.c: (dbus_message_append_args_valist),
6953         (dbus_message_append_string_array),
6954         (dbus_message_iter_get_boolean),
6955         (dbus_message_iter_get_boolean_array),
6956         (dbus_message_iter_get_int32_array),
6957         (dbus_message_iter_get_uint32_array),
6958         (dbus_message_iter_get_double_array),
6959         (dbus_message_iter_get_byte_array),
6960         (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
6961         (check_message_handling):
6962         Add support for getting empty arrays and dicts.
6963
6964         * dbus/dbus-string.c: (_dbus_string_validate_utf8):
6965         Don't do any validation at all for now, that's better than just checking
6966         for ASCII.
6967
6968         * test/data/valid-messages/emptiness.message:
6969         New test message with lots of empty arrays.
6970
6971 2003-03-16  Havoc Pennington  <hp@pobox.com>
6972
6973         * dbus/dbus-connection.c
6974         (_dbus_connection_queue_received_message_link): new function that
6975         can't fail due to OOM
6976
6977         * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
6978         new function pops a message together with a list link
6979         containing it.
6980
6981         * dbus/dbus-transport-unix.c (queue_messages): use new link-based
6982         message queuing functions to avoid needing to alloc memory
6983
6984 2003-03-16  Havoc Pennington  <hp@pobox.com>
6985
6986         Oops - test code was only testing failure of around 30 of the
6987         mallocs in the test path, but it turns out there are 500+
6988         mallocs. I believe this was due to misguided linking setup such
6989         that there was one copy of dbus_malloc etc. in the daemon and one
6990         in the shared lib, and only daemon mallocs were tested. In any
6991         case, the test case now tests all 500+ mallocs, and doesn't pass
6992         yet, though there are lots of fixes in this patch.
6993
6994         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
6995         this so that it doesn't need to allocate memory, since it
6996         has no way of indicating failure due to OOM (and would be
6997         annoying if it did).
6998
6999         * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
7000
7001         * bus/Makefile.am: rearrange to create two self-contained
7002         libraries, to avoid having libraries with overlapping symbols.
7003         that was resulting in weirdness, e.g. I'm pretty sure there
7004         were two copies of global static variables.
7005
7006         * dbus/dbus-internals.c: move the malloc debug stuff to
7007         dbus-memory.c
7008
7009         * dbus/dbus-list.c (free_link): free list mempool if it becomes
7010         empty.
7011
7012         * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
7013
7014         * dbus/dbus-address.c (dbus_parse_address): free list nodes
7015         on failure.
7016
7017         * bus/dispatch.c (bus_dispatch_add_connection): free
7018         message_handler_slot when no longer using it, so
7019         memory leak checkers are happy for the test suite.
7020
7021         * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
7022
7023         * bus/bus.c (new_connection_callback): disconnect in here if
7024         bus_connections_setup_connection fails.
7025
7026         * bus/connection.c (bus_connections_unref): fix to free the
7027         connections
7028         (bus_connections_setup_connection): if this fails, don't
7029         disconnect the connection, just be sure there are no side
7030         effects.
7031
7032         * dbus/dbus-string.c (undo_alignment): unbreak this
7033
7034         * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
7035         leaking
7036         (_dbus_auth_new): fix the order in which we free strings
7037         on OOM failure
7038
7039         * bus/connection.c (bus_connection_disconnected): fix to
7040         not send ServiceDeleted multiple times in case of memory
7041         allocation failure
7042
7043         * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
7044         get the base service name
7045         (dbus_bus_register_client): don't return base service name,
7046         instead store it on the DBusConnection and have an accessor
7047         function for it.
7048         (dbus_bus_register_client): rename dbus_bus_register()
7049
7050         * bus/dispatch.c (check_hello_message): verify that other
7051         connections on the bus also got the correct results, not
7052         just the one sending hello
7053
7054 2003-03-15  Havoc Pennington  <hp@pobox.com>
7055
7056         Make it pass the Hello handling test including all OOM codepaths.
7057         Now to do other messages...
7058
7059         * bus/services.c (bus_service_remove_owner): fix crash when
7060         removing owner from an empty list of owners
7061         (bus_registry_ensure): don't leave service in the list of
7062         a connection's owned services if we fail to put the service
7063         in the hash table.
7064
7065         * bus/connection.c (bus_connection_preallocate_oom_error): set
7066         error flag on the OOM error.
7067
7068         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
7069         handle _dbus_transport_set_connection failure
7070
7071         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
7072         to create watches up front and simply enable/disable them as
7073         needed.
7074         (unix_connection_set): this can now fail on OOM
7075
7076         * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
7077         of enabling/disabling a watch or timeout.
7078
7079         * bus/loop.c (bus_loop_iterate): don't touch disabled
7080         watches/timeouts
7081
7082         * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
7083
7084 2003-03-15  Havoc Pennington  <hp@pobox.com>
7085
7086         * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
7087         write useful test code, after all that futzing around ;-)
7088
7089         Test does not yet pass because we can't handle OOM in
7090         _dbus_transport_messages_pending (basically,
7091         dbus_connection_preallocate_send() does not prealloc the write
7092         watch). To fix this, I think we need to add new stuff to
7093         set_watch_functions, namely a SetEnabled function so we can alloc
7094         the watch earlier, then enable it later.
7095
7096         * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
7097         dbus-memory.c to the convenience lib
7098
7099         * bus/test.c: rename some static functions to keep them clearly
7100         distinct from stuff in connection.c. Handle client disconnection.
7101
7102 2003-03-14  Havoc Pennington  <hp@pobox.com>
7103
7104         * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
7105         transport, tests more of the real codepath. Set up clients
7106         with bus_setup_debug_client.
7107
7108         * bus/test.c (bus_setup_debug_client): function to set up debug
7109         "clients" on the main loop
7110
7111         * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
7112         support
7113
7114         * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
7115         server type
7116
7117         * dbus/dbus-server-debug.c: support a debug server based on pipes
7118
7119         * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
7120         (_dbus_close): new function
7121
7122         * configure.in: check for socketpair
7123
7124 2003-03-14  Havoc Pennington  <hp@redhat.com>
7125
7126         * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
7127         cheesy hack
7128
7129         * dbus/dbus-transport-debug.c: rework this a good bit to be
7130         less complicated. hopefully still works.
7131
7132         * dbus/dbus-server-debug.c (handle_new_client): remove timeout
7133         manually
7134
7135         * glib/dbus-gmain.c (timeout_handler): don't remove timeout
7136         after running it
7137
7138         * dbus/dbus-message.c (dbus_message_copy): rename from
7139         dbus_message_new_from_message, fix it up to copy
7140         all the message fields, add test case
7141
7142         * bus/dispatch.c (bus_dispatch_test): add some more test code,
7143         not quite passing yet
7144
7145 2003-03-14  Havoc Pennington  <hp@pobox.com>
7146
7147         * bus/loop.c (bus_loop_iterate): add this so we can "run loop
7148         until no work remains" in test code. (the large diff here
7149         is just code movement, no actual changes)
7150
7151         * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
7152         1, no point waiting around for test code.
7153         (_dbus_server_debug_accept_transport): unref the timeout
7154         after adding it (right?)
7155
7156         * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
7157
7158 2003-03-13  Havoc Pennington  <hp@redhat.com>
7159
7160         * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
7161         out of memory
7162
7163         * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
7164         of memory
7165
7166         * dbus/dbus-connection.h: Make AddWatchFunction and
7167         AddTimeoutFunction return a bool so they can fail on out-of-memory
7168
7169         * bus/bus.c (bus_context_new): set up timeout handlers
7170
7171         * bus/connection.c (bus_connections_setup_connection): set up
7172         timeout handlers
7173
7174         * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
7175         can fail
7176
7177         * bus/bus.c (bus_context_new): adapt to changes
7178
7179         * bus/connection.c: adapt to changes
7180
7181         * test/watch.c: adapt to DBusWatch changes
7182
7183         * bus/dispatch.c (bus_dispatch_test): started adding this but
7184         didn't finish
7185
7186 2003-03-14  Anders Carlsson  <andersca@codefactory.se>
7187
7188         * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
7189
7190 2003-03-13  Havoc Pennington  <hp@pobox.com>
7191
7192         * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
7193         set up a test framework as for the library
7194
7195 2003-03-12  Havoc Pennington  <hp@pobox.com>
7196
7197         Throughout: purge global variables, introduce BusActivation,
7198         BusConnections, BusRegistry, etc. objects instead.
7199
7200         * bus/bus.h, bus/bus.c: introduce BusContext as a global
7201         message bus object
7202
7203         * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
7204         going to redo this a bit differently I think
7205
7206 2003-03-12  Havoc Pennington  <hp@redhat.com>
7207
7208         Mega-patch that gets the message bus daemon initially handling
7209         out-of-memory. Work still needed. Also lots of random
7210         moving stuff to DBusError instead of ResultCode.
7211
7212         * dbus/dbus-list.c (_dbus_list_length_is_one): new function
7213
7214         * dbus/dbus-connection.c
7215         (dbus_connection_send_with_reply_and_block): use DBusError
7216
7217         * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
7218         DBusResultCode
7219
7220         * dbus/dbus-connection.c (dbus_connection_send): drop the result
7221         code here, as the only failure possible is OOM.
7222
7223         * bus/connection.c (bus_connection_disconnect):
7224         rename bus_connection_disconnected as it's a notification only
7225
7226         * bus/driver.c (bus_driver_handle_acquire_service): don't free
7227         "name" on get_args failure, should be done by get_args;
7228         don't disconnect client for bad args, just return an error.
7229         (bus_driver_handle_service_exists): ditto
7230
7231         * bus/services.c (bus_services_list): NULL-terminate returned array
7232
7233         * bus/driver.c (bus_driver_send_service_lost)
7234         (bus_driver_send_service_acquired): send messages from driver to a
7235         specific client to the client's unique name, not to the broadcast
7236         service.
7237
7238         * dbus/dbus-message.c (decode_header_data): reject messages that
7239         contain no name field
7240         (_dbus_message_get_client_serial): rename to
7241         dbus_message_get_serial and make public
7242         (_dbus_message_set_serial): rename from set_client_serial
7243         (_dbus_message_set_reply_serial): make public
7244         (_dbus_message_get_reply_serial): make public
7245
7246         * bus/connection.c (bus_connection_foreach): allow stopping
7247         iteration by returning FALSE from foreach function.
7248
7249         * dbus/dbus-connection.c (dbus_connection_send_preallocated)
7250         (dbus_connection_free_preallocated_send)
7251         (dbus_connection_preallocate_send): new API for sending a message
7252         without possibility of malloc failure.
7253         (dbus_connection_send_message): rename to just
7254         dbus_connection_send (and same for whole function family)
7255
7256         * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
7257
7258         * dbus/dbus-sysdeps.c (_dbus_exit): new function
7259
7260         * bus/activation.c: handle/return errors
7261
7262         * dbus/dbus-errors.h: add more DBUS_ERROR #define
7263
7264         * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
7265         (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
7266         (_dbus_result_from_errno): move to this file
7267
7268 2003-03-10  Anders Carlsson  <andersca@codefactory.se>
7269
7270         * dbus/dbus-marshal.c:
7271         (_dbus_marshal_set_string):
7272         Take a length argument so we can marshal the correct string
7273         length.
7274
7275         (_dbus_marshal_dict), (_dbus_demarshal_dict),
7276         (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
7277         (_dbus_marshal_test):
7278         * dbus/dbus-marshal.h:
7279         Add support for marshalling and demarshalling dicts.
7280
7281         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
7282         Add support for TYPE DICT.
7283
7284         * dbus/dbus-message.c: (set_string_field):
7285         Adjust header padding.
7286
7287         (dbus_message_append_args_valist), (dbus_message_append_dict),
7288         (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
7289         (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
7290         (check_message_handling), (check_have_valid_message):
7291         * dbus/dbus-message.h:
7292         Add functions for setting and getting dicts.
7293
7294         * dbus/dbus-protocol.h:
7295         Add DBUS_TYPE_DICT.
7296
7297         * dbus/dbus.h:
7298         Add dbus-dict.h
7299
7300         * doc/dbus-specification.sgml:
7301         Add information about how dicts are marshalled.
7302
7303         * test/data/invalid-messages/dict-with-nil-value.message:
7304         * test/data/invalid-messages/too-short-dict.message:
7305         * test/data/valid-messages/dict-simple.message:
7306         * test/data/valid-messages/dict.message:
7307         Add sample messages containing dicts.
7308
7309 2003-03-08  Anders Carlsson  <andersca@codefactory.se>
7310
7311         * dbus/dbus-dict.h: Add DBUS_END_DECLS.
7312
7313 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
7314
7315         * dbus/Makefile.am:
7316         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
7317         (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
7318         (dbus_dict_set_int32), (dbus_dict_set_uint32),
7319         (dbus_dict_set_double), (dbus_dict_set_string),
7320         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
7321         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
7322         (dbus_dict_set_string_array), (_dbus_dict_test):
7323         * dbus/dbus-dict.h:
7324         Fix according to comments from Havoc.
7325
7326 2003-03-06  Michael Meeks  <michael@server.home>
7327
7328         * configure.in: if we don't have kde-config, disable have_qt.
7329
7330 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
7331
7332         * dbus/Makefile.am:
7333         Add dbus-dict.[ch]
7334
7335         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
7336         (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
7337         (dbus_dict_remove), (dbus_dict_get_value_type),
7338         (dbus_dict_get_keys), (dbus_dict_put_boolean),
7339         (dbus_dict_put_int32), (dbus_dict_put_uint32),
7340         (dbus_dict_put_double), (dbus_dict_put_string),
7341         (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
7342         (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
7343         (dbus_dict_put_string_array), (dbus_dict_get_boolean),
7344         (dbus_dict_get_int32), (dbus_dict_get_uint32),
7345         (dbus_dict_get_double), (dbus_dict_get_string),
7346         (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
7347         (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
7348         (dbus_dict_get_string_array), (_dbus_dict_test):
7349         * dbus/dbus-dict.h:
7350         Add DBusDict implementation
7351
7352         * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
7353         * dbus/dbus-test.h:
7354         Add _dbus_dict_test
7355
7356 2003-03-04  Havoc Pennington  <hp@pobox.com>
7357
7358         * test/data/auth/*: adapt to changes
7359
7360         * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
7361         USERID_BASE64 and change USERNAME_BASE64 to put in username not
7362         userid
7363
7364         * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
7365         more stuff from being in a context name, to make the protocol
7366         simpler to deal with
7367
7368         * dbus/dbus-errors.c (dbus_error_has_name): new function
7369         (dbus_error_is_set): new function
7370
7371         * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
7372         with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
7373
7374         * dbus/dbus-connection.c (dbus_connection_flush): also read
7375         messages during a flush operation
7376
7377         * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
7378
7379 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
7380
7381         * configure.in: Check for gethostbyname on Solaris.
7382
7383         * dbus/dbus-transport.c: (_dbus_transport_open):
7384         Remove duplicate "tcp" entry.
7385
7386         * doc/dbus-specification.sgml:
7387         Clarify some things.
7388
7389 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
7390
7391         * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
7392         * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
7393         (_dbus_keyring_test):
7394         * dbus/dbus-md5.c: (_dbus_md5_compute):
7395         * dbus/dbus-sha.c: (_dbus_sha_compute):
7396         Plug memory leaks.
7397
7398 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
7399
7400         * README: Add some things.
7401
7402 2003-03-04  Anders Carlsson  <andersca@codefactory.se>
7403
7404         * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
7405         after case DBUS_TYPE_BOOELAN.
7406
7407 2003-03-02  Havoc Pennington  <hp@pobox.com>
7408
7409         * test/break-loader.c (randomly_set_extreme_ints): add test that
7410         sets really huge and small integers
7411
7412         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
7413         that length of boolean array fits in the string, and that
7414         string has room for boolean value in single-bool case.
7415
7416         * dbus/dbus-message-builder.c (_dbus_message_data_load): add
7417         optional value to "ALIGN" command which is what to fill the
7418         alignment with.
7419
7420         * test/data/valid-messages/no-padding.message: add regression
7421         test for the message padding problem
7422
7423 2003-03-02  Havoc Pennington  <hp@pobox.com>
7424
7425         * dbus/dbus-message.c (decode_header_data): fix to always init
7426         message_padding, from Benjamin Dauvergne
7427
7428 2003-03-02  Havoc Pennington  <hp@pobox.com>
7429
7430         * configure.in: 0.5
7431
7432         * NEWS: Update.
7433
7434 2003-03-01  Joe Shaw  <joe@assbarn.com>
7435
7436         * configure.in: Check for "struct cmsgcred" and try to access its
7437         members for BSD-like unices.
7438
7439         * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
7440         _dbus_read_credentials_unix_socket().
7441         (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
7442         read() for reading the credential byte off the unix socket.  Use
7443         struct cmsgcred on systems that support it.
7444
7445 2003-02-27  Alexander Larsson  <alexl@redhat.com>
7446
7447         * glib/Makefile.am:
7448         * configure.in:
7449         Make gthreads-2.0 dependency optional. Don't build thread test if
7450         its not found.
7451
7452 2003-02-27  Havoc Pennington  <hp@pobox.com>
7453
7454         * dbus/dbus-connection.c
7455         (dbus_connection_send_message_with_reply_and_block): fix doh!
7456         doh! doh! bug that resulted in never removing a reply from the
7457         queue, no wonder we called get_reply_serial so much ;-)
7458
7459         * dbus/dbus-message.c (struct DBusMessage): cache reply serial
7460         and client serial instead of demarshaling them every time
7461
7462 2003-02-27  Havoc Pennington  <hp@pobox.com>
7463
7464         * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
7465         more inlined, using dbus-string-private.h, speeds things up
7466         substantially
7467
7468         * dbus/dbus-string.c (_dbus_string_free): apply align offset
7469         when freeing the string
7470         (_dbus_string_steal_data): fix for align offset
7471         (undo_alignment): new function
7472
7473 2003-02-26  Havoc Pennington  <hp@redhat.com>
7474
7475         All kinds of audit fixes from Owen, plus initial attempt to
7476         handle unaligned memory returned from malloc.
7477
7478         * dbus/dbus-string.c (_dbus_string_init): clamp max length to
7479         leave room for align_offset and nul byte
7480         (fixup_alignment): function to track an align_offset and
7481         ensure real->str is aligned
7482         (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
7483         to allow a nul byte plus align offset
7484         (_dbus_string_lock): fix overflow issue
7485         (_dbus_string_init_const_len): add assertions on sanity of len,
7486         assign allocated to be ALLOCATION_PADDING larger than len
7487         (set_length): fixup the overflow handling
7488         (_dbus_string_get_data_len): fix overflow in assertion
7489         (open_gap): detect overflow in size of gap to be opened
7490         (_dbus_string_lengthen): add overflow check
7491         (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
7492         (_dbus_string_append): add overflow check
7493         (_dbus_string_append_unichar): overflow
7494         (_dbus_string_delete): fix overflow in assertion
7495         (_dbus_string_copy_len): overflow in assertion
7496         (_dbus_string_replace_len): overflows in assertions
7497         (_dbus_string_find): change to implement in terms of
7498         _dbus_string_find_to
7499         (_dbus_string_find_to): assorted fixage
7500         (_dbus_string_equal_c_str): assert c_str != NULL,
7501         fix logic so the function works
7502         (_dbus_string_ends_with_c_str): fix overflow thingy
7503         (_dbus_string_base64_encode): overflow fix
7504         (_dbus_string_validate_ascii): overflow
7505         (_dbus_string_validate_nul): overflow
7506
7507 2003-02-26  Havoc Pennington  <hp@redhat.com>
7508
7509         * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
7510
7511 2003-02-26  Alexander Larsson  <alexl@redhat.com>
7512
7513         * configure.in:
7514         Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
7515
7516         * dbus/dbus-connection.c:
7517         * dbus/dbus-connection.h:
7518         Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
7519         Add dbus_connection_set_wakeup_main_function and use it when queueing
7520         incoming and outgoing messages.
7521
7522
7523         * dbus/dbus-dataslot.c:
7524         Threadsafe usage of DBusDataSlotAllocator
7525
7526         * dbus/dbus-message.c: (dbus_message_get_args_iter):
7527         dbus_new can fail.
7528
7529         * dbus/dbus-server-unix.c:
7530         Add todo comment
7531
7532         * glib/dbus-gmain.c:
7533         Implement the new wakeup functions for glib.
7534
7535         * glib/Makefile.am:
7536         * glib/test-thread-client.c:
7537         * glib/test-thread-server.c:
7538         * glib/test-thread.h:
7539         Initial cut at some thread test code. Not really done yet.
7540
7541 2003-02-26  Havoc Pennington  <hp@pobox.com>
7542
7543         * dbus/dbus-connection.c
7544         (dbus_connection_send_message_with_reply_and_block): fix crash
7545         where we ref'd the outgoing message instead of the returned reply
7546
7547         * dbus/dbus-transport-unix.c (do_authentication): check read watch
7548         at the end of this function, so if we didn't need to read for
7549         authentication, we reinstall it for receiving messages
7550
7551         * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
7552         a NULL sender for peer-to-peer case
7553
7554         * dbus/dbus-transport-unix.c (check_read_watch): handle
7555         !authenticated case correctly
7556
7557         * glib/dbus-gmain.c: add support for DBusServer
7558
7559         * dbus/dbus-server.c: add data slot support
7560
7561         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
7562         return values and handle errors
7563
7564         * dbus/dbus-dataslot.c: factor out the data slot stuff from
7565         DBusConnection
7566
7567         * Doxyfile.in (INPUT): add glib subdir
7568
7569         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
7570         setup_with_g_main instead of hookup_with_g_main; write docs
7571
7572 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
7573
7574         * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
7575         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
7576         * dbus/dbus-message.c: (dbus_message_append_boolean),
7577         (dbus_message_append_boolean_array),
7578         (dbus_message_get_args_valist), (_dbus_message_test):
7579         * dbus/dbus-message.h:
7580         * doc/dbus-specification.sgml:
7581         Various fixes as pointed out by Havoc.
7582
7583         * test/data/invalid-messages/bad-boolean-array.message:
7584         * test/data/invalid-messages/bad-boolean.message:
7585         Add invalid boolean value test cases.
7586
7587 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
7588
7589         * dbus/dbus-internals.c: (_dbus_type_to_string):
7590         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
7591         (_dbus_marshal_validate_arg):
7592         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
7593         * dbus/dbus-message.c: (dbus_message_append_args_valist),
7594         (dbus_message_append_boolean), (dbus_message_append_boolean_array),
7595         (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
7596         (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
7597         (dbus_message_iter_get_double),
7598         (dbus_message_iter_get_boolean_array), (message_iter_test):
7599         * dbus/dbus-message.h:
7600         * dbus/dbus-protocol.h:
7601         * doc/dbus-specification.sgml:
7602         * test/data/valid-messages/lots-of-arguments.message:
7603         Add support for boolean and boolean array types.
7604
7605 2003-02-23  Havoc Pennington  <hp@pobox.com>
7606
7607         * dbus/dbus-keyring.c: finish most of this implementation and
7608         simple unit test
7609
7610         * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
7611         these barf if the error isn't cleared to NULL
7612
7613         * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
7614         (_dbus_create_directory): new function
7615
7616         * dbus/dbus-errors.c (dbus_set_error): fix warning
7617
7618         * dbus/dbus-string.c (_dbus_string_hex_encode): new function
7619         (_dbus_string_hex_decode): new function
7620         (test_hex_roundtrip): test code
7621
7622         * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
7623
7624         * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
7625
7626         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
7627         the save-to-temp/rename trick to atomically write the new file
7628         (_dbus_string_parse_uint): new function
7629
7630 2003-02-22  Havoc Pennington  <hp@pobox.com>
7631
7632         * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
7633
7634 2003-02-22  Havoc Pennington  <hp@pobox.com>
7635
7636         * dbus/dbus-message.c (dbus_message_iter_get_string_array):
7637         (dbus_message_iter_get_byte_array): Fix up doxygen warnings
7638
7639         * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
7640
7641         * dbus/test/data/sha-1: add US government test suite for SHA-1
7642
7643 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
7644
7645         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
7646         Make string arrays NULL-terminated.
7647
7648         * dbus/dbus-memory.c: (dbus_free_string_array):
7649         * dbus/dbus-memory.h:
7650         New function for freeing NULL-terminated string arrays.
7651
7652         * dbus/dbus-message-builder.c: (append_quoted_string),
7653         (_dbus_message_data_load):
7654         Add support for array types.
7655
7656         * dbus/dbus-message.c: (check_message_handling):
7657         Add more types as test cases.
7658
7659         * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
7660         (_dbus_string_parse_double):
7661         Add the start offset to the end offset.
7662
7663         * test/data/valid-messages/lots-of-arguments.message:
7664         New test message with lots of arguments.
7665
7666 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
7667
7668         * dbus/dbus-message.c: (dbus_message_append_nil),
7669         (dbus_message_append_int32), (dbus_message_append_uint32),
7670         (dbus_message_append_double), (dbus_message_append_string),
7671         (dbus_message_append_int32_array),
7672         (dbus_message_append_uint32_array),
7673         (dbus_message_append_double_array),
7674         (dbus_message_append_byte_array),
7675         (dbus_message_append_string_array):
7676         Fix all out-of-memory handling in these functions.
7677
7678 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
7679
7680         * dbus/dbus-message.c: (dbus_message_append_nil):
7681         Fix a silly.
7682
7683 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
7684
7685         * dbus/dbus-message.c: (dbus_message_append_args_valist),
7686         (dbus_message_append_nil), (dbus_message_append_int32_array),
7687         (dbus_message_append_uint32_array),
7688         (dbus_message_append_double_array),
7689         (dbus_message_append_byte_array),
7690         (dbus_message_append_string_array), (dbus_message_get_args_valist),
7691         (dbus_message_iter_get_int32_array),
7692         (dbus_message_iter_get_uint32_array),
7693         (dbus_message_iter_get_double_array),
7694         (dbus_message_iter_get_byte_array),
7695         (dbus_message_iter_get_string_array):
7696
7697         * dbus/dbus-message.h:
7698         Add functions for appending and getting arrays.
7699
7700 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
7701
7702         * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
7703         element size at least 8 bytes, fixes mempool tests on
7704         64-bit machines.
7705
7706 2003-02-20  Alexander Larsson  <alexl@redhat.com>
7707
7708         * dbus/dbus-transport-unix.c (unix_do_iteration):
7709         Unlock the connection mutex during a blocking select call.
7710         Add todo about how we need a way to wake up the select.
7711
7712         * dbus/dbus-connection-internal.h:
7713         * dbus/dbus-connection.c:
7714         Add _dbus_connection_lock and _dbus_connection_unlock.
7715
7716 2003-02-19  Havoc Pennington  <hp@pobox.com>
7717
7718         * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
7719         Doxyfile.in, not Doxyfile
7720
7721         * dbus/dbus-keyring.c: do some hacking on this
7722
7723         * dbus/dbus-sysdeps.c (_dbus_delete_file): new
7724
7725         * dbus/dbus-errors.c (dbus_set_error_const): do not call
7726         dbus_error_init
7727         (dbus_set_error): remove dbus_error_init, check for message ==
7728         NULL *before* we sprintf into it, and add @todo about including
7729         system headers in this file
7730
7731         * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
7732
7733         * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
7734
7735         * dbus/dbus-sysdeps.c (get_user_info): break this function out to
7736         get various bits of user information based on either username
7737         or user ID
7738         (_dbus_homedir_from_username): new function
7739
7740 2003-02-19  Anders Carlsson  <andersca@codefactory.se>
7741
7742         * configure.in:
7743         Add check for nonposix getpwnam_r
7744
7745         * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
7746         Align the pool element size to a sizeof (void *) boundary.
7747
7748         * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
7749         (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
7750         General Solaris fixes.
7751
7752         * test/data/valid-messages/simplest-manual.message:
7753         Explicitly state that we want little-endian packing.
7754
7755 2003-02-19  Mikael Hallendal  <micke@codefactory.se>
7756
7757         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
7758
7759         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
7760         Added to create a transport connecting using a tcp/ip socket.
7761
7762         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
7763         to a tcp socket at given host and port.
7764         (_dbus_listen_tcp_socket): added to listen on tcp socket for given
7765         hostname and port.
7766
7767         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
7768
7769         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
7770         Added to create a server listening on a TCP/IP socket.
7771
7772 2003-02-19  Havoc Pennington  <hp@pobox.com>
7773
7774         Throughout: mop up all the Doxygen warnings and undocumented
7775         stuff.
7776
7777         * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
7778         to search any paths.
7779
7780         * dbus/dbus-threads.c: move global mutex initializers to
7781         dbus-internals.h, multiple prototypes was confusing doxygen
7782         besides being kind of ugly
7783
7784         * Doxyfile (PREDEFINED): have Doxygen define
7785         DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
7786         docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
7787         (do not abuse the feature! it's for stuff like the autogenerated
7788         macros in dbus-md5.c, not just for things you don't feel like
7789         documenting...)
7790
7791 2003-02-18  Havoc Pennington  <hp@pobox.com>
7792
7793         * dbus/dbus-string.c (_dbus_string_zero): new function
7794
7795         * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
7796         wrap it in some dbus-friendly API
7797
7798         * dbus/dbus-types.h: add 16-bit types
7799
7800 2003-02-18  Joe Shaw  <joe@assbarn.com>
7801
7802         * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
7803         credentials from our currently running process.
7804         (get_word): Fix a buglet where we were copying the entire length
7805         instead of relative to our position.
7806
7807         * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
7808         keys on the stack... it's 640k of data.
7809
7810         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
7811         read the credentials byte off the socket, even if we don't have
7812         SO_PEERCRED.
7813         (_dbus_poll): Implement poll() using select() for systems which
7814         don't have it.
7815
7816         * glib/test-dbus-glib.c (main): Print out an error if no
7817         parameters are given.
7818
7819         * test/data/auth/fallback.auth-script: Added.  Tests that a client
7820         can fallback to a secondary auth mechanism if the first fails.
7821
7822 2003-02-18  Havoc Pennington  <hp@pobox.com>
7823
7824         * AUTHORS: add Alex
7825
7826 2003-02-17  Havoc Pennington  <hp@pobox.com>
7827
7828         * doc/dbus-specification.sgml: lots of cosmetic
7829         cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
7830         env variable to DBUS_BUS_ADDRESS, s/client/application/,
7831         s/server/bus/ (except in authentication section). Add a section
7832         "Message Bus Message Routing"
7833
7834 2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
7835
7836         Release 0.4
7837
7838         * NEWS: Update
7839
7840 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
7841
7842         * doc/dbus-specification.sgml:
7843         Specification updates.
7844
7845 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
7846
7847         * bus/activation.c: (bus_activation_init), (child_setup),
7848         (bus_activation_activate_service):
7849         * bus/activation.h:
7850         * bus/main.c: (main):
7851         Set DBUS_ADDRESS environment variable.
7852
7853         * dbus/dbus-errors.c: (dbus_set_error):
7854         Don't use va_copy since that's a C99 feature.
7855
7856         * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
7857         (_dbus_spawn_async):
7858         * dbus/dbus-sysdeps.h:
7859         Add child_setup_func to _dbus_spawn_async.
7860
7861         * doc/dbus-specification.sgml:
7862         Update specification.
7863
7864         * test/spawn-test.c: (setup_func), (main):
7865         Fix test.
7866
7867 2003-02-17  Alexander Larsson  <alexl@redhat.com>
7868
7869         * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
7870         Added todo.
7871
7872 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
7873
7874         * doc/.cvsignore:
7875         * doc/Makefile.am:
7876         * doc/dbus-test-plan.sgml:
7877         Add test plan document.
7878
7879         * test/Makefile.am:
7880         Fix distcheck.
7881
7882 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
7883
7884         * dbus/dbus-message.c: (decode_header_data),
7885         (_dbus_message_loader_return_buffer):
7886         Set the header padding amount when loading a message.
7887
7888 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
7889
7890         * bus/dispatch.c: (send_one_message):
7891         Only send broadcast messages to registered connections.
7892
7893         * dbus/dbus-message.c: (dbus_message_name_is):
7894         * dbus/dbus-message.h:
7895         New convenience function.
7896
7897         * dbus/dbus-transport-debug.c: (do_reading):
7898         Only dispatch one message per run.
7899
7900         * test/Makefile.am:
7901         * test/bus-test.c: (new_connection_callback), (die),
7902         (test_hello_client1_handler), (test_hello_client2_handler),
7903         (test_hello_replies), (main):
7904
7905         * test/bus-test-loop.[ch]:
7906         Add these.
7907
7908 2003-02-16  Havoc Pennington  <hp@pobox.com>
7909
7910         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
7911         backward conditional
7912
7913 2003-02-16  Alexander Larsson  <alexl@redhat.com>
7914
7915         * dbus/dbus-connection.c:
7916         Implement sent_message_with_reply. (with_reply_and block is still
7917         busted).
7918         Made dispatch_message not lose message if OOM.
7919
7920         * dbus/dbus-errors.h:
7921         Add NoReply error (for reply timeouts).
7922
7923 2003-02-16  Alexander Larsson  <alexl@redhat.com>
7924
7925         * dbus/dbus-hash.c (_dbus_hash_table_unref):
7926         Actually free keys and values when destroying hashtable.
7927
7928 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
7929
7930         * dbus/dbus-auth.c: (client_try_next_mechanism):
7931         Plug a leak.
7932
7933         * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
7934         Return TRUE if there's no thread implementation around.
7935
7936         * glib/dbus-gmain.c: (free_source),
7937         (dbus_connection_hookup_with_g_main):
7938         Make sure to remove the GSource when the connection is finalized.
7939
7940 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
7941
7942         * bus/dispatch.c: (bus_dispatch_message_handler):
7943         * dbus/dbus-errors.h:
7944         Return an error if someone tries to send a message to a service
7945         that doesn't exist.
7946
7947 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
7948
7949         * bus/activation.c: (load_directory), (bus_activation_init),
7950         (bus_activation_activate_service):
7951         * bus/activation.h:
7952         * bus/driver.c:
7953         (bus_driver_handle_activate_service), (bus_driver_handle_message):
7954         More work on the activation handling.
7955
7956         * dbus/dbus-errors.h:
7957         Add some error messages
7958
7959         * dbus/dbus-message.c: (dbus_message_new_error_reply):
7960         * dbus/dbus-message.h:
7961         New function that creates an error message.
7962
7963         * dbus/dbus-protocol.h:
7964         Add ACTIVATE_SERVER message.
7965
7966         * dbus/dbus-server-unix.c: (unix_handle_watch),
7967         (_dbus_server_new_for_domain_socket):
7968         Call _dbus_fd_set_close_on_exec.
7969
7970         * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
7971         (_dbus_spawn_async), (_dbus_disable_sigpipe),
7972         (_dbus_fd_set_close_on_exec):
7973         * dbus/dbus-sysdeps.h:
7974         Add _dbus_fd_set_close_on exec function. Also add function that checks
7975         that all open fds are set to close-on-exec and warns otherwise.
7976
7977         * dbus/dbus-transport-unix.c:
7978         (_dbus_transport_new_for_domain_socket):
7979         Call _dbus_fd_set_close_on_exec.
7980
7981 2003-02-16  Havoc Pennington  <hp@pobox.com>
7982
7983         * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
7984         allow people to avoid setting SIGPIPE to SIG_IGN
7985         (_dbus_connection_new_for_transport): disable SIGPIPE unless
7986         we've been asked not to
7987
7988 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
7989
7990         * dbus/dbus-list.c: (_dbus_list_append_link),
7991         (_dbus_list_prepend_link):
7992         * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
7993         (dbus_realloc):
7994         Warning fixes.
7995
7996 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
7997
7998         * bus/Makefile.am:
7999         * bus/activation.c: (bus_activation_entry_free),
8000         (add_desktop_file_entry), (load_directory), (bus_activation_init):
8001         * bus/activation.h:
8002         * bus/main.c: (main):
8003         Add simple activation support, doesn't work yet though.
8004
8005 2003-02-15   Zack Rusin  <zack@kde.org>
8006
8007         * qt/dbus-qthread.cpp:  small casting fix
8008
8009 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
8010
8011         * dbus/dbus-errors.c: (dbus_set_error):
8012         * dbus/dbus-errors.h:
8013         Add a few errors and make dbus_set_error void.
8014
8015         * dbus/dbus-sysdeps.c:
8016         (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
8017         (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
8018         * dbus/dbus-sysdeps.h:
8019         Add _dbus_spawn_async.
8020
8021         * test/spawn-test.c: (main):
8022         Test for _dbus_spawn_async.
8023
8024 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
8025
8026         * dbus/dbus-internals.h:
8027         Fix build without tests.
8028
8029         * dbus/dbus-list.c: (alloc_link):
8030         Fix a segfault when a malloc fails.
8031
8032         * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
8033         (dbus_malloc0), (dbus_realloc):
8034         Add support for malloc debugging.
8035
8036 2003-02-15  Alexander Larsson  <alexl@redhat.com>
8037
8038         * dbus/dbus-threads.c:
8039         * dbus/dbus-threads.h:
8040         Add condvars. Remove static mutext from API.
8041         Implement static mutexes by initializing them from threads_init.
8042
8043         * glib/dbus-gthread.c:
8044         * qt/dbus-qthread.cpp:
8045         Update with the thread api changes.
8046
8047
8048         * dbus/dbus-list.c:
8049         * dbus/dbus-list.h:
8050         Turn StaticMutex into normal mutex + init function.
8051         Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
8052         _dbus_list_append_link, _dbus_list_prepend_link
8053
8054
8055         * dbus/dbus-sysdeps.c:
8056         * dbus/dbus-sysdeps.h:
8057         New type dbus_atomic_t, and new functions _dbus_atomic_inc,
8058         _dbus_atomic_dec. Only slow fallback implementation at the moment.
8059
8060         * dbus/dbus-protocol.h:
8061         Add DBUS_MESSAGE_LOCAL_DISCONNECT define
8062
8063         * dbus/dbus-message.c:
8064         Make ref/unref atomic.
8065         Fix some docs.
8066
8067         * dbus/dbus-connection-internal.h:
8068         * dbus/dbus-connection.c:
8069         * dbus/dbus-connection.h:
8070         Make threadsafe.
8071         Change _peek to _borrow,_return & _steal_borrowed.
8072         Change disconnect callback to event.
8073         Make dbus_connection_dispatch_messages reentrant.
8074
8075         * dbus/dbus-transport.c:
8076         Don't ref the connection on calls to the transport
8077         implementation.
8078
8079         * dbus/dbus-message-handler.c:
8080         Make threadsafe.
8081
8082         * glib/dbus-gmain.c:
8083         Don't use peek_message anymore
8084
8085         * test/Makefile.am:
8086         * test/debug-thread.c:
8087         * test/debug-thread.h:
8088         Simple thread implementation that asserts() on deadlocks in
8089         single-threaded code.
8090
8091         * test/bus-test.c:
8092         (main) Call debug_threads_init.
8093
8094         * test/watch.c:
8095         Use disconnect message instead of disconnect callback.
8096
8097         * bus/connection.c:
8098         * bus/connection.h:
8099         Don't call dbus_connection_set_disconnect_function. Instead export
8100         bus_connection_disconnect.
8101
8102         * bus/dispatch.c:
8103         Call bus_connection_disconnect when we get a disconnected message.
8104
8105 2003-02-15  Havoc Pennington  <hp@pobox.com>
8106
8107         * dbus/dbus-message.c (dbus_message_new): fool around with the
8108         docs
8109
8110 2003-02-14  Havoc Pennington  <hp@pobox.com>
8111
8112         * dbus/dbus-mempool.c: fail if the debug functions so indicate
8113
8114         * dbus/dbus-memory.c: fail if the debug functions indicate we
8115         should
8116
8117         * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
8118         (_dbus_decrement_fail_alloc_counter): debug functions to
8119         simulate memory allocation failures
8120
8121 2003-02-14  Havoc Pennington  <hp@pobox.com>
8122
8123         * dbus/dbus-errors.h (struct DBusError): add a word of padding
8124         to DBusError
8125
8126 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
8127
8128         * bus/driver.c: (bus_driver_handle_hello):
8129         * bus/driver.h:
8130         * bus/services.c: (bus_service_lookup):
8131         Reorder message sending so we get a more sane order.
8132
8133         * test/bus-test.c: (message_handler):
8134         Fix tyop.
8135
8136 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
8137
8138         * bus/driver.c: (bus_driver_send_service_deleted),
8139         (bus_driver_send_service_created), (bus_driver_send_service_lost),
8140         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
8141         (bus_driver_send_welcome_message),
8142         (bus_driver_handle_list_services),
8143         (bus_driver_handle_acquire_service),
8144         (bus_driver_handle_service_exists):
8145         * dbus/dbus-bus.c: (dbus_bus_register_client),
8146         (dbus_bus_acquire_service), (dbus_bus_service_exists):
8147         * dbus/dbus-errors.c: (dbus_result_to_string):
8148         * dbus/dbus-errors.h:
8149         * dbus/dbus-message.c: (dbus_message_append_args),
8150         (dbus_message_append_args_valist), (dbus_message_get_args),
8151         (dbus_message_get_args_valist), (dbus_message_get_args_iter),
8152         (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
8153         (dbus_message_iter_get_byte_array),
8154         (dbus_message_iter_get_string_array), (message_iter_test),
8155         (check_message_handling), (_dbus_message_test):
8156         * dbus/dbus-message.h:
8157         * test/bus-test.c: (main):
8158         Change fields to arguments in messages, so that they won't be
8159         confused with header fields.
8160
8161         * glib/test-dbus-glib.c: (main):
8162         Remove append_fields from hello message.
8163
8164 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
8165
8166         * dbus/dbus-errors.c:
8167         * dbus/dbus-message.c:
8168         * dbus/dbus-string.c:
8169         Documentation fixes.
8170
8171 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
8172
8173         * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
8174         (remove_timeout):
8175         Implement support for timeouts in dbus-glib.
8176
8177 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
8178
8179         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
8180         * dbus/dbus-message.c: (process_test_subdir):
8181         * test/break-loader.c: (find_breaks_based_on):
8182         Plug some memory leaks.
8183
8184 2003-02-13  Richard Hult  <rhult@codefactory.se>
8185
8186         * bus/main.c: Fix build.
8187
8188         * dbus/dbus-errors.h:
8189         * dbus/dbus-errors.c: Fix copyright for Anders.
8190
8191 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
8192
8193         * bus/Makefile.am:
8194         Add utils.[ch]
8195
8196         * bus/connection.c: (bus_connection_foreach):
8197         Fix a warning.
8198
8199         * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
8200         (unescape_string), (new_section), (parse_section_start),
8201         (parse_key_value), (report_error), (bus_desktop_file_load),
8202         (bus_desktop_file_get_string):
8203         * bus/desktop-file.h:
8204         Use DBusError for error reporting.
8205
8206         * bus/dispatch.c: (send_one_message),
8207         (bus_dispatch_message_handler):
8208         * bus/driver.c: (bus_driver_send_service_deleted),
8209         (bus_driver_send_service_created), (bus_driver_send_service_lost),
8210         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
8211         (bus_driver_send_welcome_message),
8212         (bus_driver_handle_list_services),
8213         (bus_driver_handle_acquire_service),
8214         (bus_driver_handle_service_exists):
8215         * bus/loop.c: (bus_loop_run):
8216         * bus/main.c:
8217         Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
8218
8219         * bus/utils.c: (bus_wait_for_memory):
8220         * bus/utils.h:
8221         New files with general utility functions.
8222
8223         * dbus/dbus-internals.h:
8224         Remove _DBUS_HANDLE_OOM.
8225
8226 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
8227
8228         * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
8229         (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
8230         * dbus/dbus-errors.h:
8231         Add DBusError structure.
8232
8233 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
8234
8235         * test/data/valid-messages/standard-acquire-service.message:
8236         * test/data/valid-messages/standard-hello.message:
8237         * test/data/valid-messages/standard-list-services.message:
8238         * test/data/valid-messages/standard-service-exists.message:
8239         Add some standard messages.
8240
8241 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
8242
8243         * bus/driver.c: (bus_driver_send_welcome_message),
8244         (bus_driver_handle_list_services),
8245         (bus_driver_handle_acquire_service),
8246         (bus_driver_handle_service_exists), (bus_driver_handle_message):
8247         Update for API changes in libdbus.
8248
8249         * dbus/dbus-message.c: (dbus_message_new_reply):
8250         * dbus/dbus-message.h:
8251         Remove the name argument. The spec states that replies shouldn't
8252         have a name.
8253
8254 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
8255
8256         * bus/desktop-file.c: (parse_section_start), (parse_key_value),
8257         (report_error), (bus_desktop_file_load), (lookup_section),
8258         (lookup_line), (bus_desktop_file_get_raw),
8259         (bus_desktop_file_get_string):
8260         * bus/desktop-file.h:
8261         Some fixes, and new functions for getting a key value from a section.
8262
8263 2003-02-13  Havoc Pennington  <hp@pobox.com>
8264
8265         * test/data/auth/fail-after-n-attempts.auth-script: new test
8266
8267         * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
8268         reject the client.
8269
8270 2003-02-13  Havoc Pennington  <hp@pobox.com>
8271
8272         * dbus/dbus-auth.c (handle_server_data_external_mech): args to
8273         dbus_credentials_match were backward
8274
8275         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
8276         NO_CREDENTIALS and ROOT_CREDENTIALS
8277
8278         * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
8279         into here. Never process more commands after we've reached an
8280         end state; store further data as unused bytes.
8281
8282         * test/data/auth/*: add more auth tests
8283
8284         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
8285         command to match exact string and EXPECT_UNUSED to match unused
8286         bytes
8287
8288         * test/Makefile.am (dist-hook): fix to dist all the test stuff
8289
8290 2003-02-12  Havoc Pennington  <hp@pobox.com>
8291
8292         * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
8293         \r off of popped lines
8294
8295         * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
8296         scripts
8297
8298         * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
8299         SEND, append \r\n
8300
8301 2003-02-12  Havoc Pennington  <hp@pobox.com>
8302
8303         * dbus/Makefile.am: remove break-loader from the build, since it
8304         moved.
8305
8306         * configure.in: add --enable-gcov to turn on coverage profiling
8307         flags and disable optimization
8308
8309 2003-02-10  Havoc Pennington  <hp@pobox.com>
8310
8311         * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
8312         initial cut at test framework for DBusAuth from laptop.
8313         Doesn't quite work yet but it compiles and I need to get
8314         it off the 266mhz laptop. ;-)
8315
8316         * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
8317         fix a memleak in error case
8318
8319 2003-02-12  Anders Carlsson  <andersca@codefactory.se>
8320
8321         * bus/Makefile.am:
8322         * bus/desktop-file.c:
8323         * bus/desktop-file.h:
8324         Add a desktop file parser.
8325
8326 2003-02-11  Zack Rusin  <zack@kde.org>
8327
8328         * qt/message.[h|cpp]: sample implementation
8329         of the KDE wrapper for DBusMessage
8330
8331 2003-02-09  Zack Rusin  <zack@kde.org>
8332
8333         * test/bus-test.c: make_it_compile
8334         * doc/dbus-specification.sgml: minimal semantic fix
8335
8336 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
8337
8338         Release 0.3
8339
8340         * NEWS: Update
8341
8342 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
8343
8344         * dbus/Makefile.am:
8345         * dbus/dbus-break-loader.c:
8346         * test/Makefile.am:
8347         * test/break-loader.c:
8348         Move dbus-break-loader to test/ and rename it to break-loader.
8349
8350 2003-02-02  Havoc Pennington  <hp@pobox.com>
8351
8352         * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
8353         for code to manage cookies in your home directory
8354
8355         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
8356
8357         * dbus/dbus-auth.c (get_state): impose a maximum number of tries
8358         to authenticate, then disconnect the client.
8359
8360 2003-02-03  Alexander Larsson  <alexl@redhat.com>
8361
8362         * dbus/dbus-message.c (dbus_message_append_fields):
8363         Correct docs.
8364
8365 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
8366
8367         * doc/dbus-specification.sgml:
8368         Update address format section.
8369
8370 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
8371
8372         * test/Makefile.am:
8373         * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
8374         (message_handler), (new_connection_callback), (loop_quit),
8375         (loop_run), (main):
8376         Add bus test.
8377
8378 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
8379
8380         * bus/driver.c: (bus_driver_handle_service_exists):
8381         Simplify the code a bit.
8382
8383         * dbus/dbus-bus.c: (dbus_bus_service_exists):
8384         Fix a silly.
8385
8386 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
8387
8388         * bus/Makefile.am:
8389         Add libdbus-daemon.la and link to it.
8390
8391 2003-02-01  James Willcox  <jwillcox@gnome.org>
8392
8393         * bus/driver.c: (bus_driver_handle_own_service):
8394         Actually include the service reply code in the message.
8395
8396 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
8397
8398         * bus/driver.c: (bus_driver_handle_service_exists):
8399         Don't unref the incoming message.
8400
8401 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
8402
8403         * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
8404
8405 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
8406
8407         * dbus/dbus-server.c: (dbus_server_listen):
8408         * dbus/dbus-transport.c: (_dbus_transport_open):
8409         ifdef out the calls to the debug transport and server.
8410
8411 2003-02-02  Alexander Larsson  <alexl@redhat.com>
8412
8413         * dbus/dbus-watch.c (dbus_watch_get_flags):
8414         Add note in the docs that ERROR or HANGUP won't be returned
8415         and are assumed always on.
8416
8417         * glib/dbus-gmain.c (add_watch):
8418         Always add IO_ERR | IO_HUP
8419
8420         * dbus/dbus-message.h:
8421         Add semicolon after dbus_message_iter_get_string_array().
8422         Makes qt code build again
8423
8424 2003-02-01  Anders Carlsson  <andersca@codefactory.se>
8425
8426         * bus/driver.c: (create_unique_client_name),
8427         (bus_driver_handle_hello):
8428         Don't take a name, just use a numeric id to identify
8429         each client.
8430
8431         * dbus/Makefile.am:
8432         * dbus/dbus-bus.c: (dbus_bus_register_client),
8433         (dbus_bus_acquire_service), (dbus_bus_service_exists):
8434         * dbus/dbus-bus.h:
8435         Add new convenience functions for communicating with the bus.
8436
8437         * dbus/dbus-message.h:
8438
8439         * dbus/dbus-protocol.h:
8440         Fix a typo.
8441
8442 2003-02-01  Alexander Larsson  <alexl@redhat.com>
8443
8444         * dbus/dbus-message.c (dbus_message_append_fields):
8445         Add some more doc comments.
8446
8447 2003-02-01  Havoc Pennington  <hp@pobox.com>
8448
8449         * dbus/dbus-break-loader.c (randomly_modify_length): change
8450         a 4-byte value in the message as if it were a length
8451
8452         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
8453         execute bit on saved files
8454
8455 2003-02-01  Havoc Pennington  <hp@pobox.com>
8456
8457         * dbus/dbus-break-loader.c (main): new program to find messages
8458         that break the loader.
8459
8460         * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
8461         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
8462
8463         * dbus/dbus-string.c (_dbus_string_set_byte): new
8464
8465 2003-01-31  Havoc Pennington  <hp@pobox.com>
8466
8467         * dbus/dbus-message.c: refactor the test code to be more general,
8468         in preparation for writing a "randomly permute test cases to
8469         try to break the loader" program.
8470
8471 2003-01-31  Havoc Pennington  <hp@pobox.com>
8472
8473         * doc/dbus-specification.sgml: work on the specification
8474
8475         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
8476         the protocol version of the message.
8477
8478         * dbus/dbus-protocol.h: drop special _REPLY names, the spec
8479         no longer specifies that.
8480         (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
8481         1/2/3/4)
8482
8483         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
8484         "break" for DBUS_TYPE_NIL, remove @todo
8485
8486 2003-01-31  Havoc Pennington  <hp@pobox.com>
8487
8488         * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
8489         just set_is_error/get_is_error as this is a commonly-used
8490         function, and write docs.
8491
8492 2003-01-31  Anders Carlsson  <andersca@codefactory.se>
8493
8494         * dbus/dbus-address.c: (dbus_address_entry_free):
8495         Free key and value lists.
8496
8497         * dbus/dbus-internals.c: (_dbus_type_to_string):
8498         Add the types we didn't have.
8499
8500         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
8501         (_dbus_marshal_validate_arg):
8502         Add NIL types.
8503
8504         * dbus/dbus-message.c: (dbus_message_set_sender):
8505         Remove todo about being able to set sender to NULL.
8506
8507         (dbus_message_set_is_error_reply),
8508         (dbus_message_get_is_error_reply):
8509         * dbus/dbus-message.h:
8510         New functions.
8511
8512         * dbus/dbus-protocol.h:
8513         Add error reply flag.
8514
8515         * test/data/valid-messages/opposite-endian.message:
8516         Add NIL type to test.
8517
8518 2003-01-31  Havoc Pennington  <hp@pobox.com>
8519
8520         * doc/dbus-specification.sgml: fully specify the header.  Add
8521         flags and major protocol version, and change header/body len to
8522         unsigned.
8523
8524         * dbus/dbus-message-builder.c (append_saved_length): append length
8525         as uint32
8526
8527         * dbus/dbus-message.c (dbus_message_create_header): change header
8528         length and body length to unsigned. Add the new fields from the
8529         spec
8530         (_dbus_message_loader_return_buffer): unsigned header/body len
8531
8532 2003-01-30  Havoc Pennington  <hp@pobox.com>
8533
8534         * dbus/dbus-auth.c: rework to use only REJECTED, no
8535         MECHANISMS
8536
8537         * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
8538         use REJECTED, suggested by Mark McLoughlin
8539
8540 2003-01-30  Havoc Pennington  <hp@pobox.com>
8541
8542         * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
8543         a better way to report errors here. e.g.  "unix address lacks
8544         path" or something. also "no such file" when the path doesn't
8545         exist, etc.
8546
8547         * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
8548         leaking list nodes
8549         (dbus_parse_address): add @todo about documenting address format,
8550         and allowing , and ; to be escaped
8551
8552 2003-01-30  Anders Carlsson  <andersca@codefactory.se>
8553
8554         * dbus/Makefile.am:
8555         Add dbus-address.[ch]
8556
8557         * dbus/dbus-address.c: (dbus_address_entry_free),
8558         (dbus_address_entries_free), (create_entry),
8559         (dbus_address_entry_get_method), (dbus_address_entry_get_value),
8560         (dbus_parse_address), (_dbus_address_test):
8561         * dbus/dbus-address.h:
8562         New files for dealing with address parsing.
8563
8564         * dbus/dbus-connection.c:
8565         Document timeout functions.
8566
8567         * dbus/dbus-message.c:
8568         Document dbus_message_new_from_message.
8569
8570         * dbus/dbus-server-debug.c:
8571         Document.
8572
8573         * dbus/dbus-server.c: (dbus_server_listen):
8574         Parse address and use correct server implementation.
8575
8576         * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
8577         * dbus/dbus-string.h:
8578         New function with test.
8579
8580         * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
8581         * dbus/dbus-test.h:
8582         Add address tests.
8583
8584         * dbus/dbus-transport-debug.c:
8585         Document.
8586
8587         * dbus/dbus-transport.c: (_dbus_transport_open):
8588         Parse address and use correct transport implementation.
8589
8590 2003-01-30  Havoc Pennington  <hp@pobox.com>
8591
8592         * dbus/dbus-message.c: use message->byte_order instead of
8593         DBUS_COMPILER_BYTE_ORDER throughout.
8594         (dbus_message_create_header): pad header to align the
8595         start of the body of the message to 8-byte boundary
8596
8597         * dbus/dbus-marshal.h: make all the demarshalers take const
8598         DBusString arguments.
8599
8600         * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
8601         validate message args here, so we don't have to do slow validation
8602         later, and so we catch bad messages as they are incoming. Also add
8603         better checks on header_len and body_len. Also fill in
8604         message->byte_order
8605
8606         * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
8607         implemented properly)
8608         (_dbus_string_validate_nul): new function to check all-nul
8609
8610         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
8611         get_arg_end_pos and remove all validation
8612         (_dbus_marshal_validate_arg): actually do validation here.
8613
8614 2003-01-29  Havoc Pennington  <hp@pobox.com>
8615
8616         * dbus/dbus-message.c (check_message_handling): fix assertion
8617         failure on set_client_serial
8618
8619 2003-01-28  Havoc Pennington  <hp@pobox.com>
8620
8621         * dbus/dbus-server-debug.c: Add doc section comments
8622
8623         * dbus/dbus-transport-debug.c: add doc section comments
8624
8625 2003-01-28  Havoc Pennington  <hp@redhat.com>
8626
8627         * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
8628         the reverse order from how I had it
8629         (_dbus_string_base64_encode): reverse encoding order. I was
8630         basically byteswapping everything during encoding.
8631
8632 2003-01-28  Anders Carlsson  <andersca@codefactory.se>
8633
8634         * dbus/dbus-connection-internal.h:
8635         * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
8636         (_dbus_connection_remove_timeout):
8637         Add functions for adding and removing timeouts.
8638
8639         * dbus/dbus-message.c: (dbus_message_new_from_message):
8640         Add new function that takes a message and creates an exact
8641         copy of it, but with the refcount set to 1.
8642         (check_message_handling):
8643         Fix build error.
8644
8645         * dbus/dbus-server-protected.h:
8646         * dbus/dbus-server.c: (_dbus_server_init_base),
8647         (_dbus_server_finalize_base), (_dbus_server_add_timeout),
8648         (dbus_server_set_timeout_functions):
8649         (_dbus_server_remove_timeout):
8650         New functions so that a server can add and remove timeouts.
8651
8652         (dbus_server_listen):
8653         Add commented out call to dbus_server_debug_new.
8654
8655         * dbus/dbus-timeout.c: (_dbus_timeout_new):
8656         Actually set the handler, doh.
8657
8658         * dbus/dbus-transport.c: (_dbus_transport_open):
8659         Add commented out call to dbus_transport_debug_client_new.
8660
8661         * dbus/Makefile.am:
8662         Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
8663
8664 2003-01-28  Havoc Pennington  <hp@pobox.com>
8665
8666         * dbus/dbus-message.c (check_message_handling): function to check
8667         on the loaded message, iterates over it etc.
8668
8669 2003-01-28  Havoc Pennington  <hp@pobox.com>
8670
8671         * test/Makefile.am (dist-hook): fix make distdir
8672
8673         * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
8674
8675 2003-01-27  Havoc Pennington  <hp@pobox.com>
8676
8677         * dbus/dbus-mempool.c (time_for_size): replace printf with
8678         _dbus_verbose
8679
8680         * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
8681         empty lines; fix the SAVE_LENGTH stuff to be
8682         START_LENGTH/END_LENGTH so it actually works; couple other
8683         bugfixes
8684
8685         * test/Makefile.am (dist-hook): add dist-hook for .message files
8686
8687         * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
8688         can be constant or locked.
8689         (_dbus_string_free): allow freeing a const string as
8690         documented/intended
8691
8692         * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
8693
8694         * dbus/dbus-test-main.c (main): take an argument which is the
8695         directory containing test data
8696
8697         * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
8698         argument to this and load all the messages in test/data/
8699         checking that they can be loaded or not loaded as appropriate.
8700
8701 2003-01-27  Anders Carlsson  <andersca@codefactory.se>
8702
8703         * bus/dispatch.c: (bus_dispatch_message_handler):
8704         Dispatch messages sent to services.
8705
8706         * bus/driver.c: (bus_driver_send_service_deleted),
8707         (bus_driver_send_service_created), (bus_driver_send_service_lost),
8708         (bus_driver_send_service_acquired):
8709         Add helper functions for sending service related messages.
8710
8711         (bus_driver_send_welcome_message):
8712         Send HELLO_REPLY instead of WELCOME.
8713
8714         (bus_driver_handle_list_services):
8715         Send LIST_SERVICES_REPLY instead of SERVICES.
8716
8717         (bus_driver_handle_own_service),
8718         (bus_driver_handle_service_exists):
8719         New message handlers.
8720
8721         (bus_driver_handle_message):
8722         Invoke new message handlers.
8723
8724         (bus_driver_remove_connection):
8725         Don't remove any services here since that's done automatically
8726         by bus_service_remove_owner now.
8727
8728         * bus/driver.h:
8729         New function signatures.
8730
8731         * bus/services.c: (bus_service_add_owner):
8732         Send ServiceAcquired message if we're the only primary owner.
8733
8734         (bus_service_remove_owner):
8735         Send ServiceAcquired/ServiceLost messages.
8736
8737         (bus_service_set_prohibit_replacement),
8738         (bus_service_get_prohibit_replacement):
8739         Functions for setting prohibit replacement.
8740
8741         (bus_service_has_owner):
8742         New function that checks if a connection is in the owner queue of
8743         a certain service.
8744
8745         * bus/services.h:
8746         Add new function signatures.
8747
8748         * dbus/dbus-list.c: (_dbus_list_test):
8749         Add tests for _dbus_list_remove_last and traversing the list backwards.
8750
8751         * dbus/dbus-list.h:
8752         Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
8753         go any further, so return NULL then.
8754
8755         * dbus/dbus-protocol.h:
8756         Add new messages, service flags and service replies.
8757
8758 2003-01-26  Havoc Pennington  <hp@pobox.com>
8759
8760         * dbus/dbus-message-builder.c: implement, completely untested.
8761
8762         * test/data/*: add data to be used in testing.
8763         ".message" files are our simple loadable text format.
8764         ".message-raw" will be binary dumps of messages.
8765
8766         * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
8767
8768 2003-01-26  Havoc Pennington  <hp@pobox.com>
8769
8770         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
8771
8772         * dbus/dbus-errors.c (dbus_result_to_string): add
8773         file errors
8774
8775         * dbus/dbus-message-builder.c: new file, will contain code to load
8776         up messages from files. Not implemented yet.
8777
8778 2003-01-26  Havoc Pennington  <hp@pobox.com>
8779
8780         * dbus/dbus-message.c (dbus_message_set_sender): support deleting
8781         the sender by setting to NULL
8782
8783 2003-01-26  Havoc Pennington  <hp@pobox.com>
8784
8785         The unit tests pass, but otherwise untested.  If it breaks, the
8786         tests should have been better. ;-)
8787
8788         * bus/driver.c (bus_driver_handle_hello): return if we disconnect
8789         the connection.
8790
8791         * dbus/dbus-message.c: redo everything so we maintain
8792         message->header as the only copy of the various fields.
8793         This avoids the possibility of out-of-memory in some cases,
8794         for example dbus_message_lock() can't run out of memory anymore,
8795         and avoids extra copying. Figured I may as well go ahead and do
8796         this since it was busted for dbus_message_lock to not return
8797         failure on OOM, and dbus_message_write_header was totally
8798         unchecked for OOM. Also fixed some random other bugs.
8799
8800         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
8801         that strings are nul-terminated. Also, end_pos can be equal
8802         to string length just not greater than, I think.
8803         (_dbus_marshal_set_int32): new function
8804         (_dbus_marshal_set_uint32): new function
8805         (_dbus_marshal_set_string): new function
8806
8807         * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
8808         a warning, init timeout_list to NULL
8809         (dbus_connection_send_message): don't use uninitialized variable
8810         "serial"
8811
8812         * dbus/dbus-string.c (_dbus_string_replace_len): new function
8813
8814 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
8815
8816         * bus/driver.c: (bus_driver_handle_hello),
8817         (bus_driver_send_welcome_message):
8818         Plug leaks
8819
8820 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
8821
8822         * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
8823         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
8824         (dbus_connection_unref):
8825         * dbus/dbus-marshal.c: (_dbus_marshal_test):
8826         * dbus/dbus-message.c: (dbus_message_unref),
8827         Plug memory leaks.
8828
8829         (dbus_message_get_fields):
8830         Remove debugging printout.
8831
8832         (_dbus_message_loader_return_buffer):
8833         Don't store the header string.
8834
8835         (_dbus_message_test):
8836         Plug leaks.
8837
8838 2003-01-26  Richard Hult  <rhult@codefactory.se>
8839
8840         * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
8841         the file descriptor list, since it can change under us.
8842
8843 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
8844
8845         * glib/dbus-gmain.c: (dbus_connection_prepare),
8846         (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
8847         (remove_watch), (dbus_connection_hookup_with_g_main):
8848         Rewrite the glib handling to use its own GSource instead of a
8849         GIOChannel so we can catch messages put in the queue while waiting
8850         for a reply.
8851
8852 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
8853
8854         * bus/Makefile.am:
8855         * bus/connection.c: (connection_disconnect_handler),
8856         (connection_watch_callback), (bus_connection_setup):
8857         * bus/dispatch.c: (send_one_message),
8858         (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
8859         (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
8860         * bus/dispatch.h:
8861         * bus/driver.c: (bus_driver_send_service_deleted),
8862         (bus_driver_send_service_created), (bus_driver_handle_hello),
8863         (bus_driver_send_welcome_message),
8864         (bus_driver_handle_list_services), (bus_driver_remove_connection),
8865         (bus_driver_handle_message):
8866         * bus/driver.h:
8867         Refactor code, put the message dispatching in its own file. Use
8868         _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
8869         is disconnected.
8870
8871 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
8872
8873         * dbus/dbus-internals.h:
8874         Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
8875
8876         * dbus/dbus-message.c: (dbus_message_get_sender):
8877         * dbus/dbus-message.h:
8878         Implement dbus_message_get_sender.
8879
8880         * dbus/dbus-protocol.h:
8881         Add message and service defines.
8882
8883 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
8884
8885         * dbus/dbus-connection.c: (dbus_connection_send_message):
8886         * dbus/dbus-message-internal.h:
8887         * dbus/dbus-message.c: (_dbus_message_get_client_serial),
8888         (dbus_message_write_header):
8889         Remove _dbus_messag_unlock and don't set the client serial on a
8890         message if one already exists.
8891
8892 2003-01-24  Havoc Pennington  <hp@pobox.com>
8893
8894         * dbus/dbus-list.c (alloc_link): put a thread lock on the global
8895         list_pool
8896
8897         * bus/driver.c (bus_driver_handle_list_services): fix a leak
8898         on OOM
8899
8900 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
8901
8902         * dbus/dbus-list.c: (alloc_link), (free_link):
8903         Use a memory pool for the links.
8904
8905 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
8906
8907         * bus/connection.c: (bus_connection_foreach):
8908         * bus/connection.h:
8909         Add new bus_connection_foreach function.
8910
8911         * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
8912         Add function that broadcasts a message to all clients.
8913
8914         (bus_driver_send_service_created), (bus_driver_handle_hello),
8915         (bus_driver_send_welcome_message),
8916         (bus_driver_handle_list_services), (bus_driver_message_handler):
8917         Implement functions that take care of listing services, and notifying
8918         clients when new services are created.
8919
8920         * bus/services.c: (bus_services_list):
8921         * bus/services.h:
8922         Add new function that returns an array of strings with the currently
8923         registered services.
8924
8925         * glib/dbus-glib.h:
8926         * glib/dbus-gmain.c:
8927         Update copyright year.
8928
8929 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
8930
8931         * dbus/dbus-connection.c: (dbus_connection_send_message):
8932         Unlock the message in case it was sent earlier.
8933
8934         (dbus_connection_send_message_with_reply_and_block):
8935         Remove the reply message from the list.
8936
8937         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
8938         Set array_len and new_pos correctly.
8939
8940         (_dbus_marshal_test):
8941         Remove debug output.
8942
8943         * dbus/dbus-message-internal.h:
8944         * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
8945         New function that returns the reply serial.
8946
8947         (_dbus_message_unlock):
8948         New function that unlocks a message and resets its header.
8949
8950         (dbus_message_append_string_array),
8951         (dbus_message_get_fields_valist),
8952         (dbus_message_iter_get_field_type),
8953         (dbus_message_iter_get_string_array),
8954         (dbus_message_get_fields),
8955         (dbus_message_append_fields_valist):
8956         Handle string arrays.
8957
8958         (dbus_message_set_sender):
8959         Make this function public since the bus daemon needs it.
8960
8961         (decode_header_data):
8962         Set the reply serial to -1 initially.
8963
8964         * dbus/dbus-message.h:
8965         Add dbus_message_set_sender.
8966
8967 2003-01-24  Havoc Pennington  <hp@pobox.com>
8968
8969         * doc/dbus-specification.sgml: add some stuff
8970
8971 2003-01-22  Havoc Pennington  <hp@pobox.com>
8972
8973         * doc/dbus-specification.sgml: Start to document the protocol.
8974
8975 2003-01-22  Havoc Pennington  <hp@pobox.com>
8976
8977         * dbus/dbus-connection.c
8978         (dbus_connection_send_message_with_reply_and_block): add some @todo
8979
8980         * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
8981
8982 2003-01-21  Havoc Pennington  <hp@pobox.com>
8983
8984         (patch untested because can't compile)
8985
8986         * bus/driver.c (create_unique_client_name): make this function
8987         never recycle client names. Also, caller should initialize
8988         the DBusString.
8989
8990         * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
8991
8992 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
8993
8994         * dbus/dbus-marshal.c: (_dbus_marshal_double),
8995         (_dbus_marshal_int32), (_dbus_marshal_uint32),
8996         (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
8997         (_dbus_marshal_double_array), (_dbus_marshal_string_array),
8998         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
8999         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
9000         (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
9001         * dbus/dbus-marshal.h:
9002         * dbus/dbus-protocol.h:
9003         Add support for marshalling and demarshalling integer, double
9004         and string arrays.
9005
9006 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
9007
9008         * bus/Makefile.am:
9009         Add driver.[ch]
9010
9011         * bus/connection.c: (connection_disconnect_handler):
9012         Remove the connection from the bus driver's list.
9013
9014         (connection_watch_callback): Dispatch messages.
9015
9016         (free_connection_data): Free connection name.
9017
9018         (bus_connection_setup): Add connection to the bus driver's list.
9019         (bus_connection_remove_owned_service):
9020         (bus_connection_set_name), (bus_connection_get_name):
9021         Add functions for setting and getting the connection's name.
9022
9023         * bus/connection.h:
9024         Add function headers.
9025
9026         * bus/driver.c: (create_unique_client_name),
9027         (bus_driver_handle_hello_message),
9028         (bus_driver_send_welcome_message), (bus_driver_message_handler),
9029         (bus_driver_add_connection), (bus_driver_remove_connection):
9030         * bus/driver.h:
9031         * bus/main.c:
9032         * bus/services.c: (bus_service_free):
9033         * bus/services.h:
9034         New file that handles communication and registreation with the bus
9035         itself.
9036
9037 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
9038
9039         * dbus/dbus-connection.c: (dbus_connection_send_message):
9040         Add a new client_serial parameter.
9041
9042         (dbus_connection_send_message_with_reply):
9043         Remove a @todo since we've implemented the blocking function.
9044
9045         (dbus_connection_send_message_with_reply_and_block):
9046         New function that sends a message and waits for a reply and
9047         then returns the reply.
9048
9049         * dbus/dbus-connection.h:
9050         Add new functions.
9051
9052         * dbus/dbus-errors.c: (dbus_result_to_string):
9053         * dbus/dbus-errors.h:
9054         Add new DBUS_RESULT.
9055
9056         * dbus/dbus-message-internal.h:
9057         * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
9058         (_dbus_message_set_sender), (dbus_message_write_header),
9059         (dbus_message_new_reply), (decode_header_data),
9060         (_dbus_message_loader_return_buffer), (_dbus_message_test):
9061         * dbus/dbus-message.h:
9062         Add new functions that set the reply serial and sender.
9063         Also marshal and demarshal them correctly and add test.
9064
9065         * dbus/dbus-protocol.h:
9066         Add new DBUS_MESSAGE_TYPE_SENDER.
9067
9068         * glib/dbus-glib.h:
9069         * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
9070         (add_watch), (remove_watch), (add_timeout), (remove_timeout),
9071         (dbus_connection_hookup_with_g_main):
9072         * glib/test-dbus-glib.c: (main):
9073         Rewrite to use GIOChannel and remove the GSource crack.
9074
9075         * test/echo-client.c: (main):
9076         * test/watch.c: (check_messages):
9077         Update for changed APIs
9078
9079 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
9080
9081         * dbus/Makefile.am: Add dbus-timeout.[cħ]
9082
9083         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
9084         Create a DBusTimeoutList.
9085         (dbus_connection_set_timeout_functions): Add new function to
9086         set timeout callbacks
9087
9088         * dbus/dbus-connection.h: Add public DBusTimeout API.
9089
9090         * dbus/dbus-message.c: (dbus_message_get_service):
9091         * dbus/dbus-message.h:  New function.
9092
9093         * dbus/dbus-server.c: Fix small doc typo.
9094
9095         * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
9096
9097 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
9098
9099         * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
9100         of the string, just as long as specified.
9101
9102 2003-01-19  Havoc Pennington  <hp@pobox.com>
9103
9104         * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
9105         new function
9106
9107         * dbus/dbus-server.c (dbus_server_set_max_connections)
9108         (dbus_server_get_max_connections, dbus_server_get_n_connections):
9109         keep track of current number of connections, and add API for
9110         setting a max (but haven't implemented enforcing the max yet)
9111
9112 2003-01-18  Havoc Pennington  <hp@pobox.com>
9113
9114         * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
9115         reading/writing if read_watch != NULL or write_watch != NULL.
9116
9117         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
9118         the message loader code to actually load message->header and
9119         message->body into the newly-created message.
9120
9121         * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
9122         in OOM case
9123
9124         * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
9125         (dbus_connection_get_max_message_size)
9126         (dbus_connection_set_max_live_messages_size)
9127         (dbus_connection_get_max_live_messages_size): implement some
9128         resource limitation functions
9129
9130         * dbus/dbus-resources.c: new file implementing some of the
9131         resource limits stuff
9132
9133         * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
9134         missing docs, add @todo to handle OOM etc.
9135
9136         * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
9137         docs
9138
9139 2003-01-18  Havoc Pennington  <hp@pobox.com>
9140
9141         * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
9142         connection if it hasn't been already.
9143
9144         * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
9145         replace with DisconnectFunction.
9146
9147 2003-01-18  Havoc Pennington  <hp@pobox.com>
9148
9149         Building --disable-verbose-mode --disable-asserts --disable-tests
9150         cuts the library from 112K to 45K or so
9151
9152         * configure.in: check for varargs macro support,
9153         add --enable-verbose-mode, --enable-asserts.
9154
9155         * dbus/dbus-internals.h (_dbus_assert): support
9156         DBUS_DISABLE_ASSERT
9157         (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
9158
9159 2003-01-18  Havoc Pennington  <hp@pobox.com>
9160
9161         * dbus/dbus-test.c: include config.h so that tests actually run
9162
9163         * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
9164         so the failure mode when that assumption fails will be plenty
9165         obvious.
9166
9167 2003-01-18  Havoc Pennington  <hp@pobox.com>
9168
9169         * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
9170
9171         * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
9172         the distribution
9173
9174         * test/Makefile.am: don't use special variable "TESTS" for echo-*
9175         since we don't want to use those in make check
9176
9177 2003-01-15  Havoc Pennington  <hp@redhat.com>
9178
9179         Release 0.2
9180
9181         * NEWS: update
9182
9183 2003-01-15  Havoc Pennington  <hp@redhat.com>
9184
9185         * test/Makefile.am: fix so that test source code ends up in the
9186         distribution on make distcheck
9187
9188 2003-01-15  Havoc Pennington  <hp@redhat.com>
9189
9190         Release 0.1.
9191
9192         * NEWS: update
9193
9194 2003-01-15  Havoc Pennington  <hp@redhat.com>
9195
9196         * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
9197         fix build when --disable-tests
9198
9199         * Makefile.am (EXTRA_DIST): put HACKING in here
9200
9201         * HACKING: document procedure for making a tarball release.
9202
9203 2003-01-14  Anders Carlsson  <andersca@codefactory.se>
9204
9205         * bus/connection.c: (connection_error_handler),
9206         (bus_connection_setup):
9207         * bus/main.c: (main):
9208         Make sure that the DBusConnectionData struct is NULLed
9209         out to prevent a segfault.
9210
9211         * dbus/dbus-errors.c: (dbus_result_to_string):
9212         * dbus/dbus-errors.h:
9213         * dbus/dbus-message.c: (dbus_message_get_fields),
9214         (dbus_message_get_fields_valist), (_dbus_message_test):
9215         * dbus/dbus-message.h:
9216         Make dbus_message_get_fields return a result code so we can
9217         track invalid fields as well as oom.
9218
9219 2003-01-11  Havoc Pennington  <hp@pobox.com>
9220
9221         * configure.in: change --enable-test/--enable-ansi action-if-given
9222         to enable_foo=$enableval instead of enable_foo=yes
9223
9224 2003-01-08  Havoc Pennington  <hp@pobox.com>
9225
9226         * dbus/dbus-string.c (_dbus_string_align_length): new function
9227
9228         * dbus/dbus-test-main.c: move main() for test app here
9229         * dbus/dbus-test.c
9230         (dbus_internal_symbol_do_not_use_run_tests): we have to export a
9231         symbol to run tests, because dbus-test isn't in the main
9232         library
9233
9234         Code review nitpicks.
9235
9236         * dbus/dbus-message.c (dbus_message_write_header): add newlines
9237         for people with narrow emacs ;-). Assert client_serial was filled
9238         in. Assert message->name != NULL.
9239         (dbus_message_append_fields): have "first_field_type" arg separate
9240         from va list, needed for C++ binding that also uses varargs IIRC
9241         and helps with type safety
9242         (dbus_message_new): add @todo about using DBusString to store
9243         service/name internally
9244         (dbus_message_new): don't leak ->service and ->name on OOM later
9245         in the function
9246         (dbus_message_unref): free the service name
9247         (dbus_message_get_fields): same change to varargs
9248         i.e. first_field_type
9249         (_dbus_message_loader_return_buffer): assert that the message data
9250         is aligned (if not it's a bug in our code). Put in verbose griping
9251         about why we set corrupted = TRUE.
9252         (decode_header_data): add FIXME that char* is evil.  Was going to
9253         add FIXME about evil locale-specific string.h strncmp, but just
9254         switched to wacky string-as-uint32 optimization. Move check for
9255         "no room for field name" above get_const_data_len() to avoid
9256         assertion failure in get_const_data_len if we have trailing 2
9257         bytes or the like. Check for service and name fields being
9258         provided twice. Don't leak service/name on error. Require field
9259         names to be aligned to 4 bytes.
9260
9261         * dbus/dbus-marshal.c: move byte swap stuff to header
9262         (_dbus_pack_int32): uscore-prefix
9263         (_dbus_unpack_int32): uscore-prefix
9264         (_dbus_unpack_uint32): export
9265         (_dbus_demarshal_string): add @todo complaining about use of
9266         memcpy()
9267         (_dbus_marshal_get_field_end_pos): add @todo about bad error
9268         handling allowing corrupt data to go unchecked
9269
9270 2003-01-08  Havoc Pennington  <hp@redhat.com>
9271
9272         * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
9273         to the select() as needed for authentication. (should be using
9274         _dbus_poll() not select, but for another day)
9275
9276         * dbus/dbus.h: include dbus/dbus-protocol.h
9277
9278 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
9279
9280         * dbus/Makefile.am (dbusinclude_HEADERS): Install
9281         dbus-connection.h
9282
9283 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
9284
9285         * dbus/dbus-internals.c: (_dbus_type_to_string):
9286         New function that returns a string describing a type.
9287
9288         * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
9289         * dbus/dbus-marshal.h:
9290         * dbus/dbus-message.c: (dbus_message_get_fields_valist),
9291         (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
9292         (dbus_message_iter_get_byte_array):
9293         * dbus/dbus-message.h:
9294         Add new convenience functions for appending and getting message fields.
9295         Also add demarshalling routines for byte arrays.
9296
9297 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
9298
9299         * dbus/dbus-connection-internal.h:
9300         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
9301         (_dbus_connection_get_next_client_serial),
9302         (dbus_connection_send_message):
9303         * dbus/dbus-internals.h:
9304         * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
9305         (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
9306         (_dbus_marshal_uint32), (_dbus_demarshal_double),
9307         (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
9308         (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
9309         (_dbus_verbose_bytes), (_dbus_marshal_test):
9310         * dbus/dbus-marshal.h:
9311         * dbus/dbus-message-internal.h:
9312         * dbus/dbus-message.c: (_dbus_message_set_client_serial),
9313         (dbus_message_write_header), (_dbus_message_lock),
9314         (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
9315         (dbus_message_get_name), (dbus_message_append_int32),
9316         (dbus_message_append_uint32), (dbus_message_append_double),
9317         (dbus_message_append_string), (dbus_message_append_byte_array),
9318         (dbus_message_get_fields_iter), (dbus_message_iter_ref),
9319         (dbus_message_iter_unref), (dbus_message_iter_has_next),
9320         (dbus_message_iter_next), (dbus_message_iter_get_field_type),
9321         (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
9322         (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
9323         (decode_header_data), (_dbus_message_loader_return_buffer),
9324         (message_iter_test), (_dbus_message_test):
9325         * dbus/dbus-message.h:
9326         * dbus/dbus-protocol.h:
9327         * dbus/dbus-test.c: (main):
9328         * dbus/dbus-test.h:
9329         * glib/test-dbus-glib.c: (message_handler), (main):
9330         * test/echo-client.c: (main):
9331         * test/watch.c: (check_messages):
9332         Make messages sendable and receivable for real.
9333
9334 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
9335
9336         * dbus/dbus-marshal.c: (_dbus_marshal_double),
9337         (_dbus_marshal_string), (_dbus_marshal_byte_array):
9338         * dbus/dbus-message.c: (dbus_message_append_int32),
9339         (dbus_message_append_uint32), (dbus_message_append_double),
9340         (dbus_message_append_string), (dbus_message_append_byte_array):
9341         Handle OOM restoration.
9342
9343 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
9344
9345         * dbus/dbus-marshal.c: (_dbus_marshal_string),
9346         (_dbus_demarshal_string), (_dbus_marshal_test):
9347         * dbus/dbus-marshal.h:
9348         * dbus/dbus-message.c: (dbus_message_get_name),
9349         Document these functions.
9350
9351         (dbus_message_append_int32), (dbus_message_append_uint32),
9352         (dbus_message_append_double), (dbus_message_append_string),
9353         (dbus_message_append_byte_array):
9354         * dbus/dbus-message.h:
9355         Add functions for adding message fields of different types.
9356
9357         * dbus/dbus-protocol.h:
9358         Add the different types.
9359
9360 2003-01-05  Havoc Pennington  <hp@pobox.com>
9361
9362         * bus/connection.c: implement routines for handling connections,
9363         first thing is keeping a list of owned services on each connection
9364         and setting up watches etc.
9365
9366         * bus/services.c: implement a mapping from service names to lists
9367         of connections
9368
9369         * dbus/dbus-hash.c: add DBUS_HASH_POINTER
9370
9371         * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
9372         to use static mutexes for global data
9373
9374         * dbus/dbus-connection.c (dbus_connection_set_data): add new
9375         collection of functions to set/get application-specific data
9376         on the DBusConnection.
9377
9378 2003-01-04  Havoc Pennington  <hp@pobox.com>
9379
9380         * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
9381         (_dbus_poll): new function
9382
9383         * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
9384         copied from GLib
9385
9386         * bus/loop.c: initial code for the daemon main loop
9387
9388 2003-01-04  Havoc Pennington  <hp@pobox.com>
9389
9390         * test/watch.c (error_handler): make it safe if the error handler
9391         is called multiple times (if we s/error handler/disconnect
9392         handler/ we should just guarantee it's called only once)
9393
9394         * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
9395         error handler on disconnect (it's quite possible we should
9396         just change the error handler to a "disconnect handler," I'm
9397         not sure we have any other meaningful errors)
9398
9399         * configure.in: check for getpwnam_r
9400
9401         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
9402         dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
9403         mechanism as in SASL spec, using socket credentials
9404
9405         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
9406         (_dbus_send_credentials_unix_socket): new function
9407
9408         * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
9409         dbus_accept()
9410         (_dbus_write): only check errno if <0 returned
9411         (_dbus_write_two): ditto
9412
9413 2003-01-02  Anders Carlsson  <andersca@codefactory.se>
9414
9415         * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
9416         (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
9417         (_dbus_marshal_test):
9418         * dbus/dbus-marshal.h:
9419         Add _dbus_marshal_byte_array and rename _dbus_marshal_string
9420         to _dbus_marshal_utf8_string. Also fix some tests.
9421
9422 2002-12-28  Harri Porten  <porten@kde.org>
9423
9424         * configure.in: added check for C++ compiler and a very cheesy
9425         check for the Qt integration
9426
9427         * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
9428
9429         * qt/Makefile.am: added
9430
9431         * qt/.cvsignore: added
9432
9433         * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
9434         latter, added #ifdef QT_THREAD_SUPPORT guard.
9435
9436         * dbus/Makefile.am: added missing headers for make dist
9437
9438 2002-12-28  Kristian Rietveld  <kris@gtk.org>
9439
9440         * dbus/Makefile.am: fixup export-symbols-regex.
9441
9442 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
9443
9444         * acinclude.m4: Add this file and put the
9445         PKG_CHECK_MODULE macro in it.
9446
9447 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
9448
9449         * dbus/dbus-marshal.c: (_dbus_marshal_string),
9450         (_dbus_demarshal_double), (_dbus_demarshal_int32),
9451         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
9452         (_dbus_marshal_test):
9453         Make the demarshalling routines align the pos argument.
9454         Add string marshalling tests and fix the obvious bugs
9455         discovered.
9456
9457 2002-12-26  Havoc Pennington  <hp@pobox.com>
9458
9459         * dbus/dbus-auth.c: fixes fixes fixes
9460
9461         * dbus/dbus-transport-unix.c: wire up support for
9462         encoding/decoding data on the wire
9463
9464         * dbus/dbus-auth.c (_dbus_auth_encode_data)
9465         (_dbus_auth_decode_data): append to target string
9466         instead of nuking it.
9467
9468 2002-12-26  Havoc Pennington  <hp@pobox.com>
9469
9470         * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
9471         WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
9472         doh
9473
9474         * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
9475         avoid swap_bytes() overhead (ignoring possible assembly stuff for
9476         now). Main point is because I wanted unpack_uint32 to implement
9477         _dbus_verbose_bytes
9478         (_dbus_verbose_bytes): new function
9479
9480         * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
9481
9482         * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
9483         mechanism to handle a corrupt message stream
9484         (_dbus_message_loader_new): fix preallocation to only prealloc,
9485         not prelengthen
9486
9487         * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
9488         (_dbus_string_test): enhance tests for copy/move and fix the
9489         functions
9490
9491         * dbus/dbus-transport-unix.c: Hold references in more places to
9492         avoid reentrancy problems
9493
9494         * dbus/dbus-transport.c: ditto
9495
9496         * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
9497         leak reference count in no-message case
9498
9499         * test/watch.c (do_mainloop): handle adding/removing watches
9500         during iteration over the watches. Also, ref the connection/server
9501         stored on a watch, so we don't try to mangle a destroyed one.
9502
9503         * dbus/dbus-transport-unix.c (do_authentication): perform
9504         authentication
9505
9506         * dbus/dbus-auth.c (get_state): add a state
9507         AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
9508         (_dbus_auth_get_unused_bytes): append the unused bytes
9509         to the passed in string, rather than prepend
9510
9511         * dbus/dbus-transport.c (_dbus_transport_init_base): create
9512         the auth conversation DBusAuth
9513
9514         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
9515         (_dbus_transport_new_for_domain_socket): when creating a
9516         transport, pass in whether it's a client-side or server-side
9517         transport so we know which DBusAuth to create
9518
9519 2002-12-03  Havoc Pennington  <hp@pobox.com>
9520
9521         * dbus/dbus-transport-unix.c (unix_finalize): finalize base
9522         _after_ finalizing the derived members
9523         (unix_connection_set): unref watch if we fail to add it
9524
9525         * dbus/dbus-connection.c (dbus_connection_unref): delete the
9526         transport first, so that the connection owned by the
9527         transport will be valid as the transport finalizes.
9528
9529         * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
9530         if necessary, and remove watches from the connection.
9531
9532         * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
9533
9534 2002-12-26  Anders Carlsson  <andersca@codefactory.se>
9535
9536         * dbus/dbus-marshal.c: (_dbus_marshal_string),
9537         (_dbus_demarshal_double), (_dbus_demarshal_int32),
9538         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
9539         (_dbus_marshal_test):
9540         * dbus/dbus-marshal.h:
9541         Add string marshal functions and have the demarshal functions
9542         return the new position.
9543
9544 2002-12-25  Havoc Pennington  <hp@pobox.com>
9545
9546         * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
9547         it is a simple protocol that just maps directly to SASL.
9548
9549         * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
9550         initial implementation, not actually used yet.
9551
9552         * dbus/dbus-string.c (_dbus_string_find): new function
9553         (_dbus_string_equal): new function
9554         (_dbus_string_base64_encode): new function
9555         (_dbus_string_base64_decode): new function
9556
9557 2002-12-25  Anders Carlsson  <andersca@codefactory.se>
9558
9559         * dbus/Makefile.am:
9560         * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
9561         (_dbus_marshal_int32), (_dbus_marshal_uint32),
9562         (_dbus_demarshal_double), (_dbus_demarshal_int32),
9563         (_dbus_demarshal_uint32), (_dbus_marshal_test):
9564         * dbus/dbus-marshal.h:
9565         * dbus/dbus-protocol.h:
9566         * dbus/dbus-test.c: (main):
9567         * dbus/dbus-test.h:
9568         Add un-optimized marshalling/demarshalling routines.
9569
9570 2002-12-25  Harri Porten  <porten@kde.org>
9571
9572         * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
9573
9574 2002-12-24  Zack Rusin  <zack@kde.org>
9575
9576         * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
9577         * qt/dbus-qt.h: skeleton with two sample implemenatation of the
9578         main loop stuff
9579
9580 2002-12-24  Havoc Pennington  <hp@pobox.com>
9581
9582         * glib/dbus-gthread.c: fix include
9583
9584         * glib/dbus-glib.h: rename DBusMessageHandler for now.
9585         I think glib API needs to change, though, as you don't
9586         want to use DBusMessageFunction, you want to use the
9587         DBusMessageHandler object. Probably
9588         dbus_connection_open_with_g_main_loop()
9589         and dbus_connection_setup_g_main_loop() or something like that
9590         (but think of better names...) that just create a connection
9591         that has watch/timeout functions etc. already set up.
9592
9593         * dbus/dbus-connection.c
9594         (dbus_connection_send_message_with_reply): new function just to
9595         show how the message handler helps us deal with replies.
9596
9597         * dbus/dbus-list.c (_dbus_list_remove_last): new function
9598
9599         * dbus/dbus-string.c (_dbus_string_test): free a string that
9600         wasn't
9601
9602         * dbus/dbus-hash.c: use memory pools for the hash entries
9603         (rebuild_table): be more paranoid about overflow, and
9604         shrink table when we can
9605         (_dbus_hash_test): reduce number of sprintfs and write
9606         valid C89. Add tests for case where we grow and then
9607         shrink the hash table.
9608
9609         * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
9610
9611         * dbus/dbus-connection.c (dbus_connection_register_handler)
9612         (dbus_connection_unregister_handler): new functions
9613
9614         * dbus/dbus-message.c (dbus_message_get_name): new
9615
9616         * dbus/dbus-list.c: fix docs typo
9617
9618         * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
9619         an object representing a handler for messages.
9620
9621 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
9622
9623         * glib/dbus-glib.h:
9624         * glib/dbus-gthread.c: (dbus_gthread_init):
9625         Don't use the gdbus prefix for public functions.
9626
9627 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
9628
9629         * Makefile.am:
9630         * configure.in:
9631         Add GLib checks and fixup .pc files
9632
9633         * glib/Makefile.am:
9634         * glib/dbus-glib.h:
9635         * glib/dbus-gmain.c: (gdbus_connection_prepare),
9636         (gdbus_connection_check), (gdbus_connection_dispatch),
9637         (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
9638         (dbus_connection_gsource_new):
9639         * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
9640         (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
9641         * glib/test-dbus-glib.c: (message_handler), (main):
9642         Add GLib support.
9643
9644 2002-12-15  Harri Porten  <porten@kde.org>
9645
9646         * autogen.sh: check for libtoolize before attempting to use it
9647
9648         * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
9649         struct.
9650
9651         * .cvsignore: ignore more stamp files
9652
9653         * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
9654
9655         * test/Makefile.am: added -I$(top_srcdir) to be able to compile
9656         without make install.
9657
9658 2002-12-15  Havoc Pennington  <hp@pobox.com>
9659
9660         * dbus/dbus-threads.c: add thread stubs that a higher library
9661         layer can fill in. e.g. the GLib wrapper might fill them in with
9662         GThread stuff. We still need to use this thread API to
9663         thread-safe-ize the library.
9664
9665 2002-12-12  Havoc Pennington  <hp@pobox.com>
9666
9667         * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
9668         below new interfaces and include fewer system headers.
9669
9670         * dbus/dbus-sysdeps.c (_dbus_read): new function
9671         (_dbus_write): new function
9672         (_dbus_write_two): new function
9673         (_dbus_connect_unix_socket): new function
9674         (_dbus_listen_unix_socket): new function
9675
9676         * dbus/dbus-message-internal.h: change interfaces to use
9677         DBusString
9678
9679 2002-12-11  Havoc Pennington  <hp@pobox.com>
9680
9681         * dbus/dbus-types.h: add dbus_unichar
9682
9683         * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
9684
9685         * dbus/dbus-connection.c (dbus_connection_send_message): return
9686         TRUE on success
9687
9688         * dbus/dbus-transport.c: include dbus-watch.h
9689
9690         * dbus/dbus-connection.c: include dbus-message-internal.h
9691
9692         * HACKING: add file with coding guidelines stuff.
9693
9694         * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
9695         handling here, for security purposes (as in vsftpd). Not actually
9696         using this class yet.
9697
9698         * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
9699         system/libc usage here, as in vsftpd, for ease of auditing (and
9700         should also simplify portability). Haven't actually moved all the
9701         system/libc usage into here yet.
9702
9703 2002-11-25  Havoc Pennington  <hp@pobox.com>
9704
9705         * dbus/dbus-internals.c (_dbus_verbose): fix to not
9706         always print the first verbose message.
9707
9708 2002-11-24  Havoc Pennington  <hp@pobox.com>
9709
9710         * test/echo-client.c, test/echo-server.c: cheesy test
9711         clients.
9712
9713         * configure.in (AC_CHECK_FUNCS): check for writev
9714
9715         * dbus/dbus-message.c (_dbus_message_get_network_data): new
9716         function
9717
9718         * dbus/dbus-list.c (_dbus_list_foreach): new function
9719
9720         * dbus/dbus-internals.c (_dbus_verbose): new function
9721
9722         * dbus/dbus-server.c, dbus/dbus-server.h: public object
9723         representing a server that listens for connections.
9724
9725         * dbus/.cvsignore: create
9726
9727         * dbus/dbus-errors.h, dbus/dbus-errors.c:
9728         public API for reporting errors
9729
9730         * dbus/dbus-connection.h, dbus/dbus-connection.c:
9731         public object representing a connection that
9732         sends/receives messages. (Same object used for
9733         both client and server.)
9734
9735         * dbus/dbus-transport.h, dbus/dbus-transport.c:
9736         Basic abstraction for different kinds of stream
9737         that we might read/write messages from.
9738
9739 2002-11-23  Havoc Pennington  <hp@pobox.com>
9740
9741         * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
9742         _DBUS_INT_MAX
9743
9744         * dbus/dbus-test.c (main): add list test, and include
9745         dbus-test.h as intended
9746
9747         * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
9748         (_dbus_hash_table_remove_int): return value indicates
9749         whether the entry existed to remove
9750
9751         * dbus/dbus-list.c: add linked list utility class,
9752         with docs and tests
9753
9754         * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
9755         array sometimes.
9756
9757 2002-11-23  Havoc Pennington  <hp@pobox.com>
9758
9759         * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
9760         DBUS_END_DECLS to nothing, that should fix this once and for all
9761
9762         * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
9763
9764         * dbus/dbus-message.c, dbus/dbus-hash.c:
9765         add some missing @brief
9766
9767 2002-11-23  Havoc Pennington  <hp@pobox.com>
9768
9769         * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
9770         to avoid confusing Doxygen
9771
9772         * dbus/dbus-hash.c: @} not }@
9773
9774         * dbus/dbus-message.c (struct DBusMessage): split out
9775         internals docs
9776
9777 2002-11-23  Havoc Pennington  <hp@pobox.com>
9778
9779         * configure.in: pile on more warning flags if using gcc
9780
9781         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
9782         to document static functions
9783
9784         * configure.in: add summary to end of configure so it
9785         looks nice and attractive
9786
9787         * dbus/dbus-hash.c: finish implementation and write unit
9788         tests and docs
9789
9790         * configure.in: add --enable-tests to enable unit tests
9791
9792         * dbus/dbus-test.c: test program to run unit tests
9793         for all files in dbus/*, initially runs a test for
9794         dbus-hash.c
9795
9796         * dbus/dbus-internals.h: file to hold some internal utility stuff
9797
9798 2002-11-22  Havoc Pennington  <hp@redhat.com>
9799
9800         * dbus/dbus-hash.c: copy in Tcl hash table, not yet
9801         "ported" away from Tcl
9802
9803         * dbus/dbus-types.h: header for types such as dbus_bool_t
9804
9805 2002-11-22  Havoc Pennington  <hp@redhat.com>
9806
9807         * dbus/dbus.h: fixups for doc warnings
9808
9809         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
9810         macros
9811         (QUIET): make it quiet so we can see warnings
9812
9813         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
9814
9815 2002-11-22  Havoc Pennington  <hp@redhat.com>
9816
9817         * Makefile.am: include "Doxyfile" target in all-local
9818
9819         * configure.in: generate the Doxyfile
9820
9821         * Doxyfile.in: move Doxyfile here, so we can use
9822         configure to generate a Doxyfile with the right
9823         version number etc.
9824
9825 2002-11-22  Havoc Pennington  <hp@redhat.com>
9826
9827         * dbus/dbus-message.c: move inline docs into .c file
9828
9829         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
9830         so all docs are under doc/
9831         (MAN_EXTENSION): generate man pages. Use extension
9832         ".3dbus" which matches ".3qt" on my system,
9833         I guess this is OK, I don't know really.
9834         (FILE_PATTERNS): look for .c files not .h, makes sense
9835         for plain C I think
9836
9837 2002-11-22  Havoc Pennington  <hp@pobox.com>
9838
9839         * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
9840         because any app can be a server, and any app can be a client,
9841         the bus is a special kind of server.
9842
9843 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
9844
9845         * Doxyfile : adding. Still needs Makefile rules to be generated
9846         automatically (just run "doxygen" in the toplevel dir for now to
9847         generate docs)
9848
9849         * dbus/dbus-message.h : Adding sample docs (javadoc since
9850         resembles gtk-doc a little more)
9851
9852         * dbus/dbus.h : Adding sample docs
9853
9854 2002-11-21  Havoc Pennington  <hp@redhat.com>
9855
9856         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
9857         so we can allow ourselves to include files directly,
9858         instead of having to use dbus.h
9859
9860         * dbus/dbus.h: fill in
9861
9862         * dbus/dbus-message.h: sketch out a sample header file.
9863         Include griping if you include it directly instead of
9864         via dbus.h
9865
9866         * dbus/dbus-macros.h: new file with macros for extern "C",
9867         TRUE/FALSE, NULL, etc.
9868
9869         * doc/file-boilerplate.c: put include guards in here
9870
9871 2002-11-21  Havoc Pennington  <hp@redhat.com>
9872
9873         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
9874
9875         * COPYING: include the GPL as well, and license code
9876         under both AFL and GPL.
9877
9878 2002-11-21  Havoc Pennington  <hp@redhat.com>
9879
9880         * acconfig.h: get rid of this
9881
9882         * autogen.sh (run_configure): add --no-configure option
9883
9884         * configure.in: remove AC_ARG_PROGRAM to make
9885         autoconf complain less. add AC_PREREQ.
9886         add AC_DEFINE third arg.
9887
9888 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
9889
9890         * doc/Makefile.am:
9891         Fix references so we can distcheck.
9892
9893 2002-11-21  Havoc Pennington  <hp@redhat.com>
9894
9895         * Initial module creation
9896