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