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