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