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