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