2b35fdd9d6700b6e0132d71bf1a9f842c9e970c2
[platform/upstream/dbus.git] / ChangeLog
1 2004-09-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
2
3         * dbus/dbus-*.h: remove the ; after DBUS_(BEGIN|END)_DECLS. Some C
4         compilers don't like it (bug #974).
5
6 2004-09-04  Harald Fernengel  <harry@kdevelop.org>
7
8         * qt/connection.*: Applied patch by Jérôme Lodewyck
9         <lodewyck@clipper.ens.fr> to integrate an existing
10         connection into the Qt eventloop
11
12 2004-08-30  Jon Trowbridge  <trow@ximian.com>
13
14         * mono/BusDriver.cs: Added.  This is a class for interacting with
15         the org.freedesktop.DBus service.
16
17         * mono/Message.cs: Added a mechanism to expose the message that is
18         currently being dispatched via the static Message.Current
19         property.  Added Message.Sender and Message.Destination
20         properties.
21
22         * mono/Handler.cs: Expose the dispatched message via
23         Message.Current when handling method calls.
24
25         * mono/Service.cs: Expose the dispatched message via
26         Message.Current when handling signal emissions.
27         
28         * mono/Connection.cs: Bind dbus_bus_get_base_service via the
29         Connection.BaseService property.
30
31 2004-08-28  Havoc Pennington  <hp@redhat.com>
32
33         * dbus/dbus-userdb.c (_dbus_is_console_user): remove unused variable
34
35         More fixes from Steve Grubb
36         
37         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix fd leak
38         (_dbus_listen_tcp_socket): fix fd leak
39
40         * dbus/dbus-spawn.c (read_pid, read_ints): move the "again:" for
41         EINTR to a bit lower in the code
42
43 2004-08-26  Jon Trowbridge  <trow@ximian.com>
44
45         * bus/driver.c (bus_driver_handle_service_exists): Respond with
46         TRUE if we are inquiring about the existence of the built-in
47         org.freedesktop.DBus service.
48
49 2004-08-25  John Palmieri  <johnp@redhat.com>
50         * bus/config-parser.c:
51         (struct PolicyType): Add POLICY_CONSOLE
52         (struct Element.d.policy): s/gid_or_uid/gid_uid_or_at_console
53         (start_busconfig_child): Sets up console element when
54         <policy at_console=""> is encountered in a policy file
55         (append_rule_from_element): Convert console elements to console
56         rules.
57
58         * bus/policy.c: 
59         (bus_policy_create_client_policy): Add console rules to the client
60         policy based on if the client is at the console
61         (bus_policy_append_console_rule): New function for adding a
62         console rule to a policy
63         (bus_policy_merge): Handle console rule merging
64
65         * dbus/dbus-sysdeps.h: Added the DBUS_CONSOLE_DIR constant
66         where we check for console user files
67         
68         * dbus/dbus-sysdeps.c:
69         (_dbus_file_exists): New function which checks if the given
70         file exists
71         (_dbus_user_at_console): New function which does the system
72         specific process of checking if the user is at the console
73
74         * dbus/dbus-userdb.c:
75         (_dbus_is_console_user): New function converts a UID to user name
76         and then calls the system specific _dbus_user_at_console to 
77         see if the user is at the console and therefor a console user
78
79 2004-08-25  Olivier Andrieu  <oliv__a@users.sourceforge.net>
80
81         * bus/config-parser.c (set_limit):
82         * bus/dbus-daemon-1.1.in:
83         * test/data/valid-config-files/many-rules.conf: set the
84         max_match_rules_per_connection limt from the config file. 
85
86         * doc/busconfig.dtd: update the DTD.
87
88         * bus/driver.c: remove some unused variables.
89
90 2004-08-24  Mikael Hallendal  <micke@imendio.com>
91
92         * dbus/dbus-glib-lowlevel.h: Removed dbus_bus_get_with_g_main since 
93         it's been replaced by dbus_g_bus_get
94
95 2004-08-23  Colin Walters  <walters@redhat.com>
96
97         Updated SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
98
99         * bus/selinux.h: Prototype bus_selinux_get_policy_root.
100
101         * bus/selinux.c: Create a thread for policy reload notification.
102         (bus_selinux_get_policy_root): Implement.
103
104         * bus/config-parser.c (start_busconfig_child)
105         (bus_config_parser_content): Support SELinux-root relative
106         inclusion.
107
108         * configure.in <HAVE_SELINUX>: Add -lpthread.
109         
110         * bus/test-main.c (test_pre_hook, test_post_hook): New.
111         (test_post_hook): Move memory checking into here.
112         (test_pre_hook, test_post_hook): Move SELinux checks in
113         here, but conditional on a DBUS_TEST_SELINUX environment
114         variable.  Unfortunately we can't run the SELinux checks
115         as a normal user, since they won't have any permissions
116         for /selinux.  So this will have to be tested manually
117         for now, until we have virtualization for most of
118         libselinux.
119         
120 2004-08-23  Havoc Pennington  <hp@redhat.com>
121
122         * dbus/dbus-sysdeps.c (_dbus_change_identity): add setgroups() to
123         drop supplementary groups, suggested by Steve Grubb
124
125 2004-08-20  Colin Walters  <walters@redhat.com>
126
127         * bus/config-parser.c (start_busconfig_child): Remove some unused
128         variables.
129         
130         * bus/selinux.c (bus_selinux_id_table_insert): Avoid compiler
131         warning.
132
133 2004-08-17  Joe Shaw  <joeshaw@novell.com>
134
135         * configure.in: If --enable-mono is passed in, if we can't find
136         mono error out.
137
138         * mono/Makefile.am: Use /gacutil to install assemblies into the
139         GAC and not /root.
140
141 2004-08-12  Havoc Pennington  <hp@redhat.com>
142
143         * NEWS: update for 0.22
144
145         * configure.in: release 0.22
146
147 2004-08-11  Colin Walters  <walters@redhat.com>
148
149         * tools/dbus-send.c (main, usage): Add --reply-timeout
150         argument.
151
152 2004-08-10  Olivier Andrieu  <oliv__a@users.sourceforge.net>
153
154         * bus/bus.c (process_config_first_time_only): get rid of an unused
155         DBusError that was causing a memoy leak (bug #989).
156
157         * dbus/dbus-keyring.c, dbus/dbus-message.c:
158         fix compilation on Solaris/Forte C (bug #974)
159
160         * bus/main.c (main): plug two minuscule memleaks.
161
162 2004-08-10  Havoc Pennington  <hp@redhat.com>
163
164         * doc/dbus-tutorial.xml: add some more info on GLib bindings
165
166 2004-08-09  Havoc Pennington  <hp@redhat.com>
167
168         * COPYING: switch to Academic Free License version 2.1 instead of
169         2.0, to resolve complaints about patent termination clause.
170
171 2004-07-31  John (J5) Palmieri  <johnp@redhat.com>
172
173         * README: added documentation for the --enable-python 
174         configure switch.
175
176 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
177
178         * bus/config-parser.c (bus_config_parser_new): fix an invalid
179         _unref in the SELinux support.
180
181         * doc/busconfig.dtd: update DTD for SELinux support.
182
183         * bus/config-loader-libxml.c: fix error handler and parser
184         initialisation/cleanup. OOM test now works with libxml2 HEAD.
185
186         * configure.in: remove the warning about libxml2.
187
188         * dbus/dbus-bus.c: silence doxygen warning.
189
190 2004-07-31  Colin Walters  <walters@redhat.com>
191
192         * configure.in: Move #error in SELinux check to its own line.
193
194 2004-07-31  Olivier Andrieu  <oliv__a@users.sourceforge.net>
195
196         * dbus/dbus-internals.h (_DBUS_SET_OOM):
197         * bus/utils.h (BUS_SET_OOM): use dbus_error_set_const instead of
198         dbus_error_set.
199
200         * bus/dispatch.c (check_send_exit_to_service): fix the test case,
201         broken by the change in the _SET_OOM macros.
202
203 2004-07-31  Colin Walters  <walters@redhat.com>
204
205         * bus/selinux.c <HAVE_SELINUX>: Include utils.h to get
206         BUS_SET_OOM.
207
208 2004-07-31  Colin Walters  <walters@redhat.com>
209
210         * configure.in: Use AC_TRY_COMPILE instead of AC_EGREP_HEADER
211         to correctly detect DBUS__ACQUIRE_SVC.  Also add an
212         AC_MSG_CHECKING.
213
214 2004-07-24  Havoc Pennington  <hp@redhat.com>
215
216         SELinux support from Matthew Rickard <mjricka@epoch.ncsc.mil>
217
218         * bus/selinux.c, bus/selinux.h: new file encapsulating selinux
219         functionality
220
221         * configure.in: add --enable-selinux
222         
223         * bus/policy.c (bus_policy_merge): add FIXME to a comment
224
225         * bus/main.c (main): initialize and shut down selinux
226
227         * bus/connection.c: store SELinux ID on each connection, to avoid 
228         repeated getting of the string context and converting it into 
229         an ID
230
231         * bus/bus.c (bus_context_get_policy): new accessor, though it
232         isn't used
233         (bus_context_check_security_policy): check whether the security
234         context of sender connection can send to the security context of
235         recipient connection
236
237         * bus/config-parser.c: add parsing for <selinux> and <associate>
238         
239         * dbus/dbus-transport.c (_dbus_transport_get_unix_fd): to
240         implement dbus_connection_get_unix_fd()
241
242         * dbus/dbus-connection.c (dbus_connection_get_unix_fd): new
243         function, used by the selinux stuff
244         
245 2004-07-29  Olivier Andrieu  <oliv__a@users.sourceforge.net>
246
247         * bus/config-loader-libxml.c: complete the implementation of
248         libxml backend for config file loader. Doesn't work with full OOM
249         test yet. 
250         
251         * configure.in: change error when selecting libxml into a warning.
252         
253         * test/data/invalid-config-files: add two non-well-formed XML
254         files. 
255         
256         * glib/Makefile.am: libdbus_gtool always uses expat, not libxml.
257         
258         * dbus/dbus-transport-unix.c (unix_handle_watch): do not
259         disconnect in case of DBUS_WATCH_HANGUP, several do_reading() may
260         be necessary to read all the buffer. (bug #894)
261
262         * bus/activation.c (bus_activation_activate_service): fix a
263         potential assertion failure (bug #896). Small optimization in the
264         case of auto-activation messages.
265
266         * dbus/dbus-message.c (verify_test_message, _dbus_message_test):
267         add test case for byte-through-vararg bug (#901). patch by Kimmo
268         Hämäläinen. 
269
270 2004-07-28  Anders Carlsson  <andersca@gnome.org>
271
272         * python/dbus.py:
273         * python/dbus_bindings.pyx.in:
274         Add dbus.init_gthreads (), allow emit_signal to pass
275         arguments to the signal.
276         
277 2004-07-24  Havoc Pennington  <hp@redhat.com>
278
279         * AUTHORS: add some people, not really comprehensively, let me
280         know if I missed you
281
282 2004-07-24  Havoc Pennington  <hp@redhat.com>
283
284         * Makefile.am (DIST_SUBDIRS): add DIST_SUBDIRS, problem solved by
285         Owen
286
287         * test/Makefile.am (DIST_SUBDIRS): here also
288
289 2004-07-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
290
291         * dbus/dbus-sysdeps.c (fill_user_info): fix inexistent label name,
292         breaking build on Solaris, reported by Farhad Saberi on the ML.
293
294         * dbus/dbus-message.c (dbus_message_append_args_valist): fix the
295         va_arg invocation to account for integer promotion in the case of
296         DBUS_TYPE_BYTE (unsigned char is promoted to int). (bug #901)
297
298         * bus/services.c (bus_service_remove_owner): fix bug #902, use
299         _dbus_list_get_first_link, not _dbus_list_get_first.
300
301         * dbus/dbus-bus.c (dbus_bus_service_exists): plug a memory leak.
302
303         * dbus/dbus-object-tree.c (free_subtree_recurse): always null
304         handler functions so that the asserts in _dbus_object_subtree_unref
305         do not fail.
306
307         * dbus/dbus-transport-unix.c (do_reading):
308         _dbus_transport_queue_messages return value is of type
309         dbus_bool_t, not DBusDispatchStatus.
310         
311 2004-07-19  David Zeuthen  <david@fubar.dk>
312
313         * dbus/dbus-protocol.h: Add DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
314
315         * bus/dispatch.c:
316         (check_get_connection_unix_user): Debug says GetProperty; but the
317         method is called GetConnectionUnixUser
318         (check_get_connection_unix_process_id): New function
319         (bus_dispatch_test): Actually call check_get_connection_unix_user();
320         also call check_get_connection_unix_process_id()
321         
322         * bus/driver.c:
323         (bus_driver_handle_get_connection_unix_process_id): New function,
324         handles GetConnectionUnixProcessID on the org.freedesktop.DBus
325         interface
326         
327         * dbus/dbus-auth.c:
328         (handle_server_data_external_mech): Set pid from the credentials
329         obtained from the socket
330         
331         * dbus/dbus-connection.c:
332         (dbus_connection_get_unix_process_id): New function
333         
334         * dbus/dbus-connection.h: 
335         Add prototype for dbus_connection_get_unix_process_id
336         
337         * dbus/dbus-transport.c:
338         (_dbus_transport_get_unix_process_id): New function
339         
340         * dbus/dbus-transport.h:
341         Add prototype for _dbus_transport_get_unix_process_id
342         
343 2004-07-19  Olivier Andrieu  <oliv__a@users.sourceforge.net>
344
345         * dbus/dbus-message.c: Message counter fix, patch by Christian
346         Hammond <chipx86@gnupdate.org>
347
348 2004-07-18  Seth Nickell  <seth@gnome.org>
349
350         * python/dbus.py:
351         * python/dbus_bindings.pyx.in:
352         * python/tests/test-client.py:
353
354         Add dbus.ByteArray and dbus_bindings.ByteArray
355         types so that byte streams can be passed back.
356
357         Give jdahlin the heaps of credit that are so
358         rightfully his.
359         
360 2004-07-12  Seth Nickell  <seth@gnome.org>
361
362         * python/dbus.py:
363
364         Add message argument to the default object_method_handler
365         function.
366         
367         * python/dbus_bindings.pyx.in:
368
369         Automatically return NIL when passed an empty list
370         (we can't pass back a list since lists are typed
371         and we don't have any idea what type the the client
372         intended the list to be... :-( )
373         
374 2004-07-10  Seth Nickell  <seth@gnome.org>
375
376         * python/examples/Makefile.am:
377
378         Fix distcheck breakage caused by new examples.
379
380 2004-07-10  Seth Nickell  <seth@gnome.org>
381
382         * python/dbus.py:
383
384         Add "message" argument to service-side dbus.Object
385         methods. This will break existing services written
386         using the python bindings, but will allow extraction
387         of all the message information (e.g. who its from).
388
389         Add improved "object oriented" signal handling/emission.
390         
391         * python/examples/example-service.py:
392
393         Nix this example.
394         
395         * python/examples/example-signal-emitter.py:
396         * python/examples/example-signal-recipient.py:
397
398         Two new examples that show how to emit and receive
399         signals using the new APIs.
400         
401         * python/examples/example-signals.py:
402         * python/examples/gconf-proxy-service.py:
403         * python/examples/gconf-proxy-service2.py:
404
405         Add "message" argument to service methods.
406
407 2004-06-28  Kay Sievers <kay.sievers@vrfy.org>
408
409         * bus/driver.c (bus_driver_handle_get_connection_unix_user)
410         * dbus/bus.c (dbus_bus_get_unix_user)
411         * doc/dbus-specification.xml: implement GetConnectionUnixUser
412         method of org.freedesktop.DBus interface.
413
414         * bus/dispatch.c: test case
415
416 2004-06-23  John (J5) Palmieri  <johnp@redhat.com>
417
418         * python/Makefile.am: switched include directory from glib/ to dbus/
419         since dbus-glib.h moved
420  
421 2004-06-22  Olivier Andrieu  <oliv__a@users.sourceforge.net>
422
423         * configure.in: prevent building the gcj stuff and libxml loader
424         since they are broken.
425
426 2004-06-20  Havoc Pennington  <hp@redhat.com>
427
428         * dbus/dbus-glib-error-enum.h: autogenerate the GError enum 
429         codes from the dbus error names
430         
431         * glib/dbus-glib.h: move to subdir dbus/ since it's included 
432         as dbus/dbus-glib.h and that breakage is now visible due to 
433         including dbus/dbus-glib.h in dbus-glib-lowlevel.h
434         
435         * glib/dbus-glib.h: s/gproxy/g_proxy/
436
437         * dbus/dbus-shared.h: new header to hold stuff shared with
438         binding APIs
439         
440         * dbus/dbus-protocol.h (DBUS_ERROR_*): move errors here rather
441         than dbus-errors.h
442
443         * glib/dbus-glib.h (dbus_set_g_error): move to
444         dbus-glib-lowlevel.h
445
446         * glib/dbus-glib.h: remove dbus/dbus.h from here; change a bunch
447         of stuff to enable this
448
449         * dbus/dbus-glib-lowlevel.h: put dbus/dbus.h here
450
451         * a bunch of other changes with the same basic "separate glib 
452         bindings from dbus.h" theme
453         
454 2004-06-10  Owen Fraser-Green  <owen@discobabe.net>
455
456         * dbus-sharp.pc.in: Removed glib-sharp inclusion in Libs.
457
458         * python/examples/Makefile.am: Fixed typo in EXTRA_DIST.
459
460 2004-06-09  Olivier Andrieu  <oliv__a@users.sourceforge.net>
461
462         * bus/driver.c, dbus/dbus-bus.c: use BOOLEAN instead of UINT32 for
463         the reply value of the ServiceExists message.
464
465 2004-06-07  John (J5) Palmieri  <johnp@redhat.com>
466
467         * python/dbus_bindings.pyx.in: No longer need to parse path
468         elements and pass them as arrays of strings.  The C API now
469         accepts plain path strings.
470         (_build_parsed_path): removed 
471
472 2004-06-07  Havoc Pennington  <hp@redhat.com>
473
474         * doc/TODO: remove auto-activation item since it's done; sort
475         items by importance/milestone
476
477 2004-06-07  Havoc Pennington  <hp@redhat.com>
478
479         * dbus/dbus-message-builder.c (_dbus_message_data_load): append
480         random signature when using REQUIRED_FIELDS (this hack won't work
481         in the long term)
482
483         * dbus/dbus-message.c: change the signature to be a header field,
484         instead of message->signature special-case string. Incremental
485         step forward. Then we can fix up code to send the signature in the
486         message, then fix up code to validate said signature, then fix up
487         code to not put the typecodes inline, etc.
488         (load_one_message): don't make up the signature after the fact
489         (decode_header_data): require signature field for the known
490         message types
491
492         * dbus/dbus-marshal.c (_dbus_marshal_string_len): new
493
494         * dbus/dbus-protocol.h: add DBUS_HEADER_FIELD_SIGNATURE
495
496 2004-06-07  Owen Fraser-Green  <owen@discobabe.net>
497
498         * mono/DBusType/ObjectPath.cs: Renamed PathName argument to Path
499
500         * mono/Handler.cs: Updated to follow new path argument for
501         (un-)registering objects.
502
503         * mono/example/Makefile.am:
504         * mono/Makefile.am:
505         * configure.in: Bumped required version for mono and use new -pkg
506         syntax for deps
507
508 2004-06-05  Olivier Andrieu  <oliv__a@users.sourceforge.net>
509
510         * dbus/dbus-connection.h, dbus/dbus-connection.c: have object path
511         registration functions take the path argument as char* instead of
512         char**.
513
514         * dbus/dbus-marshal.h, dbus/dbus-marshal.c (_dbus_decompose_path):
515         split off the path decompostion part of
516         _dbus_demarshal_object_path. Some misc. fixes to silence compiler
517         warnings. 
518
519         * glib/dbus-gobject.c, test/test-service.c: update accordingly.
520         
521 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
522  
523         * dbus/dbus-auth.c: Rewrite auth protocol handling to use a state
524         machine approach.  A state is implemented as a function that
525         handles incoming events as specified for that state.
526         
527         * doc/dbus-specification.xml: Update auth protocol state machine
528         specification to match implementation.  Remove some leftover
529         base64 examples.
530
531 2004-06-02  Kristian Høgsberg  <krh@redhat.com>
532
533         * glib/dbus-gproxy.c, glib/dbus-gmain.c, dbus/dbus-string.c,
534         dbus/dbus-object-tree.c, dbus/dbus-message.c: add comments to
535         quiet doxygen.
536
537         * Doxyfile.in: remove deprecated options.
538
539         * dbus/dbus-message-handler.c, dbus/dbus-message-handler.h,
540         glib/test-thread.h, glib/test-thread-client.c,
541         glib/test-thread-server.c, glib/test-profile.c,
542         glib/test-dbus-glib.c: remove these unused files.
543
544 2004-06-01  Olivier Andrieu  <oliv__a@users.sourceforge.net>
545
546         * dbus/dbus-object-tree.c
547         (_dbus_object_tree_dispatch_and_unlock): fix dispatch for
548         non-fallback handlers (bug #684).
549         (_dbus_object_subtree_new): initialize invoke_as_fallback field.
550         (find_subtree_recurse): report wether the returned subtree is an
551         exact match or a "fallback" match higher up in the tree.
552         (object_tree_test_iteration): update test case.
553
554 2004-06-01  Seth Nickell  <seth@gnome.org>
555
556         * python/dbus_bindings.pyx.in:
557         * python/tests/test-client.py:
558
559         Round off basic type support. Add dicts (yay!), and 
560         remaining array types.
561
562         Make MessageIter more general so it works for dicts too.
563
564         Mark all loop variables as C integers.
565         
566 2004-05-31  Havoc Pennington  <hp@redhat.com>
567
568         * glib/dbus-gidl.c (method_info_add_arg): keep args sorted with
569         "in" before "out"
570
571         * glib/dbus-gobject.c (dbus_type_to_string): move to dbus-gutils.c
572
573         * glib/dbus-glib-tool.c (main): set up to have a --self-test
574         option that runs the tests, and start filling in some code
575         including for starters just dumping the interfaces to stdout
576
577         * glib/Makefile.am (INCLUDES): define DBUS_LOCALEDIR
578
579         * test/data/valid-introspection-files/lots-of-types.xml: test of
580         an example introspection file
581
582         * glib/dbus-gparser.c (parser_check_doctype): doctype should be
583         "node" (I think...)
584
585 2004-05-31  Seth Nickell  <seth@gnome.org>
586
587         * python/dbus_bindings.pyx.in:
588         * python/tests/test-client.py:
589
590         Test Suite: 1
591         Python Bindings: 0
592
593         Fix string array memory trashing bug... oops...
594
595 2004-05-30  Seth Nickell  <seth@gnome.org>
596
597         * python/dbus.py:
598
599         Add a nicer-but-less-flexible alternate API for handling 
600         calls to virtual objects in dbus.ObjectTree.
601
602         Screw up the argument order to the dbus.Object constructor
603         for consistency with dbus.ObjectTree (and to make dbus_methods
604         optional for future extension)
605         
606         * python/examples/Makefile.am:
607         * python/examples/gconf-proxy-service.py:
608         * python/examples/gconf-proxy-service2.py:
609
610         Alternate implementation of gconf-proxy-service using the
611         nicer dbus.ObjectTree API.
612         
613         * python/examples/example-service.py:
614         * python/tests/test-server.py
615
616         Reverse the argument order to deal with dbus.Object constructor
617         changes.
618         
619 2004-05-30  Seth Nickell  <seth@gnome.org>
620
621         * python/examples/example-client.py:
622         * python/examples/example-service.py:
623
624         Take it back. Lists seem to work but they're broken
625         in the test suite. Make the base examples use
626         lists (works fine).
627
628 2004-05-30  Seth Nickell  <seth@gnome.org>
629
630         * python/dbus_bindings.pyx.in:
631         * python/tests/test-client.py:
632
633         Add some more tests and fix errors that crop up.
634         Unfortunately, currently it seems like marshalling
635         and unmarshalling of lists is completely broken :-(
636
637 2004-05-30  Seth Nickell  <seth@gnome.org>
638
639         * python/dbus_bindings.pyx.in:
640
641         Add support for ObjectPath type.
642
643         * python/dbus.py:
644
645         Refactor message handling code to a common function.
646         
647         * python/tests/test-client.py:
648         * python/tests/test-server.py:
649
650         Add tests that check to make sure values of all types
651         can be echoed from a service w/o mangling.
652         
653 2004-05-29  Seth Nickell  <seth@gnome.org>
654
655         * python/dbus.py:
656
657         Add ObjectTree class which allows implementation
658         of trees of "virtual" objects. Basically the python
659         wrapper for "register_fallback".
660         
661         * python/examples/Makefile.am
662         * python/examples/gconf-proxy-client.py:
663         * python/examples/gconf-proxy-service.py:
664
665         Implement a simple GConf proxy service that supports
666         get/set on string and int GConf keys using the ObjectTree.
667         
668 2004-05-29  Seth Nickell  <seth@gnome.org>
669
670         * python/dbus.py:
671         * python/examples/example-client.py:
672         * python/examples/example-service.py:
673         * python/examples/list-system-services.py:
674
675         Add SessionBus, SystemBus and ActivationBus classes
676         so you don't need to know the special little BUS_TYPE
677         flag.
678         
679 2004-05-29  Havoc Pennington  <hp@redhat.com>
680
681         * bus/config-parser.c (process_test_valid_subdir): temporarily
682         stop testing config parser OOM handling, since expat has issues
683         http://freedesktop.org/pipermail/dbus/2004-May/001153.html
684
685         * bus/dbus-daemon-1.1.in: change requested_reply to
686         send_requested_reply/receive_requested_reply so we can send the
687         replies, not just receive them.
688
689         * bus/config-parser.c: parse the new
690         send_requested_reply/receive_requested_reply
691
692         * bus/policy.c (bus_client_policy_check_can_send): add
693         requested_reply argument and use it
694
695         * bus/bus.c (bus_context_check_security_policy): pass through
696         requested_reply status to message send check
697
698         * bus/system.conf.in: adapt to requested_reply change
699         
700 2004-05-28  Havoc Pennington  <hp@redhat.com>
701
702         * test/glib/test-service-glib.c (main): remove unused variable
703
704         * glib/dbus-gidl.c (base_info_ref): fix a silly compiler warning
705
706         * dbus/dbus-auth.h (enum): remove AUTHENTICATED_WITH_UNUSED_BYTES
707         from the enum, no longer in use.
708
709         * dbus/dbus-sysdeps.h: include config.h so DBUS_VA_COPY actually
710         works right.
711
712         * dbus/dbus-message.c: add various _dbus_return_val_if_fail for
713         whether error_name passed in is a valid error name.
714
715 2004-05-28  John (J5) Palmieri  <johnp@redhat.com>
716
717         * dbus/dbus-message.c (dbus_message_get_args): Added support for
718         OBJECT_PATH and OBJECT_PATH_ARRAY
719
720 2004-05-28  Seth Nickell  <seth@gnome.org>
721
722         * python/examples/Makefile.am:
723
724         Forget to add Makefile.am. Do not pass go.
725
726 2004-05-28  Michael Meeks  <michael@ximian.com>
727
728         * glib/dbus-gvalue.c (dbus_gvalue_marshal, dbus_gvalue_demarshal): 
729         fix no int64 case.
730
731         * dbus/dbus-string.c (_dbus_string_parse_basic_type): impl.
732
733         * dbus/dbus-message.c (_dbus_message_iter_get_basic_type),
734         (_dbus_message_iter_get_basic_type_array): impl.
735         drastically simplify ~all relevant _get methods to use these.
736         (_dbus_message_iter_append_basic_array),
737         (dbus_message_iter_append_basic): impl
738         drastically simplify ~all relevant _append methods to use these.
739
740         * dbus/dbus-message-builder.c (parse_basic_type) 
741         (parse_basic_array, lookup_basic_type): impl.
742         (_dbus_message_data_load): prune scads of duplicate /
743         cut & paste coding.
744
745         * dbus/dbus-marshal.c (_dbus_demarshal_basic_type_array) 
746         (_dbus_demarshal_basic_type): implement,
747         (demarshal_and_validate_len/arg): beef up debug.
748         (_dbus_marshal_basic_type, _dbus_marshal_basic_type_array): impl.
749
750 2004-05-27  Seth Nickell  <seth@gnome.org>
751
752         * configure.in:
753         * python/Makefile.am:
754
755         Include the example python apps in the tarball.
756         
757         * python/examples/list-system-services.py
758
759         Add a python new example that fetches the list of services
760         from the system bus.
761         
762 2004-05-27  Seth Nickell  <seth@gnome.org>
763
764         * python/dbus.py:
765         * python/dbus_bindings.pyx.in:
766
767         Fix failure to notify that a signal was not handled,
768         resulted in hung functions.
769         
770 2004-05-25  Colin Walters  <walters@redhat.com>
771
772         * tools/dbus-monitor.c (main): Monitor all types of messages.
773
774 2004-05-23  Owen Fraser-Green  <owen@discobabe.net>
775
776         * mono/Handler.cs, mono/Service.cs: Added UnregisterObject method
777         which unregisters the object path and disposes the handler.
778
779 2004-05-23  Kristian Høgsberg  <krh@redhat.com>
780  
781         Patch from Timo Teräs <ext-timo.teras@nokia.com> (#614):
782          
783         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): Swap
784         operands to && so we call dbus_message_iter_next () for the last
785         argument also.
786
787 2004-05-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
788
789         * dbus/dbus-object-tree.c
790         (_dbus_object_tree_list_registered_unlock, lookup_subtree): return
791         children even if the requested path isn't registered.
792         (object_tree_test_iteration): test object_tree_list_registered.
793
794         * configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining
795         it to 0.
796         
797 2004-05-20  Kristian Høgsberg  <krh@redhat.com>
798
799         * doc/TODO: Remove resolved items.
800
801         * bus/expirelist.h (struct BusExpireList): remove unused n_items
802         field.
803         
804         * bus/connection.c (bus_connections_expect_reply): Enforce the
805         per-connection limit on pending replies.
806         
807         Patch from Jon Trowbridge <trow@ximian.com>:
808  
809         * bus/main.c (setup_reload_pipe): Added.  Creates a pipe and sets
810         up a watch that triggers a config reload when one end of the pipe
811         becomes readable.
812         (signal_handler): Instead of doing the config reload in our SIGHUP
813         handler, just write to the reload pipe and let the associated
814         watch handle the reload when control returns to the main loop.
815  
816         * bus/driver.c (bus_driver_handle_reload_config): Added.
817         Implements a ReloadConfig method for requesting a configuration
818         file reload via the bus driver.
819  
820 2004-05-19  Owen Fraser-Green  <owen@discobabe.net>
821
822         * HACKING: Updated release instructions concerning the wiki page.
823
824 2004-05-18  Kristian Høgsberg  <krh@redhat.com>
825
826         * dbus/dbus-auth.c (client_try_next_mechanism): Remove logic to
827         filter against auth->allowed_mechs; we only add allowed mechs in
828         record_mechanisms().
829  
830         * dbus/dbus-auth-script.c (_dbus_auth_script_run): Add an
831         ALLOWED_MECHS to auth-script format so we can set the list of
832         allowed mechanisms.
833  
834         * data/auth/client-out-of-mechanisms.auth-script: New test to
835         check client disconnects when it is out of mechanisms to try.
836  
837         * dbus/dbus-auth.c (process_command): Remove check for lines
838         longer that 1 MB; we only buffer up maximum 16 kB.
839  
840         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
841         dbus/dbus-auth-script.c, dbus/dbus-auth.c, dbus/dbus-auth.h:
842         Remove auth state AUTHENTICATED_WITH_UNUSED_BYTES, instead always
843         assume there might be unused bytes.
844  
845         * dbus/dbus-auth.c (_dbus_auth_do_work): Remove check for
846         client-out-of-mechs, it is handled in process_reject(). Move check
847         for max failures to send_rejected(), as it's a server-only thing.
848
849         * dbus/dbus-auth.c: Factor out protocol reply code into functions
850         send_auth(), send_data(), send_rejected(), send_error(),
851         send_ok(), send_begin() and send_cancel().
852
853 2004-05-17  Kristian Høgsberg  <krh@redhat.com>
854
855         Remove base64 encoding, replace with hex encoding. Original patch
856         from trow@ximian.com, added error handling.
857
858         * dbus/dbus-string.c (_dbus_string_base64_encode)
859         (_dbus_string_base64_decode): Remove.
860         (_dbus_string_hex_decode): Add end_return argument so we can
861         distinguish between OOM and invalid hex encoding.
862         (_dbus_string_test): Remove base64 tests and add test case for
863         invalid hex.
864
865         * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c:
866         Replace base64 with hex.
867
868         * test/data/auth/invalid-hex-encoding.auth-script: New test case
869         for invalid hex encoded data in auth protocol.
870
871 2004-05-17  Olivier Andrieu  <oliv__a@users.sourceforge.net>
872
873         * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory
874         leak.
875
876 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
877
878         * mono/dbus-sharp.dll.config.in: Added for GAC
879         * mono/dbus-sharp.snk: Added for GAC
880         * mono/Assembly.cs.in: Added for GAC
881         * mono/Makefile.am: Changes for GAC installation        
882         * configure.in: Added refs for dbus-sharp.dll.config.in and
883         Assembly.cs.in. More fixes for mono testing
884         * mono/example/Makefile.am: Changed var to CSC
885         * Makefile.am: Changed flag name to DBUS_USE_CSC
886
887 2004-05-15  Owen Fraser-Green  <owen@discobabe.net>
888
889         * mono/Makefile.am: Added SUBDIRS for docs. Changed SUBDIRS order
890         * mono/doc/*: Added documentation framework
891         * configure.in: Added monodoc check
892         * README: Added description of mono configure flags
893
894 2004-05-11  John (J5) Palmieri  <johnp@redhat.com>:
895
896         * doc/dbus-specification.xml: Added a "Required" column to the 
897         header fields table and changed the "zero or more" verbage in
898         the above paragraph to read "The header must contain the required 
899         named header fields and zero or more of the optional named header 
900         fields".
901         * test/data/invalid-messages/*.message: Added the required PATH 
902         named header field to the tests so that they don't fail on 
903         'Missing path field'
904
905 2004-05-07  John (J5) Palmieri  <johnp@redhat.com>
906
907         * python/dbus-bindings.pyx.in: Stopped the bindings from trashing
908         the stack by implicitly defining variable and parameter types and
909         removing the hack of defining C pointers as python objects and later
910         casting them.
911
912 2004-05-02  Owen Fraser-Green  <owen@discobabe.net>
913
914         * mono/Makefile.am: Removed test-dbus-sharp.exe from all target
915
916 2004-05-01  Owen Fraser-Green  <owen@discobabe.net>
917
918         * mono/DBusType/Dict.cs: Handle empty dicts
919         * mono/DBusType/Array.cs: Handle empty arrays
920         * mono/Arguments.cs: Handle empty arguments
921
922 2004-04-30  Owen Fraser-Green  <owen@discobabe.net>
923
924         * dbus-sharp.pc.in: Modified to include include Libs and Requires
925         field
926
927 2004-04-25  Kristian Høgsberg  <krh@redhat.com>
928
929         * test/data/valid-messages/standard-*.message: Update message
930         test scripts to new header field names.
931
932 2004-04-22  John (J5) Palmieri  <johnp@redhat.com>
933
934         * test/break-loader.c (randomly_do_n_things): tracked down buffer
935         overflow to times_we_did_each_thing array which would chop off the
936         first character of the failure_dir string. Increased the size of
937         the array to 7 to reflect the number of random mutation functions
938         we have.
939
940 2004-04-21  Kristian Høgsberg  <krh@redhat.com>
941
942         * dbus/dbus-server-unix.c (unix_finalize): Don't unref
943         unix_server->watch here, it is unreffed in disconnect.
944         (_dbus_server_new_for_tcp_socket): convert NULL host to
945         "localhost" here so we don't append NULL to address.
946         
947         * dbus/dbus-server.c (_dbus_server_test): Add test case for
948         various addresses, including tcp with no explicit host.
949
950 2004-04-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
951
952         * dbus/dbus-message.c (decode_header_data, decode_string_field):
953         fix incorrect setting of .name_offset in the HeaderField (it was
954         off by two bytes, positioned right after the name and typecode)
955
956         * bus/bus.c (bus_context_new, bus_context_unref): test before
957         calling dbus_server_free_data_slot and _dbus_user_database_unref
958         in case of an error.
959
960         * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed
961         by libdbus-gtool.
962
963 2004-04-19  Kristian Høgsberg  <krh@redhat.com>
964
965         * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use
966         _dbus_poll() instead of select().
967
968 2004-04-15  Jon Trowbridge  <trow@ximian.com>
969
970         * bus/main.c (signal_handler): Reload the configuration files
971         on SIGHUP.
972         (main): Set up our SIGHUP handler.
973
974         * bus/bus.c (struct BusContext): Store the config file, user and
975         fork flag in the BusContext.
976         (process_config_first_time_only): Added.  Contains the code
977         (previously in bus_context_new) for setting up the BusContext from
978         the BusConfigParser that should only be run the first time the
979         config files are read.
980         (process_config_every_time): Added.  Contains the code (previously
981         in bus_context_new) for setting up the BusContext from the
982         BusConfigParser that should be run every time the config files are
983         read.
984         (load_config): Added.  Builds a BusConfigParser from the config
985         files and passes the resulting structure off to
986         process_config_first_time_only (assuming this is the first time)
987         and process_config_every_time.
988         (bus_context_new): All of the config-related code has been moved
989         to process_config_first_time_only and process_config_every_time.
990         Now this function just does the non-config-related initializations
991         and calls load_config.
992         (bus_context_reload_config): Added.
993
994 2004-04-15  Olivier Andrieu  <oliv__a@users.sourceforge.net>
995
996         * bus/driver.c (bus_driver_handle_get_service_owner):
997         implement a GetServiceOwner method.
998         * doc/dbus-specification.xml: document it.
999         * dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error.
1000         
1001         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner):
1002         implement, using the bus GetServiceOwner method.
1003
1004         * test/glib/test-dbus-glib.c:
1005         use dbus_gproxy_new_for_service_owner so that we can receive the
1006         signal. 
1007
1008 2004-04-15  John (J5) Palmieri  <johnp@redhat.com>
1009
1010         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
1011         dbus/dbus-message.c, dbus/dbus-protocol.h
1012         (DBUS_HEADER_FIELD_SERVICE): renamed DBUS_HEADER_FIELD_DESTINATION
1013
1014         * dbus/dbus-internals.c, dbus/dbus-message-builder.c,
1015         dbus/dbus-message.c, dbus/dbus-protocol.h
1016         (DBUS_HEADER_FIELD_SENDER_SERVICE): renamed DBUS_HEADER_FIELD_SENDER
1017
1018         * dbus/dbus-internals.c (_dbus_header_field_to_string):
1019         DBUS_HEADER_FIELD_DESTINATION resolves to "destination"
1020         DBUS_HEADER_FIELD_SENDER resolves to "sender"
1021
1022         * doc/dbus-specification.xml (Header Fields Table):
1023         s/SERVICE/DESTINATION
1024         s/SENDER_SERVICE/SENDER
1025
1026
1027 2004-04-14  Olivier Andrieu  <oliv__a@users.sourceforge.net>
1028
1029         * test/glib/test-dbus-glib.c (timed_exit): fail the test after
1030         a few seconds.
1031
1032 2004-04-13  Michael Meeks  <michael@ximian.com>
1033
1034         * glib/dbus-gobject.c (handle_introspect): split out
1035         (introspect_properties): this.
1036         (handle_introspect): implement this.
1037
1038         * test/glib/Makefile.am: use the absolute path so the bus
1039         daemon's chdir ("/") doesn't kill us dead.
1040
1041         * configure.in: subst ABSOLUTE_TOP_BUILDDIR
1042
1043 2004-04-12  Jon Trowbridge  <trow@ximian.com>
1044
1045         * bus/config-parser.c (struct BusConfigParser): Added
1046         included_files field.
1047         (seen_include): Added.  Checks whether or not a file has already
1048         been included by any parent BusConfigParser.
1049         (bus_config_parser_new): Copy the parent's included_files.
1050         (include_file): Track which files have been included, and fail on
1051         circular inclusions.
1052         (process_test_valid_subdir): Changed printf to report if we are
1053         testing valid or invalid conf files.
1054         (all_are_equiv): Changed printf to be a bit clearer about
1055         what we are actually doing.
1056         (bus_config_parser_test): Test invalid configuration files.
1057
1058 2004-04-09  Jon Trowbridge  <trow@ximian.com>
1059
1060         * bus/config-parser.c (bus_config_parser_new): Added a 'parent'
1061         argument.  If non-null, the newly-constructed BusConfigParser will
1062         be initialized with the parent's BusLimits instead of the default
1063         values.
1064         (include_file): When including a config file, pass in
1065         the current parser as the parent and then copy the BusLimits
1066         from the included BusConfigParser pack to the current parser.
1067         (process_test_valid_subdir): Renamed from process_test_subdir.
1068         (process_test_equiv_subdir): Added.  Walks through a directory,
1069         descending into each subdirectory and loading the config files
1070         it finds there.  If any subdirectory contains two config files
1071         that don't produce identical BusConfigParser structs, fail.
1072         For now, the BusConfigParser's BusPolicies are not compared.
1073         (bus_config_parser_test): Call both process_test_valid_subdir and
1074         process_test_equiv_subdir.
1075
1076         * bus/config-loader-libxml.c (bus_config_load): Take a parent
1077         argument and pass it along to the call to bus_config_parser_new.
1078         Also made a few small changes to allow this code to compile.
1079
1080         * bus/config-loader-expat.c (bus_config_load): Take a parent
1081         argument and pass it along to the call to bus_config_parser_new.
1082
1083         * bus/bus.c (bus_context_new): Load the config file
1084         with a NULL parent argument.
1085
1086 2004-03-29  Michael Meeks  <michael@ximian.com>
1087
1088         * glib/dbus-gobject.c (introspect_properties): split
1089         out, fix mangled 'while' flow control.
1090         (introspect_signals): implement.
1091         (handle_introspect): update.
1092
1093 2004-03-29  Michael Meeks  <michael@ximian.com>
1094
1095         * glib/dbus-gobject.c (set_object_property): split out / 
1096         re-work, use the property type, and not the message type(!)
1097         (get_object_property): ditto.
1098
1099         * glib/dbus-gvalue.c (dbus_gvalue_demarshal),
1100         (dbus_gvalue_marshal): make this code re-usable, needed
1101         for signals too, also on both proxy and server side.
1102         Re-write for more efficiency / readability.
1103
1104 2004-03-29  Michael Meeks  <michael@ximian.com>
1105
1106         * dbus/dbus-message.c
1107         (dbus_message_new_error_printf): impl.
1108
1109         * dbus/dbus-connection.c
1110         (dbus_connection_unregister_object_path): fix warning.
1111
1112         * configure.in: fix no-mono-installed situation.
1113
1114 2004-03-27  Havoc Pennington  <hp@redhat.com>
1115
1116         Patch from Timo Teräs:
1117         
1118         * tools/dbus-send.c (main): if --print-reply, assume type is
1119         method call; support boolean type args
1120         
1121         * dbus/dbus-connection.c (dbus_connection_send_with_reply): fix a
1122         bunch of memleak and logic bugs
1123         
1124 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
1125
1126         * mono/Arguments.cs:
1127         * mono/Introspector.cs:
1128         * mono/Handler.cs:
1129         * mono/InterfaceProxy.cs:
1130         * mono/Message.cs
1131         * mono/ProxyBuilder.cs:
1132         * mono/Service.cs:
1133         Added InterfaceProxy class to avoid building proxies for every
1134         object.
1135
1136         * dbus-message.h:
1137         * dbus-message.c (dbus_message_append_args_valist)
1138         (dbus_message_iter_get_object_path)
1139         (dbus_message_iter_get_object_path_array)
1140         (dbus_message_iter_append_object_path)
1141         (dbus_message_iter_append_object_path_array):
1142         Added object_path iter functions to handle OBJECT_PATH arguments
1143         
1144 2004-03-23  Owen Fraser-Green  <owen@discobabe.net>
1145
1146         First checkin of mono bindings.
1147         * configure.in:
1148         * Makefile.am:
1149         Build stuff for the bindings
1150         * dbus-sharp.pc.in: Added for pkgconfig
1151         
1152 2004-03-21  Havoc Pennington  <hp@redhat.com>
1153
1154         * test/test-service.c (main): remove debug spew
1155
1156 2004-03-21  Olivier Andrieu  <oliv__a@users.sourceforge.net>
1157
1158         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): accept empty
1159         arrays
1160
1161         * dbus/dbus-message.h, bus/dbus-message.c (dbus_message_iter_init)
1162         (dbus_message_iter_init_array_iterator)
1163         (dbus_message_iter_init_dict_iterator): return a dbus_bool_t to
1164         indicate whether the iterator is empty
1165
1166         * dbus/dbus-pending-call.c, dbus/dbus-server.c: silence compiler
1167         warnings
1168
1169 2004-03-19  Havoc Pennington  <hp@redhat.com>
1170
1171         * NEWS: 0.21 updates
1172
1173         * configure.in: 0.21
1174
1175         * doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED
1176         
1177         * python/Makefile.am: change to avoid dist of dbus_bindings.c so
1178         you don't need pyrex to make dist
1179
1180         * qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
1181         sources; run moc
1182         
1183 2004-03-18  Richard Hult  <richard@imendio.com>
1184
1185         * dbus/dbus-message.c (dbus_message_get_auto_activation) 
1186         (dbus_message_set_auto_activation): Add doxygen docs.
1187
1188 2004-03-16  Richard Hult  <richard@imendio.com>
1189
1190         * bus/activation.c: (bus_activation_service_created),
1191         (bus_activation_send_pending_auto_activation_messages),
1192         (bus_activation_activate_service):
1193         * bus/activation.h:
1194         * bus/dispatch.c: (bus_dispatch),
1195         (check_nonexistent_service_auto_activation),
1196         (check_service_auto_activated),
1197         (check_segfault_service_auto_activation),
1198         (check_existent_service_auto_activation), (bus_dispatch_test):
1199         * bus/driver.c: (bus_driver_handle_activate_service):
1200         * bus/services.c: (bus_registry_acquire_service):
1201         * dbus/dbus-message.c: (dbus_message_set_auto_activation),
1202         (dbus_message_get_auto_activation):
1203         * dbus/dbus-message.h:
1204         * dbus/dbus-protocol.h: Implement auto-activation.
1205         
1206         * doc/dbus-specification.xml: Add auto-activation to the spec.
1207
1208 2004-03-12  Olivier Andrieu  <oliv__a@users.sourceforge.net>
1209
1210         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos):
1211         fix a bug with CUSTOM types.
1212
1213         * dbus/dbus-message.c (message_iter_test, _dbus_message_test): add
1214         a unit test for this bug (used to fail).
1215
1216 2004-03-12  Mikael Hallendal  <micke@imendio.com>
1217
1218         * bus/activation.c:
1219         (babysitter_watch_callback): notify all pending activations waiting for
1220           the same exec that the activation failed.
1221         (bus_activation_activate_service): shortcut the activation if we 
1222           already waiting for the same executable to start up.
1223
1224 2004-03-12  Mikael Hallendal  <micke@imendio.com>
1225
1226         * bus/activation.c: 
1227         - Added service file reloading. 
1228           Each service files directory is kept in an hash table in 
1229           BusActivation and each BusActivationEntry knows what .service-file it
1230           was read from. So when you try to activate a service the bus will 
1231           check if it's been updated, removed or if new .service-files has 
1232           been installed.
1233         - Test code at the bottom for the service file reloading.
1234         * bus/test-main.c: (main):
1235         * bus/test.h:
1236         - added service reloading test.
1237         * dbus/dbus-sysdeps.c: 
1238         * dbus/dbus-sysdeps.h: (_dbus_delete_directory): Added.
1239
1240 2004-03-08  Michael Meeks  <michael@ximian.com>
1241
1242         * dbus/dbus-connection.c (_dbus_connection_block_for_reply): 
1243         bail immediately if disconnected, to avoid busy loop.
1244
1245         * dbus/dbus-message.c (dbus_message_iter_get_args_valist):
1246         cleanup cut/paste/inefficiency.
1247
1248 2004-03-01  David Zeuthen  <david@fubar.dk>
1249
1250         * dbus/dbus-string.c (_dbus_string_append_printf_valist): Fix a
1251         bug where args were used twice. This bug resulted in a segfault
1252         on a Debian/PPC system when starting the messagebus daemon. Include
1253         dbus-sysdeps.h for DBUS_VA_COPY
1254
1255         * dbus/dbus-sysdeps.h: Define DBUS_VA_COPY if neccessary. From GLib
1256
1257         * configure.in: Check for va_copy; define DBUS_VA_COPY to the
1258         appropriate va_copy implementation. From GLib
1259         
1260 2004-02-24  Joe Shaw  <joe@ximian.com>
1261
1262         * bus/services.c (bus_registry_acquire_service): We need to pass
1263         in the service name to dbus_set_error() to prevent a crash.
1264
1265 2003-12-26  Anders Carlsson  <andersca@gnome.org>
1266
1267         * AUTHORS: Reveal my True identity.
1268
1269 2003-12-17  Mikael Hallendal  <micke@imendio.com>
1270
1271         * dbus/dbus-message.c: (dbus_message_append_args_valist): 
1272         - Added case for DBUS_TYPE_BYTE, patch from Johan Hedberg.
1273
1274 2003-12-13  Mikael Hallendal  <micke@imendio.com>
1275
1276         * doc/TODO: Added not about better error check of configuration files.
1277
1278 2003-12-02  Richard Hult  <richard@imendio.com>
1279
1280         * Update AFL version to 2.0 throughout the source files to reflect
1281         the update that was done a while ago.
1282
1283 2003-12-02  Richard Hult  <richard@imendio.com>
1284
1285         * dbus/dbus-message.c (dbus_message_iter_append_dict): Set
1286         wrote_dict_key to FALSE on the iter that the dict is appended to,
1287         just like when appending other types. Fixes a bug where a dict
1288         couldn't be put inside a dict.
1289         (dbus_message_iter_append_dict_key): Fix typo in warning message.
1290         (message_iter_test, _dbus_message_test): Add test case for dict
1291         inside dict.
1292
1293 2003-12-01  David Zeuthen  <david@fubar.dk>
1294
1295         * python/dbus.py: Add the actual message when calling the reciever
1296         of a signal such that parameters can be inspected. Add the method
1297         remove_signal_receiver
1298         
1299 2003-11-26  Mikael Hallendal  <micke@imendio.com>
1300
1301         * bus/*.[ch]:
1302         * dbus/*.[ch]:
1303         * glib/*.[ch]: Made ref functions return the pointer
1304
1305 2003-11-25  Zack Rusin  <zack@kde.org>
1306
1307         * qt/integrator.h, qt/integrator.cpp: Adding handling of DBusServer,
1308
1309         * qt/server.h, qt/server.cpp, qt/Makefile.am: Adding DBusServer 
1310         wrappers,
1311
1312         * qt/connection.h, qt/connection.cpp: Adjusting to changes in 
1313         the Integrator and to better fit with the server,
1314
1315 2003-11-24  Zack Rusin  <zack@kde.org>
1316
1317         * qt/connection.h, qt/connection.cpp: removing initDbus method since
1318         the integrator handles it now
1319
1320         * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
1321         since QTimer wasn't really meant to be used the way DBusTimeout is
1322
1323 2003-11-24  Zack Rusin  <zack@kde.org>
1324
1325         * qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding 
1326         Integrator class which integrates D-BUS with the Qt event loop,
1327
1328         * qt/connection.h, qt/connection.cpp: Move all the code which
1329         was dealing with D-BUS integration to the Integrator class,
1330         and start using Integrator,
1331
1332 2003-11-23  Zack Rusin  <zack@kde.org>
1333
1334         * qt/connection.h, qt/connection.cpp: Adding the DBusConnection 
1335         wrapper
1336
1337         * qt/message.h, qt/message.cpp: updating to the current D-BUS api,
1338         switching namespaces to DBusQt, reworking the class,
1339
1340         * Makefile.cvs: switching dependencies so that it matches KDE 
1341         schematics,
1342         
1343         * qt/Makefile.am: adding connection.{h,cpp} and message.{h,cpp} to 
1344         the library
1345
1346 2003-11-19  Havoc Pennington  <hp@redhat.com>
1347
1348         * NEWS: update
1349
1350         * configure.in: bump version to 0.20
1351
1352         * configure.in (have_qt): add yet another place to look for qt
1353         (someone hand trolltech a .pc file...)
1354
1355 2003-11-01  Havoc Pennington  <hp@redhat.com>
1356
1357         * doc/dbus-specification.xml: add state machine docs on the auth
1358         protocol; just a first draft, I'm sure it's wrong.      
1359
1360 2003-10-28  David Zeuthen  <david@fubar.dk>
1361
1362         * python/dbus_bindings.pyx.in: add get_dict to handle dictionaries
1363         return types. Fixup TYPE_* to reflect changes in dbus/dbus-protocol.h
1364         
1365 2003-10-28  Havoc Pennington  <hp@redhat.com>
1366
1367         * dbus/dbus-message.c (get_next_field): delete unused function
1368
1369 2003-10-28  Havoc Pennington  <hp@redhat.com>
1370
1371         * bus/expirelist.c (do_expiration_with_current_time): detect
1372         failure of the expire_func due to OOM
1373
1374         * bus/connection.c (bus_pending_reply_expired): return FALSE on OOM
1375
1376         * bus/dispatch.c (check_send_exit_to_service): fix to handle the
1377         NoReply error that's now created by the bus when the service exits
1378
1379 2003-10-28  Havoc Pennington  <hp@redhat.com>
1380
1381         * dbus/dbus-message.c (_dbus_message_test): enable and fix the
1382         tests for set_path, set_interface, set_member, etc.
1383
1384         * dbus/dbus-string.c (_dbus_string_insert_bytes): allow 0 bytes
1385
1386         * dbus/dbus-message.c (set_string_field): always just delete and
1387         re-append the field; accept NULL for deletion
1388         (re_align_fields_recurse): reimplement
1389         
1390 2003-10-26  Havoc Pennington  <hp@redhat.com>
1391
1392         * dbus/dbus-connection.c: fix docs to properly describe the
1393         disconnected message
1394         (_dbus_connection_notify_disconnected): remove this function; 
1395         we can't synchronously add the disconnected message, we have to 
1396         do it after we've queued any remaining real messages
1397         (_dbus_connection_get_dispatch_status_unlocked): queue the
1398         disconnect message only if the transport has finished queueing all
1399         its real messages and is disconnected.
1400         (dbus_connection_disconnect): update the dispatch status here
1401
1402 2003-10-22  Havoc Pennington  <hp@redhat.com>
1403
1404         * bus/bus.c (bus_context_check_security_policy): fix up assertion
1405
1406         * bus/connection.c (bus_transaction_send_from_driver): set the
1407         destination to the connection's base service
1408
1409 2003-10-20  Havoc Pennington  <hp@redhat.com>
1410
1411         hmm, make check is currently not passing.
1412         
1413         * doc/dbus-specification.xml: add requirement that custom type
1414         names follow the same rules as interface names.
1415
1416         * dbus/dbus-protocol.h: change some of the byte codes, to avoid
1417         duplication and allow 'c' to be 'custom'; dict is now 'm' for
1418         'map'
1419
1420         * doc/dbus-specification.xml: update type codes to match
1421         dbus-protocol.h, using the ASCII byte values. Rename type NAMED to
1422         CUSTOM. Add type OBJECT_PATH to the spec.
1423
1424 2003-10-17  Havoc Pennington  <hp@redhat.com>
1425
1426         * bus/driver.c (create_unique_client_name): use "." as separator
1427         in base service names instead of '-'
1428
1429         * dbus/dbus-string.c (_dbus_string_get_byte): allow getting nul
1430         byte at the end of the string
1431
1432         * dbus/dbus-internals.h (_DBUS_LIKELY, _DBUS_UNLIKELY): add
1433         optimization macros since string validation seems to be a slow
1434         point.
1435         
1436         * doc/dbus-specification.xml: restrict valid
1437         service/interface/member/error names. Add test suite code for the
1438         name validation.
1439
1440         * dbus/dbus-string.c: limit service/interface/member/error names 
1441         to [0-9][A-Z][a-z]_
1442
1443         * dbus/dbus-connection.c (dbus_connection_dispatch): add missing
1444         format arg to verbose spew
1445
1446         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): if not out of
1447         memory, return instead of g_error
1448
1449         * test/test-service.c (path_message_func): support emitting a
1450         signal on request
1451
1452         * dbus/dbus-bus.c (init_connections_unlocked): only fill in
1453         activation bus type if DBUS_BUS_ACTIVATION was set; default to
1454         assuming the activation bus was the session bus so that services
1455         started manually will still register.
1456         (init_connections_unlocked): fix so that in OOM situation we get
1457         the same semantics when retrying the function
1458         
1459         * test/test-service.c (main): change to use path registration, to
1460         test those codepaths; register with DBUS_BUS_ACTIVATION rather
1461         than DBUS_BUS_SESSION
1462
1463 2003-10-16  Havoc Pennington  <hp@redhat.com>
1464
1465         * glib/dbus-gtest-main.c: bracket with #ifdef DBUS_BUILD_TESTS
1466
1467         * Makefile.am (GCOV_DIRS): remove "test", we don't care about test
1468         coverage of the tests
1469         (coverage-report.txt): don't move the .da and .bbg files around
1470
1471 2003-10-16  Havoc Pennington  <hp@redhat.com>
1472
1473         * bus/bus.c (struct BusContext): remove struct field I didn't mean
1474         to put there
1475
1476 2003-10-16  Havoc Pennington  <hp@redhat.com>
1477
1478         * bus/connection.c (bus_pending_reply_expired): either cancel or
1479         execute, not both
1480         (bus_connections_check_reply): use unlink, not remove_link, as we
1481         don't want to free the link; fixes double free mess
1482
1483         * dbus/dbus-pending-call.c (dbus_pending_call_block): fix in case
1484         where no reply was received
1485
1486         * dbus/dbus-connection.c (_dbus_pending_call_complete_and_unlock):
1487         fix a refcount leak
1488
1489         * bus/signals.c (match_rule_matches): add special cases for the
1490         bus driver, so you can match on sender/destination for it.
1491
1492         * dbus/dbus-sysdeps.c (_dbus_abort): print backtrace if
1493         DBUS_PRINT_BACKTRACE is set
1494
1495         * dbus/dbus-internals.c: add pid to assertion failure messages
1496
1497         * dbus/dbus-connection.c: add message type code to the debug spew
1498
1499         * glib/dbus-gproxy.c (gproxy_get_match_rule): match rules want
1500         sender=foo not service=foo
1501
1502         * dbus/dbus-bus.c (dbus_bus_get): if the activation bus is the
1503         session bus but DBUS_SESSION_BUS_ADDRESS isn't set, use 
1504         DBUS_ACTIVATION_ADDRESS instead
1505
1506         * bus/activation.c: set DBUS_SESSION_BUS_ADDRESS,
1507         DBUS_SYSTEM_BUS_ADDRESS if appropriate
1508
1509         * bus/bus.c (bus_context_new): handle OOM copying bus type into
1510         context struct
1511
1512         * dbus/dbus-message.c (dbus_message_iter_get_object_path): new function
1513         (dbus_message_iter_get_object_path_array): new function (half
1514         finished, disabled for the moment)
1515         
1516         * glib/dbus-gproxy.c (dbus_gproxy_end_call): properly handle
1517         DBUS_MESSAGE_TYPE_ERROR
1518
1519         * tools/dbus-launch.c (babysit): support DBUS_DEBUG_OUTPUT to
1520         avoid redirecting stderr to /dev/null
1521         (babysit): close stdin if not doing the "exit_with_session" thing
1522
1523         * dbus/dbus-sysdeps.c (_dbus_become_daemon): delete some leftover
1524         debug code; change DBUS_DEBUG_OUTPUT to only enable stderr, not
1525         stdout/stdin, so things don't get confused
1526         
1527         * bus/system.conf.in: fix to allow replies, I modified .conf
1528         instead of .conf.in again.
1529
1530 2003-10-14  David Zeuthen  <david@fubar.dk>
1531
1532         * python/dbus_bindings.pyx.in (MessageIter.get): fixed typo in
1533         argtype to arg_type when raising unknown arg type exception.
1534         Changed type list to reflect the changes in dbus-protocol.h so 
1535         the bindings actually work.
1536
1537 2003-10-14  Havoc Pennington  <hp@redhat.com>
1538
1539         * test/decode-gcov.c: support gcc 3.3 also, though gcc 3.3 seems
1540         to have a bug keeping it from outputting the .da files sometimes
1541         (string_get_string): don't append garbage nul bytes to the string.
1542
1543 2003-10-15  Seth Nickell  <seth@gnome.org>
1544
1545         * python/Makefile.am:
1546
1547         Include dbus_h_wrapper.h in the dist tarball.
1548
1549 2003-10-14  Havoc Pennington  <hp@redhat.com>
1550
1551         * bus/bus.c (bus_context_check_security_policy): revamp this to
1552         work more sanely with new policy-based requested reply setup
1553
1554         * bus/connection.c (bus_transaction_send_from_driver): set bus
1555         driver messages as no reply
1556
1557         * bus/policy.c (bus_client_policy_check_can_receive): handle a
1558         requested_reply attribute on allow/deny rules
1559
1560         * bus/system.conf: add <allow requested_reply="true"/>
1561
1562         * bus/driver.c (bus_driver_handle_message): fix check for replies
1563         sent to the bus driver, which was backward. How did this ever work
1564         at all though? I think I'm missing something.
1565
1566         * dbus/dbus-message.c (decode_header_data): require error and
1567         method return messages to have a reply serial field to be valid
1568         (_dbus_message_loader_queue_messages): break up this function;
1569         validate that reply serial and plain serial are nonzero; 
1570         clean up the OOM/error handling.
1571         (get_uint_field): don't return -1 from this
1572         (dbus_message_create_header): fix signed/unsigned bug
1573
1574         * bus/connection.c (bus_connections_expect_reply): save serial of
1575         the incoming message, not reply serial
1576
1577 2003-10-14  Havoc Pennington  <hp@redhat.com>
1578
1579         * bus/connection.c: implement pending reply tracking using
1580         BusExpireList
1581
1582         * bus/bus.c (bus_context_check_security_policy): verify that a
1583         reply is pending in order to allow a reply to be sent. Deny 
1584         messages of unknown type.
1585
1586         * bus/dbus-daemon-1.1.in: update to mention new resource limits
1587
1588         * bus/bus.c (bus_context_get_max_replies_per_connection): new
1589         (bus_context_get_reply_timeout): new
1590
1591 2003-10-13  Seth Nickell  <seth@gnome.org>
1592
1593         * python/Makefile.am:
1594
1595         Pass "make distcheck": remove a couple files from DIST_FILES
1596         that weren't included in the final version.
1597
1598 2003-10-12  Havoc Pennington  <hp@pobox.com>
1599
1600         Added test code that 1) starts an actual bus daemon and 2) uses
1601         DBusGProxy; fixed bugs that were revealed by the test. Lots 
1602         more testing possible, but this is the basic framework.
1603         
1604         * glib/dbus-gproxy.c (dbus_gproxy_manager_unregister): remove
1605         empty proxy lists from the proxy list hash
1606
1607         * dbus/dbus-message.c (dbus_message_iter_get_args_valist): add a
1608         couple of return_if_fail checks
1609
1610         * dbus/dbus-pending-call.c (_dbus_pending_call_new): use dbus_new0
1611         to allocate, so everything is cleared to NULL as it should be.
1612
1613         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): pass
1614         source as data to dbus_connection_set_timeout_functions() as the 
1615         timeout functions expected
1616
1617         * test/glib/run-test.sh: add a little script to start up a message
1618         bus and run tests using it
1619
1620         * tools/dbus-launch.1: updates
1621
1622         * tools/dbus-launch.c (main): add --config-file option
1623
1624         * tools/dbus-launch.c (main): remove confusing else if (runprog)
1625         that could never be reached.
1626
1627         * dbus/dbus-message.c (dbus_message_new_method_return) 
1628         (dbus_message_new_error, dbus_message_new_signal): set the
1629         no-reply-expected flag on all these. Redundant, but may
1630         as well be consistent.
1631
1632 2003-10-11  Havoc Pennington  <hp@pobox.com>
1633
1634         * test/decode-gcov.c (function_solve_graph): make broken block
1635         graph a nonfatal error since it seems to be broken. Need to debug
1636         this.
1637
1638         * dbus/dbus-marshal.c (_dbus_type_is_valid): new function since we
1639         can't just check type > INVALID < LAST anymore
1640
1641         * dbus/dbus-message.c (dbus_message_get_signature): new function
1642         (dbus_message_has_signature): new function
1643         (struct DBusMessage): add signature field (right now it isn't sent
1644         over the wire, just generated on the fly)
1645         (dbus_message_copy): copy the signature, and init strings to
1646         proper length to avoid some reallocs
1647         (dbus_message_iter_init_array_iterator): return void, since it
1648         can't fail
1649         (dbus_message_iter_init_dict_iterator): return void since it can't fail
1650         (_dbus_message_loader_queue_messages): add silly temporary hack to
1651         fill in message->signature on load
1652
1653         * dbus/dbus-protocol.h: change DBUS_TYPE_* values to be ASCII
1654         characters, so they are relatively human-readable.
1655
1656 2003-10-11  Havoc Pennington  <hp@pobox.com>
1657
1658         * dbus/dbus-message.c (_dbus_message_test): add more test
1659         coverage, but #if 0 for now since they uncover a bug 
1660         not fixed yet; I think in re_align_field_recurse()
1661         (re_align_field_recurse): add FIXME about broken assertion
1662
1663         * dbus/dbus-sysdeps.c (_dbus_sysdeps_test): add more test coverage
1664
1665         * bus/connection.c: share a couple code bits with expirelist.c
1666
1667         * bus/expirelist.h, bus/expirelist.c: implement a generic
1668         expire-items-after-N-seconds facility, was going to share between
1669         expiring connections and replies, decided not to use for expiring
1670         connections for now.
1671
1672         * COPYING: include AFL 2.0 (still need to change all the file headers)
1673
1674 2003-10-09  Havoc Pennington  <hp@redhat.com>
1675
1676         * configure.in: define DBUS_HAVE_GCC33_GCOV if we have
1677         gcc 3.3. Not that we do anything about it yet.
1678
1679         * bus/signals.c (bus_match_rule_parse): impose max length on the
1680         match rule text
1681
1682         * dbus/dbus-protocol.h: add DBUS_MAXIMUM_MATCH_RULE_LENGTH
1683
1684 2003-10-09  Havoc Pennington  <hp@redhat.com>
1685
1686         Make matching rules theoretically work (add parser).
1687         
1688         * bus/bus.c (bus_context_check_security_policy): fix up to handle
1689         the case where destination is explicitly specified as bus driver
1690         and someone else is eavesdropping.
1691         
1692         * bus/policy.c (bus_client_policy_check_can_receive): fix up
1693         definition of eavesdropping and assertion
1694
1695         * tools/dbus-send.c (main): use dbus_message_type_from_string
1696
1697         * bus/signals.c (bus_match_rule_parse): implement
1698
1699         * dbus/dbus-message.c (dbus_message_type_from_string): new
1700
1701         * dbus/dbus-errors.h (DBUS_ERROR_MATCH_RULE_INVALID): add
1702
1703 2003-10-02  Havoc Pennington  <hp@pobox.com>
1704
1705         * glib/dbus-gproxy.c (dbus_gproxy_call_no_reply): rename from
1706         dbus_gproxy_oneway_call
1707
1708         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main) 
1709         (dbus_server_setup_with_g_main): fix to allow calling them more
1710         than once on the same args
1711         (dbus_bus_get_with_g_main): new function
1712
1713 2003-10-02  Havoc Pennington  <hp@redhat.com>
1714
1715         * doc/dbus-tutorial.xml: write some stuff
1716
1717 2003-09-29  Havoc Pennington  <hp@pobox.com>
1718
1719         * configure.in: split checks for Doxygen from XML docs, check for
1720         xmlto
1721
1722         * doc/Makefile.am: XML-ify all the docs, and add a blank
1723         dbus-tutorial.xml
1724
1725 2003-09-29  Havoc Pennington  <hp@pobox.com>
1726
1727         * Merge dbus-object-names branch. To see the entire patch 
1728         do cvs diff -r DBUS_OBJECT_NAMES_BRANCHPOINT -r dbus-object-names,
1729         it's huuuuge though.
1730         To revert, I tagged DBUS_BEFORE_OBJECT_NAMES_MERGE.
1731         
1732 2003-09-28  Havoc Pennington  <hp@pobox.com>
1733
1734         * HACKING: update to reflect new server
1735
1736 2003-09-26  Seth Nickell  <seth@gnome.org>
1737
1738         * python/dbus.py:
1739         * python/examples/example-signals.py:
1740
1741         Start implementing some notions of signals. The API
1742         is really terrible, but they sort of work (with the
1743         exception of being able to filter by service, and to
1744         transmit signals *as* a particular service). Need to
1745         figure out how to make messages come from the service
1746         we registered :-(
1747         
1748         * python/dbus_bindings.pyx.in:
1749
1750         Removed duplicate message_handler callbacks.
1751         
1752 2003-09-25  Havoc Pennington  <hp@redhat.com>
1753
1754         * bus/session.conf.in: fix my mess
1755
1756 2003-09-25  Havoc Pennington  <hp@pobox.com>
1757
1758         * bus/session.conf.in: fix security policy, reported by Seth Nickell
1759
1760 2003-09-25  Seth Nickell  <seth@gnome.org>
1761
1762         * python/examples/example-service.py:
1763
1764         Johan notices complete wrong code in example-service, but
1765         completely wrong in a way that works exactly the same (!).
1766         Johan is confused, how could this possibly work? Example
1767         code fails to serve purpose of making things clear.
1768         Seth fixes.
1769
1770 2003-09-25  Mark McLoughlin  <mark@skynet.ie>
1771
1772         * doc/dbus-specification.sgml: don't require header fields
1773         to be 4-byte aligned and specify that fields should be
1774         distinguished from padding by the fact that zero is not
1775         a valid field name.
1776         
1777         * doc/TODO: remove re-alignment item and add item to doc
1778         the OBJECT_PATH type.
1779         
1780         * dbus/dbus-message.c:
1781         (HeaderField): rename the original member to value_offset
1782         and introduce a name_offset member to keep track of where
1783         the field actually begins.
1784         (adjust_field_offsets): remove.
1785         (append_int_field), (append_uint_field),
1786         (append_string_field): don't align the start of the header
1787         field to a 4-byte boundary.
1788         (get_next_field): impl finding the next marhsalled field
1789         after a given field.
1790         (re_align_field_recurse): impl re-aligning a number of
1791         already marshalled fields.
1792         (delete_field): impl deleting a field of any type and
1793         re-aligning any following fields.
1794         (delete_int_or_uint_field), (delete_string_field): remove.
1795         (set_int_field), (set_uint_field): no need to re-check
1796         that we have the correct type for the field.
1797         (set_string_field): ditto and impl re-aligning any
1798         following fields.
1799         (decode_header_data): update to take into account that
1800         the fields aren't 4-byte aligned any more and the new
1801         way to distinguish padding from header fields. Also,
1802         don't exit when there is too much header padding.
1803         (process_test_subdir): print the directory.
1804         (_dbus_message_test): add test to make sure a following
1805         field is re-aligned correctly after field deletion.
1806         
1807         * dbus/dbus-string.[ch]:
1808         (_dbus_string_insert_bytes): rename from insert_byte and
1809         allow the insert of multiple bytes.
1810         (_dbus_string_test): test inserting multiple bytes.
1811
1812         * dbus/dbus-marshal.c: (_dbus_marshal_set_string): add
1813         warning note to docs about having to re-align any
1814         marshalled values following the string.
1815         
1816         * dbus/dbus-message-builder.c:
1817         (append_string_field), (_dbus_message_data_load):
1818         don't align the header field.
1819         
1820         * dbus/dbus-auth.c: (process_test_subdir): print the
1821         directory.
1822         
1823         * test/break-loader.c: (randomly_add_one_byte): upd. for
1824         insert_byte change.
1825         
1826         * test/data/invalid-messages/bad-header-field-alignment.message:
1827         new test case.
1828         
1829         * test/data/valid-messages/unknown-header-field.message: shove
1830         a dict in the unknown field.
1831
1832 2003-09-25  Seth Nickell  <seth@gnome.org>
1833
1834         * python/dbus.py:
1835         * python/dbus_bindings.pyx.in:
1836
1837         Handle return values.
1838         
1839         * python/examples/example-client.py:
1840         * python/examples/example-service.py:
1841
1842         Pass back return values from the service to the client.
1843         
1844 2003-09-24  Seth Nickell  <seth@gnome.org>
1845
1846         * python/dbus.py:
1847
1848         Connect Object methods (when you are sharing an object) up... pass
1849         in a list of methods to be shared. Sharing all the methods just
1850         worked out too weird. You can now create nice Services over the
1851         DBus in Python. :-)
1852         
1853         * python/dbus_bindings.pyx.in:
1854
1855         Keep references to user_data tuples passed into C functions so 
1856         Python doesn't garbage collect on us.
1857
1858         Implement MethodReturn and Error subclasses of Message for creating
1859         DBusMessage's of those types.
1860         
1861         * python/examples/example-client.py:
1862         * python/examples/example-service.py:
1863
1864         Simple example code showing both how create DBus services and objects,
1865         and how to use them.
1866
1867 2003-09-23  Havoc Pennington  <hp@pobox.com>
1868
1869         * glib/dbus-gproxy.c (dbus_gproxy_manager_filter): implement
1870
1871 2003-09-23  Havoc Pennington  <hp@redhat.com>
1872
1873         * glib/dbus-gproxy.c (dbus_gproxy_connect_signal): implement
1874         (dbus_gproxy_disconnect_signal): implement
1875         (dbus_gproxy_manager_remove_signal_match): implement
1876         (dbus_gproxy_manager_add_signal_match): implement
1877         (dbus_gproxy_oneway_call): implement
1878
1879 2003-09-23  Havoc Pennington  <hp@pobox.com>
1880
1881         * glib/dbus-gproxy.c (struct DBusGProxy): convert to a GObject
1882         subclass. This means dropping the transparent thread safety of the
1883         proxy; you now need a separate proxy per-thread, or your own
1884         locking on the proxy. Probably right anyway.
1885         (dbus_gproxy_ref, dbus_gproxy_unref): nuke, just use g_object_ref
1886
1887 2003-09-22  Havoc Pennington  <hp@redhat.com>
1888
1889         * glib/dbus-gproxy.c (dbus_gproxy_manager_get): implement
1890
1891 2003-09-21  Seth Nickell  <seth@gnome.org>
1892
1893         First checkin of the Python bindings.
1894         
1895         * python/.cvsignore:
1896         * python/Makefile.am:
1897         * python/dbus_bindings.pyx.in:
1898         * python/dbus_h_wrapper.h:
1899
1900         Pieces for Pyrex to operate on, building a dbus_bindings.so
1901         python module for low-level access to the DBus APIs.
1902         
1903         * python/dbus.py:
1904
1905         High-level Python module for accessing DBus objects.
1906
1907         * configure.in:
1908         * Makefile.am:
1909
1910         Build stuff for the python bindings.
1911
1912         * acinclude.m4:
1913
1914         Extra macro needed for finding the Python C header files.
1915
1916 2003-09-21  Havoc Pennington  <hp@pobox.com>
1917
1918         * glib/dbus-gproxy.c (dbus_gproxy_manager_new): start
1919         implementing the proxy manager, didn't get very far.
1920
1921         * dbus/dbus-bus.c (dbus_bus_add_match): new
1922         (dbus_bus_remove_match): new
1923
1924         * glib/dbus-gproxy.c (dbus_gproxy_new_for_service): add a
1925         path_name argument; adjust the other not-yet-implemented 
1926         gproxy constructors to be what I think they should be.
1927
1928 2003-09-21  Havoc Pennington  <hp@pobox.com>
1929
1930         * dbus/dbus-bus.c (dbus_bus_get): set exit_on_disconnect to TRUE
1931         by default for message bus connections.
1932
1933         * dbus/dbus-connection.c (dbus_connection_dispatch): exit if
1934         exit_on_disconnect flag is set and we process the disconnected
1935         signal.
1936         (dbus_connection_set_exit_on_disconnect): new function
1937
1938 2003-09-21  Havoc Pennington  <hp@pobox.com>
1939
1940         Get matching rules mostly working in the bus; only actually
1941         parsing the rule text remains. However, the client side of
1942         "signal connections" hasn't been started, this patch is only the
1943         bus side.
1944         
1945         * dbus/dispatch.c: fix for the matching rules changes
1946         
1947         * bus/driver.c (bus_driver_handle_remove_match)
1948         (bus_driver_handle_add_match): send an ack reply from these
1949         method calls
1950
1951         * glib/dbus-gproxy.c (dbus_gproxy_begin_call): fix order of
1952         arguments, reported by Seth Nickell
1953
1954         * bus/config-parser.c (append_rule_from_element): support
1955         eavesdrop=true|false attribute on policies so match rules 
1956         can be prevented from snooping on the system bus.
1957
1958         * bus/dbus-daemon-1.1.in: consistently use terminology "sender"
1959         and "destination" in attribute names; fix some docs bugs; 
1960         add eavesdrop=true|false attribute
1961
1962         * bus/driver.c (bus_driver_handle_add_match)
1963         (bus_driver_handle_remove_match): handle AddMatch, RemoveMatch
1964         messages
1965
1966         * dbus/dbus-protocol.h (DBUS_SERVICE_ORG_FREEDESKTOP_BROADCAST): get
1967         rid of broadcast service concept, signals are just always broadcast
1968
1969         * bus/signals.c, bus/dispatch.c, bus/connection.c, bus/bus.c:
1970         mostly implement matching rules stuff (currently only exposed as signal
1971         connections)
1972
1973 2003-09-21  Mark McLoughlin  <mark@skynet.ie>
1974
1975         * doc/dbus-specification.sgml: Change the header field name
1976         to be an enum and update the rest of the spec to reference
1977         the fields using the conventinal name.
1978
1979         * dbus/dbus-protocol.h: update to reflect the spec.
1980
1981         * doc/TODO: add item to remove the 4 byte alignment requirement.
1982         
1983         * dbus/dbus-message.c: Remove the code to generalise the
1984         header/body length and serial number header fields as named
1985         header fields so we can reference field names using the 
1986         protocol values.
1987         (append_int_field), (append_uint_field), (append_string_field):
1988         Append the field name as a byte rather than four chars.
1989         (delete_int_or_uint_field), (delete_string_field): reflect the
1990         fact that the field name and typecode now occupy 4 bytes instead
1991         of 8.
1992         (decode_string_field), (decode_header_data): update to reflect
1993         protocol changes and move the field specific encoding from
1994         decode_string_field() back into decode_header_data().
1995         
1996         * dbus/dbus-internals.[ch]: (_dbus_header_field_to_string):
1997         Add utility to aid debugging.
1998         
1999         * dbus/dbus-message-builder.c:
2000         (append_string_field), (_dbus_message_data_load): Update to
2001         reflect protocol changes; Change the FIELD_NAME directive
2002         to HEADER_FIELD and allow it to take the field's conventional
2003         name rather than the actual value.
2004         
2005         * test/data/*/*.message: Update to use HEADER_FIELD instead
2006         of FIELD_NAME; Always align the header on an 8 byte boundary
2007         *before* updating the header length.
2008
2009 2003-09-15  Havoc Pennington  <hp@pobox.com>
2010
2011         * dbus/dbus-pending-call.c: add the get/set object data
2012         boilerplate as for DBusConnection, etc. Use generic object data
2013         for the notify callback.
2014
2015         * glib/dbus-gparser.c (parse_node): parse child nodes
2016
2017         * tools/dbus-viewer.c: more hacking on the dbus-viewer
2018         
2019         * glib/dbus-gutils.c (_dbus_gutils_split_path): add a file to
2020         contain functions shared between the convenience lib and the
2021         installed lib
2022
2023         * glib/Makefile.am (libdbus_glib_1_la_LDFLAGS): add
2024         -export-symbols-regex to the GLib library
2025
2026         * dbus/dbus-object-tree.c (_dbus_object_tree_dispatch_and_unlock):
2027         fix the locking in here, and add a default handler for
2028         Introspect() that just returns sub-nodes.
2029
2030 2003-09-14  Havoc Pennington  <hp@pobox.com>
2031
2032         * glib/dbus-gthread.c (dbus_g_thread_init): rename to make g_foo
2033         rather than gfoo consistent
2034
2035         * glib/dbus-gproxy.h: delete for now, move contents to
2036         dbus-glib.h, because the include files don't work right since we
2037         aren't in the dbus/ subdir.
2038         
2039         * glib/dbus-gproxy.c (dbus_gproxy_send): finish implementing
2040         (dbus_gproxy_end_call): finish
2041         (dbus_gproxy_begin_call): finish
2042
2043         * glib/dbus-gmain.c (dbus_set_g_error): new
2044
2045         * glib/dbus-gobject.c (handle_introspect): include information
2046         about child nodes in the introspection
2047
2048         * dbus/dbus-connection.c (dbus_connection_list_registered): new
2049         function to help in implementation of introspection
2050
2051         * dbus/dbus-object-tree.c
2052         (_dbus_object_tree_list_registered_and_unlock): new function
2053
2054 2003-09-12  Havoc Pennington  <hp@pobox.com>
2055
2056         * glib/dbus-gidl.h: add common base class for all the foo_info
2057         types
2058
2059         * tools/dbus-viewer.c: add GTK-based introspection UI thingy
2060         similar to kdcop
2061
2062         * test/Makefile.am: try test srcdir -ef . in addition to test
2063         srcdir = ., one of them should work (yeah lame)
2064         
2065         * glib/Makefile.am: build the "idl" parser stuff as a convenience
2066         library
2067         
2068         * glib/dbus-gparser.h: make description_load routines return
2069         NodeInfo* not Parser*
2070
2071         * Makefile.am (SUBDIRS): build test dir after all library dirs
2072
2073         * configure.in: add GTK+ detection
2074
2075 2003-09-07  Havoc Pennington  <hp@pobox.com>
2076
2077         * Make Doxygen contented.
2078
2079 2003-09-07  Havoc Pennington  <hp@pobox.com>
2080
2081         * doc/dbus-specification.sgml: more updates
2082
2083 2003-09-06  Havoc Pennington  <hp@pobox.com>
2084
2085         * doc/dbus-specification.sgml: partial updates
2086
2087         * bus/dbus-daemon-1.1.in: fix the config file docs for the
2088         zillionth time; hopefully I edited the right file this time.
2089
2090         * bus/config-parser.c (append_rule_from_element): support
2091         send_type, send_path, receive_type, receive_path
2092
2093         * bus/policy.c: add message type and path to the list of things
2094         that can be "firewalled"
2095
2096 2003-09-06  Havoc Pennington  <hp@pobox.com>
2097
2098         * dbus/dbus-connection.c (dbus_connection_register_fallback): add this
2099         (dbus_connection_register_object_path): make this not handle
2100         messages to paths below the given path
2101
2102 2003-09-03  Havoc Pennington  <hp@pobox.com>
2103
2104         * test/glib/Makefile.am: add this with random glib-linked test
2105         programs
2106
2107         * glib/Makefile.am: remove the random test programs from here,
2108         leave only the unit tests
2109
2110         * glib/dbus-gobject.c (_dbus_gobject_test): add test for 
2111         uscore/javacaps conversion, and fix     
2112         (get_object_property, set_object_property): change to .NET
2113         convention for mapping props to methods, set_FooBar/get_FooBar, 
2114         since one language has such a convention we may as well copy it. 
2115         Plus real methods in either getFooBar or get_foo_bar style won't 
2116         collide with this convention.
2117
2118 2003-09-01  Havoc Pennington  <hp@pobox.com>
2119
2120         * glib/dbus-gparser.c: implement
2121
2122         * glib/dbus-gobject.c: start implementing skeletons support
2123
2124         * configure.in: when disabling checks/assert, also define
2125         G_DISABLE_ASSERT and G_DISABLE_CHECKS
2126
2127 2003-09-01  Havoc Pennington  <hp@pobox.com>
2128
2129         * glib/Makefile.am: rearrange a bunch of files and get "make
2130         check" framework set up
2131
2132 2003-08-31  Havoc Pennington  <hp@pobox.com>
2133
2134         * fix build with --disable-tests
2135
2136 2003-08-30  Havoc Pennington  <hp@pobox.com>
2137
2138         * dbus/dbus-connection.c: purge DBusMessageHandler
2139
2140         * dbus/dbus-message-handler.c: remove DBusMessageHandler, just 
2141         use callbacks everywhere
2142
2143 2003-08-30  Havoc Pennington  <hp@pobox.com>
2144
2145         * test/data/valid-config-files/system.d/test.conf: change to 
2146         root for the user so warnings don't get printed
2147
2148         * dbus/dbus-message.c: add dbus_message_get_path,
2149         dbus_message_set_path
2150         
2151         * dbus/dbus-object-tree.c (do_test_dispatch): add test of
2152         dispatching to a path
2153
2154         * dbus/dbus-string.c (_dbus_string_validate_path): add
2155
2156         * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement
2157         (_dbus_marshal_object_path): implement
2158
2159         * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field 
2160         to contain the path to the target object
2161         (DBUS_HEADER_FIELD_SENDER_SERVICE): rename
2162         DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
2163
2164 2003-08-30  Havoc Pennington  <hp@pobox.com>
2165
2166         * dbus/dbus-object-tree.c: write tests and fix the discovered bugs
2167
2168 2003-08-29  Havoc Pennington  <hp@pobox.com>
2169
2170         * dbus/dbus-object-tree.c: modify to allow overlapping paths to be
2171         registered
2172         (struct DBusObjectSubtree): shrink this
2173         a lot, since we may have a lot of them
2174         (_dbus_object_tree_free_all_unlocked): implement
2175         (_dbus_object_tree_dispatch_and_unlock): implement
2176
2177 2003-08-29  Havoc Pennington  <hp@pobox.com>
2178
2179         * dbus/dbus-internals.h: fix _DBUS_N_GLOBAL_LOCKS
2180
2181 2003-08-28  Havoc Pennington  <hp@pobox.com>
2182
2183         purge DBusObjectID
2184         
2185         * dbus/dbus-connection.c: port to no ObjectID, create a
2186         DBusObjectTree, rename ObjectTree to ObjectPath in public API
2187
2188         * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete 
2189         everything except UnregisterFunction and MessageFunction
2190         
2191         * dbus/dbus-marshal.c: port away from DBusObjectID, 
2192         add DBUS_TYPE_OBJECT_PATH
2193         
2194         * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], 
2195         dbus/dbus-objectid.[hc]: remove these, we are moving to 
2196         path-based object IDs
2197
2198 2003-08-25  Havoc Pennington  <hp@pobox.com>
2199
2200         Just noticed that dbus_message_test is hosed, I wonder when I
2201         broke that. I thought make check was passing earlier...
2202         
2203         * dbus/dbus-object-tree.c: add new "object tree" to match DCOP 
2204         container tree, will replace most of dbus-object-registry
2205
2206         * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
2207         screwup
2208
2209 2003-08-19  Havoc Pennington  <hp@pobox.com>
2210
2211         * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER
2212         (dbus_message_is_error): fix this function
2213
2214         * bus/dbus-daemon-1.1: clarify logic on when <deny>/<allow> rules
2215         match
2216
2217         * bus/policy.c (bus_client_policy_check_can_receive): fix code to
2218         reflect clarified man page
2219         (bus_client_policy_check_can_send): ditto
2220         
2221         * bus/session.conf.in: fixup
2222
2223         * bus/system.conf.in: fixup
2224
2225 2003-08-18  Havoc Pennington  <hp@redhat.com>
2226
2227         * dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
2228
2229         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
2230         dumb bug created earlier (wrong order of args to
2231         decode_header_data())
2232         
2233         * tools/dbus-send.c: port
2234
2235         * tools/dbus-print-message.c (print_message): port
2236
2237         * test/data/*messages: port all messages over
2238         
2239         * dbus/dbus-message-builder.c: support including 
2240         message type
2241         
2242         * bus/driver.c: port over
2243         
2244         * bus/dispatch.c: port over to new stuff
2245
2246         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
2247         rename disconnect signal to "Disconnected"
2248
2249 2003-08-17  Havoc Pennington  <hp@pobox.com>
2250
2251         This doesn't compile yet, but syncing up so I can hack on it from
2252         work. What are branches for if not broken code? ;-)
2253         
2254         * dbus/dbus-protocol.h: remove DBUS_HEADER_FIELD_NAME, add
2255         DBUS_HEADER_FIELD_INTERFACE, DBUS_HEADER_FIELD_MEMBER,
2256         DBUS_HEADER_FIELD_ERROR_NAME
2257         
2258         * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use
2259         for the interface+member pairs
2260         (string_hash): change to use g_str_hash algorithm
2261         (find_direct_function, find_string_function): refactor these to
2262         share most code.
2263         
2264         * dbus/dbus-message.c: port all of this over to support 
2265         interface/member fields instead of name field
2266
2267         * dbus/dbus-object-registry.c: port over
2268         
2269         * dbus/dbus-string.c (_dbus_string_validate_interface): rename
2270         from _dbus_string_validate_name
2271
2272         * bus/dbus-daemon-1.1: change file format for the 
2273         <deny>/<allow> stuff to match new message naming scheme
2274
2275         * bus/policy.c: port over
2276
2277         * bus/config-parser.c: parse new format
2278         
2279 2003-08-16  Havoc Pennington  <hp@pobox.com>
2280
2281         * dbus/dbus-object-registry.c (add_and_remove_objects): remove
2282         broken assertion
2283
2284         * glib/dbus-gproxy.c: some hacking
2285
2286 2003-08-15  Havoc Pennington  <hp@redhat.com>
2287
2288         * dbus/dbus-pending-call.c (dbus_pending_call_block): implement
2289
2290         * dbus/dbus-connection.c
2291         (dbus_connection_send_with_reply_and_block): factor out internals;
2292         change to convert any error replies to DBusError instead of 
2293         returning them as a message
2294
2295 2003-08-15  Havoc Pennington  <hp@pobox.com>
2296
2297         * dbus/dbus-connection.c, 
2298         dbus/dbus-pending-call.c: Finish the pending call stuff
2299
2300 2003-08-14  Havoc Pennington  <hp@redhat.com>
2301
2302         * dbus/dbus-pending-call.c: start on new object that will replace
2303         DBusMessageHandler and ReplyHandlerData for tracking outstanding
2304         replies
2305
2306         * dbus/dbus-gproxy.c: start on proxy object used to communicate
2307         with remote interfaces
2308
2309         * dbus/dbus-gidl.c: do the boring boilerplate in here
2310         
2311 2003-08-12  Havoc Pennington  <hp@pobox.com>
2312
2313         * bus/dispatch.c (bus_dispatch): make this return proper 
2314         DBusHandlerResult to avoid DBUS_ERROR_UNKNOWN_METHOD
2315
2316         * dbus/dbus-errors.c (dbus_set_error): use
2317         _dbus_string_append_printf_valist
2318
2319         * dbus/dbus-string.c (_dbus_string_append_printf_valist)
2320         (_dbus_string_append_printf): new
2321
2322         * dbus/dbus-errors.h (DBUS_ERROR_UNKNOWN_MESSAGE): change to
2323         UNKNOWN_METHOD
2324
2325         * dbus/dbus-connection.c (dbus_connection_dispatch): handle
2326         DBUS_HANDLER_RESULT_NEED_MEMORY; send default error reply if a
2327         message is unhandled.
2328
2329 2003-08-11  Havoc Pennington  <hp@pobox.com>
2330
2331         * bus/test.c (client_disconnect_handler): change to return
2332         HANDLED (would have been REMOVE_MESSAGE)
2333
2334         * dbus/dbus-object.h (enum DBusHandlerResult): rename to
2335         HANDLED/NOT_YET_HANDLED instead of
2336         REMOVE_MESSAGE/ALLOW_MORE_HANDLERS to make it clearer how it 
2337         should be used.
2338
2339 2003-08-10  Havoc Pennington  <hp@pobox.com>
2340
2341         * tools/dbus-send.c (main): add --type argument, for now
2342         supporting only method_call and signal types.
2343
2344         * tools/dbus-print-message.c: print message type
2345
2346         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
2347         init connection->objects
2348
2349         * doc/dbus-specification.sgml: fix sgml
2350
2351         * bus/*.c: port over to object-instance API changes
2352
2353         * test/test-service.c: ditto
2354         
2355         * dbus/dbus-message.c (dbus_message_create_header): allow #NULL
2356         name, we will have to fix up the rest of the code to also handle
2357         this
2358         (dbus_message_new): generic message-creation call
2359         (set_string_field): allow appending name field
2360
2361 2003-08-06  Havoc Pennington  <hp@pobox.com>
2362
2363         * dbus/dbus-object-registry.c: implement signal connection 
2364         and dispatch
2365
2366         * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new
2367
2368         * dbus/dbus-internals.c (_dbus_memdup): new function
2369
2370 2003-08-02  Havoc Pennington  <hp@pobox.com>
2371
2372         * dbus/dbus-message.c (dbus_message_get_no_reply)
2373         (dbus_message_set_no_reply): add these and remove
2374         set_is_error/get_is_error
2375
2376         * dbus/dbus-protocol.h, doc/dbus-specification.sgml: 
2377         remove the ERROR flag, since there's now an ERROR type
2378
2379 2003-08-01  Havoc Pennington  <hp@pobox.com>
2380
2381         * dbus/dbus-object-registry.c (_dbus_object_registry_handle_and_unlock):
2382         implement
2383
2384         * dbus/dbus-message.c (dbus_message_get_type): new function
2385
2386         * doc/dbus-specification.sgml: add "type" byte to messages
2387
2388 2003-08-01  Havoc Pennington  <hp@pobox.com>
2389
2390         * dbus/dbus-protocol.h (DBUS_MESSAGE_TYPE_*): introduce
2391         a message type enum to distinguish kinds of message
2392         (DBUS_HEADER_FLAG_NO_REPLY_EXPECTED): flag for a message 
2393         that need not be replied to
2394
2395 2003-08-01  Havoc Pennington  <hp@pobox.com>
2396
2397         * dbus/dbus-marshal.c: adapt to DBusObjectID changes
2398         (unpack_8_octets): fix no-64-bit-int bug
2399
2400         * dbus/dbus-object-registry.c (validate_id): validate the 
2401         connection ID bits, not just the instance ID.
2402
2403         * dbus/dbus-connection.c (_dbus_connection_init_id): initialize
2404         the connection-global 33 bits of the object ID
2405
2406         * dbus/dbus-object-registry.c (info_from_entry): fill in 
2407         object ID in the new way
2408
2409         * dbus/dbus-objectid.h: rather than high/low bits, specifically 
2410         define server/client/instance bits.
2411
2412 2003-07-30  Havoc Pennington  <hp@pobox.com>
2413
2414         * dbus/dbus-connection.c (dbus_connection_register_object): fix
2415         build
2416
2417 2003-07-13  Havoc Pennington  <hp@pobox.com>
2418
2419         * dbus/dbus-object.h (struct DBusObjectVTable): add padding
2420         fields to DBusObjectVTable and DBusObjectInfo
2421
2422 2003-07-12  Havoc Pennington  <hp@pobox.com>
2423
2424         * dbus/dbus-object-registry.c: implement unit test,
2425         fix bugs discovered in process
2426
2427         * dbus/dbus-connection.c: remove handler_table and
2428         register_handler(), add DBusObjectRegistry usage
2429
2430         * dbus/dbus-objectid.c (dbus_object_id_is_null)
2431         (dbus_object_id_set_null): new functions
2432
2433 2003-07-08  Havoc Pennington  <hp@pobox.com>
2434
2435         * dbus/dbus-object.c: implement some of this
2436
2437         * dbus/dbus-object-registry.c
2438         (_dbus_object_registry_add_and_unlock): fill in the object_id out
2439         param
2440         (_dbus_object_registry_new): handle OOM
2441
2442 2003-07-08  Havoc Pennington  <hp@pobox.com>
2443
2444         * dbus/dbus-object.h: sketch out an API for registering objects
2445         with a connection, that allows us to use as little as 24 bytes
2446         per object and lets application code represent an object in 
2447         any conceivable way.
2448
2449         * dbus/dbus-object-registry.c: implement the hard bits of the
2450         DBusConnection aspect of object API. Not yet wired up.
2451         
2452 2003-07-06  Havoc Pennington  <hp@pobox.com>
2453
2454         * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
2455         (_dbus_marshal_object_id): new
2456         (_dbus_demarshal_object_id): new
2457         (_dbus_marshal_get_arg_end_pos): support object ID type, and
2458         consolidate identical switch cases. Don't conditionalize handling
2459         of DBUS_TYPE_UINT64, need to handle the type always.
2460         (_dbus_marshal_validate_arg): consolidate identical cases, and
2461         handle DBUS_TYPE_OBJECT_ID
2462
2463         * dbus/dbus-objectid.c: new file with DBusObjectID data type.
2464
2465         * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
2466
2467 2003-09-28  Havoc Pennington  <hp@pobox.com>
2468
2469         * real 0.13 release
2470
2471 2003-09-28  Havoc Pennington  <hp@pobox.com>
2472
2473         * doc/Makefile.am (dbus-specification.html): testing a funky hack
2474         to work with Debian db2html
2475
2476 2003-09-28  Havoc Pennington  <hp@pobox.com>
2477
2478         * configure.in: 0.13
2479
2480         * doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
2481         stylesheet-images for benefit of Debian
2482         
2483         Change back to using filesystem-linked sockets for the system
2484         bus, so only root can create the default system bus address.
2485         
2486         * bus/system.conf.in: change to use
2487         DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
2488
2489         * dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
2490         from here.
2491
2492         * configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
2493         here, and AC_DEFINE DBUS_SYSTEM_PATH
2494
2495 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
2496
2497         * doc/TODO:
2498         * doc/busconfig.dtd:
2499         Add busconfig DTD.
2500         
2501 2003-08-09  Anders Carlsson  <andersca@codefactory.se>
2502
2503         * doc/dbus-specification.sgml:
2504         Add activation reply values.
2505         
2506 2003-08-05  Havoc Pennington  <hp@redhat.com>
2507
2508         * configure.in: 0.12
2509
2510 2003-08-05  Anders Carlsson  <andersca@codefactory.se>
2511
2512         * glib/dbus-gmain.c: (watch_fd_new), (watch_fd_ref),
2513         (watch_fd_unref), (dbus_gsource_check), (dbus_gsource_dispatch),
2514         (add_watch), (remove_watch), (create_source):
2515         Refcount fds, fixes some reentrancy issues.
2516         
2517 2003-07-30  Havoc Pennington  <hp@redhat.com>
2518
2519         * dbus/dbus-bus.c (init_connections_unlocked): fix default system
2520         bus address to be abstract if we have abstract sockets
2521
2522         * NEWS: update
2523
2524 2003-07-28  Havoc Pennington  <hp@redhat.com>
2525
2526         * bus/messagebus.in: fix to avoid processname/servicename 
2527         confusion, from Michael Kearey
2528         https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=100965
2529         
2530 2003-07-23  Havoc Pennington  <hp@pobox.com>
2531
2532         * dbus/dbus-message.c (dbus_message_iter_get_named): 
2533         fix from Andy Hanton to remove broken "+1"
2534
2535 2003-07-16  Havoc Pennington  <hp@pobox.com>
2536
2537         * tools/dbus-launch.c (babysit): close stdout/stderr in the
2538         babysitter process, as suggested by Thomas Leonard, so 
2539         an "eval `dbus-launch --exit-with-session`" will actually 
2540         return
2541
2542 2003-07-16  Havoc Pennington  <hp@pobox.com>
2543
2544         * configure.in: print out EXPANDED_* variables in the summary at
2545         the end; clean up the code that computes EXPANDED_ variables and
2546         get the ones using exec_prefix right. Should make things work
2547         when you build without --prefix
2548
2549 2003-06-29  Havoc Pennington  <hp@pobox.com>
2550
2551         * mono/Test.cs (class Test): fire up a main loop and run it
2552
2553         * mono/DBus.cs (DBus): don't g_thread_init since it can only be
2554         done once, the app has to do it
2555
2556 2003-06-26  Havoc Pennington  <hp@pobox.com>
2557
2558         * mono/Connection.cs: set up connection with the glib main loop
2559
2560 2003-07-01  Havoc Pennington  <hp@redhat.com>
2561
2562         * doc/dbus-specification.sgml: clarify the format of a type code,
2563         change suggested by Jim Blandy
2564
2565 2003-06-29  Miloslav Trmac  <mitr@volny.cz>
2566
2567         * doc/Makefile.am:
2568         * tools/Makefile.am: Don't assume srcdir == builddir.
2569
2570         * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
2571         the allocated block.
2572         (_dbus_memory_test): New function.
2573         * dbus/dbus-test.h: Add _dbus_memory_test ().
2574         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
2575
2576         * dbus/dbus-message.c (decode_header_data): Use %.4s instead
2577         of %c%c%c%c.
2578         (dbus_message_new): Remove obsolete @todo.
2579
2580         * dbus/dbus-marshal.c (_dbus_marshal_set_int64)
2581         (_dbus_marshal_set_uint64): Fix comment.
2582
2583         * dbus/dbus-message.c (append_int_field, append_uint_field): Don't
2584         hardcode FIELD_REPLY_SERIAL.
2585
2586         * dbus/dbus-mainloop.c (_dbus_loop_remove_watch)
2587         (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p
2588
2589         * configure.in: Add -D_POSIX_C_SOURCE=199309L -DBSD_SOURCE to CFLAGS
2590         and disable DBUS_USE_ATOMIC_INT_486 when --enable-ansi is used
2591
2592 2003-06-24  Havoc Pennington  <hp@pobox.com>
2593
2594         * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
2595
2596 2003-06-23  Anders Carlsson  <andersca@codefactory.se>
2597
2598         * configure.in:
2599         * gcj/.cvsignore:
2600         * gcj/Hello.java:
2601         * gcj/Makefile.am:
2602         * gcj/TestMessage.java: (TestMessage), (TestMessage.main):
2603         * gcj/org/.cvsignore:
2604         * gcj/org/Makefile.am:
2605         * gcj/org/freedesktop/.cvsignore:
2606         * gcj/org/freedesktop/Makefile.am:
2607         * gcj/org/freedesktop/dbus/.cvsignore:
2608         * gcj/org/freedesktop/dbus/Makefile.am:
2609         * gcj/org/freedesktop/dbus/Message.java: (Message),
2610         (Message.Message):
2611         * gcj/org/freedesktop/dbus/natMessage.cc:
2612         Fix the build system.
2613
2614 2003-06-22  Havoc Pennington  <hp@pobox.com>
2615
2616         * mono/Connection.cs: add more bindings
2617
2618         * dbus/dbus-threads.c (dbus_threads_init): allow calling this
2619         more than once.
2620
2621 2003-06-22  Havoc Pennington  <hp@pobox.com>
2622
2623         * mono/Connection.cs, mono/DBus.cs, mono/Error.cs:
2624         Start wrapping more stuff.
2625
2626 2003-06-22  Havoc Pennington  <hp@pobox.com>
2627
2628         * mono/Message.cs: implement Message.Wrap() that ensures we only
2629         have a single C# wrapper per DBusMessage, assuming it works which
2630         it probably doesn't.
2631
2632         * dbus/dbus-message.c (dbus_message_allocate_data_slot): new
2633         (dbus_message_free_data_slot): new
2634         (dbus_message_set_data): new
2635         (dbus_message_get_data): new
2636
2637 2003-06-22  Havoc Pennington  <hp@pobox.com>
2638
2639         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref)
2640         (_dbus_data_slot_allocator_alloc): rework these to keep a
2641         reference count on each slot and automatically manage a global
2642         slot ID variable passed in by address
2643
2644         * bus/bus.c: convert to new dataslot API
2645
2646         * dbus/dbus-bus.c: convert to new dataslot API
2647
2648         * dbus/dbus-connection.c: convert to new dataslot API
2649
2650         * dbus/dbus-server.c: convert to new dataslot API
2651
2652         * glib/dbus-gmain.c: ditto
2653
2654         * bus/test.c: ditto
2655
2656         * bus/connection.c: ditto
2657
2658 2003-06-22  Anders Carlsson  <andersca@codefactory.se>
2659
2660         * configure.in: Add AM_PROG_GCJ and move AM_PROG_LIBTOOL
2661         after the gcj checks so that the correct configuration tags
2662         will be added to libtool.
2663
2664         * dbus-glib-1.pc.in: No need to specify any includes since
2665         dbus-1.pc.in has those.
2666
2667 2003-06-22  Havoc Pennington  <hp@pobox.com>
2668
2669         * mono/*, gcj/*, configure.in, Makefile.am:
2670         Check in makefiles and subdirs for mono and gcj bindings.
2671         Neither binding actually exists, just trying to get through
2672         all the build and other boring bits.
2673
2674 2003-06-21  Philip Blundell  <philb@gnu.org>
2675
2676         * tools/dbus-monitor.1: Updated.
2677
2678         * tools/dbus-send.1: Likewise.
2679
2680 2003-06-20  Anders Carlsson  <andersca@codefactory.se>
2681
2682         * dbus/dbus-transport-unix.c (unix_handle_watch): Check
2683         for hangup and error after checking read so we won't discard
2684         pending data if both hangup and read are set.
2685
2686 2003-06-19  Philip Blundell  <philb@gnu.org>
2687
2688         * tools/dbus-print-message.c (print_message): Handle BOOLEAN.
2689
2690         * tools/dbus-send.c: Accept both --system and --session.
2691
2692         * tools/dbus-monitor.c: Same here.
2693
2694 2003-06-19  Anders Carlsson  <andersca@codefactory.se>
2695
2696         * glib/dbus-glib.h: Fix so that dbus-glib.h can be used
2697         from C++ (Patch by Miloslav Trmac).
2698
2699 2003-06-15  Joe Shaw  <joe@assbarn.com>
2700
2701         * configure.in: Check for socklen_t.
2702
2703         * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
2704
2705         * test/test-segfault.c: Add #include <sys/time.h>
2706
2707         * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
2708         dbus-launch needs it.
2709
2710 2003-06-09  Havoc Pennington  <hp@redhat.com>
2711
2712         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): don't use
2713         SUN_LEN, it breaks abstract socket usage
2714
2715         * dbus/dbus-internals.c (_dbus_verbose_real): only print PID at
2716         starts of lines.
2717
2718 2003-06-04  Havoc Pennington  <hp@pobox.com>
2719
2720         * dbus/dbus-server.c (dbus_server_listen): allow abstract sockets
2721         using unix:abstract=/foo, and when listening in a tmpdir
2722         i.e. unix:tmpdir=/tmp, always use abstract sockets if we can.
2723
2724         * dbus/dbus-transport.c (_dbus_transport_open): support
2725         unix:abstract=/foo
2726
2727         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
2728         support abstract sockets
2729
2730         * dbus/dbus-transport-unix.c
2731         (_dbus_transport_new_for_domain_socket): support abstract sockets
2732
2733         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket): add "abstract"
2734         toggle as an argument, implement abstract namespace support
2735         (_dbus_listen_unix_socket): ditto
2736
2737         * configure.in: add --enable-abstract-sockets and implement
2738         a configure check for autodetection of the right value.
2739
2740 2003-06-01  Havoc Pennington  <hp@pobox.com>
2741
2742         * tools/dbus-cleanup-sockets.c: add utility to clean up sockets
2743         in /tmp (though on Linux this will end up being useless,
2744         when we add abstract namespace support)
2745
2746         * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to
2747         subst'ing it
2748
2749 2003-05-28  Colin Walters  <walters@verbum.org>
2750
2751         * tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
2752
2753 2003-05-18  Anders Carlsson  <andersca@codefactory.se>
2754
2755         * dbus/dbus-message.c (dbus_message_new): Remove @todo.
2756
2757 2003-05-17  Colin Walters  <walters@gnu.org>
2758
2759         * tools/dbus-send.c: Don't exit with an error code if --help was
2760         passed.  Default to using the session bus instead of the system
2761         one.
2762
2763         * tools/dbus-launch.c: Ditto.
2764
2765         * tools/dbus-monitor.c: Ditto.
2766
2767         * tools/dbus-send.1: Update with new arguments.
2768
2769         * tools/dbus-launch.c: Emit code to export variables.  New
2770         arguments -s and -c to specify shell syntax, and a bit of code to
2771         autodetect syntax.  Also, allow specifying a program to run.
2772
2773         * tools/dbus-launch.1: Update with new arguments.
2774
2775         * tools/dbus-send.1: Ditto.
2776
2777         * tools/dbus-monitor.1: Ditto.
2778
2779 2003-05-17  Havoc Pennington  <hp@pobox.com>
2780
2781         * bus/config-parser.c (merge_included): merge in policies from
2782         child configuration file.
2783
2784         * bus/policy.c (bus_policy_merge): function to merge two policies
2785         together
2786
2787 2003-05-16  Havoc Pennington  <hp@redhat.com>
2788
2789         * dbus/dbus-connection.c: disable verbose lock spew
2790
2791         * tools/dbus-send.c: add --print-reply command line option
2792
2793         * tools/dbus-print-message.h (print_message): new util function
2794         shared by dbus-send and dbus-monitor
2795
2796         * tools/dbus-monitor.c (handler_func): exit on disconnect
2797
2798         * dbus/dbus-transport-unix.c (do_reading): if the transport is
2799         disconnected, don't try to use the read_watch
2800
2801         * dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
2802         so we can find this bug more easily
2803
2804 2003-05-16  Havoc Pennington  <hp@redhat.com>
2805
2806         * bus/policy.c (free_rule_list_func): avoid a crash when passed
2807         NULL as DBusHashTable is annoyingly likely to do.
2808
2809 2003-05-16  Colin Walters  <walters@verbum.org>
2810
2811         * tools/dbus-monitor.c: Add --session argument and usage()
2812         function.
2813
2814         * tools/dbus-monitor.1: Update with new --session arg.
2815
2816         * bus/Makefile.am (install-data-hook): Create
2817         $(libdir)/dbus-1.0/services so that the session bus is happy.
2818
2819 2003-05-15  Havoc Pennington  <hp@redhat.com>
2820
2821         * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work
2822         on non-x86. ifdef's are evil.
2823
2824 2003-05-15  Havoc Pennington  <hp@redhat.com>
2825
2826         * configure.in: 0.11
2827
2828         * NEWS: update
2829
2830         * bus/Makefile.am (initddir): apparently we are supposed to put
2831         init scripts in /etc/rc.d/init.d not /etc/init.d
2832
2833         * bus/Makefile.am: remove the "you must --enable-tests to make
2834         check" as it broke distcheck
2835
2836         * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
2837
2838 2003-05-13  James Willcox  <jwillcox@gnome.org>
2839
2840         * configure.in:
2841         * bus/activation.c: (bus_activation_service_created),
2842         (bus_activation_activate_service):
2843         * bus/driver.c: (bus_driver_send_service_deleted),
2844         (bus_driver_send_service_created), (bus_driver_send_service_lost),
2845         (bus_driver_send_service_acquired),
2846         (bus_driver_send_welcome_message),
2847         (bus_driver_handle_list_services):
2848         * bus/session.conf.in:
2849         * dbus/dbus-bus.c: (dbus_bus_acquire_service),
2850         (dbus_bus_service_exists), (dbus_bus_activate_service):
2851         * dbus/dbus-bus.h:
2852
2853         Add some convenience API which lets you activate a service, and did a
2854         bunch of s/0/DBUS_TYPE_INVALID/ in calls to dbus_message_append_args()
2855         and dbus_message_get_args()
2856
2857 2003-05-11  Havoc Pennington  <hp@pobox.com>
2858
2859         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix to avoid
2860         calling _dbus_marshal_validate_arg() for every byte in a byte
2861         array, etc.
2862
2863         * dbus/dbus-message-handler.c: use atomic reference counting to
2864         reduce number of locks slightly; the global lock in here sucks
2865
2866         * dbus/dbus-connection.c
2867         (_dbus_connection_update_dispatch_status_and_unlock): variant of
2868         update_dispatch_status that can be called with lock held; then use
2869         in a couple places to reduce locking/unlocking
2870         (dbus_connection_send): hold the lock over the whole function
2871         instead of acquiring it twice.
2872
2873         * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
2874
2875         * bus/connection.c (bus_connections_setup_connection): fix access
2876         to already-freed memory.
2877
2878         * dbus/dbus-connection.c: keep a little cache of linked list
2879         nodes, to avoid using the global linked list alloc lock in the
2880         normal send-message case. Instead we just use the connection lock
2881         that we already have to take.
2882
2883         * dbus/dbus-list.c (_dbus_list_find_last): new function
2884
2885         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):
2886         change to use a struct for the atomic type; fix docs,
2887         they return value before increment, not after increment.
2888
2889         * dbus/dbus-string.c (_dbus_string_append_4_aligned)
2890         (_dbus_string_append_8_aligned): new functions to try to
2891         microoptimize this operation.
2892         (reallocate_for_length): break this out of set_length(), to
2893         improve profile info, and also so we can consider inlining the
2894         set_length() part.
2895
2896         * dbus/dbus-message.c (dbus_message_new_empty_header): init data
2897         strings with some preallocation, cuts down on our calls to realloc
2898         a fair bit. Though if we can get the "move entire string to empty
2899         string" optimization below to kick in here, it would be better.
2900
2901         * dbus/dbus-string.c (_dbus_string_move): just call
2902         _dbus_string_move_len
2903         (_dbus_string_move_len): add a special case for moving
2904         an entire string into an empty string; we can just
2905         swap the string data instead of doing any reallocs.
2906         (_dbus_string_init_preallocated): new function
2907
2908 2003-05-11  Havoc Pennington  <hp@pobox.com>
2909
2910         Write a "test-profile" that does echo client-server with threads;
2911         profile reveals lock contention, memcpy/realloc of buffers, and
2912         UTF-8 validation as hot spots. 20% of lock contention eliminated
2913         with dbus_atomic_inc/dec implementation on x86.  Much remaining
2914         contention is global mempool locks for GList and DBusList.
2915
2916         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add
2917         x86 implementation
2918
2919         * dbus/dbus-connection.c (struct DBusConnection): use
2920         dbus_atomic_t for the reference count
2921
2922         * dbus/dbus-message.c (struct DBusMessage): declare
2923         dbus_atomic_t values as volatile
2924
2925         * configure.in: code to detect ability to use atomic integer
2926         operations in assembly, from GLib patch
2927
2928         * dbus/dbus-internals.c (_dbus_verbose_real): call getpid every
2929         time, tired of it being wrong in threads and forked processes
2930
2931         * glib/test-profile.c: a little program to bounce messages back
2932         and forth between threads and eat CPU
2933
2934         * dbus/dbus-connection.c: add debug spew macros for debugging
2935         thread locks; include config.h at top; fix deadlock in
2936         dbus_connection_flush()
2937
2938 2003-05-08  Havoc Pennington  <hp@pobox.com>
2939
2940         * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov
2941         data from getting written, and there wasn't a good reason to
2942         use _exit really.
2943
2944         * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count
2945         dbus_verbose lines in test coverage
2946         (main): add list of functions sorted by # of untested blocks
2947         to the coverage report
2948
2949         * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS
2950
2951         * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage
2952
2953         * dbus/dbus-message-handler.c (_dbus_message_handler_test):
2954         extend test coverage
2955
2956         * test/data/auth/cancel.auth-script: test canceling an
2957         authentication
2958
2959         * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they
2960         aren't used. in CVS history if we end up needing them.
2961
2962 2003-05-04  Havoc Pennington  <hp@pobox.com>
2963
2964         * dbus/dbus-message-handler.c (_dbus_message_handler_test): add
2965         unit test
2966
2967         * dbus/dbus-marshal.c (_dbus_demarshal_string_array): fix this
2968         function, which assumed length was in # of strings, not bytes
2969
2970         * dbus/dbus-message.c (_dbus_message_test): add tests for some
2971         missing coverage
2972
2973         * dbus/dbus-connection.c
2974         (_dbus_connection_queue_received_message): disable function for
2975         now, we are only using it in test mode
2976
2977         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
2978         remove a mistaken FIXME
2979
2980 2003-05-04  Havoc Pennington  <hp@pobox.com>
2981
2982         * dbus/dbus-connection.c (dbus_connection_preallocate_send):
2983         unlock mutex on successful return, patch from Anders Gustafsson
2984
2985 2003-05-04  Havoc Pennington  <hp@pobox.com>
2986
2987         * dbus-glib-1.pc.in (Requires): fix dependencies, from
2988         Anders Gustafsson
2989
2990 2003-05-04  Havoc Pennington  <hp@pobox.com>
2991
2992         * tools/dbus-launch.c: implement
2993
2994         * bus/main.c (main), bus/bus.c (bus_context_new):
2995         implement --print-pid and --fork
2996
2997 2003-05-03  Havoc Pennington  <hp@redhat.com>
2998
2999         * dbus/dbus-address.c (dbus_parse_address): fix bug when a key in
3000         the address had no value, and add to test suite. Fix and
3001         regression test from Miloslav Trmac
3002
3003 2003-05-03  Havoc Pennington  <hp@pobox.com>
3004
3005         * dbus/dbus-watch.c (dbus_watch_handle): warn and return if a
3006         watch is invalid when handled
3007
3008         * tools/Makefile.am, tools/dbus-launch.c, tools/dbus-launch.1: add
3009         dbus-launch utility to launch the bus from a shell script.  Didn't
3010         actually implement dbus-launch yet, it's just a placeholder still.
3011
3012 2003-05-03  Havoc Pennington  <hp@pobox.com>
3013
3014         * bus/Makefile.am, bus/dbus-daemon-1.1.in: man page for the
3015         daemon; also documents daemon config file, so replaces
3016         doc/config-file.txt. Corrected some stuff from config-file.txt in
3017         the process of moving it.
3018
3019 2003-05-03  Havoc Pennington  <hp@pobox.com>
3020
3021         * tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1:
3022         add some man pages
3023
3024 2003-05-03  Colin Walters  <walters@verbum.org>
3025
3026         * dbus/dbus-sysdeps.c (fill_user_info): Test against
3027         DBUS_UID_UNSET to determine whether to do a uid lookup or not.
3028
3029         * Makefile.am: Update to use new .pc versioning scheme.
3030
3031 2003-05-02  Havoc Pennington  <hp@redhat.com>
3032
3033         * bus/system.conf.in: allow send/receive to/from message bus
3034         service
3035
3036 2003-04-30  Havoc Pennington  <hp@redhat.com>
3037
3038         * configure.in: print a note when building with unit tests and
3039         without assertions
3040
3041 2003-04-30  Havoc Pennington  <hp@redhat.com>
3042
3043         * Makefile.am: add a check-local that complains if you didn't
3044         configure with --enable-tests
3045
3046 2003-04-29  Havoc Pennington  <hp@redhat.com>
3047
3048         * glib/dbus-gmain.c: docs cleanups
3049
3050         * dbus/dbus-types.h: add docs on int64 types
3051
3052         * dbus/dbus-memory.c: fix docs to avoid putting private API in
3053         public API docs section
3054
3055 2003-04-29  Havoc Pennington  <hp@redhat.com>
3056
3057         * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from
3058         dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the
3059         parallel install API version, not with the D-BUS package version.
3060
3061         * HACKING: move some of README over here
3062
3063         * README: updates, and document API/ABI policy
3064
3065         * configure.in: reindentation
3066
3067 2003-04-29  Havoc Pennington  <hp@redhat.com>
3068
3069         * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE
3070         to use this library" to be sure people have the right
3071         expectations.
3072
3073 2003-04-28  Havoc Pennington  <hp@redhat.com>
3074
3075         * configure.in: add --enable-docs which by default is auto yes if
3076         doxygen and db2html found, no otherwise; but can be forced on/off
3077
3078         * doc/Makefile.am: conditionalize whether to build docs on
3079         --enable-docs
3080
3081 2003-04-28  Havoc Pennington  <hp@redhat.com>
3082
3083         * configure.in: 0.10
3084
3085         * NEWS: update
3086
3087         * bus/system.conf.in: add <includedir>system.d</includedir>
3088
3089         * dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
3090         username was provided but not uid
3091
3092         * bus/config-parser.c (struct BusConfigParser): keep track of
3093         whether the parser is toplevel or was included; change some
3094         of the error handling if it's included.
3095
3096 2003-04-27  Havoc Pennington  <hp@pobox.com>
3097
3098         Unbreak my code...
3099
3100         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
3101         report correct status if we finish processing authentication
3102         inside this function.
3103
3104         * bus/activation.c (try_send_activation_failure): use
3105         bus_transaction_send_error_reply
3106
3107         * bus/connection.c (bus_connection_get_groups): return an error
3108         explaining the problem
3109
3110         * bus/bus.c (bus_context_check_security_policy): implement
3111         restriction here that inactive connections can only send the
3112         hello message. Also, allow bus driver to send anything to
3113         any recipient.
3114
3115         * bus/connection.c (bus_connection_complete): create the
3116         BusClientPolicy here instead of on-demand.
3117         (bus_connection_get_policy): don't return an error
3118
3119         * dbus/dbus-message.c (dbus_message_new_error_reply): allow NULL
3120         sender field in message being replied to
3121
3122         * bus/bus.c (bus_context_check_security_policy): fix silly typo
3123         causing it to return FALSE always
3124
3125         * bus/policy.c (bus_client_policy_check_can_send): fix bug where
3126         we checked sender rather than destination
3127
3128 2003-04-25  Havoc Pennington  <hp@redhat.com>
3129
3130         test suite is slightly hosed at the moment, will fix soon
3131
3132         * bus/connection.c (bus_connections_expire_incomplete): fix to
3133         properly disable the timeout when required
3134         (bus_connection_set_name): check whether we can remove incomplete
3135         connections timeout after we complete each connection.
3136
3137         * dbus/dbus-mainloop.c (check_timeout): fix this up a bit,
3138         probably still broken.
3139
3140         * bus/services.c (bus_registry_acquire_service): implement max
3141         number of services owned, and honor allow/deny rules on which
3142         services a connection can own.
3143
3144         * bus/connection.c (bus_connection_get_policy): report errors here
3145
3146         * bus/activation.c: implement limit on number of pending
3147         activations
3148
3149 2003-04-25  Havoc Pennington  <hp@redhat.com>
3150
3151         * dbus/dbus-transport.c (_dbus_transport_get_unix_user): fix bug
3152         where we used >= 0 instead of != DBUS_UID_UNSET.
3153
3154 2003-04-25  Havoc Pennington  <hp@redhat.com>
3155
3156         * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
3157         were toggled without add/remove, fix from Anders Gustafsson
3158
3159 2003-04-24  Havoc Pennington  <hp@redhat.com>
3160
3161         * test/data/valid-config-files/basic.conf: add <limit> tags to
3162         this test
3163
3164         * bus/config-parser.h, bus/config-parser.c, bus/bus.c: Implement
3165         <limit> tag in configuration file.
3166
3167 2003-04-24  Havoc Pennington  <hp@redhat.com>
3168
3169         * bus/dispatch.c: somehow missed some name_is
3170
3171         * dbus/dbus-timeout.c (_dbus_timeout_set_enabled)
3172         (_dbus_timeout_set_interval): new
3173
3174         * bus/connection.c (bus_connections_setup_connection): record time
3175         when each connection is first set up, and expire them after the
3176         auth timeout passes.
3177
3178 2003-04-24  Havoc Pennington  <hp@redhat.com>
3179
3180         * dbus/dbus-message.c (dbus_message_name_is): rename
3181         (dbus_message_service_is): rename
3182         (dbus_message_sender_is): rename
3183         (dbus_message_get_service): rename
3184
3185 2003-04-24  Havoc Pennington  <hp@redhat.com>
3186
3187         * configure.in: add --enable-checks
3188
3189         * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments
3190
3191         * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix
3192         to use thread locks.
3193         (_dbus_connection_handler_destroyed_locked): move some private
3194         functions into proper docs group
3195
3196         * dbus/dbus-internals.h: add _dbus_return_if_fail,
3197         _dbus_return_val_if_fail
3198
3199         Throughout: use dbus_return_if_fail
3200
3201 2003-04-23  James Willcox  <jwillcox@gnome.org>
3202
3203         * glib/dbus-glib.h:
3204         * glib/dbus-gmain.c: (add_timeout), (wakeup_main), (create_source),
3205         (dbus_connection_setup_with_g_main),
3206         (dbus_server_setup_with_g_main):
3207         * glib/test-dbus-glib.c: (main):
3208         * glib/test-thread-client.c: (main):
3209         * glib/test-thread-server.c: (new_connection_callback), (main):
3210         * tools/dbus-monitor.c: (main):
3211
3212         Added a GMainContext argument to dbus_connection_setup_with_g_main()
3213         and dbus_server_setup_with_g_main().
3214
3215 2003-04-20  Havoc Pennington  <hp@pobox.com>
3216
3217         * doc/dbus-specification.sgml: document the restrictions on
3218         message and service names
3219
3220 2003-04-22  Havoc Pennington  <hp@redhat.com>
3221
3222         * dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer
3223         support, and do some code cleanups to share more code and
3224         speed up array marshal/demarshal.
3225
3226         * dbus-1.0.pc.in (Cflags): put libdir include file in cflags
3227
3228         * configure.in: generate dbus-arch-deps.h
3229
3230         * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add
3231         64-bit typecodes
3232
3233 2003-04-22  Havoc Pennington  <hp@redhat.com>
3234
3235         * test/data/valid-messages/opposite-endian.message: fix test
3236         to use proper type for rply field
3237
3238         * test/data/invalid-messages: add tests for below validation
3239
3240         * dbus/dbus-message.c (decode_header_data): validate field types,
3241         and validate that named fields are valid names
3242         (decode_name_field): consider messages in the
3243         org.freedesktop.Local. namespace to be invalid.
3244
3245         * dbus/dbus-string.c (_dbus_string_validate_name): new
3246
3247 2003-04-19  Havoc Pennington  <hp@pobox.com>
3248
3249         * bus/driver.c (bus_driver_handle_hello): check limits and
3250         return an error if they are exceeded.
3251
3252         * bus/connection.c: maintain separate lists of active and inactive
3253         connections, and a count of each. Maintain count of completed
3254         connections per user. Implement code to check connection limits.
3255
3256         * dbus/dbus-list.c (_dbus_list_unlink): export
3257
3258         * bus/bus.c (bus_context_check_security_policy): enforce a maximum
3259         number of bytes in the message queue for a connection
3260
3261 2003-04-18  Havoc Pennington  <hp@pobox.com>
3262
3263         * dbus/dbus-auth.c (record_mechanisms): memleak fixes
3264
3265         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): fix some
3266         memleaks
3267
3268         * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
3269         on realloc be sure to update the pointer in the keyring
3270
3271         * dbus/dbus-string.c (_dbus_string_zero): compensate for align
3272         offset to avoid writing to unallocated memory
3273
3274         * dbus/dbus-auth.c (process_rejected): return FALSE if we fail to
3275         try the next mechanism, so we properly handle OOM
3276
3277         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): fix double-free
3278         on OOM.
3279         (_dbus_keyring_new): fix OOM bug
3280         (_dbus_keyring_new_homedir): always set error; impose a maximum
3281         number of keys we'll load from the file, mostly to speed up the
3282         test suite and make its OOM checks more useful, but also for
3283         general sanity.
3284
3285         * dbus/dbus-auth.c (process_error_server): reject authentication
3286         if we get an error from the client
3287         (process_cancel): on cancel, send REJECTED, per the spec
3288         (process_error_client): send CANCEL if we get an error from the
3289         server.
3290
3291 2003-04-18  Havoc Pennington  <hp@pobox.com>
3292
3293         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix UMR in verbose
3294         debug spew
3295
3296         * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
3297         handling problem
3298
3299         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): only whine
3300         about DBUS_TEST_HOMEDIR once
3301
3302         * bus/Makefile.am (TESTS_ENVIRONMENT): put DBUS_TEST_HOMEDIR in
3303         the environment
3304
3305         * bus/dispatch.c (bus_dispatch_sha1_test): actually load sha1
3306         config file so we test the right thing
3307
3308         Throughout: assorted docs improvements
3309
3310 2003-04-18  Havoc Pennington  <hp@pobox.com>
3311
3312         * glib/dbus-gmain.c: adapt to watch changes
3313
3314         * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
3315
3316         * dbus/dbus-server.h: remove dbus_server_handle_watch
3317
3318         * dbus/dbus-connection.h: remove dbus_connection_handle_watch
3319
3320         * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
3321         like DBusTimeout, so we don't need dbus_connection_handle_watch
3322         etc.
3323
3324 2003-04-17  Havoc Pennington  <hp@redhat.com>
3325
3326         * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
3327         database usage so it all goes via the DBusUserDatabase cache.
3328
3329 2003-04-17  Havoc Pennington  <hp@redhat.com>
3330
3331         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
3332         there was an OOM watch we skipped, we always return TRUE so we
3333         iterate again to have a look at it again. Fixes test suite hang.
3334         Code rearrangement also lets us lose some memset and only iterate
3335         over callbacks once.
3336
3337         * bus/driver.c (bus_driver_handle_message): sense of test for
3338         reply was backward
3339
3340 2003-04-16  Havoc Pennington  <hp@pobox.com>
3341
3342         * doc/dbus-specification.sgml: make spec say serials are unsigned
3343
3344         * dbus/dbus-message.h: change message serials to unsigned
3345
3346         * dbus/dbus-connection.c: adapt to message serials being unsigned
3347
3348 2003-04-15  Havoc Pennington  <hp@pobox.com>
3349
3350         * bus/bus.c: create and keep around a shared DBusUserDatabase
3351         object.
3352
3353         * bus/connection.c (bus_connection_get_groups): don't cache
3354         groups for user in the connection object, since user database
3355         object now does that.
3356
3357 2003-04-16  Havoc Pennington  <hp@redhat.com>
3358
3359         * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
3360         list of size counters
3361         (_dbus_message_loader_putback_message_link): put back a popped link
3362
3363         * dbus/dbus-connection.c
3364         (dbus_connection_set_max_live_messages_size): rename
3365         max_received_size
3366         (dbus_connection_get_outgoing_size): get size of outgoing
3367         queue
3368         (_dbus_connection_set_connection_counter): remove this cruft
3369
3370 2003-04-14  Havoc Pennington  <hp@redhat.com>
3371
3372         * dbus/dbus-userdb.c: user database abstraction, mostly to get
3373         caching, but at some point we might want to be able to use a
3374         different database.
3375
3376         * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
3377         SHA1 conf file to test the sha1 auth mechanism, since the regular
3378         test always uses EXTERNAL when available.
3379
3380         * configure.in,
3381         test/data/valid-config-files/debug-allow-all-sha1.conf.in:
3382         add conf file that requires use of sha1 auth
3383
3384 2003-04-13  Havoc Pennington  <hp@pobox.com>
3385
3386         * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
3387         from Philip Blundell to send messages and monitor them.
3388
3389 2003-04-13  Havoc Pennington  <hp@pobox.com>
3390
3391         * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
3392         callbacks
3393
3394         * test/data/valid-config-files/debug-allow-all.conf.in: allow all
3395         users
3396
3397         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
3398         fix to only recover unused bytes if we're already authenticated
3399         (_dbus_transport_get_is_authenticated): fix to still mark us
3400         authenticated if there are unused bytes.
3401
3402         * bus/dispatch.c: implement security policy checking
3403
3404         * bus/connection.c (bus_transaction_send_from_driver): new
3405
3406         * bus/bus.c (bus_context_check_security_policy): new
3407
3408         * bus/dispatch.c (send_service_nonexistent_error): delete this,
3409         now we just set the DBusError and it gets converted to an error
3410         reply.
3411
3412         * bus/connection.c (allow_user_function): enable code using actual
3413         data from the config file
3414
3415         * bus/policy.c (list_allows_user): handle wildcard rules for
3416         user/group connection perms
3417
3418 2003-04-13  Havoc Pennington  <hp@pobox.com>
3419
3420         * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
3421
3422         * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
3423
3424         * bus/policy.c (bus_policy_append_mandatory_rule)
3425         (bus_policy_append_default_rule, bus_policy_append_user_rule)
3426         (bus_policy_append_group_rule): new functions
3427
3428 2003-04-12  Havoc Pennington  <hp@pobox.com>
3429
3430         * bus/config-parser.c (bus_config_parser_new): fix a memleak
3431
3432         * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
3433         the pid/gid/uid, just for paranoia.
3434
3435         * test/break-loader.c (randomly_do_n_things): find a byte
3436         containing a type code, and randomly change it to a different
3437         type code.
3438
3439 2003-04-12  Havoc Pennington  <hp@pobox.com>
3440
3441         * bus/policy.h: change BusPolicy to be the thing from the config
3442         file, and rename old BusPolicy to BusClientPolicy
3443
3444         * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
3445         match change in how policy works
3446
3447         * dbus/dbus-internals.h: mark assert_not_reached as
3448         __attribute((noreturn))__
3449
3450 2003-04-11  Havoc Pennington  <hp@redhat.com>
3451
3452         * doc/dbus-specification.sgml: fix a spot with the wrong name for
3453         the broadcast service. Use boolean return for ServiceExists.
3454
3455 2003-04-11  Havoc Pennington  <hp@redhat.com>
3456
3457         * configure.in: add another directory to look for qt in.
3458
3459 2003-04-11  Havoc Pennington  <hp@redhat.com>
3460
3461         * AUTHORS: add Colin Walters
3462
3463 2003-04-11  Havoc Pennington  <hp@redhat.com>
3464
3465         * NEWS: update
3466
3467         * configure.in: 0.9
3468
3469 2003-04-11  Havoc Pennington  <hp@redhat.com>
3470
3471         * bus/messagebus.in: remove pid file when stopping the
3472         message bus, since the bus won't have privileges to remove it
3473         itself.
3474
3475 2003-04-11  Havoc Pennington  <hp@redhat.com>
3476
3477         * bus/bus.c (bus_context_new): move credentials change after
3478         creating pidfile
3479
3480 2003-04-11  Havoc Pennington  <hp@pobox.com>
3481
3482         * test/decode-gcov.c: add "below average functions" to the
3483         coverage report, and change how some of the code works.
3484
3485         * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
3486         not in the coverage stats.
3487
3488         * test/test-service.c (main): use _dbus_verbose not fprintf in a
3489         couple places so running the test suite doesn't result in megaspam.
3490
3491 2003-04-11  Havoc Pennington  <hp@pobox.com>
3492
3493         * bus/dispatch.c (check_existent_service_activation): accept a no
3494         memory error in a place we didn't before
3495
3496         * bus/test.c (bus_test_run_everything): remove hacky "do it twice
3497         in case the first one failed," since the test suite is less
3498         broken now.
3499
3500 2003-04-10  Havoc Pennington  <hp@pobox.com>
3501
3502         * bus/dispatch.c (check_segfault_service_activation): add test
3503         for launching an executable that just crashes.
3504
3505         * test/test-segfault.c (main): try setting coredumpsize to 0 so we
3506         don't leave a million cores. We'll see how portable this is.
3507
3508 2003-04-10  Havoc Pennington  <hp@pobox.com>
3509
3510         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
3511         the possible parent failures before we fork, so that we don't
3512         fail to create a babysitter after creating the child.
3513
3514         * bus/activation.c (bus_activation_activate_service): kill child
3515         if we don't successfully complete the activation.
3516
3517 2003-04-10  Havoc Pennington  <hp@redhat.com>
3518
3519         * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
3520         the connection if it's disconnected
3521
3522         * bus/activation.c (bus_activation_service_created): use new
3523         transaction features to roll back removal of pending activation if
3524         we don't successfully create the service after all. Don't remove
3525         pending activation if the function fails.
3526
3527         * dbus/dbus-list.c (_dbus_list_insert_before_link)
3528         (_dbus_list_insert_after_link): new code to facilitate
3529         services.c fixes
3530
3531         * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
3532         new functionality, so we can preallocate the ability to insert
3533         into a hash table.
3534
3535         * bus/connection.c (bus_transaction_add_cancel_hook): new function
3536         allowing us to put custom hooks in a transaction to be used for
3537         cancelling said transaction
3538
3539         * doc/dbus-specification.sgml: add some discussion of secondary
3540         service owners, and disallow zero-length service names
3541
3542         * bus/services.c (bus_registry_acquire_service): new function,
3543         splits out part of bus_driver_handle_acquire_service() and fixes
3544         a bug where we didn't remove the service doing the acquiring
3545         from the secondary queue if we failed to remove the current owner
3546         from the front of the queue.
3547
3548 2003-04-10  Alexander Larsson  <alexl@redhat.com>
3549
3550         * doc/dbus-specification.sgml:
3551         s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
3552
3553 2003-04-10  Alexander Larsson  <alexl@redhat.com>
3554
3555         * bus/.cvsignore:
3556         * glib/.cvsignore:
3557         * test/.cvsignore:
3558         Added files to cvsignore
3559
3560         * dbus/dbus-message.h:
3561         * dbus/dbus-message.c: (dbus_message_iter_get_named):
3562         Make get_named() take two out argument and return a boolean.
3563         (dbus_message_iter_get_args_valist):
3564         Update usage of get_named().
3565         (dbus_message_iter_append_byte):
3566         Fix typo
3567         (dbus_message_iter_append_named)
3568         Fix typo
3569         (message_iter_test), (check_message_handling_type), (_dbus_message_test):
3570         More tests.
3571
3572 2003-04-10  Alexander Larsson  <alexl@redhat.com>
3573
3574         * dbus/dbus-marshal.[ch]:
3575         Add array_type_pos argument to _dbus_marshal_validate_arg.
3576         Let you pass a NULL end_pos to _dbus_marshal_validate_type.
3577
3578         * dbus/dbus-message.[ch]:
3579         Multi-dimensional arrays have full type specification in the
3580         outermost array. Iter code re-arranged to handle this.
3581         Added some more iter tests.
3582
3583         * doc/dbus-specification.sgml:
3584         Add me to authors.
3585         Remove old FIXME.
3586         Update new array encoding description.
3587         Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
3588
3589         * test/data/invalid-messages/array-with-mixed-types.message:
3590         * test/data/valid-messages/array-of-array-of-uint32.message:
3591         Change to the new array format.
3592
3593         * test/data/invalid-messages/too-short-dict.message:
3594         Fix bug in test.
3595
3596         * test/data/valid-messages/recursive-types.message:
3597         Fix up and extend test.
3598
3599 2003-04-10  Havoc Pennington  <hp@pobox.com>
3600
3601         * bus/dispatch.c: lots of fixes
3602
3603         * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
3604         (_dbus_loop_iterate): remove old "quit if no callbacks" code,
3605         that was crack, broke the test service.
3606
3607         * dbus/dbus-transport.c (_dbus_transport_open): fix error
3608         handling to avoid piling up errors if we get a failure on the
3609         first address.
3610
3611         * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
3612         pid in assertion failures.
3613
3614         * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
3615         to some fixed size of file descriptor array. Don't return TRUE
3616         anytime a timeout exists, that led to lots of busy loop silliness
3617         in the tests.
3618
3619 2003-04-09  Havoc Pennington  <hp@redhat.com>
3620
3621         * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
3622         I'd checked this in earlier but hadn't.
3623
3624 2003-04-09  Havoc Pennington  <hp@redhat.com>
3625
3626         * bus/dispatch.c (bus_dispatch_test): get a bit further through
3627         the activation test (man this is getting old!)
3628
3629 2003-04-09  Havoc Pennington  <hp@redhat.com>
3630
3631         * test/test-utils.c: use dispatch status function to fix this up
3632
3633         * bus/connection.c (connection_watch_callback): don't dispatch
3634         from here
3635         (connection_timeout_callback): don't dispatch from here
3636         (bus_connections_setup_connection): set the dispatch status function
3637         (bus_connection_disconnected): unset it
3638
3639         * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
3640         used to add a connection to be dispatched
3641         (_dbus_loop_iterate): do the dispatching at the end of each
3642         iteration
3643
3644         * dbus/dbus-connection.c
3645         (dbus_connection_set_dispatch_status_function): new function
3646         allowing us to fix up main loop usage
3647         (_dbus_connection_last_unref): free all the various function
3648         user data
3649         (dbus_connection_dispatch): call the DispatchStatusFunction
3650         whenever this function returns
3651         (dbus_connection_handle_watch): call DispatchStatusFunction
3652         (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
3653         (reply_handler_timeout): call DispatchStatusFunction
3654         (dbus_connection_flush): call DispatchStatusFunction
3655
3656 2003-04-09  Havoc Pennington  <hp@redhat.com>
3657
3658         * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
3659         a memory leak
3660
3661         * bus/dispatch.c (check_service_activated): fix bug in test
3662
3663         * dbus/dbus-mainloop.c (check_timeout): fix this up
3664
3665         * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
3666         verbose output so we can sort out output from different processes,
3667         e.g. in the activation case.
3668
3669 2003-04-08  Colin Walters  <walters@gnu.org>
3670
3671         * bus/bus.c (struct BusContext) [pidfile]: New member, to store
3672         the pid file.
3673         (bus_context_new): Set it.
3674         (bus_context_unref): Use it to delete the pid file.
3675
3676 2003-04-08  Havoc Pennington  <hp@redhat.com>
3677
3678         * test/data/invalid-messages/array-with-mixed-types.message:
3679         regression test that fails for the moment
3680
3681         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
3682         tests for convenience
3683
3684         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
3685         array of nil, it broke things.
3686
3687         * test/data/invalid-messages/array-of-nil.message: regression test
3688
3689         * test/data/valid-messages/array-of-array-of-uint32.message:
3690         happened to write this so added it to suite
3691
3692 2003-04-08  Havoc Pennington  <hp@redhat.com>
3693
3694         * bus/driver.c (bus_driver_handle_acquire_service): init
3695         retval/reply before checking name
3696
3697         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
3698         recursion depth argument
3699
3700         * dbus/dbus-message.h (struct DBusMessageIter): put some padding
3701         in the public struct for future extension
3702
3703         * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
3704         typo
3705
3706         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
3707         message
3708
3709         * doc/dbus-specification.sgml: fix typo
3710
3711 2003-04-08  Alexander Larsson  <alexl@redhat.com>
3712
3713         Implemented recursive types, named types and new-style iters
3714
3715         * bus/driver.c:
3716         * glib/test-thread-client.c: (thread_func):
3717         * glib/test-thread-server.c: (handle_test_message):
3718         * test/test-service.c: (handle_echo):
3719         Update to new api
3720
3721         * dbus/Makefile.am:
3722         * dbus/dbus-dict.c:
3723         * dbus/dbus-dict.h:
3724         * dbus/dbus.h
3725         Remove DBusDict
3726
3727         * dbus/dbus-internals.c: (_dbus_type_to_string):
3728         Update for new types.
3729
3730         * dbus/dbus-marshal.[ch]:
3731         Implement recursive types and the new marshalling format.
3732         Remove hardcoded dict marshalling.
3733         Marshal named types.
3734
3735         * dbus/dbus-message-builder.c:
3736         Add BYTE_ARRAY.
3737         Remove references to old types
3738
3739         * dbus/dbus-message.[ch]:
3740         New non-refcounted iter API that supports recursive iters.
3741         Use iters for appending, including support for recursive
3742         iters.
3743         Add byte and named type support.
3744         Update everything to new marshalling formats.
3745         Add tests for new API.
3746
3747         * dbus/dbus-protocol.h:
3748         Remove old array types.
3749         Add types: BYTE, ARRAY, DICT, NAMED
3750
3751         * dbus/dbus-string.c:
3752         * dbus/dbus-sysdeps.c:
3753         Make parse_double locale safe.
3754
3755         * dbus/dbus-test-main.c:
3756         Call setlocale.
3757
3758         * dbus/dbus-test.c:
3759         Kill dict test
3760
3761         * doc/dbus-specification.sgml:
3762         Update spec
3763
3764         * test/data/incomplete-messages/missing-body.message:
3765         * test/data/invalid-messages/bad-boolean.message:
3766         * test/data/invalid-messages/bad-boolean-array.message:
3767         * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
3768         * test/data/invalid-messages/boolean-has-no-value.message-raw:
3769         * test/data/invalid-messages/too-short-dict.message:
3770         * test/data/valid-messages/dict-simple.message:
3771         * test/data/valid-messages/dict.message:
3772         * test/data/valid-messages/emptiness.message:
3773         * test/data/valid-messages/lots-of-arguments.message:
3774         * test/data/valid-messages/no-padding.message:
3775         * test/data/valid-messages/recursive-types.message:
3776         Add missing NAME fields
3777         Fix up dicts & arrays
3778
3779         * test/data/invalid-messages/dict-with-nil-value.message:
3780         Removed, this is not invalid anymore.
3781
3782         * test/data/valid-messages/recursive-types.message:
3783         Add new test for deeply recursive types.
3784
3785 2003-04-07  Havoc Pennington  <hp@pobox.com>
3786
3787         * bus/driver.c (bus_driver_handle_acquire_service): return an
3788         error if you try to acquire a service that starts with ':'
3789
3790 2003-04-07  Havoc Pennington  <hp@redhat.com>
3791
3792         * doc/dbus-specification.sgml: require that base service names
3793         start with ':' and that the base service is created/deleted
3794         as first and last things a connection does on the bus
3795
3796         * bus/dispatch.c (check_existent_service_activation): lots more
3797         work on the activation test; it doesn't fully pass yet...
3798
3799         * test/test-service.c (main): fix so we don't memleak the
3800         connection to the message bus
3801         (filter_func): accept a message asking us to exit
3802
3803 2003-04-06  Havoc Pennington  <hp@pobox.com>
3804
3805         * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
3806         from Colin Walters
3807
3808         * configure.in: fixes to Qt detection from Colin Walters
3809
3810         * doc/Makefile.am: Only remove generated docbook dirs if they
3811         exist, from Colin Walters
3812
3813         * dbus/dbus-bus.c: change how we set well-known connections to
3814         NULL, so that it works if a single connection is stored in
3815         two well-known array slots.
3816
3817         * test/Makefile.am: remove a lot of stuff that isn't immediately
3818         useful, it's in CVS history if we want it.
3819
3820         * test/test-service.c: use dbus-mainloop instead of that
3821         watch.[hc] crack
3822
3823 2003-04-06  Havoc Pennington  <hp@pobox.com>
3824
3825         * dbus/Makefile.am: split lists of sources into stuff that goes in
3826         the library, util functions that go in the lib and are also used
3827         elsewhere, and util functions that are used in tests/daemon but
3828         don't go in the lib.
3829
3830         * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
3831         here so it can be used in test binaries also
3832
3833 2003-04-06  Havoc Pennington  <hp@pobox.com>
3834
3835         * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
3836         here in the parent process, so we can return an error if it
3837         fails. Also, move some of the code into the child so the parent
3838         is less hosed if we fail midway through.
3839
3840         * bus/bus.c (bus_context_new): move pidfile detection further up
3841         in the function, before we start overwriting sockets and such.
3842
3843         * bus/messagebus.in: adjust this a bit, not sure if it will work.
3844
3845         * configure.in: add --with-system-pid-file and --with-system-socket
3846
3847 2003-04-06  Colin Walters  <walters@verbum.org>
3848
3849         * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
3850
3851         * bus/system.conf.in: Declare a pidfile.
3852
3853         * bus/bus.c (bus_context_new): Test for an existing pid file, and
3854         create one (if appropriate).
3855
3856         * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
3857         (struct BusConfigParser) [pidfile]: New.
3858         (element_type_to_name, merge_included, start_busconfig_child)
3859         (bus_config_parser_end_element, bus_config_parser_content): Handle it.
3860         (bus_config_parser_unref): Free it.
3861         (bus_config_parser_get_pidfile): New function.
3862
3863         * bus/config-parser.h (_dbus_write_pid_file): Prototype.
3864
3865         * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
3866
3867         * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
3868
3869         * dbus/dbus-sysdeps.h: Prototype it.
3870
3871 2003-04-06  Havoc Pennington  <hp@pobox.com>
3872
3873         * bus/bus.c (bus_context_new): print the address in here, rather
3874         than in main(), because we need to do it before forking the daemon
3875
3876         * bus/dispatch.c (send_service_nonexistent_error): set the sender
3877         on the service nonexistent error
3878
3879         * bus/driver.c (bus_driver_handle_acquire_service): set the
3880         sender on the AcquireService reply
3881
3882         * test/data/valid-config-files/debug-allow-all.conf.in: Make test
3883         server also listen on a UNIX socket so services can connect to it.
3884
3885 2003-04-06  Havoc Pennington  <hp@pobox.com>
3886
3887         * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
3888         so it detects deadlocks and also we actually init threads when
3889         debugging.
3890
3891 2003-04-06  Havoc Pennington  <hp@pobox.com>
3892
3893         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
3894         save the domain socket name, and unlink it when we disconnect the
3895         server. Means that at least when we exit normally, we won't leave
3896         a bunch of junk in /tmp
3897
3898         * dbus/dbus-transport-unix.c
3899         (_dbus_transport_new_for_domain_socket): code cleanup (nicer
3900         memory management). (I was making a real change here but then
3901         didn't)
3902
3903 2003-04-06  Havoc Pennington  <hp@pobox.com>
3904
3905         * bus/bus.c (bus_context_new): fix wrong handling of
3906         server_data_slot_unref() in the error case.
3907
3908         * dbus/dbus-internals.h (_dbus_assert): change so it passes
3909         "(condition) != 0" to _dbus_real_assert so that
3910         "_dbus_assert (pointer)" doesn't cause a warning
3911
3912         * bus/main.c (main): accept --print-address option to print out
3913         the message bus address
3914
3915         * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
3916
3917         * dbus/dbus-transport.c (_dbus_transport_open): special error for
3918         "tmpdir" option to unix: address on client side
3919
3920         * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
3921         to unix: address
3922
3923         * configure.in (TEST_SOCKET_DIR): locate a temporary directory
3924         we can use to create sockets in the test suite.
3925
3926         * bus/main.c (signal_handler): on SIGTERM, exit the daemon
3927         cleanly. To be used for testing.
3928
3929         * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
3930
3931         * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
3932
3933         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
3934         handle trying to call this when there's no servers active
3935
3936 2003-04-05  Havoc Pennington  <hp@pobox.com>
3937
3938         * NEWS: update
3939
3940         * configure.in: 0.8
3941
3942 2003-04-05  Havoc Pennington  <hp@pobox.com>
3943
3944         * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
3945         crash on startup. Need to get "try starting the daemon"
3946         in the test suite I guess. ;-)
3947
3948         * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
3949         tracked the number of open connections; it's better done in
3950         application-specific code as you want it to span all servers etc.
3951
3952 2003-04-05  Havoc Pennington  <hp@pobox.com>
3953
3954         * bus/Makefile.am (install-data-hook): add missing DESTDIR,
3955         patch from Colin Walters
3956
3957 2003-04-05  Havoc Pennington  <hp@pobox.com>
3958
3959         * doc/config-file.txt (Elements): fix docs of <auth> to reflect
3960         reality; in fact multiple mechanisms are allowed.
3961
3962         * dbus/dbus-internals.c (_dbus_real_assert)
3963         (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
3964         _dbus_assert_not_reached() into functions, so that they don't show
3965         up in basic block counts for test coverage, and don't use up as
3966         much disk space. Does mean slower execution speed though, so
3967         assumes --disable-asserts is the normal production case.
3968
3969 2003-04-05  Havoc Pennington  <hp@pobox.com>
3970
3971         * test/Makefile.am (dist-hook): also dist *.in files
3972
3973         * NEWS: update
3974
3975         * configure.in: 0.7
3976
3977 2003-04-05  Havoc Pennington  <hp@pobox.com>
3978
3979         * dbus/dbus-string.c: docs warning
3980
3981         * dbus/dbus-spawn.c: missing docs
3982
3983         * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
3984
3985 2003-04-05  Havoc Pennington  <hp@pobox.com>
3986
3987         * bus/loop.c (bus_loop_iterate): fix the timeout code, using
3988         magic from GLib
3989
3990         * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
3991         to -1 once we've reaped the babysitter
3992         (_dbus_babysitter_handle_watch): do as much work as we can, not
3993         just one go of it
3994
3995         * bus/activation.c: add code using DBusBabysitter so that we
3996         handle it when a service fails to start up properly.
3997         (bus_activation_service_created): don't remove the activation
3998         entries as we go, just let them get removed when we free the pending
3999         activation. Unref reply messages after sending them.
4000
4001 2003-04-05  Havoc Pennington  <hp@pobox.com>
4002
4003         * test/decode-gcov.c (main): print per-directory stats in the report
4004
4005         * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
4006
4007 2003-04-05  Havoc Pennington  <hp@pobox.com>
4008
4009         * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
4010
4011         * test/decode-gcov.c: hack up a little program to suck data
4012         out of gcov files. Yes this is sort of silly.
4013
4014         * configure.in: define something in config.h and do an
4015         AM_CONDITIONAL when gcov is enabled
4016
4017 2003-04-04  Havoc Pennington  <hp@redhat.com>
4018
4019         * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
4020         return a "babysitter" object that is used to monitor the status of
4021         the spawned process and reap it when required.
4022
4023         * test/test-segfault.c, test/test-exit.c,
4024         test/test-sleep-forever.c: binaries that do various lame things,
4025         used in the test suite.
4026
4027         * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
4028
4029 2003-04-03  Havoc Pennington  <hp@pobox.com>
4030
4031         * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
4032         in preparation for modifying it, dbus-sysdeps is getting
4033         a bit unmanageable.
4034
4035 2003-04-03  Havoc Pennington  <hp@redhat.com>
4036
4037         * bus/loop.h, bus/loop.c: make the mainloop an object so we can
4038         have multiple ones
4039
4040         * bus/*.[hc]: adapt to mainloop change
4041
4042 2003-04-03  Havoc Pennington  <hp@redhat.com>
4043
4044         * bus/activation.c (load_directory): fix up memleaks
4045         (bus_activation_entry_free): free the entry
4046
4047         * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
4048         we get one from the message bus; fix memleaks.
4049
4050         * dbus/dbus-message.c (dbus_set_error_from_message): new function
4051
4052 2003-04-03  Havoc Pennington  <hp@pobox.com>
4053
4054         * bus/config-parser.c (bus_config_parser_unref): free
4055         list of mechanisms, bug discovered by test suite enhancements
4056         (putting system.conf and session.conf into suite)
4057
4058         * test/Makefile.am, test/test-service.c: add placeholder for a
4059         test service that we'll activate as part of test suite. Doesn't
4060         do anything yet.
4061
4062         * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
4063         setting NULL value, and use system malloc not dbus_malloc()
4064         when we have unavoidable memleakage.
4065
4066         * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
4067         didn't work, and support DBUS_BUS_ACTIVATION.
4068
4069         * bus/activation.c (child_setup): pass our well-known bus type to
4070         the child
4071
4072         * bus/config-parser.c: support <type> to specify well-known type
4073
4074         * doc/dbus-specification.sgml: document the env variables to
4075         locate well-known buses and find service activator
4076
4077 2003-04-02  Havoc Pennington  <hp@redhat.com>
4078
4079         * test/Makefile.am (all-local): add a rule to copy tests to
4080         builddir, so we can have generated tests. Use this to remove the
4081         silly hack for testing system.conf and session.conf. Will use this
4082         shortly to generate .service files pointing to test binaries.
4083
4084 2003-04-02  Havoc Pennington  <hp@redhat.com>
4085
4086         * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
4087         current alloc and needed new length, not max of the doubled
4088         allocation and needed new length. Also, when building tests,
4089         don't do the double-allocation stuff, just realloc every time.
4090
4091 2003-04-02  Havoc Pennington  <hp@redhat.com>
4092
4093         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
4094         in error messages
4095         (_dbus_string_get_dirname): new
4096         (_dbus_sysdeps_test): new
4097         (_dbus_directory_open): include dirnames in error messages
4098
4099         * bus/config-parser.c: interpret <include> and <includedir> and
4100         <servicedir> relative to config file location if the given
4101         filename is not absolute.
4102
4103         * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
4104
4105 2003-04-02  Havoc Pennington  <hp@redhat.com>
4106
4107         * bus/connection.c (bus_transaction_send_error_reply): set sender
4108         service for the error, and unref the reply on success
4109
4110         * bus/activation.c: convert to use BusTransaction so OOM can be
4111         handled correctly
4112         (bus_activation_service_created): set sender of the message
4113
4114 2003-04-01  Havoc Pennington  <hp@redhat.com>
4115
4116         * bus/config-parser.c, bus/bus.c: implement <servicedir> and
4117         <includedir> (at least mostly)
4118
4119         * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
4120         first, then the user ID
4121
4122 2003-04-01  Havoc Pennington  <hp@pobox.com>
4123
4124         * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
4125         function
4126
4127         * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
4128
4129         * dbus/dbus-internals.c (_dbus_dup_string_array): new function
4130
4131         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
4132         socket 0777, and unlink any existing socket.
4133
4134         * bus/bus.c (bus_context_new): change our UID/GID and fork if
4135         the configuration file so specifies; set up auth mechanism
4136         restrictions
4137
4138         * bus/config-parser.c (bus_config_parser_content): add support
4139         for <fork> option and fill in code for <auth>
4140
4141         * bus/system.conf.in: add <fork/> to default configuration,
4142         and limit auth mechanisms to EXTERNAL
4143
4144         * doc/config-file.txt (Elements): add <fork>
4145
4146         * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
4147         (_dbus_change_identity): new function
4148
4149 2003-03-31  Havoc Pennington  <hp@redhat.com>
4150
4151         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
4152         (_dbus_listen_unix_socket): fix off-by-one error in null
4153         termination spotted by Nalin
4154
4155 2003-03-31  Havoc Pennington  <hp@redhat.com>
4156
4157         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
4158         DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
4159         having a real home directory available.
4160
4161 2003-03-31  Havoc Pennington  <hp@redhat.com>
4162
4163         * bus/Makefile.am (install-data-hook): create /var/run/dbus
4164
4165         * bus/messagebus.in: add init script for Red Hat /etc/init.d
4166
4167         * configure.in: add support for specifying a style of init script
4168         to install
4169
4170 2003-03-31  Havoc Pennington  <hp@redhat.com>
4171
4172         Fix some annoying DBusString API and fix all affected code.
4173
4174         * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
4175         max_length argument
4176         (_dbus_string_get_data): change to return string instead of using
4177         an out param
4178         (_dbus_string_get_const_data): ditto
4179         (_dbus_string_get_data_len): ditto
4180         (_dbus_string_get_const_data_len): ditto
4181
4182 2003-03-31  Havoc Pennington  <hp@redhat.com>
4183
4184         * bus/main.c (main): fix up the command line arguments to be nicer
4185
4186 2003-03-31  Havoc Pennington  <hp@redhat.com>
4187
4188         * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
4189         define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
4190         final location that lands in the config file
4191
4192         * bus/config-loader-expat.c (bus_config_load): fix type of
4193         XML_Parser variable
4194
4195         * doc/TODO: remove TODO item for dbus_bus_get()
4196
4197         * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
4198
4199 2003-03-31  Havoc Pennington  <hp@pobox.com>
4200
4201         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
4202         (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
4203         argument since they are always client side
4204
4205         * dbus/dbus-server.c (dbus_server_get_address): new function
4206
4207         * bus/main.c (main): take the configuration file as an argument.
4208
4209         * test/data/valid-config-files/debug-allow-all.conf: new file to
4210         use with dispatch.c tests for example
4211
4212         * bus/test-main.c (main): require test data dir
4213
4214         * bus/bus.c (bus_context_new): change this to take a
4215         configuration file name as argument
4216
4217         * doc/config-file.txt (Elements): add <servicedir>
4218
4219         * bus/system.conf, bus/session.conf: new files
4220
4221         * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
4222         well-known socket if none set
4223
4224         * configure.in: create system.conf and session.conf
4225
4226 2003-03-30  Havoc Pennington  <hp@pobox.com>
4227
4228         * bus/config-parser.c: hacking
4229
4230         * dbus/dbus-memory.c: don't use DBusList for the list of stuff
4231         to shut down, since it could cause weirdness with the DBusList
4232         lock
4233
4234         * dbus/dbus-list.c (_dbus_list_test): add tests for the
4235         link-oriented stack routines
4236         (alloc_link): free the mempool if the first alloc from it fails
4237
4238         * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
4239
4240         * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
4241         from GLib
4242         (_dbus_string_skip_white): new
4243
4244         * doc/config-file.txt (Elements): add <includedir>
4245
4246 2003-03-28  Havoc Pennington  <hp@pobox.com>
4247
4248         * dbus/dbus-string.c (_dbus_string_copy_data_len)
4249         (_dbus_string_copy_data): new functions
4250
4251 2003-03-28  Anders Carlsson  <andersca@codefactory.se>
4252
4253         * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
4254         * dbus/dbus-bus.h:
4255         Add dbus_bus_get.
4256
4257         * dbus/dbus-memory.c:
4258         Fix a doc comment.
4259
4260 2003-03-28  Havoc Pennington  <hp@pobox.com>
4261
4262         * bus/test.c (bus_test_flush_bus): remove the sleep from here,
4263         I think it may have just been superstition. Not sure.
4264
4265         * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
4266         failures that were not being handled.
4267
4268         * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
4269
4270         * dbus/dbus-memory.c: add ability to set number of mallocs in a
4271         row that will fail on out-of-memory.
4272
4273         * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
4274         function for testing out-of-memory handling.
4275
4276         * bus/config-loader-expat.c (memsuite): don't wrap the dbus
4277         allocation functions, they do map exactly to the expat ones.
4278
4279 2003-03-27  Havoc Pennington  <hp@redhat.com>
4280
4281         * bus/config-loader-libxml.c (bus_config_load): add another error
4282         check
4283
4284 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
4285
4286         * doc/TODO:
4287         Add note about automatic service activation.
4288
4289         * doc/dbus-specification.sgml:
4290         Rename the specification and clarify a few things.
4291
4292 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
4293
4294         * Doxyfile.in:
4295         * dbus/dbus-address.c:
4296         * dbus/dbus-dict.c:
4297         * dbus/dbus-marshal.c:
4298         * dbus/dbus-server-debug-pipe.c:
4299         * dbus/dbus-transport-unix.c:
4300         Fix documentation warnings.
4301
4302 2003-03-26  Havoc Pennington  <hp@pobox.com>
4303
4304         * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
4305         after every test so it's quick and easy to see which leaked, and
4306         so we test multiple dbus_shutdown() calls
4307
4308         * configure.in: change configure.in XML stuff to also support
4309         expat
4310
4311         * config-loader-libxml.c: some hacking
4312
4313         * config-loader-expat.c: some hacking
4314
4315         * config-parser.c: some hacking, plus tests
4316
4317 2003-03-25  Havoc Pennington  <hp@redhat.com>
4318
4319         * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
4320
4321         * configure.in: add --with-xml option to specify XML library,
4322         right now only libxml is supported.
4323
4324         * bus/config-loader-libxml.c, config-parser.c: sync some minor
4325         nonworking code between home and work, still just stubs
4326
4327 2003-03-24  Havoc Pennington  <hp@redhat.com>
4328
4329         * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
4330         file
4331
4332         * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
4333         NULL argument for "message" if the error is a well-known one,
4334         fill in a generic message in this case.
4335
4336         * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
4337         favor of DBusError
4338
4339         * bus/test.c (bus_test_flush_bus): add
4340
4341         * bus/policy.c (bus_policy_test): test code stub
4342
4343 2003-03-24  Havoc Pennington  <hp@pobox.com>
4344
4345         * bus/connection.c (bus_connections_setup_connection): set up
4346         the "can this user connect" function, but it always returns
4347         TRUE until we have a config file parser so we can have a config
4348         file that allows connections.
4349
4350 2003-03-23  Havoc Pennington  <hp@pobox.com>
4351
4352         * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
4353         DBUS_BUILD_TESTS, actually alloc/free a block of memory for
4354         the mutex, so we can check for proper memory management
4355         and OOM handling.
4356
4357         * dbus/dbus-dataslot.c: remove the mutex from
4358         DBusDataSlotAllocator and lock it manually when using it,
4359         to simplify fitting it into the global slots framework.
4360
4361         * dbus/dbus-threads.c (init_static_locks): rework how we're
4362         handling global locks so they are easily shut down.
4363
4364         * bus/policy.c (bus_policy_append_rule): fix
4365
4366         * bus/test-main.c (main): check for memleaks
4367
4368         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
4369         test suite check for memleaks
4370
4371         * dbus/dbus-memory.c: add support in test mode for tracking
4372         number of outstanding blocks
4373
4374 2003-03-23  Havoc Pennington  <hp@pobox.com>
4375
4376         * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
4377         policies code
4378
4379         * dbus/dbus-hash.h: add ULONG hash keys
4380
4381         * dbus/dbus-sysdeps.c (_dbus_get_groups): new
4382         (_dbus_get_group_id): new function
4383
4384 2003-03-20  Havoc Pennington  <hp@redhat.com>
4385
4386         * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
4387         new function
4388         (dbus_connection_get_unix_user): new function
4389
4390 2003-03-20  Havoc Pennington  <hp@pobox.com>
4391
4392         * bus/connection.c (bus_connection_send_oom_error): assert that
4393         message has a sender
4394         (connection_execute_transaction): ditto
4395         (bus_connection_preallocate_oom_error): fix to set the sender, and
4396         set recipient to the destination service, not the bus driver
4397
4398         * bus/policy.c: hacking
4399
4400         * dbus/dbus-message.c (dbus_message_service_is): new function
4401         (dbus_message_sender_is): new
4402
4403 2003-03-19  Havoc Pennington  <hp@redhat.com>
4404
4405         * bus/policy.c: start sketching code for policy restrictions on
4406         what connections can do.
4407
4408 2003-03-18  Havoc Pennington  <hp@redhat.com>
4409
4410         * doc/TODO: some notes on high-level todo items. Little nitpick
4411         stuff is all in @todo, so no need to add it here.
4412
4413         * doc/config-file.txt: some notes on how config file might look
4414
4415 2003-03-18  Anders Carlsson  <andersca@codefactory.se>
4416
4417         * configure.in: 0.6
4418
4419         * NEWS: Update.
4420
4421 2003-03-17  Havoc Pennington  <hp@redhat.com>
4422
4423         * dbus/dbus-internals.h: add gcc attributes so that
4424         our printf-style functions warn on bad arguments to
4425         format
4426
4427         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
4428         format bug
4429
4430         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
4431         printf format bug
4432
4433 2003-03-17  Havoc Pennington  <hp@redhat.com>
4434
4435         * bus/test-main.c (main): make it print something as it runs
4436         so make check doesn't look stuck
4437
4438         * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
4439         from CVS, now obsolete
4440
4441 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
4442
4443         * bus/dispatch.c: (bus_dispatch):
4444         Refetch the service name since it may have been reallocated
4445         when dbus_message_set_sender was called.
4446
4447         * dbus/dbus-sysdeps.c: (_dbus_accept):
4448         Add address and address length variables and use them to stop
4449         valgrind from complaining.
4450
4451 2003-03-17  Havoc Pennington  <hp@pobox.com>
4452
4453         All tests pass, no memleaks, no valgrind complaints.
4454
4455         * bus/test.c: refcount handler_slot
4456
4457         * bus/connection.c (bus_connections_new): refcount
4458         connection_data_slot
4459
4460         * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
4461         bytes so that auth scripts pass.
4462
4463         * bus/dispatch.c: init message_handler_slot so it gets allocated
4464         properly
4465
4466         * bus/dispatch.c (message_handler_slot_ref): fix memleak
4467
4468         * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
4469         dealloc server_pipe_hash when no longer used for benefit of
4470         leak checking
4471
4472         * dbus/dbus-auth.c (process_command): memleak fix
4473
4474         * bus/dispatch.c (check_hello_message): memleak fix
4475
4476 2003-03-16  Havoc Pennington  <hp@pobox.com>
4477
4478         * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
4479
4480 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
4481
4482         * bus/activation.c (bus_activation_activate_service): Append
4483         the pending activation entry to the list of pending activations.
4484
4485 2003-03-16  Havoc Pennington  <hp@pobox.com>
4486
4487         * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
4488         connections
4489
4490         * dbus/dbus-address.c (create_entry): fix OOM handling when
4491         failing to alloc entry->method
4492
4493 2003-03-16  Havoc Pennington  <hp@pobox.com>
4494
4495         * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
4496         the watch
4497
4498         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
4499         add some missing dbus_set_result
4500
4501         * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
4502         alloc the DBusMessageHandler
4503
4504         * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
4505         the transport here, since we call this from the finalizer; it
4506         resulted in a double-finalize.
4507
4508         * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
4509         where we tried to use transport->connection that was NULL,
4510         happened when transport was disconnected early on due to OOM
4511
4512         * bus/*.c: adapt to handle OOM for watches/timeouts
4513
4514         * dbus/dbus-transport-unix.c: port to handle OOM during
4515         watch handling
4516
4517         * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
4518         reference to unused bytes instead of a copy
4519
4520         * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
4521         out of memory
4522
4523         * dbus/dbus-connection.c (dbus_connection_handle_watch): return
4524         FALSE on OOM
4525
4526         * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
4527         of memory
4528
4529 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
4530
4531         * doc/dbus-specification.sgml:
4532         Document reply message for ActivateService.
4533
4534 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
4535
4536         * bus/activation.c: (bus_pending_activation_entry_free),
4537         (bus_pending_activation_free), (bus_activation_new),
4538         (bus_activation_unref), (bus_activation_service_created),
4539         (bus_activation_activate_service):
4540         * bus/activation.h:
4541         * bus/bus.c: (bus_context_new):
4542         * bus/desktop-file.c: (new_section):
4543         * bus/driver.c: (bus_driver_send_service_deleted),
4544         (bus_driver_handle_activate_service):
4545         * bus/services.c: (bus_registry_new), (bus_registry_ensure):
4546         * bus/services.h:
4547         * dbus/dbus-connection.c:
4548         (dbus_connection_send_with_reply_and_block):
4549         * dbus/dbus-message.c: (dbus_message_append_args_valist):
4550         * dbus/dbus-protocol.h:
4551         Make activation work better. Now pending activations will be queued
4552         and the daemon won't try to activate services that are already registered.
4553
4554 2003-03-16  Havoc Pennington  <hp@pobox.com>
4555
4556         * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
4557         connection data
4558
4559         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
4560         DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
4561
4562 2003-03-16  Havoc Pennington  <hp@pobox.com>
4563
4564         * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
4565         this. always run the test suite before commit...
4566
4567         * bus/*: adapt to DBusConnection API changes
4568
4569         * glib/dbus-gmain.c: adapt to DBusConnection API changes,
4570         requires renaming stuff to avoid dbus_connection_dispatch name
4571         conflict.
4572
4573         * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
4574         function
4575
4576         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
4577         separate from _dbus_message_loader_return_buffer()
4578
4579         * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
4580         this, because it's now always broken to use; the number of
4581         messages in queue vs. the number still buffered by the message
4582         loader is undefined/meaningless. Should use
4583         dbus_connection_get_dispatch_state().
4584         (dbus_connection_dispatch): rename from
4585         dbus_connection_dispatch_message
4586
4587 2003-03-16  Havoc Pennington  <hp@pobox.com>
4588
4589         * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
4590         implementation
4591
4592 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
4593
4594         * dbus/dbus-connection.c:
4595         (dbus_connection_send_with_reply_and_block):
4596         Decrease connection->n_incoming when removing an entry
4597         from the list.
4598         * dbus/dbus-dict.c: (dbus_dict_entry_free),
4599         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
4600         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
4601         (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
4602         (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
4603         (dbus_dict_get_byte_array):
4604         Handle NULL arrays and strings. Also add support for byte arrays.
4605
4606         * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
4607         (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
4608         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
4609         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
4610         (_dbus_demarshal_dict), (demarshal_and_validate_len),
4611         (_dbus_marshal_validate_arg), (_dbus_marshal_test):
4612         * dbus/dbus-marshal.h:
4613         Add support for marshalling and demarshalling empty arrays and strings.
4614
4615         * dbus/dbus-message.c: (dbus_message_append_args_valist),
4616         (dbus_message_append_string_array),
4617         (dbus_message_iter_get_boolean),
4618         (dbus_message_iter_get_boolean_array),
4619         (dbus_message_iter_get_int32_array),
4620         (dbus_message_iter_get_uint32_array),
4621         (dbus_message_iter_get_double_array),
4622         (dbus_message_iter_get_byte_array),
4623         (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
4624         (check_message_handling):
4625         Add support for getting empty arrays and dicts.
4626
4627         * dbus/dbus-string.c: (_dbus_string_validate_utf8):
4628         Don't do any validation at all for now, that's better than just checking
4629         for ASCII.
4630
4631         * test/data/valid-messages/emptiness.message:
4632         New test message with lots of empty arrays.
4633
4634 2003-03-16  Havoc Pennington  <hp@pobox.com>
4635
4636         * dbus/dbus-connection.c
4637         (_dbus_connection_queue_received_message_link): new function that
4638         can't fail due to OOM
4639
4640         * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
4641         new function pops a message together with a list link
4642         containing it.
4643
4644         * dbus/dbus-transport-unix.c (queue_messages): use new link-based
4645         message queuing functions to avoid needing to alloc memory
4646
4647 2003-03-16  Havoc Pennington  <hp@pobox.com>
4648
4649         Oops - test code was only testing failure of around 30 of the
4650         mallocs in the test path, but it turns out there are 500+
4651         mallocs. I believe this was due to misguided linking setup such
4652         that there was one copy of dbus_malloc etc. in the daemon and one
4653         in the shared lib, and only daemon mallocs were tested. In any
4654         case, the test case now tests all 500+ mallocs, and doesn't pass
4655         yet, though there are lots of fixes in this patch.
4656
4657         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
4658         this so that it doesn't need to allocate memory, since it
4659         has no way of indicating failure due to OOM (and would be
4660         annoying if it did).
4661
4662         * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
4663
4664         * bus/Makefile.am: rearrange to create two self-contained
4665         libraries, to avoid having libraries with overlapping symbols.
4666         that was resulting in weirdness, e.g. I'm pretty sure there
4667         were two copies of global static variables.
4668
4669         * dbus/dbus-internals.c: move the malloc debug stuff to
4670         dbus-memory.c
4671
4672         * dbus/dbus-list.c (free_link): free list mempool if it becomes
4673         empty.
4674
4675         * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
4676
4677         * dbus/dbus-address.c (dbus_parse_address): free list nodes
4678         on failure.
4679
4680         * bus/dispatch.c (bus_dispatch_add_connection): free
4681         message_handler_slot when no longer using it, so
4682         memory leak checkers are happy for the test suite.
4683
4684         * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
4685
4686         * bus/bus.c (new_connection_callback): disconnect in here if
4687         bus_connections_setup_connection fails.
4688
4689         * bus/connection.c (bus_connections_unref): fix to free the
4690         connections
4691         (bus_connections_setup_connection): if this fails, don't
4692         disconnect the connection, just be sure there are no side
4693         effects.
4694
4695         * dbus/dbus-string.c (undo_alignment): unbreak this
4696
4697         * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
4698         leaking
4699         (_dbus_auth_new): fix the order in which we free strings
4700         on OOM failure
4701
4702         * bus/connection.c (bus_connection_disconnected): fix to
4703         not send ServiceDeleted multiple times in case of memory
4704         allocation failure
4705
4706         * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
4707         get the base service name
4708         (dbus_bus_register_client): don't return base service name,
4709         instead store it on the DBusConnection and have an accessor
4710         function for it.
4711         (dbus_bus_register_client): rename dbus_bus_register()
4712
4713         * bus/dispatch.c (check_hello_message): verify that other
4714         connections on the bus also got the correct results, not
4715         just the one sending hello
4716
4717 2003-03-15  Havoc Pennington  <hp@pobox.com>
4718
4719         Make it pass the Hello handling test including all OOM codepaths.
4720         Now to do other messages...
4721
4722         * bus/services.c (bus_service_remove_owner): fix crash when
4723         removing owner from an empty list of owners
4724         (bus_registry_ensure): don't leave service in the list of
4725         a connection's owned services if we fail to put the service
4726         in the hash table.
4727
4728         * bus/connection.c (bus_connection_preallocate_oom_error): set
4729         error flag on the OOM error.
4730
4731         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
4732         handle _dbus_transport_set_connection failure
4733
4734         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
4735         to create watches up front and simply enable/disable them as
4736         needed.
4737         (unix_connection_set): this can now fail on OOM
4738
4739         * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
4740         of enabling/disabling a watch or timeout.
4741
4742         * bus/loop.c (bus_loop_iterate): don't touch disabled
4743         watches/timeouts
4744
4745         * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
4746
4747 2003-03-15  Havoc Pennington  <hp@pobox.com>
4748
4749         * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
4750         write useful test code, after all that futzing around ;-)
4751
4752         Test does not yet pass because we can't handle OOM in
4753         _dbus_transport_messages_pending (basically,
4754         dbus_connection_preallocate_send() does not prealloc the write
4755         watch). To fix this, I think we need to add new stuff to
4756         set_watch_functions, namely a SetEnabled function so we can alloc
4757         the watch earlier, then enable it later.
4758
4759         * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
4760         dbus-memory.c to the convenience lib
4761
4762         * bus/test.c: rename some static functions to keep them clearly
4763         distinct from stuff in connection.c. Handle client disconnection.
4764
4765 2003-03-14  Havoc Pennington  <hp@pobox.com>
4766
4767         * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
4768         transport, tests more of the real codepath. Set up clients
4769         with bus_setup_debug_client.
4770
4771         * bus/test.c (bus_setup_debug_client): function to set up debug
4772         "clients" on the main loop
4773
4774         * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
4775         support
4776
4777         * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
4778         server type
4779
4780         * dbus/dbus-server-debug.c: support a debug server based on pipes
4781
4782         * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
4783         (_dbus_close): new function
4784
4785         * configure.in: check for socketpair
4786
4787 2003-03-14  Havoc Pennington  <hp@redhat.com>
4788
4789         * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
4790         cheesy hack
4791
4792         * dbus/dbus-transport-debug.c: rework this a good bit to be
4793         less complicated. hopefully still works.
4794
4795         * dbus/dbus-server-debug.c (handle_new_client): remove timeout
4796         manually
4797
4798         * glib/dbus-gmain.c (timeout_handler): don't remove timeout
4799         after running it
4800
4801         * dbus/dbus-message.c (dbus_message_copy): rename from
4802         dbus_message_new_from_message, fix it up to copy
4803         all the message fields, add test case
4804
4805         * bus/dispatch.c (bus_dispatch_test): add some more test code,
4806         not quite passing yet
4807
4808 2003-03-14  Havoc Pennington  <hp@pobox.com>
4809
4810         * bus/loop.c (bus_loop_iterate): add this so we can "run loop
4811         until no work remains" in test code. (the large diff here
4812         is just code movement, no actual changes)
4813
4814         * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
4815         1, no point waiting around for test code.
4816         (_dbus_server_debug_accept_transport): unref the timeout
4817         after adding it (right?)
4818
4819         * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
4820
4821 2003-03-13  Havoc Pennington  <hp@redhat.com>
4822
4823         * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
4824         out of memory
4825
4826         * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
4827         of memory
4828
4829         * dbus/dbus-connection.h: Make AddWatchFunction and
4830         AddTimeoutFunction return a bool so they can fail on out-of-memory
4831
4832         * bus/bus.c (bus_context_new): set up timeout handlers
4833
4834         * bus/connection.c (bus_connections_setup_connection): set up
4835         timeout handlers
4836
4837         * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
4838         can fail
4839
4840         * bus/bus.c (bus_context_new): adapt to changes
4841
4842         * bus/connection.c: adapt to changes
4843
4844         * test/watch.c: adapt to DBusWatch changes
4845
4846         * bus/dispatch.c (bus_dispatch_test): started adding this but
4847         didn't finish
4848
4849 2003-03-14  Anders Carlsson  <andersca@codefactory.se>
4850
4851         * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
4852
4853 2003-03-13  Havoc Pennington  <hp@pobox.com>
4854
4855         * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
4856         set up a test framework as for the library
4857
4858 2003-03-12  Havoc Pennington  <hp@pobox.com>
4859
4860         Throughout: purge global variables, introduce BusActivation,
4861         BusConnections, BusRegistry, etc. objects instead.
4862
4863         * bus/bus.h, bus/bus.c: introduce BusContext as a global
4864         message bus object
4865
4866         * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
4867         going to redo this a bit differently I think
4868
4869 2003-03-12  Havoc Pennington  <hp@redhat.com>
4870
4871         Mega-patch that gets the message bus daemon initially handling
4872         out-of-memory. Work still needed. Also lots of random
4873         moving stuff to DBusError instead of ResultCode.
4874
4875         * dbus/dbus-list.c (_dbus_list_length_is_one): new function
4876
4877         * dbus/dbus-connection.c
4878         (dbus_connection_send_with_reply_and_block): use DBusError
4879
4880         * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
4881         DBusResultCode
4882
4883         * dbus/dbus-connection.c (dbus_connection_send): drop the result
4884         code here, as the only failure possible is OOM.
4885
4886         * bus/connection.c (bus_connection_disconnect):
4887         rename bus_connection_disconnected as it's a notification only
4888
4889         * bus/driver.c (bus_driver_handle_acquire_service): don't free
4890         "name" on get_args failure, should be done by get_args;
4891         don't disconnect client for bad args, just return an error.
4892         (bus_driver_handle_service_exists): ditto
4893
4894         * bus/services.c (bus_services_list): NULL-terminate returned array
4895
4896         * bus/driver.c (bus_driver_send_service_lost)
4897         (bus_driver_send_service_acquired): send messages from driver to a
4898         specific client to the client's unique name, not to the broadcast
4899         service.
4900
4901         * dbus/dbus-message.c (decode_header_data): reject messages that
4902         contain no name field
4903         (_dbus_message_get_client_serial): rename to
4904         dbus_message_get_serial and make public
4905         (_dbus_message_set_serial): rename from set_client_serial
4906         (_dbus_message_set_reply_serial): make public
4907         (_dbus_message_get_reply_serial): make public
4908
4909         * bus/connection.c (bus_connection_foreach): allow stopping
4910         iteration by returning FALSE from foreach function.
4911
4912         * dbus/dbus-connection.c (dbus_connection_send_preallocated)
4913         (dbus_connection_free_preallocated_send)
4914         (dbus_connection_preallocate_send): new API for sending a message
4915         without possibility of malloc failure.
4916         (dbus_connection_send_message): rename to just
4917         dbus_connection_send (and same for whole function family)
4918
4919         * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
4920
4921         * dbus/dbus-sysdeps.c (_dbus_exit): new function
4922
4923         * bus/activation.c: handle/return errors
4924
4925         * dbus/dbus-errors.h: add more DBUS_ERROR #define
4926
4927         * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
4928         (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
4929         (_dbus_result_from_errno): move to this file
4930
4931 2003-03-10  Anders Carlsson  <andersca@codefactory.se>
4932
4933         * dbus/dbus-marshal.c:
4934         (_dbus_marshal_set_string):
4935         Take a length argument so we can marshal the correct string
4936         length.
4937
4938         (_dbus_marshal_dict), (_dbus_demarshal_dict),
4939         (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
4940         (_dbus_marshal_test):
4941         * dbus/dbus-marshal.h:
4942         Add support for marshalling and demarshalling dicts.
4943
4944         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
4945         Add support for TYPE DICT.
4946
4947         * dbus/dbus-message.c: (set_string_field):
4948         Adjust header padding.
4949
4950         (dbus_message_append_args_valist), (dbus_message_append_dict),
4951         (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
4952         (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
4953         (check_message_handling), (check_have_valid_message):
4954         * dbus/dbus-message.h:
4955         Add functions for setting and getting dicts.
4956
4957         * dbus/dbus-protocol.h:
4958         Add DBUS_TYPE_DICT.
4959
4960         * dbus/dbus.h:
4961         Add dbus-dict.h
4962
4963         * doc/dbus-specification.sgml:
4964         Add information about how dicts are marshalled.
4965
4966         * test/data/invalid-messages/dict-with-nil-value.message:
4967         * test/data/invalid-messages/too-short-dict.message:
4968         * test/data/valid-messages/dict-simple.message:
4969         * test/data/valid-messages/dict.message:
4970         Add sample messages containing dicts.
4971
4972 2003-03-08  Anders Carlsson  <andersca@codefactory.se>
4973
4974         * dbus/dbus-dict.h: Add DBUS_END_DECLS.
4975
4976 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
4977
4978         * dbus/Makefile.am:
4979         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
4980         (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
4981         (dbus_dict_set_int32), (dbus_dict_set_uint32),
4982         (dbus_dict_set_double), (dbus_dict_set_string),
4983         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
4984         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
4985         (dbus_dict_set_string_array), (_dbus_dict_test):
4986         * dbus/dbus-dict.h:
4987         Fix according to comments from Havoc.
4988
4989 2003-03-06  Michael Meeks  <michael@server.home>
4990
4991         * configure.in: if we don't have kde-config, disable have_qt.
4992
4993 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
4994
4995         * dbus/Makefile.am:
4996         Add dbus-dict.[ch]
4997
4998         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
4999         (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
5000         (dbus_dict_remove), (dbus_dict_get_value_type),
5001         (dbus_dict_get_keys), (dbus_dict_put_boolean),
5002         (dbus_dict_put_int32), (dbus_dict_put_uint32),
5003         (dbus_dict_put_double), (dbus_dict_put_string),
5004         (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
5005         (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
5006         (dbus_dict_put_string_array), (dbus_dict_get_boolean),
5007         (dbus_dict_get_int32), (dbus_dict_get_uint32),
5008         (dbus_dict_get_double), (dbus_dict_get_string),
5009         (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
5010         (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
5011         (dbus_dict_get_string_array), (_dbus_dict_test):
5012         * dbus/dbus-dict.h:
5013         Add DBusDict implementation
5014
5015         * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
5016         * dbus/dbus-test.h:
5017         Add _dbus_dict_test
5018
5019 2003-03-04  Havoc Pennington  <hp@pobox.com>
5020
5021         * test/data/auth/*: adapt to changes
5022
5023         * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
5024         USERID_BASE64 and change USERNAME_BASE64 to put in username not
5025         userid
5026
5027         * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
5028         more stuff from being in a context name, to make the protocol
5029         simpler to deal with
5030
5031         * dbus/dbus-errors.c (dbus_error_has_name): new function
5032         (dbus_error_is_set): new function
5033
5034         * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
5035         with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
5036
5037         * dbus/dbus-connection.c (dbus_connection_flush): also read
5038         messages during a flush operation
5039
5040         * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
5041
5042 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
5043
5044         * configure.in: Check for gethostbyname on Solaris.
5045
5046         * dbus/dbus-transport.c: (_dbus_transport_open):
5047         Remove duplicate "tcp" entry.
5048
5049         * doc/dbus-specification.sgml:
5050         Clarify some things.
5051
5052 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
5053
5054         * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
5055         * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
5056         (_dbus_keyring_test):
5057         * dbus/dbus-md5.c: (_dbus_md5_compute):
5058         * dbus/dbus-sha.c: (_dbus_sha_compute):
5059         Plug memory leaks.
5060
5061 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
5062
5063         * README: Add some things.
5064
5065 2003-03-04  Anders Carlsson  <andersca@codefactory.se>
5066
5067         * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
5068         after case DBUS_TYPE_BOOELAN.
5069
5070 2003-03-02  Havoc Pennington  <hp@pobox.com>
5071
5072         * test/break-loader.c (randomly_set_extreme_ints): add test that
5073         sets really huge and small integers
5074
5075         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
5076         that length of boolean array fits in the string, and that
5077         string has room for boolean value in single-bool case.
5078
5079         * dbus/dbus-message-builder.c (_dbus_message_data_load): add
5080         optional value to "ALIGN" command which is what to fill the
5081         alignment with.
5082
5083         * test/data/valid-messages/no-padding.message: add regression
5084         test for the message padding problem
5085
5086 2003-03-02  Havoc Pennington  <hp@pobox.com>
5087
5088         * dbus/dbus-message.c (decode_header_data): fix to always init
5089         message_padding, from Benjamin Dauvergne
5090
5091 2003-03-02  Havoc Pennington  <hp@pobox.com>
5092
5093         * configure.in: 0.5
5094
5095         * NEWS: Update.
5096
5097 2003-03-01  Joe Shaw  <joe@assbarn.com>
5098
5099         * configure.in: Check for "struct cmsgcred" and try to access its
5100         members for BSD-like unices.
5101
5102         * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
5103         _dbus_read_credentials_unix_socket().
5104         (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
5105         read() for reading the credential byte off the unix socket.  Use
5106         struct cmsgcred on systems that support it.
5107
5108 2003-02-27  Alexander Larsson  <alexl@redhat.com>
5109
5110         * glib/Makefile.am:
5111         * configure.in:
5112         Make gthreads-2.0 dependency optional. Don't build thread test if
5113         its not found.
5114
5115 2003-02-27  Havoc Pennington  <hp@pobox.com>
5116
5117         * dbus/dbus-connection.c
5118         (dbus_connection_send_message_with_reply_and_block): fix doh!
5119         doh! doh! bug that resulted in never removing a reply from the
5120         queue, no wonder we called get_reply_serial so much ;-)
5121
5122         * dbus/dbus-message.c (struct DBusMessage): cache reply serial
5123         and client serial instead of demarshaling them every time
5124
5125 2003-02-27  Havoc Pennington  <hp@pobox.com>
5126
5127         * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
5128         more inlined, using dbus-string-private.h, speeds things up
5129         substantially
5130
5131         * dbus/dbus-string.c (_dbus_string_free): apply align offset
5132         when freeing the string
5133         (_dbus_string_steal_data): fix for align offset
5134         (undo_alignment): new function
5135
5136 2003-02-26  Havoc Pennington  <hp@redhat.com>
5137
5138         All kinds of audit fixes from Owen, plus initial attempt to
5139         handle unaligned memory returned from malloc.
5140
5141         * dbus/dbus-string.c (_dbus_string_init): clamp max length to
5142         leave room for align_offset and nul byte
5143         (fixup_alignment): function to track an align_offset and
5144         ensure real->str is aligned
5145         (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
5146         to allow a nul byte plus align offset
5147         (_dbus_string_lock): fix overflow issue
5148         (_dbus_string_init_const_len): add assertions on sanity of len,
5149         assign allocated to be ALLOCATION_PADDING larger than len
5150         (set_length): fixup the overflow handling
5151         (_dbus_string_get_data_len): fix overflow in assertion
5152         (open_gap): detect overflow in size of gap to be opened
5153         (_dbus_string_lengthen): add overflow check
5154         (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
5155         (_dbus_string_append): add overflow check
5156         (_dbus_string_append_unichar): overflow
5157         (_dbus_string_delete): fix overflow in assertion
5158         (_dbus_string_copy_len): overflow in assertion
5159         (_dbus_string_replace_len): overflows in assertions
5160         (_dbus_string_find): change to implement in terms of
5161         _dbus_string_find_to
5162         (_dbus_string_find_to): assorted fixage
5163         (_dbus_string_equal_c_str): assert c_str != NULL,
5164         fix logic so the function works
5165         (_dbus_string_ends_with_c_str): fix overflow thingy
5166         (_dbus_string_base64_encode): overflow fix
5167         (_dbus_string_validate_ascii): overflow
5168         (_dbus_string_validate_nul): overflow
5169
5170 2003-02-26  Havoc Pennington  <hp@redhat.com>
5171
5172         * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
5173
5174 2003-02-26  Alexander Larsson  <alexl@redhat.com>
5175
5176         * configure.in:
5177         Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
5178
5179         * dbus/dbus-connection.c:
5180         * dbus/dbus-connection.h:
5181         Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
5182         Add dbus_connection_set_wakeup_main_function and use it when queueing
5183         incoming and outgoing messages.
5184
5185
5186         * dbus/dbus-dataslot.c:
5187         Threadsafe usage of DBusDataSlotAllocator
5188
5189         * dbus/dbus-message.c: (dbus_message_get_args_iter):
5190         dbus_new can fail.
5191
5192         * dbus/dbus-server-unix.c:
5193         Add todo comment
5194
5195         * glib/dbus-gmain.c:
5196         Implement the new wakeup functions for glib.
5197
5198         * glib/Makefile.am:
5199         * glib/test-thread-client.c:
5200         * glib/test-thread-server.c:
5201         * glib/test-thread.h:
5202         Initial cut at some thread test code. Not really done yet.
5203
5204 2003-02-26  Havoc Pennington  <hp@pobox.com>
5205
5206         * dbus/dbus-connection.c
5207         (dbus_connection_send_message_with_reply_and_block): fix crash
5208         where we ref'd the outgoing message instead of the returned reply
5209
5210         * dbus/dbus-transport-unix.c (do_authentication): check read watch
5211         at the end of this function, so if we didn't need to read for
5212         authentication, we reinstall it for receiving messages
5213
5214         * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
5215         a NULL sender for peer-to-peer case
5216
5217         * dbus/dbus-transport-unix.c (check_read_watch): handle
5218         !authenticated case correctly
5219
5220         * glib/dbus-gmain.c: add support for DBusServer
5221
5222         * dbus/dbus-server.c: add data slot support
5223
5224         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
5225         return values and handle errors
5226
5227         * dbus/dbus-dataslot.c: factor out the data slot stuff from
5228         DBusConnection
5229
5230         * Doxyfile.in (INPUT): add glib subdir
5231
5232         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
5233         setup_with_g_main instead of hookup_with_g_main; write docs
5234
5235 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
5236
5237         * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
5238         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
5239         * dbus/dbus-message.c: (dbus_message_append_boolean),
5240         (dbus_message_append_boolean_array),
5241         (dbus_message_get_args_valist), (_dbus_message_test):
5242         * dbus/dbus-message.h:
5243         * doc/dbus-specification.sgml:
5244         Various fixes as pointed out by Havoc.
5245
5246         * test/data/invalid-messages/bad-boolean-array.message:
5247         * test/data/invalid-messages/bad-boolean.message:
5248         Add invalid boolean value test cases.
5249
5250 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
5251
5252         * dbus/dbus-internals.c: (_dbus_type_to_string):
5253         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
5254         (_dbus_marshal_validate_arg):
5255         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
5256         * dbus/dbus-message.c: (dbus_message_append_args_valist),
5257         (dbus_message_append_boolean), (dbus_message_append_boolean_array),
5258         (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
5259         (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
5260         (dbus_message_iter_get_double),
5261         (dbus_message_iter_get_boolean_array), (message_iter_test):
5262         * dbus/dbus-message.h:
5263         * dbus/dbus-protocol.h:
5264         * doc/dbus-specification.sgml:
5265         * test/data/valid-messages/lots-of-arguments.message:
5266         Add support for boolean and boolean array types.
5267
5268 2003-02-23  Havoc Pennington  <hp@pobox.com>
5269
5270         * dbus/dbus-keyring.c: finish most of this implementation and
5271         simple unit test
5272
5273         * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
5274         these barf if the error isn't cleared to NULL
5275
5276         * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
5277         (_dbus_create_directory): new function
5278
5279         * dbus/dbus-errors.c (dbus_set_error): fix warning
5280
5281         * dbus/dbus-string.c (_dbus_string_hex_encode): new function
5282         (_dbus_string_hex_decode): new function
5283         (test_hex_roundtrip): test code
5284
5285         * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
5286
5287         * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
5288
5289         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
5290         the save-to-temp/rename trick to atomically write the new file
5291         (_dbus_string_parse_uint): new function
5292
5293 2003-02-22  Havoc Pennington  <hp@pobox.com>
5294
5295         * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
5296
5297 2003-02-22  Havoc Pennington  <hp@pobox.com>
5298
5299         * dbus/dbus-message.c (dbus_message_iter_get_string_array):
5300         (dbus_message_iter_get_byte_array): Fix up doxygen warnings
5301
5302         * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
5303
5304         * dbus/test/data/sha-1: add US government test suite for SHA-1
5305
5306 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
5307
5308         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
5309         Make string arrays NULL-terminated.
5310
5311         * dbus/dbus-memory.c: (dbus_free_string_array):
5312         * dbus/dbus-memory.h:
5313         New function for freeing NULL-terminated string arrays.
5314
5315         * dbus/dbus-message-builder.c: (append_quoted_string),
5316         (_dbus_message_data_load):
5317         Add support for array types.
5318
5319         * dbus/dbus-message.c: (check_message_handling):
5320         Add more types as test cases.
5321
5322         * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
5323         (_dbus_string_parse_double):
5324         Add the start offset to the end offset.
5325
5326         * test/data/valid-messages/lots-of-arguments.message:
5327         New test message with lots of arguments.
5328
5329 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
5330
5331         * dbus/dbus-message.c: (dbus_message_append_nil),
5332         (dbus_message_append_int32), (dbus_message_append_uint32),
5333         (dbus_message_append_double), (dbus_message_append_string),
5334         (dbus_message_append_int32_array),
5335         (dbus_message_append_uint32_array),
5336         (dbus_message_append_double_array),
5337         (dbus_message_append_byte_array),
5338         (dbus_message_append_string_array):
5339         Fix all out-of-memory handling in these functions.
5340
5341 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
5342
5343         * dbus/dbus-message.c: (dbus_message_append_nil):
5344         Fix a silly.
5345
5346 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
5347
5348         * dbus/dbus-message.c: (dbus_message_append_args_valist),
5349         (dbus_message_append_nil), (dbus_message_append_int32_array),
5350         (dbus_message_append_uint32_array),
5351         (dbus_message_append_double_array),
5352         (dbus_message_append_byte_array),
5353         (dbus_message_append_string_array), (dbus_message_get_args_valist),
5354         (dbus_message_iter_get_int32_array),
5355         (dbus_message_iter_get_uint32_array),
5356         (dbus_message_iter_get_double_array),
5357         (dbus_message_iter_get_byte_array),
5358         (dbus_message_iter_get_string_array):
5359
5360         * dbus/dbus-message.h:
5361         Add functions for appending and getting arrays.
5362
5363 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
5364
5365         * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
5366         element size at least 8 bytes, fixes mempool tests on
5367         64-bit machines.
5368
5369 2003-02-20  Alexander Larsson  <alexl@redhat.com>
5370
5371         * dbus/dbus-transport-unix.c (unix_do_iteration):
5372         Unlock the connection mutex during a blocking select call.
5373         Add todo about how we need a way to wake up the select.
5374
5375         * dbus/dbus-connection-internal.h:
5376         * dbus/dbus-connection.c:
5377         Add _dbus_connection_lock and _dbus_connection_unlock.
5378
5379 2003-02-19  Havoc Pennington  <hp@pobox.com>
5380
5381         * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
5382         Doxyfile.in, not Doxyfile
5383
5384         * dbus/dbus-keyring.c: do some hacking on this
5385
5386         * dbus/dbus-sysdeps.c (_dbus_delete_file): new
5387
5388         * dbus/dbus-errors.c (dbus_set_error_const): do not call
5389         dbus_error_init
5390         (dbus_set_error): remove dbus_error_init, check for message ==
5391         NULL *before* we sprintf into it, and add @todo about including
5392         system headers in this file
5393
5394         * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
5395
5396         * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
5397
5398         * dbus/dbus-sysdeps.c (get_user_info): break this function out to
5399         get various bits of user information based on either username
5400         or user ID
5401         (_dbus_homedir_from_username): new function
5402
5403 2003-02-19  Anders Carlsson  <andersca@codefactory.se>
5404
5405         * configure.in:
5406         Add check for nonposix getpwnam_r
5407
5408         * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
5409         Align the pool element size to a sizeof (void *) boundary.
5410
5411         * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
5412         (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
5413         General Solaris fixes.
5414
5415         * test/data/valid-messages/simplest-manual.message:
5416         Explicitly state that we want little-endian packing.
5417
5418 2003-02-19  Mikael Hallendal  <micke@codefactory.se>
5419
5420         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
5421
5422         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
5423         Added to create a transport connecting using a tcp/ip socket.
5424
5425         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
5426         to a tcp socket at given host and port.
5427         (_dbus_listen_tcp_socket): added to listen on tcp socket for given
5428         hostname and port.
5429
5430         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
5431
5432         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
5433         Added to create a server listening on a TCP/IP socket.
5434
5435 2003-02-19  Havoc Pennington  <hp@pobox.com>
5436
5437         Throughout: mop up all the Doxygen warnings and undocumented
5438         stuff.
5439
5440         * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
5441         to search any paths.
5442
5443         * dbus/dbus-threads.c: move global mutex initializers to
5444         dbus-internals.h, multiple prototypes was confusing doxygen
5445         besides being kind of ugly
5446
5447         * Doxyfile (PREDEFINED): have Doxygen define
5448         DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
5449         docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
5450         (do not abuse the feature! it's for stuff like the autogenerated
5451         macros in dbus-md5.c, not just for things you don't feel like
5452         documenting...)
5453
5454 2003-02-18  Havoc Pennington  <hp@pobox.com>
5455
5456         * dbus/dbus-string.c (_dbus_string_zero): new function
5457
5458         * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
5459         wrap it in some dbus-friendly API
5460
5461         * dbus/dbus-types.h: add 16-bit types
5462
5463 2003-02-18  Joe Shaw  <joe@assbarn.com>
5464
5465         * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
5466         credentials from our currently running process.
5467         (get_word): Fix a buglet where we were copying the entire length
5468         instead of relative to our position.
5469
5470         * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
5471         keys on the stack... it's 640k of data.
5472
5473         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
5474         read the credentials byte off the socket, even if we don't have
5475         SO_PEERCRED.
5476         (_dbus_poll): Implement poll() using select() for systems which
5477         don't have it.
5478
5479         * glib/test-dbus-glib.c (main): Print out an error if no
5480         parameters are given.
5481
5482         * test/data/auth/fallback.auth-script: Added.  Tests that a client
5483         can fallback to a secondary auth mechanism if the first fails.
5484
5485 2003-02-18  Havoc Pennington  <hp@pobox.com>
5486
5487         * AUTHORS: add Alex
5488
5489 2003-02-17  Havoc Pennington  <hp@pobox.com>
5490
5491         * doc/dbus-specification.sgml: lots of cosmetic
5492         cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
5493         env variable to DBUS_BUS_ADDRESS, s/client/application/,
5494         s/server/bus/ (except in authentication section). Add a section
5495         "Message Bus Message Routing"
5496
5497 2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
5498
5499         Release 0.4
5500
5501         * NEWS: Update
5502
5503 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
5504
5505         * doc/dbus-specification.sgml:
5506         Specification updates.
5507
5508 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
5509
5510         * bus/activation.c: (bus_activation_init), (child_setup),
5511         (bus_activation_activate_service):
5512         * bus/activation.h:
5513         * bus/main.c: (main):
5514         Set DBUS_ADDRESS environment variable.
5515
5516         * dbus/dbus-errors.c: (dbus_set_error):
5517         Don't use va_copy since that's a C99 feature.
5518
5519         * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
5520         (_dbus_spawn_async):
5521         * dbus/dbus-sysdeps.h:
5522         Add child_setup_func to _dbus_spawn_async.
5523
5524         * doc/dbus-specification.sgml:
5525         Update specification.
5526
5527         * test/spawn-test.c: (setup_func), (main):
5528         Fix test.
5529
5530 2003-02-17  Alexander Larsson  <alexl@redhat.com>
5531
5532         * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
5533         Added todo.
5534
5535 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
5536
5537         * doc/.cvsignore:
5538         * doc/Makefile.am:
5539         * doc/dbus-test-plan.sgml:
5540         Add test plan document.
5541
5542         * test/Makefile.am:
5543         Fix distcheck.
5544
5545 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
5546
5547         * dbus/dbus-message.c: (decode_header_data),
5548         (_dbus_message_loader_return_buffer):
5549         Set the header padding amount when loading a message.
5550
5551 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
5552
5553         * bus/dispatch.c: (send_one_message):
5554         Only send broadcast messages to registered connections.
5555
5556         * dbus/dbus-message.c: (dbus_message_name_is):
5557         * dbus/dbus-message.h:
5558         New convenience function.
5559
5560         * dbus/dbus-transport-debug.c: (do_reading):
5561         Only dispatch one message per run.
5562
5563         * test/Makefile.am:
5564         * test/bus-test.c: (new_connection_callback), (die),
5565         (test_hello_client1_handler), (test_hello_client2_handler),
5566         (test_hello_replies), (main):
5567
5568         * test/bus-test-loop.[ch]:
5569         Add these.
5570
5571 2003-02-16  Havoc Pennington  <hp@pobox.com>
5572
5573         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
5574         backward conditional
5575
5576 2003-02-16  Alexander Larsson  <alexl@redhat.com>
5577
5578         * dbus/dbus-connection.c:
5579         Implement sent_message_with_reply. (with_reply_and block is still
5580         busted).
5581         Made dispatch_message not lose message if OOM.
5582
5583         * dbus/dbus-errors.h:
5584         Add NoReply error (for reply timeouts).
5585
5586 2003-02-16  Alexander Larsson  <alexl@redhat.com>
5587
5588         * dbus/dbus-hash.c (_dbus_hash_table_unref):
5589         Actually free keys and values when destroying hashtable.
5590
5591 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
5592
5593         * dbus/dbus-auth.c: (client_try_next_mechanism):
5594         Plug a leak.
5595
5596         * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
5597         Return TRUE if there's no thread implementation around.
5598
5599         * glib/dbus-gmain.c: (free_source),
5600         (dbus_connection_hookup_with_g_main):
5601         Make sure to remove the GSource when the connection is finalized.
5602
5603 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
5604
5605         * bus/dispatch.c: (bus_dispatch_message_handler):
5606         * dbus/dbus-errors.h:
5607         Return an error if someone tries to send a message to a service
5608         that doesn't exist.
5609
5610 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
5611
5612         * bus/activation.c: (load_directory), (bus_activation_init),
5613         (bus_activation_activate_service):
5614         * bus/activation.h:
5615         * bus/driver.c:
5616         (bus_driver_handle_activate_service), (bus_driver_handle_message):
5617         More work on the activation handling.
5618
5619         * dbus/dbus-errors.h:
5620         Add some error messages
5621
5622         * dbus/dbus-message.c: (dbus_message_new_error_reply):
5623         * dbus/dbus-message.h:
5624         New function that creates an error message.
5625
5626         * dbus/dbus-protocol.h:
5627         Add ACTIVATE_SERVER message.
5628
5629         * dbus/dbus-server-unix.c: (unix_handle_watch),
5630         (_dbus_server_new_for_domain_socket):
5631         Call _dbus_fd_set_close_on_exec.
5632
5633         * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
5634         (_dbus_spawn_async), (_dbus_disable_sigpipe),
5635         (_dbus_fd_set_close_on_exec):
5636         * dbus/dbus-sysdeps.h:
5637         Add _dbus_fd_set_close_on exec function. Also add function that checks
5638         that all open fds are set to close-on-exec and warns otherwise.
5639
5640         * dbus/dbus-transport-unix.c:
5641         (_dbus_transport_new_for_domain_socket):
5642         Call _dbus_fd_set_close_on_exec.
5643
5644 2003-02-16  Havoc Pennington  <hp@pobox.com>
5645
5646         * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
5647         allow people to avoid setting SIGPIPE to SIG_IGN
5648         (_dbus_connection_new_for_transport): disable SIGPIPE unless
5649         we've been asked not to
5650
5651 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
5652
5653         * dbus/dbus-list.c: (_dbus_list_append_link),
5654         (_dbus_list_prepend_link):
5655         * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
5656         (dbus_realloc):
5657         Warning fixes.
5658
5659 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
5660
5661         * bus/Makefile.am:
5662         * bus/activation.c: (bus_activation_entry_free),
5663         (add_desktop_file_entry), (load_directory), (bus_activation_init):
5664         * bus/activation.h:
5665         * bus/main.c: (main):
5666         Add simple activation support, doesn't work yet though.
5667
5668 2003-02-15   Zack Rusin  <zack@kde.org>
5669
5670         * qt/dbus-qthread.cpp:  small casting fix
5671
5672 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
5673
5674         * dbus/dbus-errors.c: (dbus_set_error):
5675         * dbus/dbus-errors.h:
5676         Add a few errors and make dbus_set_error void.
5677
5678         * dbus/dbus-sysdeps.c:
5679         (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
5680         (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
5681         * dbus/dbus-sysdeps.h:
5682         Add _dbus_spawn_async.
5683
5684         * test/spawn-test.c: (main):
5685         Test for _dbus_spawn_async.
5686
5687 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
5688
5689         * dbus/dbus-internals.h:
5690         Fix build without tests.
5691
5692         * dbus/dbus-list.c: (alloc_link):
5693         Fix a segfault when a malloc fails.
5694
5695         * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
5696         (dbus_malloc0), (dbus_realloc):
5697         Add support for malloc debugging.
5698
5699 2003-02-15  Alexander Larsson  <alexl@redhat.com>
5700
5701         * dbus/dbus-threads.c:
5702         * dbus/dbus-threads.h:
5703         Add condvars. Remove static mutext from API.
5704         Implement static mutexes by initializing them from threads_init.
5705
5706         * glib/dbus-gthread.c:
5707         * qt/dbus-qthread.cpp:
5708         Update with the thread api changes.
5709
5710
5711         * dbus/dbus-list.c:
5712         * dbus/dbus-list.h:
5713         Turn StaticMutex into normal mutex + init function.
5714         Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
5715         _dbus_list_append_link, _dbus_list_prepend_link
5716
5717
5718         * dbus/dbus-sysdeps.c:
5719         * dbus/dbus-sysdeps.h:
5720         New type dbus_atomic_t, and new functions _dbus_atomic_inc,
5721         _dbus_atomic_dec. Only slow fallback implementation at the moment.
5722
5723         * dbus/dbus-protocol.h:
5724         Add DBUS_MESSAGE_LOCAL_DISCONNECT define
5725
5726         * dbus/dbus-message.c:
5727         Make ref/unref atomic.
5728         Fix some docs.
5729
5730         * dbus/dbus-connection-internal.h:
5731         * dbus/dbus-connection.c:
5732         * dbus/dbus-connection.h:
5733         Make threadsafe.
5734         Change _peek to _borrow,_return & _steal_borrowed.
5735         Change disconnect callback to event.
5736         Make dbus_connection_dispatch_messages reentrant.
5737
5738         * dbus/dbus-transport.c:
5739         Don't ref the connection on calls to the transport
5740         implementation.
5741
5742         * dbus/dbus-message-handler.c:
5743         Make threadsafe.
5744
5745         * glib/dbus-gmain.c:
5746         Don't use peek_message anymore
5747
5748         * test/Makefile.am:
5749         * test/debug-thread.c:
5750         * test/debug-thread.h:
5751         Simple thread implementation that asserts() on deadlocks in
5752         single-threaded code.
5753
5754         * test/bus-test.c:
5755         (main) Call debug_threads_init.
5756
5757         * test/watch.c:
5758         Use disconnect message instead of disconnect callback.
5759
5760         * bus/connection.c:
5761         * bus/connection.h:
5762         Don't call dbus_connection_set_disconnect_function. Instead export
5763         bus_connection_disconnect.
5764
5765         * bus/dispatch.c:
5766         Call bus_connection_disconnect when we get a disconnected message.
5767
5768 2003-02-15  Havoc Pennington  <hp@pobox.com>
5769
5770         * dbus/dbus-message.c (dbus_message_new): fool around with the
5771         docs
5772
5773 2003-02-14  Havoc Pennington  <hp@pobox.com>
5774
5775         * dbus/dbus-mempool.c: fail if the debug functions so indicate
5776
5777         * dbus/dbus-memory.c: fail if the debug functions indicate we
5778         should
5779
5780         * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
5781         (_dbus_decrement_fail_alloc_counter): debug functions to
5782         simulate memory allocation failures
5783
5784 2003-02-14  Havoc Pennington  <hp@pobox.com>
5785
5786         * dbus/dbus-errors.h (struct DBusError): add a word of padding
5787         to DBusError
5788
5789 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
5790
5791         * bus/driver.c: (bus_driver_handle_hello):
5792         * bus/driver.h:
5793         * bus/services.c: (bus_service_lookup):
5794         Reorder message sending so we get a more sane order.
5795
5796         * test/bus-test.c: (message_handler):
5797         Fix tyop.
5798
5799 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
5800
5801         * bus/driver.c: (bus_driver_send_service_deleted),
5802         (bus_driver_send_service_created), (bus_driver_send_service_lost),
5803         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
5804         (bus_driver_send_welcome_message),
5805         (bus_driver_handle_list_services),
5806         (bus_driver_handle_acquire_service),
5807         (bus_driver_handle_service_exists):
5808         * dbus/dbus-bus.c: (dbus_bus_register_client),
5809         (dbus_bus_acquire_service), (dbus_bus_service_exists):
5810         * dbus/dbus-errors.c: (dbus_result_to_string):
5811         * dbus/dbus-errors.h:
5812         * dbus/dbus-message.c: (dbus_message_append_args),
5813         (dbus_message_append_args_valist), (dbus_message_get_args),
5814         (dbus_message_get_args_valist), (dbus_message_get_args_iter),
5815         (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
5816         (dbus_message_iter_get_byte_array),
5817         (dbus_message_iter_get_string_array), (message_iter_test),
5818         (check_message_handling), (_dbus_message_test):
5819         * dbus/dbus-message.h:
5820         * test/bus-test.c: (main):
5821         Change fields to arguments in messages, so that they won't be
5822         confused with header fields.
5823
5824         * glib/test-dbus-glib.c: (main):
5825         Remove append_fields from hello message.
5826
5827 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
5828
5829         * dbus/dbus-errors.c:
5830         * dbus/dbus-message.c:
5831         * dbus/dbus-string.c:
5832         Documentation fixes.
5833
5834 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
5835
5836         * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
5837         (remove_timeout):
5838         Implement support for timeouts in dbus-glib.
5839
5840 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
5841
5842         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
5843         * dbus/dbus-message.c: (process_test_subdir):
5844         * test/break-loader.c: (find_breaks_based_on):
5845         Plug some memory leaks.
5846
5847 2003-02-13  Richard Hult  <rhult@codefactory.se>
5848
5849         * bus/main.c: Fix build.
5850
5851         * dbus/dbus-errors.h:
5852         * dbus/dbus-errors.c: Fix copyright for Anders.
5853
5854 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
5855
5856         * bus/Makefile.am:
5857         Add utils.[ch]
5858
5859         * bus/connection.c: (bus_connection_foreach):
5860         Fix a warning.
5861
5862         * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
5863         (unescape_string), (new_section), (parse_section_start),
5864         (parse_key_value), (report_error), (bus_desktop_file_load),
5865         (bus_desktop_file_get_string):
5866         * bus/desktop-file.h:
5867         Use DBusError for error reporting.
5868
5869         * bus/dispatch.c: (send_one_message),
5870         (bus_dispatch_message_handler):
5871         * bus/driver.c: (bus_driver_send_service_deleted),
5872         (bus_driver_send_service_created), (bus_driver_send_service_lost),
5873         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
5874         (bus_driver_send_welcome_message),
5875         (bus_driver_handle_list_services),
5876         (bus_driver_handle_acquire_service),
5877         (bus_driver_handle_service_exists):
5878         * bus/loop.c: (bus_loop_run):
5879         * bus/main.c:
5880         Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
5881
5882         * bus/utils.c: (bus_wait_for_memory):
5883         * bus/utils.h:
5884         New files with general utility functions.
5885
5886         * dbus/dbus-internals.h:
5887         Remove _DBUS_HANDLE_OOM.
5888
5889 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
5890
5891         * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
5892         (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
5893         * dbus/dbus-errors.h:
5894         Add DBusError structure.
5895
5896 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
5897
5898         * test/data/valid-messages/standard-acquire-service.message:
5899         * test/data/valid-messages/standard-hello.message:
5900         * test/data/valid-messages/standard-list-services.message:
5901         * test/data/valid-messages/standard-service-exists.message:
5902         Add some standard messages.
5903
5904 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
5905
5906         * bus/driver.c: (bus_driver_send_welcome_message),
5907         (bus_driver_handle_list_services),
5908         (bus_driver_handle_acquire_service),
5909         (bus_driver_handle_service_exists), (bus_driver_handle_message):
5910         Update for API changes in libdbus.
5911
5912         * dbus/dbus-message.c: (dbus_message_new_reply):
5913         * dbus/dbus-message.h:
5914         Remove the name argument. The spec states that replies shouldn't
5915         have a name.
5916
5917 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
5918
5919         * bus/desktop-file.c: (parse_section_start), (parse_key_value),
5920         (report_error), (bus_desktop_file_load), (lookup_section),
5921         (lookup_line), (bus_desktop_file_get_raw),
5922         (bus_desktop_file_get_string):
5923         * bus/desktop-file.h:
5924         Some fixes, and new functions for getting a key value from a section.
5925
5926 2003-02-13  Havoc Pennington  <hp@pobox.com>
5927
5928         * test/data/auth/fail-after-n-attempts.auth-script: new test
5929
5930         * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
5931         reject the client.
5932
5933 2003-02-13  Havoc Pennington  <hp@pobox.com>
5934
5935         * dbus/dbus-auth.c (handle_server_data_external_mech): args to
5936         dbus_credentials_match were backward
5937
5938         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
5939         NO_CREDENTIALS and ROOT_CREDENTIALS
5940
5941         * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
5942         into here. Never process more commands after we've reached an
5943         end state; store further data as unused bytes.
5944
5945         * test/data/auth/*: add more auth tests
5946
5947         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
5948         command to match exact string and EXPECT_UNUSED to match unused
5949         bytes
5950
5951         * test/Makefile.am (dist-hook): fix to dist all the test stuff
5952
5953 2003-02-12  Havoc Pennington  <hp@pobox.com>
5954
5955         * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
5956         \r off of popped lines
5957
5958         * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
5959         scripts
5960
5961         * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
5962         SEND, append \r\n
5963
5964 2003-02-12  Havoc Pennington  <hp@pobox.com>
5965
5966         * dbus/Makefile.am: remove break-loader from the build, since it
5967         moved.
5968
5969         * configure.in: add --enable-gcov to turn on coverage profiling
5970         flags and disable optimization
5971
5972 2003-02-10  Havoc Pennington  <hp@pobox.com>
5973
5974         * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
5975         initial cut at test framework for DBusAuth from laptop.
5976         Doesn't quite work yet but it compiles and I need to get
5977         it off the 266mhz laptop. ;-)
5978
5979         * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
5980         fix a memleak in error case
5981
5982 2003-02-12  Anders Carlsson  <andersca@codefactory.se>
5983
5984         * bus/Makefile.am:
5985         * bus/desktop-file.c:
5986         * bus/desktop-file.h:
5987         Add a desktop file parser.
5988
5989 2003-02-11  Zack Rusin  <zack@kde.org>
5990
5991         * qt/message.[h|cpp]: sample implementation
5992         of the KDE wrapper for DBusMessage
5993
5994 2003-02-09  Zack Rusin  <zack@kde.org>
5995
5996         * test/bus-test.c: make_it_compile
5997         * doc/dbus-specification.sgml: minimal semantic fix
5998
5999 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
6000
6001         Release 0.3
6002
6003         * NEWS: Update
6004
6005 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
6006
6007         * dbus/Makefile.am:
6008         * dbus/dbus-break-loader.c:
6009         * test/Makefile.am:
6010         * test/break-loader.c:
6011         Move dbus-break-loader to test/ and rename it to break-loader.
6012
6013 2003-02-02  Havoc Pennington  <hp@pobox.com>
6014
6015         * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
6016         for code to manage cookies in your home directory
6017
6018         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
6019
6020         * dbus/dbus-auth.c (get_state): impose a maximum number of tries
6021         to authenticate, then disconnect the client.
6022
6023 2003-02-03  Alexander Larsson  <alexl@redhat.com>
6024
6025         * dbus/dbus-message.c (dbus_message_append_fields):
6026         Correct docs.
6027
6028 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
6029
6030         * doc/dbus-specification.sgml:
6031         Update address format section.
6032
6033 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
6034
6035         * test/Makefile.am:
6036         * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
6037         (message_handler), (new_connection_callback), (loop_quit),
6038         (loop_run), (main):
6039         Add bus test.
6040
6041 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
6042
6043         * bus/driver.c: (bus_driver_handle_service_exists):
6044         Simplify the code a bit.
6045
6046         * dbus/dbus-bus.c: (dbus_bus_service_exists):
6047         Fix a silly.
6048
6049 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
6050
6051         * bus/Makefile.am:
6052         Add libdbus-daemon.la and link to it.
6053
6054 2003-02-01  James Willcox  <jwillcox@gnome.org>
6055
6056         * bus/driver.c: (bus_driver_handle_own_service):
6057         Actually include the service reply code in the message.
6058
6059 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
6060
6061         * bus/driver.c: (bus_driver_handle_service_exists):
6062         Don't unref the incoming message.
6063
6064 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
6065
6066         * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
6067
6068 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
6069
6070         * dbus/dbus-server.c: (dbus_server_listen):
6071         * dbus/dbus-transport.c: (_dbus_transport_open):
6072         ifdef out the calls to the debug transport and server.
6073
6074 2003-02-02  Alexander Larsson  <alexl@redhat.com>
6075
6076         * dbus/dbus-watch.c (dbus_watch_get_flags):
6077         Add note in the docs that ERROR or HANGUP won't be returned
6078         and are assumed always on.
6079
6080         * glib/dbus-gmain.c (add_watch):
6081         Always add IO_ERR | IO_HUP
6082
6083         * dbus/dbus-message.h:
6084         Add semicolon after dbus_message_iter_get_string_array().
6085         Makes qt code build again
6086
6087 2003-02-01  Anders Carlsson  <andersca@codefactory.se>
6088
6089         * bus/driver.c: (create_unique_client_name),
6090         (bus_driver_handle_hello):
6091         Don't take a name, just use a numeric id to identify
6092         each client.
6093
6094         * dbus/Makefile.am:
6095         * dbus/dbus-bus.c: (dbus_bus_register_client),
6096         (dbus_bus_acquire_service), (dbus_bus_service_exists):
6097         * dbus/dbus-bus.h:
6098         Add new convenience functions for communicating with the bus.
6099
6100         * dbus/dbus-message.h:
6101
6102         * dbus/dbus-protocol.h:
6103         Fix a typo.
6104
6105 2003-02-01  Alexander Larsson  <alexl@redhat.com>
6106
6107         * dbus/dbus-message.c (dbus_message_append_fields):
6108         Add some more doc comments.
6109
6110 2003-02-01  Havoc Pennington  <hp@pobox.com>
6111
6112         * dbus/dbus-break-loader.c (randomly_modify_length): change
6113         a 4-byte value in the message as if it were a length
6114
6115         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
6116         execute bit on saved files
6117
6118 2003-02-01  Havoc Pennington  <hp@pobox.com>
6119
6120         * dbus/dbus-break-loader.c (main): new program to find messages
6121         that break the loader.
6122
6123         * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
6124         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
6125
6126         * dbus/dbus-string.c (_dbus_string_set_byte): new
6127
6128 2003-01-31  Havoc Pennington  <hp@pobox.com>
6129
6130         * dbus/dbus-message.c: refactor the test code to be more general,
6131         in preparation for writing a "randomly permute test cases to
6132         try to break the loader" program.
6133
6134 2003-01-31  Havoc Pennington  <hp@pobox.com>
6135
6136         * doc/dbus-specification.sgml: work on the specification
6137
6138         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
6139         the protocol version of the message.
6140
6141         * dbus/dbus-protocol.h: drop special _REPLY names, the spec
6142         no longer specifies that.
6143         (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
6144         1/2/3/4)
6145
6146         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
6147         "break" for DBUS_TYPE_NIL, remove @todo
6148
6149 2003-01-31  Havoc Pennington  <hp@pobox.com>
6150
6151         * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
6152         just set_is_error/get_is_error as this is a commonly-used
6153         function, and write docs.
6154
6155 2003-01-31  Anders Carlsson  <andersca@codefactory.se>
6156
6157         * dbus/dbus-address.c: (dbus_address_entry_free):
6158         Free key and value lists.
6159
6160         * dbus/dbus-internals.c: (_dbus_type_to_string):
6161         Add the types we didn't have.
6162
6163         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
6164         (_dbus_marshal_validate_arg):
6165         Add NIL types.
6166
6167         * dbus/dbus-message.c: (dbus_message_set_sender):
6168         Remove todo about being able to set sender to NULL.
6169
6170         (dbus_message_set_is_error_reply),
6171         (dbus_message_get_is_error_reply):
6172         * dbus/dbus-message.h:
6173         New functions.
6174
6175         * dbus/dbus-protocol.h:
6176         Add error reply flag.
6177
6178         * test/data/valid-messages/opposite-endian.message:
6179         Add NIL type to test.
6180
6181 2003-01-31  Havoc Pennington  <hp@pobox.com>
6182
6183         * doc/dbus-specification.sgml: fully specify the header.  Add
6184         flags and major protocol version, and change header/body len to
6185         unsigned.
6186
6187         * dbus/dbus-message-builder.c (append_saved_length): append length
6188         as uint32
6189
6190         * dbus/dbus-message.c (dbus_message_create_header): change header
6191         length and body length to unsigned. Add the new fields from the
6192         spec
6193         (_dbus_message_loader_return_buffer): unsigned header/body len
6194
6195 2003-01-30  Havoc Pennington  <hp@pobox.com>
6196
6197         * dbus/dbus-auth.c: rework to use only REJECTED, no
6198         MECHANISMS
6199
6200         * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
6201         use REJECTED, suggested by Mark McLoughlin
6202
6203 2003-01-30  Havoc Pennington  <hp@pobox.com>
6204
6205         * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
6206         a better way to report errors here. e.g.  "unix address lacks
6207         path" or something. also "no such file" when the path doesn't
6208         exist, etc.
6209
6210         * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
6211         leaking list nodes
6212         (dbus_parse_address): add @todo about documenting address format,
6213         and allowing , and ; to be escaped
6214
6215 2003-01-30  Anders Carlsson  <andersca@codefactory.se>
6216
6217         * dbus/Makefile.am:
6218         Add dbus-address.[ch]
6219
6220         * dbus/dbus-address.c: (dbus_address_entry_free),
6221         (dbus_address_entries_free), (create_entry),
6222         (dbus_address_entry_get_method), (dbus_address_entry_get_value),
6223         (dbus_parse_address), (_dbus_address_test):
6224         * dbus/dbus-address.h:
6225         New files for dealing with address parsing.
6226
6227         * dbus/dbus-connection.c:
6228         Document timeout functions.
6229
6230         * dbus/dbus-message.c:
6231         Document dbus_message_new_from_message.
6232
6233         * dbus/dbus-server-debug.c:
6234         Document.
6235
6236         * dbus/dbus-server.c: (dbus_server_listen):
6237         Parse address and use correct server implementation.
6238
6239         * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
6240         * dbus/dbus-string.h:
6241         New function with test.
6242
6243         * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
6244         * dbus/dbus-test.h:
6245         Add address tests.
6246
6247         * dbus/dbus-transport-debug.c:
6248         Document.
6249
6250         * dbus/dbus-transport.c: (_dbus_transport_open):
6251         Parse address and use correct transport implementation.
6252
6253 2003-01-30  Havoc Pennington  <hp@pobox.com>
6254
6255         * dbus/dbus-message.c: use message->byte_order instead of
6256         DBUS_COMPILER_BYTE_ORDER throughout.
6257         (dbus_message_create_header): pad header to align the
6258         start of the body of the message to 8-byte boundary
6259
6260         * dbus/dbus-marshal.h: make all the demarshalers take const
6261         DBusString arguments.
6262
6263         * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
6264         validate message args here, so we don't have to do slow validation
6265         later, and so we catch bad messages as they are incoming. Also add
6266         better checks on header_len and body_len. Also fill in
6267         message->byte_order
6268
6269         * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
6270         implemented properly)
6271         (_dbus_string_validate_nul): new function to check all-nul
6272
6273         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
6274         get_arg_end_pos and remove all validation
6275         (_dbus_marshal_validate_arg): actually do validation here.
6276
6277 2003-01-29  Havoc Pennington  <hp@pobox.com>
6278
6279         * dbus/dbus-message.c (check_message_handling): fix assertion
6280         failure on set_client_serial
6281
6282 2003-01-28  Havoc Pennington  <hp@pobox.com>
6283
6284         * dbus/dbus-server-debug.c: Add doc section comments
6285
6286         * dbus/dbus-transport-debug.c: add doc section comments
6287
6288 2003-01-28  Havoc Pennington  <hp@redhat.com>
6289
6290         * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
6291         the reverse order from how I had it
6292         (_dbus_string_base64_encode): reverse encoding order. I was
6293         basically byteswapping everything during encoding.
6294
6295 2003-01-28  Anders Carlsson  <andersca@codefactory.se>
6296
6297         * dbus/dbus-connection-internal.h:
6298         * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
6299         (_dbus_connection_remove_timeout):
6300         Add functions for adding and removing timeouts.
6301
6302         * dbus/dbus-message.c: (dbus_message_new_from_message):
6303         Add new function that takes a message and creates an exact
6304         copy of it, but with the refcount set to 1.
6305         (check_message_handling):
6306         Fix build error.
6307
6308         * dbus/dbus-server-protected.h:
6309         * dbus/dbus-server.c: (_dbus_server_init_base),
6310         (_dbus_server_finalize_base), (_dbus_server_add_timeout),
6311         (dbus_server_set_timeout_functions):
6312         (_dbus_server_remove_timeout):
6313         New functions so that a server can add and remove timeouts.
6314
6315         (dbus_server_listen):
6316         Add commented out call to dbus_server_debug_new.
6317
6318         * dbus/dbus-timeout.c: (_dbus_timeout_new):
6319         Actually set the handler, doh.
6320
6321         * dbus/dbus-transport.c: (_dbus_transport_open):
6322         Add commented out call to dbus_transport_debug_client_new.
6323
6324         * dbus/Makefile.am:
6325         Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
6326
6327 2003-01-28  Havoc Pennington  <hp@pobox.com>
6328
6329         * dbus/dbus-message.c (check_message_handling): function to check
6330         on the loaded message, iterates over it etc.
6331
6332 2003-01-28  Havoc Pennington  <hp@pobox.com>
6333
6334         * test/Makefile.am (dist-hook): fix make distdir
6335
6336         * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
6337
6338 2003-01-27  Havoc Pennington  <hp@pobox.com>
6339
6340         * dbus/dbus-mempool.c (time_for_size): replace printf with
6341         _dbus_verbose
6342
6343         * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
6344         empty lines; fix the SAVE_LENGTH stuff to be
6345         START_LENGTH/END_LENGTH so it actually works; couple other
6346         bugfixes
6347
6348         * test/Makefile.am (dist-hook): add dist-hook for .message files
6349
6350         * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
6351         can be constant or locked.
6352         (_dbus_string_free): allow freeing a const string as
6353         documented/intended
6354
6355         * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
6356
6357         * dbus/dbus-test-main.c (main): take an argument which is the
6358         directory containing test data
6359
6360         * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
6361         argument to this and load all the messages in test/data/
6362         checking that they can be loaded or not loaded as appropriate.
6363
6364 2003-01-27  Anders Carlsson  <andersca@codefactory.se>
6365
6366         * bus/dispatch.c: (bus_dispatch_message_handler):
6367         Dispatch messages sent to services.
6368
6369         * bus/driver.c: (bus_driver_send_service_deleted),
6370         (bus_driver_send_service_created), (bus_driver_send_service_lost),
6371         (bus_driver_send_service_acquired):
6372         Add helper functions for sending service related messages.
6373
6374         (bus_driver_send_welcome_message):
6375         Send HELLO_REPLY instead of WELCOME.
6376
6377         (bus_driver_handle_list_services):
6378         Send LIST_SERVICES_REPLY instead of SERVICES.
6379
6380         (bus_driver_handle_own_service),
6381         (bus_driver_handle_service_exists):
6382         New message handlers.
6383
6384         (bus_driver_handle_message):
6385         Invoke new message handlers.
6386
6387         (bus_driver_remove_connection):
6388         Don't remove any services here since that's done automatically
6389         by bus_service_remove_owner now.
6390
6391         * bus/driver.h:
6392         New function signatures.
6393
6394         * bus/services.c: (bus_service_add_owner):
6395         Send ServiceAcquired message if we're the only primary owner.
6396
6397         (bus_service_remove_owner):
6398         Send ServiceAcquired/ServiceLost messages.
6399
6400         (bus_service_set_prohibit_replacement),
6401         (bus_service_get_prohibit_replacement):
6402         Functions for setting prohibit replacement.
6403
6404         (bus_service_has_owner):
6405         New function that checks if a connection is in the owner queue of
6406         a certain service.
6407
6408         * bus/services.h:
6409         Add new function signatures.
6410
6411         * dbus/dbus-list.c: (_dbus_list_test):
6412         Add tests for _dbus_list_remove_last and traversing the list backwards.
6413
6414         * dbus/dbus-list.h:
6415         Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
6416         go any further, so return NULL then.
6417
6418         * dbus/dbus-protocol.h:
6419         Add new messages, service flags and service replies.
6420
6421 2003-01-26  Havoc Pennington  <hp@pobox.com>
6422
6423         * dbus/dbus-message-builder.c: implement, completely untested.
6424
6425         * test/data/*: add data to be used in testing.
6426         ".message" files are our simple loadable text format.
6427         ".message-raw" will be binary dumps of messages.
6428
6429         * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
6430
6431 2003-01-26  Havoc Pennington  <hp@pobox.com>
6432
6433         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
6434
6435         * dbus/dbus-errors.c (dbus_result_to_string): add
6436         file errors
6437
6438         * dbus/dbus-message-builder.c: new file, will contain code to load
6439         up messages from files. Not implemented yet.
6440
6441 2003-01-26  Havoc Pennington  <hp@pobox.com>
6442
6443         * dbus/dbus-message.c (dbus_message_set_sender): support deleting
6444         the sender by setting to NULL
6445
6446 2003-01-26  Havoc Pennington  <hp@pobox.com>
6447
6448         The unit tests pass, but otherwise untested.  If it breaks, the
6449         tests should have been better. ;-)
6450
6451         * bus/driver.c (bus_driver_handle_hello): return if we disconnect
6452         the connection.
6453
6454         * dbus/dbus-message.c: redo everything so we maintain
6455         message->header as the only copy of the various fields.
6456         This avoids the possibility of out-of-memory in some cases,
6457         for example dbus_message_lock() can't run out of memory anymore,
6458         and avoids extra copying. Figured I may as well go ahead and do
6459         this since it was busted for dbus_message_lock to not return
6460         failure on OOM, and dbus_message_write_header was totally
6461         unchecked for OOM. Also fixed some random other bugs.
6462
6463         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
6464         that strings are nul-terminated. Also, end_pos can be equal
6465         to string length just not greater than, I think.
6466         (_dbus_marshal_set_int32): new function
6467         (_dbus_marshal_set_uint32): new function
6468         (_dbus_marshal_set_string): new function
6469
6470         * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
6471         a warning, init timeout_list to NULL
6472         (dbus_connection_send_message): don't use uninitialized variable
6473         "serial"
6474
6475         * dbus/dbus-string.c (_dbus_string_replace_len): new function
6476
6477 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
6478
6479         * bus/driver.c: (bus_driver_handle_hello),
6480         (bus_driver_send_welcome_message):
6481         Plug leaks
6482
6483 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
6484
6485         * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
6486         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
6487         (dbus_connection_unref):
6488         * dbus/dbus-marshal.c: (_dbus_marshal_test):
6489         * dbus/dbus-message.c: (dbus_message_unref),
6490         Plug memory leaks.
6491
6492         (dbus_message_get_fields):
6493         Remove debugging printout.
6494
6495         (_dbus_message_loader_return_buffer):
6496         Don't store the header string.
6497
6498         (_dbus_message_test):
6499         Plug leaks.
6500
6501 2003-01-26  Richard Hult  <rhult@codefactory.se>
6502
6503         * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
6504         the file descriptor list, since it can change under us.
6505
6506 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
6507
6508         * glib/dbus-gmain.c: (dbus_connection_prepare),
6509         (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
6510         (remove_watch), (dbus_connection_hookup_with_g_main):
6511         Rewrite the glib handling to use its own GSource instead of a
6512         GIOChannel so we can catch messages put in the queue while waiting
6513         for a reply.
6514
6515 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
6516
6517         * bus/Makefile.am:
6518         * bus/connection.c: (connection_disconnect_handler),
6519         (connection_watch_callback), (bus_connection_setup):
6520         * bus/dispatch.c: (send_one_message),
6521         (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
6522         (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
6523         * bus/dispatch.h:
6524         * bus/driver.c: (bus_driver_send_service_deleted),
6525         (bus_driver_send_service_created), (bus_driver_handle_hello),
6526         (bus_driver_send_welcome_message),
6527         (bus_driver_handle_list_services), (bus_driver_remove_connection),
6528         (bus_driver_handle_message):
6529         * bus/driver.h:
6530         Refactor code, put the message dispatching in its own file. Use
6531         _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
6532         is disconnected.
6533
6534 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
6535
6536         * dbus/dbus-internals.h:
6537         Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
6538
6539         * dbus/dbus-message.c: (dbus_message_get_sender):
6540         * dbus/dbus-message.h:
6541         Implement dbus_message_get_sender.
6542
6543         * dbus/dbus-protocol.h:
6544         Add message and service defines.
6545
6546 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
6547
6548         * dbus/dbus-connection.c: (dbus_connection_send_message):
6549         * dbus/dbus-message-internal.h:
6550         * dbus/dbus-message.c: (_dbus_message_get_client_serial),
6551         (dbus_message_write_header):
6552         Remove _dbus_messag_unlock and don't set the client serial on a
6553         message if one already exists.
6554
6555 2003-01-24  Havoc Pennington  <hp@pobox.com>
6556
6557         * dbus/dbus-list.c (alloc_link): put a thread lock on the global
6558         list_pool
6559
6560         * bus/driver.c (bus_driver_handle_list_services): fix a leak
6561         on OOM
6562
6563 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
6564
6565         * dbus/dbus-list.c: (alloc_link), (free_link):
6566         Use a memory pool for the links.
6567
6568 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
6569
6570         * bus/connection.c: (bus_connection_foreach):
6571         * bus/connection.h:
6572         Add new bus_connection_foreach function.
6573
6574         * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
6575         Add function that broadcasts a message to all clients.
6576
6577         (bus_driver_send_service_created), (bus_driver_handle_hello),
6578         (bus_driver_send_welcome_message),
6579         (bus_driver_handle_list_services), (bus_driver_message_handler):
6580         Implement functions that take care of listing services, and notifying
6581         clients when new services are created.
6582
6583         * bus/services.c: (bus_services_list):
6584         * bus/services.h:
6585         Add new function that returns an array of strings with the currently
6586         registered services.
6587
6588         * glib/dbus-glib.h:
6589         * glib/dbus-gmain.c:
6590         Update copyright year.
6591
6592 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
6593
6594         * dbus/dbus-connection.c: (dbus_connection_send_message):
6595         Unlock the message in case it was sent earlier.
6596
6597         (dbus_connection_send_message_with_reply_and_block):
6598         Remove the reply message from the list.
6599
6600         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
6601         Set array_len and new_pos correctly.
6602
6603         (_dbus_marshal_test):
6604         Remove debug output.
6605
6606         * dbus/dbus-message-internal.h:
6607         * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
6608         New function that returns the reply serial.
6609
6610         (_dbus_message_unlock):
6611         New function that unlocks a message and resets its header.
6612
6613         (dbus_message_append_string_array),
6614         (dbus_message_get_fields_valist),
6615         (dbus_message_iter_get_field_type),
6616         (dbus_message_iter_get_string_array),
6617         (dbus_message_get_fields),
6618         (dbus_message_append_fields_valist):
6619         Handle string arrays.
6620
6621         (dbus_message_set_sender):
6622         Make this function public since the bus daemon needs it.
6623
6624         (decode_header_data):
6625         Set the reply serial to -1 initially.
6626
6627         * dbus/dbus-message.h:
6628         Add dbus_message_set_sender.
6629
6630 2003-01-24  Havoc Pennington  <hp@pobox.com>
6631
6632         * doc/dbus-specification.sgml: add some stuff
6633
6634 2003-01-22  Havoc Pennington  <hp@pobox.com>
6635
6636         * doc/dbus-specification.sgml: Start to document the protocol.
6637
6638 2003-01-22  Havoc Pennington  <hp@pobox.com>
6639
6640         * dbus/dbus-connection.c
6641         (dbus_connection_send_message_with_reply_and_block): add some @todo
6642
6643         * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
6644
6645 2003-01-21  Havoc Pennington  <hp@pobox.com>
6646
6647         (patch untested because can't compile)
6648
6649         * bus/driver.c (create_unique_client_name): make this function
6650         never recycle client names. Also, caller should initialize
6651         the DBusString.
6652
6653         * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
6654
6655 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
6656
6657         * dbus/dbus-marshal.c: (_dbus_marshal_double),
6658         (_dbus_marshal_int32), (_dbus_marshal_uint32),
6659         (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
6660         (_dbus_marshal_double_array), (_dbus_marshal_string_array),
6661         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
6662         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
6663         (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
6664         * dbus/dbus-marshal.h:
6665         * dbus/dbus-protocol.h:
6666         Add support for marshalling and demarshalling integer, double
6667         and string arrays.
6668
6669 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
6670
6671         * bus/Makefile.am:
6672         Add driver.[ch]
6673
6674         * bus/connection.c: (connection_disconnect_handler):
6675         Remove the connection from the bus driver's list.
6676
6677         (connection_watch_callback): Dispatch messages.
6678
6679         (free_connection_data): Free connection name.
6680
6681         (bus_connection_setup): Add connection to the bus driver's list.
6682         (bus_connection_remove_owned_service):
6683         (bus_connection_set_name), (bus_connection_get_name):
6684         Add functions for setting and getting the connection's name.
6685
6686         * bus/connection.h:
6687         Add function headers.
6688
6689         * bus/driver.c: (create_unique_client_name),
6690         (bus_driver_handle_hello_message),
6691         (bus_driver_send_welcome_message), (bus_driver_message_handler),
6692         (bus_driver_add_connection), (bus_driver_remove_connection):
6693         * bus/driver.h:
6694         * bus/main.c:
6695         * bus/services.c: (bus_service_free):
6696         * bus/services.h:
6697         New file that handles communication and registreation with the bus
6698         itself.
6699
6700 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
6701
6702         * dbus/dbus-connection.c: (dbus_connection_send_message):
6703         Add a new client_serial parameter.
6704
6705         (dbus_connection_send_message_with_reply):
6706         Remove a @todo since we've implemented the blocking function.
6707
6708         (dbus_connection_send_message_with_reply_and_block):
6709         New function that sends a message and waits for a reply and
6710         then returns the reply.
6711
6712         * dbus/dbus-connection.h:
6713         Add new functions.
6714
6715         * dbus/dbus-errors.c: (dbus_result_to_string):
6716         * dbus/dbus-errors.h:
6717         Add new DBUS_RESULT.
6718
6719         * dbus/dbus-message-internal.h:
6720         * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
6721         (_dbus_message_set_sender), (dbus_message_write_header),
6722         (dbus_message_new_reply), (decode_header_data),
6723         (_dbus_message_loader_return_buffer), (_dbus_message_test):
6724         * dbus/dbus-message.h:
6725         Add new functions that set the reply serial and sender.
6726         Also marshal and demarshal them correctly and add test.
6727
6728         * dbus/dbus-protocol.h:
6729         Add new DBUS_MESSAGE_TYPE_SENDER.
6730
6731         * glib/dbus-glib.h:
6732         * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
6733         (add_watch), (remove_watch), (add_timeout), (remove_timeout),
6734         (dbus_connection_hookup_with_g_main):
6735         * glib/test-dbus-glib.c: (main):
6736         Rewrite to use GIOChannel and remove the GSource crack.
6737
6738         * test/echo-client.c: (main):
6739         * test/watch.c: (check_messages):
6740         Update for changed APIs
6741
6742 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
6743
6744         * dbus/Makefile.am: Add dbus-timeout.[cħ]
6745
6746         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
6747         Create a DBusTimeoutList.
6748         (dbus_connection_set_timeout_functions): Add new function to
6749         set timeout callbacks
6750
6751         * dbus/dbus-connection.h: Add public DBusTimeout API.
6752
6753         * dbus/dbus-message.c: (dbus_message_get_service):
6754         * dbus/dbus-message.h:  New function.
6755
6756         * dbus/dbus-server.c: Fix small doc typo.
6757
6758         * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
6759
6760 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
6761
6762         * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
6763         of the string, just as long as specified.
6764
6765 2003-01-19  Havoc Pennington  <hp@pobox.com>
6766
6767         * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
6768         new function
6769
6770         * dbus/dbus-server.c (dbus_server_set_max_connections)
6771         (dbus_server_get_max_connections, dbus_server_get_n_connections):
6772         keep track of current number of connections, and add API for
6773         setting a max (but haven't implemented enforcing the max yet)
6774
6775 2003-01-18  Havoc Pennington  <hp@pobox.com>
6776
6777         * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
6778         reading/writing if read_watch != NULL or write_watch != NULL.
6779
6780         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
6781         the message loader code to actually load message->header and
6782         message->body into the newly-created message.
6783
6784         * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
6785         in OOM case
6786
6787         * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
6788         (dbus_connection_get_max_message_size)
6789         (dbus_connection_set_max_live_messages_size)
6790         (dbus_connection_get_max_live_messages_size): implement some
6791         resource limitation functions
6792
6793         * dbus/dbus-resources.c: new file implementing some of the
6794         resource limits stuff
6795
6796         * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
6797         missing docs, add @todo to handle OOM etc.
6798
6799         * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
6800         docs
6801
6802 2003-01-18  Havoc Pennington  <hp@pobox.com>
6803
6804         * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
6805         connection if it hasn't been already.
6806
6807         * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
6808         replace with DisconnectFunction.
6809
6810 2003-01-18  Havoc Pennington  <hp@pobox.com>
6811
6812         Building --disable-verbose-mode --disable-asserts --disable-tests
6813         cuts the library from 112K to 45K or so
6814
6815         * configure.in: check for varargs macro support,
6816         add --enable-verbose-mode, --enable-asserts.
6817
6818         * dbus/dbus-internals.h (_dbus_assert): support
6819         DBUS_DISABLE_ASSERT
6820         (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
6821
6822 2003-01-18  Havoc Pennington  <hp@pobox.com>
6823
6824         * dbus/dbus-test.c: include config.h so that tests actually run
6825
6826         * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
6827         so the failure mode when that assumption fails will be plenty
6828         obvious.
6829
6830 2003-01-18  Havoc Pennington  <hp@pobox.com>
6831
6832         * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
6833
6834         * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
6835         the distribution
6836
6837         * test/Makefile.am: don't use special variable "TESTS" for echo-*
6838         since we don't want to use those in make check
6839
6840 2003-01-15  Havoc Pennington  <hp@redhat.com>
6841
6842         Release 0.2
6843
6844         * NEWS: update
6845
6846 2003-01-15  Havoc Pennington  <hp@redhat.com>
6847
6848         * test/Makefile.am: fix so that test source code ends up in the
6849         distribution on make distcheck
6850
6851 2003-01-15  Havoc Pennington  <hp@redhat.com>
6852
6853         Release 0.1.
6854
6855         * NEWS: update
6856
6857 2003-01-15  Havoc Pennington  <hp@redhat.com>
6858
6859         * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
6860         fix build when --disable-tests
6861
6862         * Makefile.am (EXTRA_DIST): put HACKING in here
6863
6864         * HACKING: document procedure for making a tarball release.
6865
6866 2003-01-14  Anders Carlsson  <andersca@codefactory.se>
6867
6868         * bus/connection.c: (connection_error_handler),
6869         (bus_connection_setup):
6870         * bus/main.c: (main):
6871         Make sure that the DBusConnectionData struct is NULLed
6872         out to prevent a segfault.
6873
6874         * dbus/dbus-errors.c: (dbus_result_to_string):
6875         * dbus/dbus-errors.h:
6876         * dbus/dbus-message.c: (dbus_message_get_fields),
6877         (dbus_message_get_fields_valist), (_dbus_message_test):
6878         * dbus/dbus-message.h:
6879         Make dbus_message_get_fields return a result code so we can
6880         track invalid fields as well as oom.
6881
6882 2003-01-11  Havoc Pennington  <hp@pobox.com>
6883
6884         * configure.in: change --enable-test/--enable-ansi action-if-given
6885         to enable_foo=$enableval instead of enable_foo=yes
6886
6887 2003-01-08  Havoc Pennington  <hp@pobox.com>
6888
6889         * dbus/dbus-string.c (_dbus_string_align_length): new function
6890
6891         * dbus/dbus-test-main.c: move main() for test app here
6892         * dbus/dbus-test.c
6893         (dbus_internal_symbol_do_not_use_run_tests): we have to export a
6894         symbol to run tests, because dbus-test isn't in the main
6895         library
6896
6897         Code review nitpicks.
6898
6899         * dbus/dbus-message.c (dbus_message_write_header): add newlines
6900         for people with narrow emacs ;-). Assert client_serial was filled
6901         in. Assert message->name != NULL.
6902         (dbus_message_append_fields): have "first_field_type" arg separate
6903         from va list, needed for C++ binding that also uses varargs IIRC
6904         and helps with type safety
6905         (dbus_message_new): add @todo about using DBusString to store
6906         service/name internally
6907         (dbus_message_new): don't leak ->service and ->name on OOM later
6908         in the function
6909         (dbus_message_unref): free the service name
6910         (dbus_message_get_fields): same change to varargs
6911         i.e. first_field_type
6912         (_dbus_message_loader_return_buffer): assert that the message data
6913         is aligned (if not it's a bug in our code). Put in verbose griping
6914         about why we set corrupted = TRUE.
6915         (decode_header_data): add FIXME that char* is evil.  Was going to
6916         add FIXME about evil locale-specific string.h strncmp, but just
6917         switched to wacky string-as-uint32 optimization. Move check for
6918         "no room for field name" above get_const_data_len() to avoid
6919         assertion failure in get_const_data_len if we have trailing 2
6920         bytes or the like. Check for service and name fields being
6921         provided twice. Don't leak service/name on error. Require field
6922         names to be aligned to 4 bytes.
6923
6924         * dbus/dbus-marshal.c: move byte swap stuff to header
6925         (_dbus_pack_int32): uscore-prefix
6926         (_dbus_unpack_int32): uscore-prefix
6927         (_dbus_unpack_uint32): export
6928         (_dbus_demarshal_string): add @todo complaining about use of
6929         memcpy()
6930         (_dbus_marshal_get_field_end_pos): add @todo about bad error
6931         handling allowing corrupt data to go unchecked
6932
6933 2003-01-08  Havoc Pennington  <hp@redhat.com>
6934
6935         * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
6936         to the select() as needed for authentication. (should be using
6937         _dbus_poll() not select, but for another day)
6938
6939         * dbus/dbus.h: include dbus/dbus-protocol.h
6940
6941 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
6942
6943         * dbus/Makefile.am (dbusinclude_HEADERS): Install
6944         dbus-connection.h
6945
6946 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
6947
6948         * dbus/dbus-internals.c: (_dbus_type_to_string):
6949         New function that returns a string describing a type.
6950
6951         * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
6952         * dbus/dbus-marshal.h:
6953         * dbus/dbus-message.c: (dbus_message_get_fields_valist),
6954         (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
6955         (dbus_message_iter_get_byte_array):
6956         * dbus/dbus-message.h:
6957         Add new convenience functions for appending and getting message fields.
6958         Also add demarshalling routines for byte arrays.
6959
6960 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
6961
6962         * dbus/dbus-connection-internal.h:
6963         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
6964         (_dbus_connection_get_next_client_serial),
6965         (dbus_connection_send_message):
6966         * dbus/dbus-internals.h:
6967         * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
6968         (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
6969         (_dbus_marshal_uint32), (_dbus_demarshal_double),
6970         (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
6971         (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
6972         (_dbus_verbose_bytes), (_dbus_marshal_test):
6973         * dbus/dbus-marshal.h:
6974         * dbus/dbus-message-internal.h:
6975         * dbus/dbus-message.c: (_dbus_message_set_client_serial),
6976         (dbus_message_write_header), (_dbus_message_lock),
6977         (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
6978         (dbus_message_get_name), (dbus_message_append_int32),
6979         (dbus_message_append_uint32), (dbus_message_append_double),
6980         (dbus_message_append_string), (dbus_message_append_byte_array),
6981         (dbus_message_get_fields_iter), (dbus_message_iter_ref),
6982         (dbus_message_iter_unref), (dbus_message_iter_has_next),
6983         (dbus_message_iter_next), (dbus_message_iter_get_field_type),
6984         (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
6985         (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
6986         (decode_header_data), (_dbus_message_loader_return_buffer),
6987         (message_iter_test), (_dbus_message_test):
6988         * dbus/dbus-message.h:
6989         * dbus/dbus-protocol.h:
6990         * dbus/dbus-test.c: (main):
6991         * dbus/dbus-test.h:
6992         * glib/test-dbus-glib.c: (message_handler), (main):
6993         * test/echo-client.c: (main):
6994         * test/watch.c: (check_messages):
6995         Make messages sendable and receivable for real.
6996
6997 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
6998
6999         * dbus/dbus-marshal.c: (_dbus_marshal_double),
7000         (_dbus_marshal_string), (_dbus_marshal_byte_array):
7001         * dbus/dbus-message.c: (dbus_message_append_int32),
7002         (dbus_message_append_uint32), (dbus_message_append_double),
7003         (dbus_message_append_string), (dbus_message_append_byte_array):
7004         Handle OOM restoration.
7005
7006 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
7007
7008         * dbus/dbus-marshal.c: (_dbus_marshal_string),
7009         (_dbus_demarshal_string), (_dbus_marshal_test):
7010         * dbus/dbus-marshal.h:
7011         * dbus/dbus-message.c: (dbus_message_get_name),
7012         Document these functions.
7013
7014         (dbus_message_append_int32), (dbus_message_append_uint32),
7015         (dbus_message_append_double), (dbus_message_append_string),
7016         (dbus_message_append_byte_array):
7017         * dbus/dbus-message.h:
7018         Add functions for adding message fields of different types.
7019
7020         * dbus/dbus-protocol.h:
7021         Add the different types.
7022
7023 2003-01-05  Havoc Pennington  <hp@pobox.com>
7024
7025         * bus/connection.c: implement routines for handling connections,
7026         first thing is keeping a list of owned services on each connection
7027         and setting up watches etc.
7028
7029         * bus/services.c: implement a mapping from service names to lists
7030         of connections
7031
7032         * dbus/dbus-hash.c: add DBUS_HASH_POINTER
7033
7034         * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
7035         to use static mutexes for global data
7036
7037         * dbus/dbus-connection.c (dbus_connection_set_data): add new
7038         collection of functions to set/get application-specific data
7039         on the DBusConnection.
7040
7041 2003-01-04  Havoc Pennington  <hp@pobox.com>
7042
7043         * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
7044         (_dbus_poll): new function
7045
7046         * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
7047         copied from GLib
7048
7049         * bus/loop.c: initial code for the daemon main loop
7050
7051 2003-01-04  Havoc Pennington  <hp@pobox.com>
7052
7053         * test/watch.c (error_handler): make it safe if the error handler
7054         is called multiple times (if we s/error handler/disconnect
7055         handler/ we should just guarantee it's called only once)
7056
7057         * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
7058         error handler on disconnect (it's quite possible we should
7059         just change the error handler to a "disconnect handler," I'm
7060         not sure we have any other meaningful errors)
7061
7062         * configure.in: check for getpwnam_r
7063
7064         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
7065         dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
7066         mechanism as in SASL spec, using socket credentials
7067
7068         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
7069         (_dbus_send_credentials_unix_socket): new function
7070
7071         * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
7072         dbus_accept()
7073         (_dbus_write): only check errno if <0 returned
7074         (_dbus_write_two): ditto
7075
7076 2003-01-02  Anders Carlsson  <andersca@codefactory.se>
7077
7078         * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
7079         (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
7080         (_dbus_marshal_test):
7081         * dbus/dbus-marshal.h:
7082         Add _dbus_marshal_byte_array and rename _dbus_marshal_string
7083         to _dbus_marshal_utf8_string. Also fix some tests.
7084
7085 2002-12-28  Harri Porten  <porten@kde.org>
7086
7087         * configure.in: added check for C++ compiler and a very cheesy
7088         check for the Qt integration
7089
7090         * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
7091
7092         * qt/Makefile.am: added
7093
7094         * qt/.cvsignore: added
7095
7096         * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
7097         latter, added #ifdef QT_THREAD_SUPPORT guard.
7098
7099         * dbus/Makefile.am: added missing headers for make dist
7100
7101 2002-12-28  Kristian Rietveld  <kris@gtk.org>
7102
7103         * dbus/Makefile.am: fixup export-symbols-regex.
7104
7105 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
7106
7107         * acinclude.m4: Add this file and put the
7108         PKG_CHECK_MODULE macro in it.
7109
7110 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
7111
7112         * dbus/dbus-marshal.c: (_dbus_marshal_string),
7113         (_dbus_demarshal_double), (_dbus_demarshal_int32),
7114         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
7115         (_dbus_marshal_test):
7116         Make the demarshalling routines align the pos argument.
7117         Add string marshalling tests and fix the obvious bugs
7118         discovered.
7119
7120 2002-12-26  Havoc Pennington  <hp@pobox.com>
7121
7122         * dbus/dbus-auth.c: fixes fixes fixes
7123
7124         * dbus/dbus-transport-unix.c: wire up support for
7125         encoding/decoding data on the wire
7126
7127         * dbus/dbus-auth.c (_dbus_auth_encode_data)
7128         (_dbus_auth_decode_data): append to target string
7129         instead of nuking it.
7130
7131 2002-12-26  Havoc Pennington  <hp@pobox.com>
7132
7133         * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
7134         WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
7135         doh
7136
7137         * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
7138         avoid swap_bytes() overhead (ignoring possible assembly stuff for
7139         now). Main point is because I wanted unpack_uint32 to implement
7140         _dbus_verbose_bytes
7141         (_dbus_verbose_bytes): new function
7142
7143         * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
7144
7145         * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
7146         mechanism to handle a corrupt message stream
7147         (_dbus_message_loader_new): fix preallocation to only prealloc,
7148         not prelengthen
7149
7150         * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
7151         (_dbus_string_test): enhance tests for copy/move and fix the
7152         functions
7153
7154         * dbus/dbus-transport-unix.c: Hold references in more places to
7155         avoid reentrancy problems
7156
7157         * dbus/dbus-transport.c: ditto
7158
7159         * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
7160         leak reference count in no-message case
7161
7162         * test/watch.c (do_mainloop): handle adding/removing watches
7163         during iteration over the watches. Also, ref the connection/server
7164         stored on a watch, so we don't try to mangle a destroyed one.
7165
7166         * dbus/dbus-transport-unix.c (do_authentication): perform
7167         authentication
7168
7169         * dbus/dbus-auth.c (get_state): add a state
7170         AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
7171         (_dbus_auth_get_unused_bytes): append the unused bytes
7172         to the passed in string, rather than prepend
7173
7174         * dbus/dbus-transport.c (_dbus_transport_init_base): create
7175         the auth conversation DBusAuth
7176
7177         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
7178         (_dbus_transport_new_for_domain_socket): when creating a
7179         transport, pass in whether it's a client-side or server-side
7180         transport so we know which DBusAuth to create
7181
7182 2002-12-03  Havoc Pennington  <hp@pobox.com>
7183
7184         * dbus/dbus-transport-unix.c (unix_finalize): finalize base
7185         _after_ finalizing the derived members
7186         (unix_connection_set): unref watch if we fail to add it
7187
7188         * dbus/dbus-connection.c (dbus_connection_unref): delete the
7189         transport first, so that the connection owned by the
7190         transport will be valid as the transport finalizes.
7191
7192         * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
7193         if necessary, and remove watches from the connection.
7194
7195         * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
7196
7197 2002-12-26  Anders Carlsson  <andersca@codefactory.se>
7198
7199         * dbus/dbus-marshal.c: (_dbus_marshal_string),
7200         (_dbus_demarshal_double), (_dbus_demarshal_int32),
7201         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
7202         (_dbus_marshal_test):
7203         * dbus/dbus-marshal.h:
7204         Add string marshal functions and have the demarshal functions
7205         return the new position.
7206
7207 2002-12-25  Havoc Pennington  <hp@pobox.com>
7208
7209         * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
7210         it is a simple protocol that just maps directly to SASL.
7211
7212         * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
7213         initial implementation, not actually used yet.
7214
7215         * dbus/dbus-string.c (_dbus_string_find): new function
7216         (_dbus_string_equal): new function
7217         (_dbus_string_base64_encode): new function
7218         (_dbus_string_base64_decode): new function
7219
7220 2002-12-25  Anders Carlsson  <andersca@codefactory.se>
7221
7222         * dbus/Makefile.am:
7223         * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
7224         (_dbus_marshal_int32), (_dbus_marshal_uint32),
7225         (_dbus_demarshal_double), (_dbus_demarshal_int32),
7226         (_dbus_demarshal_uint32), (_dbus_marshal_test):
7227         * dbus/dbus-marshal.h:
7228         * dbus/dbus-protocol.h:
7229         * dbus/dbus-test.c: (main):
7230         * dbus/dbus-test.h:
7231         Add un-optimized marshalling/demarshalling routines.
7232
7233 2002-12-25  Harri Porten  <porten@kde.org>
7234
7235         * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
7236
7237 2002-12-24  Zack Rusin  <zack@kde.org>
7238
7239         * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
7240         * qt/dbus-qt.h: skeleton with two sample implemenatation of the
7241         main loop stuff
7242
7243 2002-12-24  Havoc Pennington  <hp@pobox.com>
7244
7245         * glib/dbus-gthread.c: fix include
7246
7247         * glib/dbus-glib.h: rename DBusMessageHandler for now.
7248         I think glib API needs to change, though, as you don't
7249         want to use DBusMessageFunction, you want to use the
7250         DBusMessageHandler object. Probably
7251         dbus_connection_open_with_g_main_loop()
7252         and dbus_connection_setup_g_main_loop() or something like that
7253         (but think of better names...) that just create a connection
7254         that has watch/timeout functions etc. already set up.
7255
7256         * dbus/dbus-connection.c
7257         (dbus_connection_send_message_with_reply): new function just to
7258         show how the message handler helps us deal with replies.
7259
7260         * dbus/dbus-list.c (_dbus_list_remove_last): new function
7261
7262         * dbus/dbus-string.c (_dbus_string_test): free a string that
7263         wasn't
7264
7265         * dbus/dbus-hash.c: use memory pools for the hash entries
7266         (rebuild_table): be more paranoid about overflow, and
7267         shrink table when we can
7268         (_dbus_hash_test): reduce number of sprintfs and write
7269         valid C89. Add tests for case where we grow and then
7270         shrink the hash table.
7271
7272         * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
7273
7274         * dbus/dbus-connection.c (dbus_connection_register_handler)
7275         (dbus_connection_unregister_handler): new functions
7276
7277         * dbus/dbus-message.c (dbus_message_get_name): new
7278
7279         * dbus/dbus-list.c: fix docs typo
7280
7281         * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
7282         an object representing a handler for messages.
7283
7284 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
7285
7286         * glib/dbus-glib.h:
7287         * glib/dbus-gthread.c: (dbus_gthread_init):
7288         Don't use the gdbus prefix for public functions.
7289
7290 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
7291
7292         * Makefile.am:
7293         * configure.in:
7294         Add GLib checks and fixup .pc files
7295
7296         * glib/Makefile.am:
7297         * glib/dbus-glib.h:
7298         * glib/dbus-gmain.c: (gdbus_connection_prepare),
7299         (gdbus_connection_check), (gdbus_connection_dispatch),
7300         (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
7301         (dbus_connection_gsource_new):
7302         * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
7303         (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
7304         * glib/test-dbus-glib.c: (message_handler), (main):
7305         Add GLib support.
7306
7307 2002-12-15  Harri Porten  <porten@kde.org>
7308
7309         * autogen.sh: check for libtoolize before attempting to use it
7310
7311         * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
7312         struct.
7313
7314         * .cvsignore: ignore more stamp files
7315
7316         * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
7317
7318         * test/Makefile.am: added -I$(top_srcdir) to be able to compile
7319         without make install.
7320
7321 2002-12-15  Havoc Pennington  <hp@pobox.com>
7322
7323         * dbus/dbus-threads.c: add thread stubs that a higher library
7324         layer can fill in. e.g. the GLib wrapper might fill them in with
7325         GThread stuff. We still need to use this thread API to
7326         thread-safe-ize the library.
7327
7328 2002-12-12  Havoc Pennington  <hp@pobox.com>
7329
7330         * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
7331         below new interfaces and include fewer system headers.
7332
7333         * dbus/dbus-sysdeps.c (_dbus_read): new function
7334         (_dbus_write): new function
7335         (_dbus_write_two): new function
7336         (_dbus_connect_unix_socket): new function
7337         (_dbus_listen_unix_socket): new function
7338
7339         * dbus/dbus-message-internal.h: change interfaces to use
7340         DBusString
7341
7342 2002-12-11  Havoc Pennington  <hp@pobox.com>
7343
7344         * dbus/dbus-types.h: add dbus_unichar
7345
7346         * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
7347
7348         * dbus/dbus-connection.c (dbus_connection_send_message): return
7349         TRUE on success
7350
7351         * dbus/dbus-transport.c: include dbus-watch.h
7352
7353         * dbus/dbus-connection.c: include dbus-message-internal.h
7354
7355         * HACKING: add file with coding guidelines stuff.
7356
7357         * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
7358         handling here, for security purposes (as in vsftpd). Not actually
7359         using this class yet.
7360
7361         * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
7362         system/libc usage here, as in vsftpd, for ease of auditing (and
7363         should also simplify portability). Haven't actually moved all the
7364         system/libc usage into here yet.
7365
7366 2002-11-25  Havoc Pennington  <hp@pobox.com>
7367
7368         * dbus/dbus-internals.c (_dbus_verbose): fix to not
7369         always print the first verbose message.
7370
7371 2002-11-24  Havoc Pennington  <hp@pobox.com>
7372
7373         * test/echo-client.c, test/echo-server.c: cheesy test
7374         clients.
7375
7376         * configure.in (AC_CHECK_FUNCS): check for writev
7377
7378         * dbus/dbus-message.c (_dbus_message_get_network_data): new
7379         function
7380
7381         * dbus/dbus-list.c (_dbus_list_foreach): new function
7382
7383         * dbus/dbus-internals.c (_dbus_verbose): new function
7384
7385         * dbus/dbus-server.c, dbus/dbus-server.h: public object
7386         representing a server that listens for connections.
7387
7388         * dbus/.cvsignore: create
7389
7390         * dbus/dbus-errors.h, dbus/dbus-errors.c:
7391         public API for reporting errors
7392
7393         * dbus/dbus-connection.h, dbus/dbus-connection.c:
7394         public object representing a connection that
7395         sends/receives messages. (Same object used for
7396         both client and server.)
7397
7398         * dbus/dbus-transport.h, dbus/dbus-transport.c:
7399         Basic abstraction for different kinds of stream
7400         that we might read/write messages from.
7401
7402 2002-11-23  Havoc Pennington  <hp@pobox.com>
7403
7404         * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
7405         _DBUS_INT_MAX
7406
7407         * dbus/dbus-test.c (main): add list test, and include
7408         dbus-test.h as intended
7409
7410         * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
7411         (_dbus_hash_table_remove_int): return value indicates
7412         whether the entry existed to remove
7413
7414         * dbus/dbus-list.c: add linked list utility class,
7415         with docs and tests
7416
7417         * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
7418         array sometimes.
7419
7420 2002-11-23  Havoc Pennington  <hp@pobox.com>
7421
7422         * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
7423         DBUS_END_DECLS to nothing, that should fix this once and for all
7424
7425         * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
7426
7427         * dbus/dbus-message.c, dbus/dbus-hash.c:
7428         add some missing @brief
7429
7430 2002-11-23  Havoc Pennington  <hp@pobox.com>
7431
7432         * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
7433         to avoid confusing Doxygen
7434
7435         * dbus/dbus-hash.c: @} not }@
7436
7437         * dbus/dbus-message.c (struct DBusMessage): split out
7438         internals docs
7439
7440 2002-11-23  Havoc Pennington  <hp@pobox.com>
7441
7442         * configure.in: pile on more warning flags if using gcc
7443
7444         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
7445         to document static functions
7446
7447         * configure.in: add summary to end of configure so it
7448         looks nice and attractive
7449
7450         * dbus/dbus-hash.c: finish implementation and write unit
7451         tests and docs
7452
7453         * configure.in: add --enable-tests to enable unit tests
7454
7455         * dbus/dbus-test.c: test program to run unit tests
7456         for all files in dbus/*, initially runs a test for
7457         dbus-hash.c
7458
7459         * dbus/dbus-internals.h: file to hold some internal utility stuff
7460
7461 2002-11-22  Havoc Pennington  <hp@redhat.com>
7462
7463         * dbus/dbus-hash.c: copy in Tcl hash table, not yet
7464         "ported" away from Tcl
7465
7466         * dbus/dbus-types.h: header for types such as dbus_bool_t
7467
7468 2002-11-22  Havoc Pennington  <hp@redhat.com>
7469
7470         * dbus/dbus.h: fixups for doc warnings
7471
7472         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
7473         macros
7474         (QUIET): make it quiet so we can see warnings
7475
7476         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
7477
7478 2002-11-22  Havoc Pennington  <hp@redhat.com>
7479
7480         * Makefile.am: include "Doxyfile" target in all-local
7481
7482         * configure.in: generate the Doxyfile
7483
7484         * Doxyfile.in: move Doxyfile here, so we can use
7485         configure to generate a Doxyfile with the right
7486         version number etc.
7487
7488 2002-11-22  Havoc Pennington  <hp@redhat.com>
7489
7490         * dbus/dbus-message.c: move inline docs into .c file
7491
7492         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
7493         so all docs are under doc/
7494         (MAN_EXTENSION): generate man pages. Use extension
7495         ".3dbus" which matches ".3qt" on my system,
7496         I guess this is OK, I don't know really.
7497         (FILE_PATTERNS): look for .c files not .h, makes sense
7498         for plain C I think
7499
7500 2002-11-22  Havoc Pennington  <hp@pobox.com>
7501
7502         * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
7503         because any app can be a server, and any app can be a client,
7504         the bus is a special kind of server.
7505
7506 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
7507
7508         * Doxyfile : adding. Still needs Makefile rules to be generated
7509         automatically (just run "doxygen" in the toplevel dir for now to
7510         generate docs)
7511
7512         * dbus/dbus-message.h : Adding sample docs (javadoc since
7513         resembles gtk-doc a little more)
7514
7515         * dbus/dbus.h : Adding sample docs
7516
7517 2002-11-21  Havoc Pennington  <hp@redhat.com>
7518
7519         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
7520         so we can allow ourselves to include files directly,
7521         instead of having to use dbus.h
7522
7523         * dbus/dbus.h: fill in
7524
7525         * dbus/dbus-message.h: sketch out a sample header file.
7526         Include griping if you include it directly instead of
7527         via dbus.h
7528
7529         * dbus/dbus-macros.h: new file with macros for extern "C",
7530         TRUE/FALSE, NULL, etc.
7531
7532         * doc/file-boilerplate.c: put include guards in here
7533
7534 2002-11-21  Havoc Pennington  <hp@redhat.com>
7535
7536         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
7537
7538         * COPYING: include the GPL as well, and license code
7539         under both AFL and GPL.
7540
7541 2002-11-21  Havoc Pennington  <hp@redhat.com>
7542
7543         * acconfig.h: get rid of this
7544
7545         * autogen.sh (run_configure): add --no-configure option
7546
7547         * configure.in: remove AC_ARG_PROGRAM to make
7548         autoconf complain less. add AC_PREREQ.
7549         add AC_DEFINE third arg.
7550
7551 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
7552
7553         * doc/Makefile.am:
7554         Fix references so we can distcheck.
7555
7556 2002-11-21  Havoc Pennington  <hp@redhat.com>
7557
7558         * Initial module creation
7559