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