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