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