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