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