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