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