2003-09-07 Havoc Pennington <hp@pobox.com>
[platform/upstream/dbus.git] / ChangeLog
1 2003-09-07  Havoc Pennington  <hp@pobox.com>
2
3         * doc/dbus-specification.sgml: more updates
4
5 2003-09-06  Havoc Pennington  <hp@pobox.com>
6
7         * doc/dbus-specification.sgml: partial updates
8
9         * bus/dbus-daemon-1.1.in: fix the config file docs for the
10         zillionth time; hopefully I edited the right file this time.
11
12         * bus/config-parser.c (append_rule_from_element): support
13         send_type, send_path, receive_type, receive_path
14
15         * bus/policy.c: add message type and path to the list of things
16         that can be "firewalled"
17
18 2003-09-06  Havoc Pennington  <hp@pobox.com>
19
20         * dbus/dbus-connection.c (dbus_connection_register_fallback): add this
21         (dbus_connection_register_object_path): make this not handle
22         messages to paths below the given path
23
24 2003-09-03  Havoc Pennington  <hp@pobox.com>
25
26         * test/glib/Makefile.am: add this with random glib-linked test
27         programs
28
29         * glib/Makefile.am: remove the random test programs from here,
30         leave only the unit tests
31
32         * glib/dbus-gobject.c (_dbus_gobject_test): add test for 
33         uscore/javacaps conversion, and fix     
34         (get_object_property, set_object_property): change to .NET
35         convention for mapping props to methods, set_FooBar/get_FooBar, 
36         since one language has such a convention we may as well copy it. 
37         Plus real methods in either getFooBar or get_foo_bar style won't 
38         collide with this convention.
39
40 2003-09-01  Havoc Pennington  <hp@pobox.com>
41
42         * glib/dbus-gparser.c: implement
43
44         * glib/dbus-gobject.c: start implementing skeletons support
45
46         * configure.in: when disabling checks/assert, also define
47         G_DISABLE_ASSERT and G_DISABLE_CHECKS
48
49 2003-09-01  Havoc Pennington  <hp@pobox.com>
50
51         * glib/Makefile.am: rearrange a bunch of files and get "make
52         check" framework set up
53
54 2003-08-31  Havoc Pennington  <hp@pobox.com>
55
56         * fix build with --disable-tests
57
58 2003-08-30  Havoc Pennington  <hp@pobox.com>
59
60         * dbus/dbus-connection.c: purge DBusMessageHandler
61
62         * dbus/dbus-message-handler.c: remove DBusMessageHandler, just 
63         use callbacks everywhere
64
65 2003-08-30  Havoc Pennington  <hp@pobox.com>
66
67         * test/data/valid-config-files/system.d/test.conf: change to 
68         root for the user so warnings don't get printed
69
70         * dbus/dbus-message.c: add dbus_message_get_path,
71         dbus_message_set_path
72         
73         * dbus/dbus-object-tree.c (do_test_dispatch): add test of
74         dispatching to a path
75
76         * dbus/dbus-string.c (_dbus_string_validate_path): add
77
78         * dbus/dbus-marshal.c (_dbus_demarshal_object_path): implement
79         (_dbus_marshal_object_path): implement
80
81         * dbus/dbus-protocol.h (DBUS_HEADER_FIELD_PATH): new header field 
82         to contain the path to the target object
83         (DBUS_HEADER_FIELD_SENDER_SERVICE): rename
84         DBUS_HEADER_FIELD_SENDER to explicitly say it's the sender service
85
86 2003-08-30  Havoc Pennington  <hp@pobox.com>
87
88         * dbus/dbus-object-tree.c: write tests and fix the discovered bugs
89
90 2003-08-29  Havoc Pennington  <hp@pobox.com>
91
92         * dbus/dbus-object-tree.c: modify to allow overlapping paths to be
93         registered
94         (struct DBusObjectSubtree): shrink this
95         a lot, since we may have a lot of them
96         (_dbus_object_tree_free_all_unlocked): implement
97         (_dbus_object_tree_dispatch_and_unlock): implement
98
99 2003-08-29  Havoc Pennington  <hp@pobox.com>
100
101         * dbus/dbus-internals.h: fix _DBUS_N_GLOBAL_LOCKS
102
103 2003-08-28  Havoc Pennington  <hp@pobox.com>
104
105         purge DBusObjectID
106         
107         * dbus/dbus-connection.c: port to no ObjectID, create a
108         DBusObjectTree, rename ObjectTree to ObjectPath in public API
109
110         * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete 
111         everything except UnregisterFunction and MessageFunction
112         
113         * dbus/dbus-marshal.c: port away from DBusObjectID, 
114         add DBUS_TYPE_OBJECT_PATH
115         
116         * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], 
117         dbus/dbus-objectid.[hc]: remove these, we are moving to 
118         path-based object IDs
119
120 2003-08-25  Havoc Pennington  <hp@pobox.com>
121
122         Just noticed that dbus_message_test is hosed, I wonder when I
123         broke that. I thought make check was passing earlier...
124         
125         * dbus/dbus-object-tree.c: add new "object tree" to match DCOP 
126         container tree, will replace most of dbus-object-registry
127
128         * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99
129         screwup
130
131 2003-08-19  Havoc Pennington  <hp@pobox.com>
132
133         * dbus/dbus-message.c (decode_string_field): support FIELD_SENDER
134         (dbus_message_is_error): fix this function
135
136         * bus/dbus-daemon-1.1: clarify logic on when <deny>/<allow> rules
137         match
138
139         * bus/policy.c (bus_client_policy_check_can_receive): fix code to
140         reflect clarified man page
141         (bus_client_policy_check_can_send): ditto
142         
143         * bus/session.conf.in: fixup
144
145         * bus/system.conf.in: fixup
146
147 2003-08-18  Havoc Pennington  <hp@redhat.com>
148
149         * dbus/dbus-hash.c (_dbus_hash_table_insert_two_strings): fix
150
151         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
152         dumb bug created earlier (wrong order of args to
153         decode_header_data())
154         
155         * tools/dbus-send.c: port
156
157         * tools/dbus-print-message.c (print_message): port
158
159         * test/data/*messages: port all messages over
160         
161         * dbus/dbus-message-builder.c: support including 
162         message type
163         
164         * bus/driver.c: port over
165         
166         * bus/dispatch.c: port over to new stuff
167
168         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
169         rename disconnect signal to "Disconnected"
170
171 2003-08-17  Havoc Pennington  <hp@pobox.com>
172
173         This doesn't compile yet, but syncing up so I can hack on it from
174         work. What are branches for if not broken code? ;-)
175         
176         * dbus/dbus-protocol.h: remove DBUS_HEADER_FIELD_NAME, add
177         DBUS_HEADER_FIELD_INTERFACE, DBUS_HEADER_FIELD_MEMBER,
178         DBUS_HEADER_FIELD_ERROR_NAME
179         
180         * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use
181         for the interface+member pairs
182         (string_hash): change to use g_str_hash algorithm
183         (find_direct_function, find_string_function): refactor these to
184         share most code.
185         
186         * dbus/dbus-message.c: port all of this over to support 
187         interface/member fields instead of name field
188
189         * dbus/dbus-object-registry.c: port over
190         
191         * dbus/dbus-string.c (_dbus_string_validate_interface): rename
192         from _dbus_string_validate_name
193
194         * bus/dbus-daemon-1.1: change file format for the 
195         <deny>/<allow> stuff to match new message naming scheme
196
197         * bus/policy.c: port over
198
199         * bus/config-parser.c: parse new format
200         
201 2003-08-16  Havoc Pennington  <hp@pobox.com>
202
203         * dbus/dbus-object-registry.c (add_and_remove_objects): remove
204         broken assertion
205
206         * glib/dbus-gproxy.c: some hacking
207
208 2003-08-15  Havoc Pennington  <hp@redhat.com>
209
210         * dbus/dbus-pending-call.c (dbus_pending_call_block): implement
211
212         * dbus/dbus-connection.c
213         (dbus_connection_send_with_reply_and_block): factor out internals;
214         change to convert any error replies to DBusError instead of 
215         returning them as a message
216
217 2003-08-15  Havoc Pennington  <hp@pobox.com>
218
219         * dbus/dbus-connection.c, 
220         dbus/dbus-pending-call.c: Finish the pending call stuff
221
222 2003-08-14  Havoc Pennington  <hp@redhat.com>
223
224         * dbus/dbus-pending-call.c: start on new object that will replace
225         DBusMessageHandler and ReplyHandlerData for tracking outstanding
226         replies
227
228         * dbus/dbus-gproxy.c: start on proxy object used to communicate
229         with remote interfaces
230
231         * dbus/dbus-gidl.c: do the boring boilerplate in here
232         
233 2003-08-12  Havoc Pennington  <hp@pobox.com>
234
235         * bus/dispatch.c (bus_dispatch): make this return proper 
236         DBusHandlerResult to avoid DBUS_ERROR_UNKNOWN_METHOD
237
238         * dbus/dbus-errors.c (dbus_set_error): use
239         _dbus_string_append_printf_valist
240
241         * dbus/dbus-string.c (_dbus_string_append_printf_valist)
242         (_dbus_string_append_printf): new
243
244         * dbus/dbus-errors.h (DBUS_ERROR_UNKNOWN_MESSAGE): change to
245         UNKNOWN_METHOD
246
247         * dbus/dbus-connection.c (dbus_connection_dispatch): handle
248         DBUS_HANDLER_RESULT_NEED_MEMORY; send default error reply if a
249         message is unhandled.
250
251 2003-08-11  Havoc Pennington  <hp@pobox.com>
252
253         * bus/test.c (client_disconnect_handler): change to return
254         HANDLED (would have been REMOVE_MESSAGE)
255
256         * dbus/dbus-object.h (enum DBusHandlerResult): rename to
257         HANDLED/NOT_YET_HANDLED instead of
258         REMOVE_MESSAGE/ALLOW_MORE_HANDLERS to make it clearer how it 
259         should be used.
260
261 2003-08-10  Havoc Pennington  <hp@pobox.com>
262
263         * tools/dbus-send.c (main): add --type argument, for now
264         supporting only method_call and signal types.
265
266         * tools/dbus-print-message.c: print message type
267
268         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
269         init connection->objects
270
271         * doc/dbus-specification.sgml: fix sgml
272
273         * bus/*.c: port over to object-instance API changes
274
275         * test/test-service.c: ditto
276         
277         * dbus/dbus-message.c (dbus_message_create_header): allow #NULL
278         name, we will have to fix up the rest of the code to also handle
279         this
280         (dbus_message_new): generic message-creation call
281         (set_string_field): allow appending name field
282
283 2003-08-06  Havoc Pennington  <hp@pobox.com>
284
285         * dbus/dbus-object-registry.c: implement signal connection 
286         and dispatch
287
288         * dbus/dbus-connection.c (_dbus_connection_unref_unlocked): new
289
290         * dbus/dbus-internals.c (_dbus_memdup): new function
291
292 2003-08-02  Havoc Pennington  <hp@pobox.com>
293
294         * dbus/dbus-message.c (dbus_message_get_no_reply)
295         (dbus_message_set_no_reply): add these and remove
296         set_is_error/get_is_error
297
298         * dbus/dbus-protocol.h, doc/dbus-specification.sgml: 
299         remove the ERROR flag, since there's now an ERROR type
300
301 2003-08-01  Havoc Pennington  <hp@pobox.com>
302
303         * dbus/dbus-object-registry.c (_dbus_object_registry_handle_and_unlock):
304         implement
305
306         * dbus/dbus-message.c (dbus_message_get_type): new function
307
308         * doc/dbus-specification.sgml: add "type" byte to messages
309
310 2003-08-01  Havoc Pennington  <hp@pobox.com>
311
312         * dbus/dbus-protocol.h (DBUS_MESSAGE_TYPE_*): introduce
313         a message type enum to distinguish kinds of message
314         (DBUS_HEADER_FLAG_NO_REPLY_EXPECTED): flag for a message 
315         that need not be replied to
316
317 2003-08-01  Havoc Pennington  <hp@pobox.com>
318
319         * dbus/dbus-marshal.c: adapt to DBusObjectID changes
320         (unpack_8_octets): fix no-64-bit-int bug
321
322         * dbus/dbus-object-registry.c (validate_id): validate the 
323         connection ID bits, not just the instance ID.
324
325         * dbus/dbus-connection.c (_dbus_connection_init_id): initialize
326         the connection-global 33 bits of the object ID
327
328         * dbus/dbus-object-registry.c (info_from_entry): fill in 
329         object ID in the new way
330
331         * dbus/dbus-objectid.h: rather than high/low bits, specifically 
332         define server/client/instance bits.
333
334 2003-07-30  Havoc Pennington  <hp@pobox.com>
335
336         * dbus/dbus-connection.c (dbus_connection_register_object): fix
337         build
338
339 2003-07-13  Havoc Pennington  <hp@pobox.com>
340
341         * dbus/dbus-object.h (struct DBusObjectVTable): add padding
342         fields to DBusObjectVTable and DBusObjectInfo
343
344 2003-07-12  Havoc Pennington  <hp@pobox.com>
345
346         * dbus/dbus-object-registry.c: implement unit test,
347         fix bugs discovered in process
348
349         * dbus/dbus-connection.c: remove handler_table and
350         register_handler(), add DBusObjectRegistry usage
351
352         * dbus/dbus-objectid.c (dbus_object_id_is_null)
353         (dbus_object_id_set_null): new functions
354
355 2003-07-08  Havoc Pennington  <hp@pobox.com>
356
357         * dbus/dbus-object.c: implement some of this
358
359         * dbus/dbus-object-registry.c
360         (_dbus_object_registry_add_and_unlock): fill in the object_id out
361         param
362         (_dbus_object_registry_new): handle OOM
363
364 2003-07-08  Havoc Pennington  <hp@pobox.com>
365
366         * dbus/dbus-object.h: sketch out an API for registering objects
367         with a connection, that allows us to use as little as 24 bytes
368         per object and lets application code represent an object in 
369         any conceivable way.
370
371         * dbus/dbus-object-registry.c: implement the hard bits of the
372         DBusConnection aspect of object API. Not yet wired up.
373         
374 2003-07-06  Havoc Pennington  <hp@pobox.com>
375
376         * dbus/dbus-marshal.c (_dbus_marshal_set_object_id): new function
377         (_dbus_marshal_object_id): new
378         (_dbus_demarshal_object_id): new
379         (_dbus_marshal_get_arg_end_pos): support object ID type, and
380         consolidate identical switch cases. Don't conditionalize handling
381         of DBUS_TYPE_UINT64, need to handle the type always.
382         (_dbus_marshal_validate_arg): consolidate identical cases, and
383         handle DBUS_TYPE_OBJECT_ID
384
385         * dbus/dbus-objectid.c: new file with DBusObjectID data type.
386
387         * dbus/dbus-protocol.h: add DBUS_TYPE_OBJECT_ID
388
389 2003-06-29  Havoc Pennington  <hp@pobox.com>
390
391         * mono/Test.cs (class Test): fire up a main loop and run it
392
393         * mono/DBus.cs (DBus): don't g_thread_init since it can only be
394         done once, the app has to do it
395
396 2003-06-26  Havoc Pennington  <hp@pobox.com>
397
398         * mono/Connection.cs: set up connection with the glib main loop
399
400 2003-07-01  Havoc Pennington  <hp@redhat.com>
401
402         * doc/dbus-specification.sgml: clarify the format of a type code,
403         change suggested by Jim Blandy
404
405 2003-06-29  Miloslav Trmac  <mitr@volny.cz>
406
407         * doc/Makefile.am:
408         * tools/Makefile.am: Don't assume srcdir == builddir.
409
410         * dbus/dbus-memory.c (dbus_realloc): Don't check guards after shrinking
411         the allocated block.
412         (_dbus_memory_test): New function.
413         * dbus/dbus-test.h: Add _dbus_memory_test ().
414         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): Call it.
415
416         * dbus/dbus-message.c (decode_header_data): Use %.4s instead
417         of %c%c%c%c.
418         (dbus_message_new): Remove obsolete @todo.
419
420         * dbus/dbus-marshal.c (_dbus_marshal_set_int64)
421         (_dbus_marshal_set_uint64): Fix comment.
422
423         * dbus/dbus-message.c (append_int_field, append_uint_field): Don't
424         hardcode FIELD_REPLY_SERIAL.
425
426         * dbus/dbus-mainloop.c (_dbus_loop_remove_watch)
427         (_dbus_loop_remove_timeout): Cast function pointers to (void *) for %p
428
429         * configure.in: Add -D_POSIX_C_SOURCE=199309L -DBSD_SOURCE to CFLAGS
430         and disable DBUS_USE_ATOMIC_INT_486 when --enable-ansi is used
431
432 2003-06-24  Havoc Pennington  <hp@pobox.com>
433
434         * mono/*.cs: Use IntPtr.Zero instead of ((IntPtr) 0)
435
436 2003-06-23  Anders Carlsson  <andersca@codefactory.se>
437
438         * configure.in:
439         * gcj/.cvsignore:
440         * gcj/Hello.java:
441         * gcj/Makefile.am:
442         * gcj/TestMessage.java: (TestMessage), (TestMessage.main):
443         * gcj/org/.cvsignore:
444         * gcj/org/Makefile.am:
445         * gcj/org/freedesktop/.cvsignore:
446         * gcj/org/freedesktop/Makefile.am:
447         * gcj/org/freedesktop/dbus/.cvsignore:
448         * gcj/org/freedesktop/dbus/Makefile.am:
449         * gcj/org/freedesktop/dbus/Message.java: (Message),
450         (Message.Message):
451         * gcj/org/freedesktop/dbus/natMessage.cc:
452         Fix the build system.
453
454 2003-06-22  Havoc Pennington  <hp@pobox.com>
455
456         * mono/Connection.cs: add more bindings
457
458         * dbus/dbus-threads.c (dbus_threads_init): allow calling this
459         more than once.
460
461 2003-06-22  Havoc Pennington  <hp@pobox.com>
462
463         * mono/Connection.cs, mono/DBus.cs, mono/Error.cs:
464         Start wrapping more stuff.
465
466 2003-06-22  Havoc Pennington  <hp@pobox.com>
467
468         * mono/Message.cs: implement Message.Wrap() that ensures we only
469         have a single C# wrapper per DBusMessage, assuming it works which
470         it probably doesn't.
471
472         * dbus/dbus-message.c (dbus_message_allocate_data_slot): new
473         (dbus_message_free_data_slot): new
474         (dbus_message_set_data): new
475         (dbus_message_get_data): new
476
477 2003-06-22  Havoc Pennington  <hp@pobox.com>
478
479         * dbus/dbus-dataslot.c (_dbus_data_slot_allocator_unref)
480         (_dbus_data_slot_allocator_alloc): rework these to keep a
481         reference count on each slot and automatically manage a global
482         slot ID variable passed in by address
483
484         * bus/bus.c: convert to new dataslot API
485
486         * dbus/dbus-bus.c: convert to new dataslot API
487
488         * dbus/dbus-connection.c: convert to new dataslot API
489
490         * dbus/dbus-server.c: convert to new dataslot API
491
492         * glib/dbus-gmain.c: ditto
493
494         * bus/test.c: ditto
495
496         * bus/connection.c: ditto
497
498 2003-06-22  Anders Carlsson  <andersca@codefactory.se>
499
500         * configure.in: Add AM_PROG_GCJ and move AM_PROG_LIBTOOL
501         after the gcj checks so that the correct configuration tags
502         will be added to libtool.
503
504         * dbus-glib-1.pc.in: No need to specify any includes since
505         dbus-1.pc.in has those.
506
507 2003-06-22  Havoc Pennington  <hp@pobox.com>
508
509         * mono/*, gcj/*, configure.in, Makefile.am:
510         Check in makefiles and subdirs for mono and gcj bindings.
511         Neither binding actually exists, just trying to get through
512         all the build and other boring bits.
513
514 2003-06-21  Philip Blundell  <philb@gnu.org>
515
516         * tools/dbus-monitor.1: Updated.
517
518         * tools/dbus-send.1: Likewise.
519
520 2003-06-20  Anders Carlsson  <andersca@codefactory.se>
521
522         * dbus/dbus-transport-unix.c (unix_handle_watch): Check
523         for hangup and error after checking read so we won't discard
524         pending data if both hangup and read are set.
525
526 2003-06-19  Philip Blundell  <philb@gnu.org>
527
528         * tools/dbus-print-message.c (print_message): Handle BOOLEAN.
529
530         * tools/dbus-send.c: Accept both --system and --session.
531
532         * tools/dbus-monitor.c: Same here.
533
534 2003-06-19  Anders Carlsson  <andersca@codefactory.se>
535
536         * glib/dbus-glib.h: Fix so that dbus-glib.h can be used
537         from C++ (Patch by Miloslav Trmac).
538
539 2003-06-15  Joe Shaw  <joe@assbarn.com>
540
541         * configure.in: Check for socklen_t.
542
543         * dbus/dbus-sysdeps.c: Define socklen_t if it's not defined.
544
545         * test/test-segfault.c: Add #include <sys/time.h>
546
547         * tools/Makefile.am: Add DBUS_X_CFLAGS to the INCLUDES since
548         dbus-launch needs it.
549
550 2003-06-09  Havoc Pennington  <hp@redhat.com>
551
552         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): don't use
553         SUN_LEN, it breaks abstract socket usage
554
555         * dbus/dbus-internals.c (_dbus_verbose_real): only print PID at
556         starts of lines.
557
558 2003-06-04  Havoc Pennington  <hp@pobox.com>
559
560         * dbus/dbus-server.c (dbus_server_listen): allow abstract sockets
561         using unix:abstract=/foo, and when listening in a tmpdir
562         i.e. unix:tmpdir=/tmp, always use abstract sockets if we can.
563
564         * dbus/dbus-transport.c (_dbus_transport_open): support
565         unix:abstract=/foo
566
567         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
568         support abstract sockets
569
570         * dbus/dbus-transport-unix.c
571         (_dbus_transport_new_for_domain_socket): support abstract sockets
572
573         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket): add "abstract"
574         toggle as an argument, implement abstract namespace support
575         (_dbus_listen_unix_socket): ditto
576
577         * configure.in: add --enable-abstract-sockets and implement
578         a configure check for autodetection of the right value.
579
580 2003-06-01  Havoc Pennington  <hp@pobox.com>
581
582         * tools/dbus-cleanup-sockets.c: add utility to clean up sockets
583         in /tmp (though on Linux this will end up being useless,
584         when we add abstract namespace support)
585
586         * configure.in: define DBUS_SESSION_SOCKET_DIR in addition to
587         subst'ing it
588
589 2003-05-28  Colin Walters  <walters@verbum.org>
590
591         * tools/dbus-monitor.c (main): Fix silly typo (s/--session/--system/).
592
593 2003-05-18  Anders Carlsson  <andersca@codefactory.se>
594
595         * dbus/dbus-message.c (dbus_message_new): Remove @todo.
596
597 2003-05-17  Colin Walters  <walters@gnu.org>
598
599         * tools/dbus-send.c: Don't exit with an error code if --help was
600         passed.  Default to using the session bus instead of the system
601         one.
602
603         * tools/dbus-launch.c: Ditto.
604
605         * tools/dbus-monitor.c: Ditto.
606
607         * tools/dbus-send.1: Update with new arguments.
608
609         * tools/dbus-launch.c: Emit code to export variables.  New
610         arguments -s and -c to specify shell syntax, and a bit of code to
611         autodetect syntax.  Also, allow specifying a program to run.
612
613         * tools/dbus-launch.1: Update with new arguments.
614
615         * tools/dbus-send.1: Ditto.
616
617         * tools/dbus-monitor.1: Ditto.
618
619 2003-05-17  Havoc Pennington  <hp@pobox.com>
620
621         * bus/config-parser.c (merge_included): merge in policies from
622         child configuration file.
623
624         * bus/policy.c (bus_policy_merge): function to merge two policies
625         together
626
627 2003-05-16  Havoc Pennington  <hp@redhat.com>
628
629         * dbus/dbus-connection.c: disable verbose lock spew
630
631         * tools/dbus-send.c: add --print-reply command line option
632
633         * tools/dbus-print-message.h (print_message): new util function
634         shared by dbus-send and dbus-monitor
635
636         * tools/dbus-monitor.c (handler_func): exit on disconnect
637
638         * dbus/dbus-transport-unix.c (do_reading): if the transport is
639         disconnected, don't try to use the read_watch
640
641         * dbus/dbus-watch.c (dbus_watch_get_enabled): assert watch != NULL
642         so we can find this bug more easily
643
644 2003-05-16  Havoc Pennington  <hp@redhat.com>
645
646         * bus/policy.c (free_rule_list_func): avoid a crash when passed
647         NULL as DBusHashTable is annoyingly likely to do.
648
649 2003-05-16  Colin Walters  <walters@verbum.org>
650
651         * tools/dbus-monitor.c: Add --session argument and usage()
652         function.
653
654         * tools/dbus-monitor.1: Update with new --session arg.
655
656         * bus/Makefile.am (install-data-hook): Create
657         $(libdir)/dbus-1.0/services so that the session bus is happy.
658
659 2003-05-15  Havoc Pennington  <hp@redhat.com>
660
661         * dbus/dbus-sysdeps.c (_dbus_atomic_dec, _dbus_atomic_inc): work
662         on non-x86. ifdef's are evil.
663
664 2003-05-15  Havoc Pennington  <hp@redhat.com>
665
666         * configure.in: 0.11
667
668         * NEWS: update
669
670         * bus/Makefile.am (initddir): apparently we are supposed to put
671         init scripts in /etc/rc.d/init.d not /etc/init.d
672
673         * bus/Makefile.am: remove the "you must --enable-tests to make
674         check" as it broke distcheck
675
676         * bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
677
678 2003-05-13  James Willcox  <jwillcox@gnome.org>
679
680         * configure.in:
681         * bus/activation.c: (bus_activation_service_created),
682         (bus_activation_activate_service):
683         * bus/driver.c: (bus_driver_send_service_deleted),
684         (bus_driver_send_service_created), (bus_driver_send_service_lost),
685         (bus_driver_send_service_acquired),
686         (bus_driver_send_welcome_message),
687         (bus_driver_handle_list_services):
688         * bus/session.conf.in:
689         * dbus/dbus-bus.c: (dbus_bus_acquire_service),
690         (dbus_bus_service_exists), (dbus_bus_activate_service):
691         * dbus/dbus-bus.h:
692
693         Add some convenience API which lets you activate a service, and did a
694         bunch of s/0/DBUS_TYPE_INVALID/ in calls to dbus_message_append_args()
695         and dbus_message_get_args()
696
697 2003-05-11  Havoc Pennington  <hp@pobox.com>
698
699         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix to avoid
700         calling _dbus_marshal_validate_arg() for every byte in a byte
701         array, etc.
702
703         * dbus/dbus-message-handler.c: use atomic reference counting to
704         reduce number of locks slightly; the global lock in here sucks
705
706         * dbus/dbus-connection.c
707         (_dbus_connection_update_dispatch_status_and_unlock): variant of
708         update_dispatch_status that can be called with lock held; then use
709         in a couple places to reduce locking/unlocking
710         (dbus_connection_send): hold the lock over the whole function
711         instead of acquiring it twice.
712
713         * dbus/dbus-timeout.c (_dbus_timeout_new): handle OOM
714
715         * bus/connection.c (bus_connections_setup_connection): fix access
716         to already-freed memory.
717
718         * dbus/dbus-connection.c: keep a little cache of linked list
719         nodes, to avoid using the global linked list alloc lock in the
720         normal send-message case. Instead we just use the connection lock
721         that we already have to take.
722
723         * dbus/dbus-list.c (_dbus_list_find_last): new function
724
725         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec):
726         change to use a struct for the atomic type; fix docs,
727         they return value before increment, not after increment.
728
729         * dbus/dbus-string.c (_dbus_string_append_4_aligned)
730         (_dbus_string_append_8_aligned): new functions to try to
731         microoptimize this operation.
732         (reallocate_for_length): break this out of set_length(), to
733         improve profile info, and also so we can consider inlining the
734         set_length() part.
735
736         * dbus/dbus-message.c (dbus_message_new_empty_header): init data
737         strings with some preallocation, cuts down on our calls to realloc
738         a fair bit. Though if we can get the "move entire string to empty
739         string" optimization below to kick in here, it would be better.
740
741         * dbus/dbus-string.c (_dbus_string_move): just call
742         _dbus_string_move_len
743         (_dbus_string_move_len): add a special case for moving
744         an entire string into an empty string; we can just
745         swap the string data instead of doing any reallocs.
746         (_dbus_string_init_preallocated): new function
747
748 2003-05-11  Havoc Pennington  <hp@pobox.com>
749
750         Write a "test-profile" that does echo client-server with threads;
751         profile reveals lock contention, memcpy/realloc of buffers, and
752         UTF-8 validation as hot spots. 20% of lock contention eliminated
753         with dbus_atomic_inc/dec implementation on x86.  Much remaining
754         contention is global mempool locks for GList and DBusList.
755
756         * dbus/dbus-sysdeps.c (_dbus_atomic_inc, _dbus_atomic_dec): add
757         x86 implementation
758
759         * dbus/dbus-connection.c (struct DBusConnection): use
760         dbus_atomic_t for the reference count
761
762         * dbus/dbus-message.c (struct DBusMessage): declare
763         dbus_atomic_t values as volatile
764
765         * configure.in: code to detect ability to use atomic integer
766         operations in assembly, from GLib patch
767
768         * dbus/dbus-internals.c (_dbus_verbose_real): call getpid every
769         time, tired of it being wrong in threads and forked processes
770
771         * glib/test-profile.c: a little program to bounce messages back
772         and forth between threads and eat CPU
773
774         * dbus/dbus-connection.c: add debug spew macros for debugging
775         thread locks; include config.h at top; fix deadlock in
776         dbus_connection_flush()
777
778 2003-05-08  Havoc Pennington  <hp@pobox.com>
779
780         * dbus/dbus-spawn.c: s/_exit/exit/ because it was keeping gcov
781         data from getting written, and there wasn't a good reason to
782         use _exit really.
783
784         * test/decode-gcov.c (mark_inside_dbus_build_tests): don't count
785         dbus_verbose lines in test coverage
786         (main): add list of functions sorted by # of untested blocks
787         to the coverage report
788
789         * dbus/dbus-mempool.c: put some test-only code in DBUS_BUILD_TESTS
790
791         * dbus/dbus-marshal.c (_dbus_marshal_test): extend test coverage
792
793         * dbus/dbus-message-handler.c (_dbus_message_handler_test):
794         extend test coverage
795
796         * test/data/auth/cancel.auth-script: test canceling an
797         authentication
798
799         * dbus/Makefile.am: remove dbus-server-debug.[hc] for now, as they
800         aren't used. in CVS history if we end up needing them.
801
802 2003-05-04  Havoc Pennington  <hp@pobox.com>
803
804         * dbus/dbus-message-handler.c (_dbus_message_handler_test): add
805         unit test
806
807         * dbus/dbus-marshal.c (_dbus_demarshal_string_array): fix this
808         function, which assumed length was in # of strings, not bytes
809
810         * dbus/dbus-message.c (_dbus_message_test): add tests for some
811         missing coverage
812
813         * dbus/dbus-connection.c
814         (_dbus_connection_queue_received_message): disable function for
815         now, we are only using it in test mode
816
817         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
818         remove a mistaken FIXME
819
820 2003-05-04  Havoc Pennington  <hp@pobox.com>
821
822         * dbus/dbus-connection.c (dbus_connection_preallocate_send):
823         unlock mutex on successful return, patch from Anders Gustafsson
824
825 2003-05-04  Havoc Pennington  <hp@pobox.com>
826
827         * dbus-glib-1.pc.in (Requires): fix dependencies, from
828         Anders Gustafsson
829
830 2003-05-04  Havoc Pennington  <hp@pobox.com>
831
832         * tools/dbus-launch.c: implement
833
834         * bus/main.c (main), bus/bus.c (bus_context_new):
835         implement --print-pid and --fork
836
837 2003-05-03  Havoc Pennington  <hp@redhat.com>
838
839         * dbus/dbus-address.c (dbus_parse_address): fix bug when a key in
840         the address had no value, and add to test suite. Fix and
841         regression test from Miloslav Trmac
842
843 2003-05-03  Havoc Pennington  <hp@pobox.com>
844
845         * dbus/dbus-watch.c (dbus_watch_handle): warn and return if a
846         watch is invalid when handled
847
848         * tools/Makefile.am, tools/dbus-launch.c, tools/dbus-launch.1: add
849         dbus-launch utility to launch the bus from a shell script.  Didn't
850         actually implement dbus-launch yet, it's just a placeholder still.
851
852 2003-05-03  Havoc Pennington  <hp@pobox.com>
853
854         * bus/Makefile.am, bus/dbus-daemon-1.1.in: man page for the
855         daemon; also documents daemon config file, so replaces
856         doc/config-file.txt. Corrected some stuff from config-file.txt in
857         the process of moving it.
858
859 2003-05-03  Havoc Pennington  <hp@pobox.com>
860
861         * tools/Makefile.am, tools/dbus-send.1, tools/dbus-monitor.1:
862         add some man pages
863
864 2003-05-03  Colin Walters  <walters@verbum.org>
865
866         * dbus/dbus-sysdeps.c (fill_user_info): Test against
867         DBUS_UID_UNSET to determine whether to do a uid lookup or not.
868
869         * Makefile.am: Update to use new .pc versioning scheme.
870
871 2003-05-02  Havoc Pennington  <hp@redhat.com>
872
873         * bus/system.conf.in: allow send/receive to/from message bus
874         service
875
876 2003-04-30  Havoc Pennington  <hp@redhat.com>
877
878         * configure.in: print a note when building with unit tests and
879         without assertions
880
881 2003-04-30  Havoc Pennington  <hp@redhat.com>
882
883         * Makefile.am: add a check-local that complains if you didn't
884         configure with --enable-tests
885
886 2003-04-29  Havoc Pennington  <hp@redhat.com>
887
888         * glib/dbus-gmain.c: docs cleanups
889
890         * dbus/dbus-types.h: add docs on int64 types
891
892         * dbus/dbus-memory.c: fix docs to avoid putting private API in
893         public API docs section
894
895 2003-04-29  Havoc Pennington  <hp@redhat.com>
896
897         * dbus-1.pc.in, dbus-glib-1.pc.in: rename these from
898         dbus-1.0.pc.in, dbus-glib-1.0.pc.in. As these change with the
899         parallel install API version, not with the D-BUS package version.
900
901         * HACKING: move some of README over here
902
903         * README: updates, and document API/ABI policy
904
905         * configure.in: reindentation
906
907 2003-04-29  Havoc Pennington  <hp@redhat.com>
908
909         * dbus/dbus.h: add "you have to define DBUS_API_SUBJECT_TO_CHANGE
910         to use this library" to be sure people have the right
911         expectations.
912
913 2003-04-28  Havoc Pennington  <hp@redhat.com>
914
915         * configure.in: add --enable-docs which by default is auto yes if
916         doxygen and db2html found, no otherwise; but can be forced on/off
917
918         * doc/Makefile.am: conditionalize whether to build docs on
919         --enable-docs
920
921 2003-04-28  Havoc Pennington  <hp@redhat.com>
922
923         * configure.in: 0.10
924
925         * NEWS: update
926
927         * bus/system.conf.in: add <includedir>system.d</includedir>
928
929         * dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
930         username was provided but not uid
931
932         * bus/config-parser.c (struct BusConfigParser): keep track of
933         whether the parser is toplevel or was included; change some
934         of the error handling if it's included.
935
936 2003-04-27  Havoc Pennington  <hp@pobox.com>
937
938         Unbreak my code...
939
940         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
941         report correct status if we finish processing authentication
942         inside this function.
943
944         * bus/activation.c (try_send_activation_failure): use
945         bus_transaction_send_error_reply
946
947         * bus/connection.c (bus_connection_get_groups): return an error
948         explaining the problem
949
950         * bus/bus.c (bus_context_check_security_policy): implement
951         restriction here that inactive connections can only send the
952         hello message. Also, allow bus driver to send anything to
953         any recipient.
954
955         * bus/connection.c (bus_connection_complete): create the
956         BusClientPolicy here instead of on-demand.
957         (bus_connection_get_policy): don't return an error
958
959         * dbus/dbus-message.c (dbus_message_new_error_reply): allow NULL
960         sender field in message being replied to
961
962         * bus/bus.c (bus_context_check_security_policy): fix silly typo
963         causing it to return FALSE always
964
965         * bus/policy.c (bus_client_policy_check_can_send): fix bug where
966         we checked sender rather than destination
967
968 2003-04-25  Havoc Pennington  <hp@redhat.com>
969
970         test suite is slightly hosed at the moment, will fix soon
971
972         * bus/connection.c (bus_connections_expire_incomplete): fix to
973         properly disable the timeout when required
974         (bus_connection_set_name): check whether we can remove incomplete
975         connections timeout after we complete each connection.
976
977         * dbus/dbus-mainloop.c (check_timeout): fix this up a bit,
978         probably still broken.
979
980         * bus/services.c (bus_registry_acquire_service): implement max
981         number of services owned, and honor allow/deny rules on which
982         services a connection can own.
983
984         * bus/connection.c (bus_connection_get_policy): report errors here
985
986         * bus/activation.c: implement limit on number of pending
987         activations
988
989 2003-04-25  Havoc Pennington  <hp@redhat.com>
990
991         * dbus/dbus-transport.c (_dbus_transport_get_unix_user): fix bug
992         where we used >= 0 instead of != DBUS_UID_UNSET.
993
994 2003-04-25  Havoc Pennington  <hp@redhat.com>
995
996         * glib/dbus-gmain.c (remove_watch): fix for a crash when watches
997         were toggled without add/remove, fix from Anders Gustafsson
998
999 2003-04-24  Havoc Pennington  <hp@redhat.com>
1000
1001         * test/data/valid-config-files/basic.conf: add <limit> tags to
1002         this test
1003
1004         * bus/config-parser.h, bus/config-parser.c, bus/bus.c: Implement
1005         <limit> tag in configuration file.
1006
1007 2003-04-24  Havoc Pennington  <hp@redhat.com>
1008
1009         * bus/dispatch.c: somehow missed some name_is
1010
1011         * dbus/dbus-timeout.c (_dbus_timeout_set_enabled)
1012         (_dbus_timeout_set_interval): new
1013
1014         * bus/connection.c (bus_connections_setup_connection): record time
1015         when each connection is first set up, and expire them after the
1016         auth timeout passes.
1017
1018 2003-04-24  Havoc Pennington  <hp@redhat.com>
1019
1020         * dbus/dbus-message.c (dbus_message_name_is): rename
1021         (dbus_message_service_is): rename
1022         (dbus_message_sender_is): rename
1023         (dbus_message_get_service): rename
1024
1025 2003-04-24  Havoc Pennington  <hp@redhat.com>
1026
1027         * configure.in: add --enable-checks
1028
1029         * dbus/dbus-message.c (dbus_message_new): reverse name/service arguments
1030
1031         * dbus/dbus-connection.c (dbus_connection_preallocate_send): fix
1032         to use thread locks.
1033         (_dbus_connection_handler_destroyed_locked): move some private
1034         functions into proper docs group
1035
1036         * dbus/dbus-internals.h: add _dbus_return_if_fail,
1037         _dbus_return_val_if_fail
1038
1039         Throughout: use dbus_return_if_fail
1040
1041 2003-04-23  James Willcox  <jwillcox@gnome.org>
1042
1043         * glib/dbus-glib.h:
1044         * glib/dbus-gmain.c: (add_timeout), (wakeup_main), (create_source),
1045         (dbus_connection_setup_with_g_main),
1046         (dbus_server_setup_with_g_main):
1047         * glib/test-dbus-glib.c: (main):
1048         * glib/test-thread-client.c: (main):
1049         * glib/test-thread-server.c: (new_connection_callback), (main):
1050         * tools/dbus-monitor.c: (main):
1051
1052         Added a GMainContext argument to dbus_connection_setup_with_g_main()
1053         and dbus_server_setup_with_g_main().
1054
1055 2003-04-20  Havoc Pennington  <hp@pobox.com>
1056
1057         * doc/dbus-specification.sgml: document the restrictions on
1058         message and service names
1059
1060 2003-04-22  Havoc Pennington  <hp@redhat.com>
1061
1062         * dbus/dbus-message.c, dbus/dbus-marshal.c: add 64-bit integer
1063         support, and do some code cleanups to share more code and
1064         speed up array marshal/demarshal.
1065
1066         * dbus-1.0.pc.in (Cflags): put libdir include file in cflags
1067
1068         * configure.in: generate dbus-arch-deps.h
1069
1070         * dbus/dbus-protocol.h (DBUS_TYPE_INT64, DBUS_TYPE_UINT64): add
1071         64-bit typecodes
1072
1073 2003-04-22  Havoc Pennington  <hp@redhat.com>
1074
1075         * test/data/valid-messages/opposite-endian.message: fix test
1076         to use proper type for rply field
1077
1078         * test/data/invalid-messages: add tests for below validation
1079
1080         * dbus/dbus-message.c (decode_header_data): validate field types,
1081         and validate that named fields are valid names
1082         (decode_name_field): consider messages in the
1083         org.freedesktop.Local. namespace to be invalid.
1084
1085         * dbus/dbus-string.c (_dbus_string_validate_name): new
1086
1087 2003-04-19  Havoc Pennington  <hp@pobox.com>
1088
1089         * bus/driver.c (bus_driver_handle_hello): check limits and
1090         return an error if they are exceeded.
1091
1092         * bus/connection.c: maintain separate lists of active and inactive
1093         connections, and a count of each. Maintain count of completed
1094         connections per user. Implement code to check connection limits.
1095
1096         * dbus/dbus-list.c (_dbus_list_unlink): export
1097
1098         * bus/bus.c (bus_context_check_security_policy): enforce a maximum
1099         number of bytes in the message queue for a connection
1100
1101 2003-04-18  Havoc Pennington  <hp@pobox.com>
1102
1103         * dbus/dbus-auth.c (record_mechanisms): memleak fixes
1104
1105         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): fix some
1106         memleaks
1107
1108         * dbus/dbus-keyring.c (add_new_key): fix a memleak, and
1109         on realloc be sure to update the pointer in the keyring
1110
1111         * dbus/dbus-string.c (_dbus_string_zero): compensate for align
1112         offset to avoid writing to unallocated memory
1113
1114         * dbus/dbus-auth.c (process_rejected): return FALSE if we fail to
1115         try the next mechanism, so we properly handle OOM
1116
1117         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): fix double-free
1118         on OOM.
1119         (_dbus_keyring_new): fix OOM bug
1120         (_dbus_keyring_new_homedir): always set error; impose a maximum
1121         number of keys we'll load from the file, mostly to speed up the
1122         test suite and make its OOM checks more useful, but also for
1123         general sanity.
1124
1125         * dbus/dbus-auth.c (process_error_server): reject authentication
1126         if we get an error from the client
1127         (process_cancel): on cancel, send REJECTED, per the spec
1128         (process_error_client): send CANCEL if we get an error from the
1129         server.
1130
1131 2003-04-18  Havoc Pennington  <hp@pobox.com>
1132
1133         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix UMR in verbose
1134         debug spew
1135
1136         * dbus/dbus-auth.c (handle_client_data_cookie_sha1_mech): fix OOM
1137         handling problem
1138
1139         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): only whine
1140         about DBUS_TEST_HOMEDIR once
1141
1142         * bus/Makefile.am (TESTS_ENVIRONMENT): put DBUS_TEST_HOMEDIR in
1143         the environment
1144
1145         * bus/dispatch.c (bus_dispatch_sha1_test): actually load sha1
1146         config file so we test the right thing
1147
1148         Throughout: assorted docs improvements
1149
1150 2003-04-18  Havoc Pennington  <hp@pobox.com>
1151
1152         * glib/dbus-gmain.c: adapt to watch changes
1153
1154         * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
1155
1156         * dbus/dbus-server.h: remove dbus_server_handle_watch
1157
1158         * dbus/dbus-connection.h: remove dbus_connection_handle_watch
1159
1160         * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
1161         like DBusTimeout, so we don't need dbus_connection_handle_watch
1162         etc.
1163
1164 2003-04-17  Havoc Pennington  <hp@redhat.com>
1165
1166         * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
1167         database usage so it all goes via the DBusUserDatabase cache.
1168
1169 2003-04-17  Havoc Pennington  <hp@redhat.com>
1170
1171         * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
1172         there was an OOM watch we skipped, we always return TRUE so we
1173         iterate again to have a look at it again. Fixes test suite hang.
1174         Code rearrangement also lets us lose some memset and only iterate
1175         over callbacks once.
1176
1177         * bus/driver.c (bus_driver_handle_message): sense of test for
1178         reply was backward
1179
1180 2003-04-16  Havoc Pennington  <hp@pobox.com>
1181
1182         * doc/dbus-specification.sgml: make spec say serials are unsigned
1183
1184         * dbus/dbus-message.h: change message serials to unsigned
1185
1186         * dbus/dbus-connection.c: adapt to message serials being unsigned
1187
1188 2003-04-15  Havoc Pennington  <hp@pobox.com>
1189
1190         * bus/bus.c: create and keep around a shared DBusUserDatabase
1191         object.
1192
1193         * bus/connection.c (bus_connection_get_groups): don't cache
1194         groups for user in the connection object, since user database
1195         object now does that.
1196
1197 2003-04-16  Havoc Pennington  <hp@redhat.com>
1198
1199         * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
1200         list of size counters
1201         (_dbus_message_loader_putback_message_link): put back a popped link
1202
1203         * dbus/dbus-connection.c
1204         (dbus_connection_set_max_live_messages_size): rename
1205         max_received_size
1206         (dbus_connection_get_outgoing_size): get size of outgoing
1207         queue
1208         (_dbus_connection_set_connection_counter): remove this cruft
1209
1210 2003-04-14  Havoc Pennington  <hp@redhat.com>
1211
1212         * dbus/dbus-userdb.c: user database abstraction, mostly to get
1213         caching, but at some point we might want to be able to use a
1214         different database.
1215
1216         * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
1217         SHA1 conf file to test the sha1 auth mechanism, since the regular
1218         test always uses EXTERNAL when available.
1219
1220         * configure.in,
1221         test/data/valid-config-files/debug-allow-all-sha1.conf.in:
1222         add conf file that requires use of sha1 auth
1223
1224 2003-04-13  Havoc Pennington  <hp@pobox.com>
1225
1226         * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
1227         from Philip Blundell to send messages and monitor them.
1228
1229 2003-04-13  Havoc Pennington  <hp@pobox.com>
1230
1231         * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
1232         callbacks
1233
1234         * test/data/valid-config-files/debug-allow-all.conf.in: allow all
1235         users
1236
1237         * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
1238         fix to only recover unused bytes if we're already authenticated
1239         (_dbus_transport_get_is_authenticated): fix to still mark us
1240         authenticated if there are unused bytes.
1241
1242         * bus/dispatch.c: implement security policy checking
1243
1244         * bus/connection.c (bus_transaction_send_from_driver): new
1245
1246         * bus/bus.c (bus_context_check_security_policy): new
1247
1248         * bus/dispatch.c (send_service_nonexistent_error): delete this,
1249         now we just set the DBusError and it gets converted to an error
1250         reply.
1251
1252         * bus/connection.c (allow_user_function): enable code using actual
1253         data from the config file
1254
1255         * bus/policy.c (list_allows_user): handle wildcard rules for
1256         user/group connection perms
1257
1258 2003-04-13  Havoc Pennington  <hp@pobox.com>
1259
1260         * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
1261
1262         * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
1263
1264         * bus/policy.c (bus_policy_append_mandatory_rule)
1265         (bus_policy_append_default_rule, bus_policy_append_user_rule)
1266         (bus_policy_append_group_rule): new functions
1267
1268 2003-04-12  Havoc Pennington  <hp@pobox.com>
1269
1270         * bus/config-parser.c (bus_config_parser_new): fix a memleak
1271
1272         * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
1273         the pid/gid/uid, just for paranoia.
1274
1275         * test/break-loader.c (randomly_do_n_things): find a byte
1276         containing a type code, and randomly change it to a different
1277         type code.
1278
1279 2003-04-12  Havoc Pennington  <hp@pobox.com>
1280
1281         * bus/policy.h: change BusPolicy to be the thing from the config
1282         file, and rename old BusPolicy to BusClientPolicy
1283
1284         * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
1285         match change in how policy works
1286
1287         * dbus/dbus-internals.h: mark assert_not_reached as
1288         __attribute((noreturn))__
1289
1290 2003-04-11  Havoc Pennington  <hp@redhat.com>
1291
1292         * doc/dbus-specification.sgml: fix a spot with the wrong name for
1293         the broadcast service. Use boolean return for ServiceExists.
1294
1295 2003-04-11  Havoc Pennington  <hp@redhat.com>
1296
1297         * configure.in: add another directory to look for qt in.
1298
1299 2003-04-11  Havoc Pennington  <hp@redhat.com>
1300
1301         * AUTHORS: add Colin Walters
1302
1303 2003-04-11  Havoc Pennington  <hp@redhat.com>
1304
1305         * NEWS: update
1306
1307         * configure.in: 0.9
1308
1309 2003-04-11  Havoc Pennington  <hp@redhat.com>
1310
1311         * bus/messagebus.in: remove pid file when stopping the
1312         message bus, since the bus won't have privileges to remove it
1313         itself.
1314
1315 2003-04-11  Havoc Pennington  <hp@redhat.com>
1316
1317         * bus/bus.c (bus_context_new): move credentials change after
1318         creating pidfile
1319
1320 2003-04-11  Havoc Pennington  <hp@pobox.com>
1321
1322         * test/decode-gcov.c: add "below average functions" to the
1323         coverage report, and change how some of the code works.
1324
1325         * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
1326         not in the coverage stats.
1327
1328         * test/test-service.c (main): use _dbus_verbose not fprintf in a
1329         couple places so running the test suite doesn't result in megaspam.
1330
1331 2003-04-11  Havoc Pennington  <hp@pobox.com>
1332
1333         * bus/dispatch.c (check_existent_service_activation): accept a no
1334         memory error in a place we didn't before
1335
1336         * bus/test.c (bus_test_run_everything): remove hacky "do it twice
1337         in case the first one failed," since the test suite is less
1338         broken now.
1339
1340 2003-04-10  Havoc Pennington  <hp@pobox.com>
1341
1342         * bus/dispatch.c (check_segfault_service_activation): add test
1343         for launching an executable that just crashes.
1344
1345         * test/test-segfault.c (main): try setting coredumpsize to 0 so we
1346         don't leave a million cores. We'll see how portable this is.
1347
1348 2003-04-10  Havoc Pennington  <hp@pobox.com>
1349
1350         * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
1351         the possible parent failures before we fork, so that we don't
1352         fail to create a babysitter after creating the child.
1353
1354         * bus/activation.c (bus_activation_activate_service): kill child
1355         if we don't successfully complete the activation.
1356
1357 2003-04-10  Havoc Pennington  <hp@redhat.com>
1358
1359         * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
1360         the connection if it's disconnected
1361
1362         * bus/activation.c (bus_activation_service_created): use new
1363         transaction features to roll back removal of pending activation if
1364         we don't successfully create the service after all. Don't remove
1365         pending activation if the function fails.
1366
1367         * dbus/dbus-list.c (_dbus_list_insert_before_link)
1368         (_dbus_list_insert_after_link): new code to facilitate
1369         services.c fixes
1370
1371         * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
1372         new functionality, so we can preallocate the ability to insert
1373         into a hash table.
1374
1375         * bus/connection.c (bus_transaction_add_cancel_hook): new function
1376         allowing us to put custom hooks in a transaction to be used for
1377         cancelling said transaction
1378
1379         * doc/dbus-specification.sgml: add some discussion of secondary
1380         service owners, and disallow zero-length service names
1381
1382         * bus/services.c (bus_registry_acquire_service): new function,
1383         splits out part of bus_driver_handle_acquire_service() and fixes
1384         a bug where we didn't remove the service doing the acquiring
1385         from the secondary queue if we failed to remove the current owner
1386         from the front of the queue.
1387
1388 2003-04-10  Alexander Larsson  <alexl@redhat.com>
1389
1390         * doc/dbus-specification.sgml:
1391         s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
1392
1393 2003-04-10  Alexander Larsson  <alexl@redhat.com>
1394
1395         * bus/.cvsignore:
1396         * glib/.cvsignore:
1397         * test/.cvsignore:
1398         Added files to cvsignore
1399
1400         * dbus/dbus-message.h:
1401         * dbus/dbus-message.c: (dbus_message_iter_get_named):
1402         Make get_named() take two out argument and return a boolean.
1403         (dbus_message_iter_get_args_valist):
1404         Update usage of get_named().
1405         (dbus_message_iter_append_byte):
1406         Fix typo
1407         (dbus_message_iter_append_named)
1408         Fix typo
1409         (message_iter_test), (check_message_handling_type), (_dbus_message_test):
1410         More tests.
1411
1412 2003-04-10  Alexander Larsson  <alexl@redhat.com>
1413
1414         * dbus/dbus-marshal.[ch]:
1415         Add array_type_pos argument to _dbus_marshal_validate_arg.
1416         Let you pass a NULL end_pos to _dbus_marshal_validate_type.
1417
1418         * dbus/dbus-message.[ch]:
1419         Multi-dimensional arrays have full type specification in the
1420         outermost array. Iter code re-arranged to handle this.
1421         Added some more iter tests.
1422
1423         * doc/dbus-specification.sgml:
1424         Add me to authors.
1425         Remove old FIXME.
1426         Update new array encoding description.
1427         Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
1428
1429         * test/data/invalid-messages/array-with-mixed-types.message:
1430         * test/data/valid-messages/array-of-array-of-uint32.message:
1431         Change to the new array format.
1432
1433         * test/data/invalid-messages/too-short-dict.message:
1434         Fix bug in test.
1435
1436         * test/data/valid-messages/recursive-types.message:
1437         Fix up and extend test.
1438
1439 2003-04-10  Havoc Pennington  <hp@pobox.com>
1440
1441         * bus/dispatch.c: lots of fixes
1442
1443         * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
1444         (_dbus_loop_iterate): remove old "quit if no callbacks" code,
1445         that was crack, broke the test service.
1446
1447         * dbus/dbus-transport.c (_dbus_transport_open): fix error
1448         handling to avoid piling up errors if we get a failure on the
1449         first address.
1450
1451         * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
1452         pid in assertion failures.
1453
1454         * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
1455         to some fixed size of file descriptor array. Don't return TRUE
1456         anytime a timeout exists, that led to lots of busy loop silliness
1457         in the tests.
1458
1459 2003-04-09  Havoc Pennington  <hp@redhat.com>
1460
1461         * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
1462         I'd checked this in earlier but hadn't.
1463
1464 2003-04-09  Havoc Pennington  <hp@redhat.com>
1465
1466         * bus/dispatch.c (bus_dispatch_test): get a bit further through
1467         the activation test (man this is getting old!)
1468
1469 2003-04-09  Havoc Pennington  <hp@redhat.com>
1470
1471         * test/test-utils.c: use dispatch status function to fix this up
1472
1473         * bus/connection.c (connection_watch_callback): don't dispatch
1474         from here
1475         (connection_timeout_callback): don't dispatch from here
1476         (bus_connections_setup_connection): set the dispatch status function
1477         (bus_connection_disconnected): unset it
1478
1479         * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
1480         used to add a connection to be dispatched
1481         (_dbus_loop_iterate): do the dispatching at the end of each
1482         iteration
1483
1484         * dbus/dbus-connection.c
1485         (dbus_connection_set_dispatch_status_function): new function
1486         allowing us to fix up main loop usage
1487         (_dbus_connection_last_unref): free all the various function
1488         user data
1489         (dbus_connection_dispatch): call the DispatchStatusFunction
1490         whenever this function returns
1491         (dbus_connection_handle_watch): call DispatchStatusFunction
1492         (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
1493         (reply_handler_timeout): call DispatchStatusFunction
1494         (dbus_connection_flush): call DispatchStatusFunction
1495
1496 2003-04-09  Havoc Pennington  <hp@redhat.com>
1497
1498         * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
1499         a memory leak
1500
1501         * bus/dispatch.c (check_service_activated): fix bug in test
1502
1503         * dbus/dbus-mainloop.c (check_timeout): fix this up
1504
1505         * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
1506         verbose output so we can sort out output from different processes,
1507         e.g. in the activation case.
1508
1509 2003-04-08  Colin Walters  <walters@gnu.org>
1510
1511         * bus/bus.c (struct BusContext) [pidfile]: New member, to store
1512         the pid file.
1513         (bus_context_new): Set it.
1514         (bus_context_unref): Use it to delete the pid file.
1515
1516 2003-04-08  Havoc Pennington  <hp@redhat.com>
1517
1518         * test/data/invalid-messages/array-with-mixed-types.message:
1519         regression test that fails for the moment
1520
1521         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
1522         tests for convenience
1523
1524         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
1525         array of nil, it broke things.
1526
1527         * test/data/invalid-messages/array-of-nil.message: regression test
1528
1529         * test/data/valid-messages/array-of-array-of-uint32.message:
1530         happened to write this so added it to suite
1531
1532 2003-04-08  Havoc Pennington  <hp@redhat.com>
1533
1534         * bus/driver.c (bus_driver_handle_acquire_service): init
1535         retval/reply before checking name
1536
1537         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
1538         recursion depth argument
1539
1540         * dbus/dbus-message.h (struct DBusMessageIter): put some padding
1541         in the public struct for future extension
1542
1543         * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
1544         typo
1545
1546         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
1547         message
1548
1549         * doc/dbus-specification.sgml: fix typo
1550
1551 2003-04-08  Alexander Larsson  <alexl@redhat.com>
1552
1553         Implemented recursive types, named types and new-style iters
1554
1555         * bus/driver.c:
1556         * glib/test-thread-client.c: (thread_func):
1557         * glib/test-thread-server.c: (handle_test_message):
1558         * test/test-service.c: (handle_echo):
1559         Update to new api
1560
1561         * dbus/Makefile.am:
1562         * dbus/dbus-dict.c:
1563         * dbus/dbus-dict.h:
1564         * dbus/dbus.h
1565         Remove DBusDict
1566
1567         * dbus/dbus-internals.c: (_dbus_type_to_string):
1568         Update for new types.
1569
1570         * dbus/dbus-marshal.[ch]:
1571         Implement recursive types and the new marshalling format.
1572         Remove hardcoded dict marshalling.
1573         Marshal named types.
1574
1575         * dbus/dbus-message-builder.c:
1576         Add BYTE_ARRAY.
1577         Remove references to old types
1578
1579         * dbus/dbus-message.[ch]:
1580         New non-refcounted iter API that supports recursive iters.
1581         Use iters for appending, including support for recursive
1582         iters.
1583         Add byte and named type support.
1584         Update everything to new marshalling formats.
1585         Add tests for new API.
1586
1587         * dbus/dbus-protocol.h:
1588         Remove old array types.
1589         Add types: BYTE, ARRAY, DICT, NAMED
1590
1591         * dbus/dbus-string.c:
1592         * dbus/dbus-sysdeps.c:
1593         Make parse_double locale safe.
1594
1595         * dbus/dbus-test-main.c:
1596         Call setlocale.
1597
1598         * dbus/dbus-test.c:
1599         Kill dict test
1600
1601         * doc/dbus-specification.sgml:
1602         Update spec
1603
1604         * test/data/incomplete-messages/missing-body.message:
1605         * test/data/invalid-messages/bad-boolean.message:
1606         * test/data/invalid-messages/bad-boolean-array.message:
1607         * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
1608         * test/data/invalid-messages/boolean-has-no-value.message-raw:
1609         * test/data/invalid-messages/too-short-dict.message:
1610         * test/data/valid-messages/dict-simple.message:
1611         * test/data/valid-messages/dict.message:
1612         * test/data/valid-messages/emptiness.message:
1613         * test/data/valid-messages/lots-of-arguments.message:
1614         * test/data/valid-messages/no-padding.message:
1615         * test/data/valid-messages/recursive-types.message:
1616         Add missing NAME fields
1617         Fix up dicts & arrays
1618
1619         * test/data/invalid-messages/dict-with-nil-value.message:
1620         Removed, this is not invalid anymore.
1621
1622         * test/data/valid-messages/recursive-types.message:
1623         Add new test for deeply recursive types.
1624
1625 2003-04-07  Havoc Pennington  <hp@pobox.com>
1626
1627         * bus/driver.c (bus_driver_handle_acquire_service): return an
1628         error if you try to acquire a service that starts with ':'
1629
1630 2003-04-07  Havoc Pennington  <hp@redhat.com>
1631
1632         * doc/dbus-specification.sgml: require that base service names
1633         start with ':' and that the base service is created/deleted
1634         as first and last things a connection does on the bus
1635
1636         * bus/dispatch.c (check_existent_service_activation): lots more
1637         work on the activation test; it doesn't fully pass yet...
1638
1639         * test/test-service.c (main): fix so we don't memleak the
1640         connection to the message bus
1641         (filter_func): accept a message asking us to exit
1642
1643 2003-04-06  Havoc Pennington  <hp@pobox.com>
1644
1645         * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
1646         from Colin Walters
1647
1648         * configure.in: fixes to Qt detection from Colin Walters
1649
1650         * doc/Makefile.am: Only remove generated docbook dirs if they
1651         exist, from Colin Walters
1652
1653         * dbus/dbus-bus.c: change how we set well-known connections to
1654         NULL, so that it works if a single connection is stored in
1655         two well-known array slots.
1656
1657         * test/Makefile.am: remove a lot of stuff that isn't immediately
1658         useful, it's in CVS history if we want it.
1659
1660         * test/test-service.c: use dbus-mainloop instead of that
1661         watch.[hc] crack
1662
1663 2003-04-06  Havoc Pennington  <hp@pobox.com>
1664
1665         * dbus/Makefile.am: split lists of sources into stuff that goes in
1666         the library, util functions that go in the lib and are also used
1667         elsewhere, and util functions that are used in tests/daemon but
1668         don't go in the lib.
1669
1670         * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
1671         here so it can be used in test binaries also
1672
1673 2003-04-06  Havoc Pennington  <hp@pobox.com>
1674
1675         * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
1676         here in the parent process, so we can return an error if it
1677         fails. Also, move some of the code into the child so the parent
1678         is less hosed if we fail midway through.
1679
1680         * bus/bus.c (bus_context_new): move pidfile detection further up
1681         in the function, before we start overwriting sockets and such.
1682
1683         * bus/messagebus.in: adjust this a bit, not sure if it will work.
1684
1685         * configure.in: add --with-system-pid-file and --with-system-socket
1686
1687 2003-04-06  Colin Walters  <walters@verbum.org>
1688
1689         * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
1690
1691         * bus/system.conf.in: Declare a pidfile.
1692
1693         * bus/bus.c (bus_context_new): Test for an existing pid file, and
1694         create one (if appropriate).
1695
1696         * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
1697         (struct BusConfigParser) [pidfile]: New.
1698         (element_type_to_name, merge_included, start_busconfig_child)
1699         (bus_config_parser_end_element, bus_config_parser_content): Handle it.
1700         (bus_config_parser_unref): Free it.
1701         (bus_config_parser_get_pidfile): New function.
1702
1703         * bus/config-parser.h (_dbus_write_pid_file): Prototype.
1704
1705         * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
1706
1707         * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
1708
1709         * dbus/dbus-sysdeps.h: Prototype it.
1710
1711 2003-04-06  Havoc Pennington  <hp@pobox.com>
1712
1713         * bus/bus.c (bus_context_new): print the address in here, rather
1714         than in main(), because we need to do it before forking the daemon
1715
1716         * bus/dispatch.c (send_service_nonexistent_error): set the sender
1717         on the service nonexistent error
1718
1719         * bus/driver.c (bus_driver_handle_acquire_service): set the
1720         sender on the AcquireService reply
1721
1722         * test/data/valid-config-files/debug-allow-all.conf.in: Make test
1723         server also listen on a UNIX socket so services can connect to it.
1724
1725 2003-04-06  Havoc Pennington  <hp@pobox.com>
1726
1727         * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
1728         so it detects deadlocks and also we actually init threads when
1729         debugging.
1730
1731 2003-04-06  Havoc Pennington  <hp@pobox.com>
1732
1733         * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
1734         save the domain socket name, and unlink it when we disconnect the
1735         server. Means that at least when we exit normally, we won't leave
1736         a bunch of junk in /tmp
1737
1738         * dbus/dbus-transport-unix.c
1739         (_dbus_transport_new_for_domain_socket): code cleanup (nicer
1740         memory management). (I was making a real change here but then
1741         didn't)
1742
1743 2003-04-06  Havoc Pennington  <hp@pobox.com>
1744
1745         * bus/bus.c (bus_context_new): fix wrong handling of
1746         server_data_slot_unref() in the error case.
1747
1748         * dbus/dbus-internals.h (_dbus_assert): change so it passes
1749         "(condition) != 0" to _dbus_real_assert so that
1750         "_dbus_assert (pointer)" doesn't cause a warning
1751
1752         * bus/main.c (main): accept --print-address option to print out
1753         the message bus address
1754
1755         * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
1756
1757         * dbus/dbus-transport.c (_dbus_transport_open): special error for
1758         "tmpdir" option to unix: address on client side
1759
1760         * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
1761         to unix: address
1762
1763         * configure.in (TEST_SOCKET_DIR): locate a temporary directory
1764         we can use to create sockets in the test suite.
1765
1766         * bus/main.c (signal_handler): on SIGTERM, exit the daemon
1767         cleanly. To be used for testing.
1768
1769         * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
1770
1771         * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
1772
1773         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
1774         handle trying to call this when there's no servers active
1775
1776 2003-04-05  Havoc Pennington  <hp@pobox.com>
1777
1778         * NEWS: update
1779
1780         * configure.in: 0.8
1781
1782 2003-04-05  Havoc Pennington  <hp@pobox.com>
1783
1784         * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
1785         crash on startup. Need to get "try starting the daemon"
1786         in the test suite I guess. ;-)
1787
1788         * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
1789         tracked the number of open connections; it's better done in
1790         application-specific code as you want it to span all servers etc.
1791
1792 2003-04-05  Havoc Pennington  <hp@pobox.com>
1793
1794         * bus/Makefile.am (install-data-hook): add missing DESTDIR,
1795         patch from Colin Walters
1796
1797 2003-04-05  Havoc Pennington  <hp@pobox.com>
1798
1799         * doc/config-file.txt (Elements): fix docs of <auth> to reflect
1800         reality; in fact multiple mechanisms are allowed.
1801
1802         * dbus/dbus-internals.c (_dbus_real_assert)
1803         (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
1804         _dbus_assert_not_reached() into functions, so that they don't show
1805         up in basic block counts for test coverage, and don't use up as
1806         much disk space. Does mean slower execution speed though, so
1807         assumes --disable-asserts is the normal production case.
1808
1809 2003-04-05  Havoc Pennington  <hp@pobox.com>
1810
1811         * test/Makefile.am (dist-hook): also dist *.in files
1812
1813         * NEWS: update
1814
1815         * configure.in: 0.7
1816
1817 2003-04-05  Havoc Pennington  <hp@pobox.com>
1818
1819         * dbus/dbus-string.c: docs warning
1820
1821         * dbus/dbus-spawn.c: missing docs
1822
1823         * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
1824
1825 2003-04-05  Havoc Pennington  <hp@pobox.com>
1826
1827         * bus/loop.c (bus_loop_iterate): fix the timeout code, using
1828         magic from GLib
1829
1830         * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
1831         to -1 once we've reaped the babysitter
1832         (_dbus_babysitter_handle_watch): do as much work as we can, not
1833         just one go of it
1834
1835         * bus/activation.c: add code using DBusBabysitter so that we
1836         handle it when a service fails to start up properly.
1837         (bus_activation_service_created): don't remove the activation
1838         entries as we go, just let them get removed when we free the pending
1839         activation. Unref reply messages after sending them.
1840
1841 2003-04-05  Havoc Pennington  <hp@pobox.com>
1842
1843         * test/decode-gcov.c (main): print per-directory stats in the report
1844
1845         * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
1846
1847 2003-04-05  Havoc Pennington  <hp@pobox.com>
1848
1849         * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
1850
1851         * test/decode-gcov.c: hack up a little program to suck data
1852         out of gcov files. Yes this is sort of silly.
1853
1854         * configure.in: define something in config.h and do an
1855         AM_CONDITIONAL when gcov is enabled
1856
1857 2003-04-04  Havoc Pennington  <hp@redhat.com>
1858
1859         * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
1860         return a "babysitter" object that is used to monitor the status of
1861         the spawned process and reap it when required.
1862
1863         * test/test-segfault.c, test/test-exit.c,
1864         test/test-sleep-forever.c: binaries that do various lame things,
1865         used in the test suite.
1866
1867         * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
1868
1869 2003-04-03  Havoc Pennington  <hp@pobox.com>
1870
1871         * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
1872         in preparation for modifying it, dbus-sysdeps is getting
1873         a bit unmanageable.
1874
1875 2003-04-03  Havoc Pennington  <hp@redhat.com>
1876
1877         * bus/loop.h, bus/loop.c: make the mainloop an object so we can
1878         have multiple ones
1879
1880         * bus/*.[hc]: adapt to mainloop change
1881
1882 2003-04-03  Havoc Pennington  <hp@redhat.com>
1883
1884         * bus/activation.c (load_directory): fix up memleaks
1885         (bus_activation_entry_free): free the entry
1886
1887         * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
1888         we get one from the message bus; fix memleaks.
1889
1890         * dbus/dbus-message.c (dbus_set_error_from_message): new function
1891
1892 2003-04-03  Havoc Pennington  <hp@pobox.com>
1893
1894         * bus/config-parser.c (bus_config_parser_unref): free
1895         list of mechanisms, bug discovered by test suite enhancements
1896         (putting system.conf and session.conf into suite)
1897
1898         * test/Makefile.am, test/test-service.c: add placeholder for a
1899         test service that we'll activate as part of test suite. Doesn't
1900         do anything yet.
1901
1902         * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
1903         setting NULL value, and use system malloc not dbus_malloc()
1904         when we have unavoidable memleakage.
1905
1906         * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
1907         didn't work, and support DBUS_BUS_ACTIVATION.
1908
1909         * bus/activation.c (child_setup): pass our well-known bus type to
1910         the child
1911
1912         * bus/config-parser.c: support <type> to specify well-known type
1913
1914         * doc/dbus-specification.sgml: document the env variables to
1915         locate well-known buses and find service activator
1916
1917 2003-04-02  Havoc Pennington  <hp@redhat.com>
1918
1919         * test/Makefile.am (all-local): add a rule to copy tests to
1920         builddir, so we can have generated tests. Use this to remove the
1921         silly hack for testing system.conf and session.conf. Will use this
1922         shortly to generate .service files pointing to test binaries.
1923
1924 2003-04-02  Havoc Pennington  <hp@redhat.com>
1925
1926         * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
1927         current alloc and needed new length, not max of the doubled
1928         allocation and needed new length. Also, when building tests,
1929         don't do the double-allocation stuff, just realloc every time.
1930
1931 2003-04-02  Havoc Pennington  <hp@redhat.com>
1932
1933         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
1934         in error messages
1935         (_dbus_string_get_dirname): new
1936         (_dbus_sysdeps_test): new
1937         (_dbus_directory_open): include dirnames in error messages
1938
1939         * bus/config-parser.c: interpret <include> and <includedir> and
1940         <servicedir> relative to config file location if the given
1941         filename is not absolute.
1942
1943         * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
1944
1945 2003-04-02  Havoc Pennington  <hp@redhat.com>
1946
1947         * bus/connection.c (bus_transaction_send_error_reply): set sender
1948         service for the error, and unref the reply on success
1949
1950         * bus/activation.c: convert to use BusTransaction so OOM can be
1951         handled correctly
1952         (bus_activation_service_created): set sender of the message
1953
1954 2003-04-01  Havoc Pennington  <hp@redhat.com>
1955
1956         * bus/config-parser.c, bus/bus.c: implement <servicedir> and
1957         <includedir> (at least mostly)
1958
1959         * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
1960         first, then the user ID
1961
1962 2003-04-01  Havoc Pennington  <hp@pobox.com>
1963
1964         * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
1965         function
1966
1967         * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
1968
1969         * dbus/dbus-internals.c (_dbus_dup_string_array): new function
1970
1971         * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
1972         socket 0777, and unlink any existing socket.
1973
1974         * bus/bus.c (bus_context_new): change our UID/GID and fork if
1975         the configuration file so specifies; set up auth mechanism
1976         restrictions
1977
1978         * bus/config-parser.c (bus_config_parser_content): add support
1979         for <fork> option and fill in code for <auth>
1980
1981         * bus/system.conf.in: add <fork/> to default configuration,
1982         and limit auth mechanisms to EXTERNAL
1983
1984         * doc/config-file.txt (Elements): add <fork>
1985
1986         * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
1987         (_dbus_change_identity): new function
1988
1989 2003-03-31  Havoc Pennington  <hp@redhat.com>
1990
1991         * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
1992         (_dbus_listen_unix_socket): fix off-by-one error in null
1993         termination spotted by Nalin
1994
1995 2003-03-31  Havoc Pennington  <hp@redhat.com>
1996
1997         * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
1998         DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
1999         having a real home directory available.
2000
2001 2003-03-31  Havoc Pennington  <hp@redhat.com>
2002
2003         * bus/Makefile.am (install-data-hook): create /var/run/dbus
2004
2005         * bus/messagebus.in: add init script for Red Hat /etc/init.d
2006
2007         * configure.in: add support for specifying a style of init script
2008         to install
2009
2010 2003-03-31  Havoc Pennington  <hp@redhat.com>
2011
2012         Fix some annoying DBusString API and fix all affected code.
2013
2014         * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
2015         max_length argument
2016         (_dbus_string_get_data): change to return string instead of using
2017         an out param
2018         (_dbus_string_get_const_data): ditto
2019         (_dbus_string_get_data_len): ditto
2020         (_dbus_string_get_const_data_len): ditto
2021
2022 2003-03-31  Havoc Pennington  <hp@redhat.com>
2023
2024         * bus/main.c (main): fix up the command line arguments to be nicer
2025
2026 2003-03-31  Havoc Pennington  <hp@redhat.com>
2027
2028         * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
2029         define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
2030         final location that lands in the config file
2031
2032         * bus/config-loader-expat.c (bus_config_load): fix type of
2033         XML_Parser variable
2034
2035         * doc/TODO: remove TODO item for dbus_bus_get()
2036
2037         * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
2038
2039 2003-03-31  Havoc Pennington  <hp@pobox.com>
2040
2041         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
2042         (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
2043         argument since they are always client side
2044
2045         * dbus/dbus-server.c (dbus_server_get_address): new function
2046
2047         * bus/main.c (main): take the configuration file as an argument.
2048
2049         * test/data/valid-config-files/debug-allow-all.conf: new file to
2050         use with dispatch.c tests for example
2051
2052         * bus/test-main.c (main): require test data dir
2053
2054         * bus/bus.c (bus_context_new): change this to take a
2055         configuration file name as argument
2056
2057         * doc/config-file.txt (Elements): add <servicedir>
2058
2059         * bus/system.conf, bus/session.conf: new files
2060
2061         * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
2062         well-known socket if none set
2063
2064         * configure.in: create system.conf and session.conf
2065
2066 2003-03-30  Havoc Pennington  <hp@pobox.com>
2067
2068         * bus/config-parser.c: hacking
2069
2070         * dbus/dbus-memory.c: don't use DBusList for the list of stuff
2071         to shut down, since it could cause weirdness with the DBusList
2072         lock
2073
2074         * dbus/dbus-list.c (_dbus_list_test): add tests for the
2075         link-oriented stack routines
2076         (alloc_link): free the mempool if the first alloc from it fails
2077
2078         * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
2079
2080         * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
2081         from GLib
2082         (_dbus_string_skip_white): new
2083
2084         * doc/config-file.txt (Elements): add <includedir>
2085
2086 2003-03-28  Havoc Pennington  <hp@pobox.com>
2087
2088         * dbus/dbus-string.c (_dbus_string_copy_data_len)
2089         (_dbus_string_copy_data): new functions
2090
2091 2003-03-28  Anders Carlsson  <andersca@codefactory.se>
2092
2093         * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
2094         * dbus/dbus-bus.h:
2095         Add dbus_bus_get.
2096
2097         * dbus/dbus-memory.c:
2098         Fix a doc comment.
2099
2100 2003-03-28  Havoc Pennington  <hp@pobox.com>
2101
2102         * bus/test.c (bus_test_flush_bus): remove the sleep from here,
2103         I think it may have just been superstition. Not sure.
2104
2105         * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
2106         failures that were not being handled.
2107
2108         * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
2109
2110         * dbus/dbus-memory.c: add ability to set number of mallocs in a
2111         row that will fail on out-of-memory.
2112
2113         * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
2114         function for testing out-of-memory handling.
2115
2116         * bus/config-loader-expat.c (memsuite): don't wrap the dbus
2117         allocation functions, they do map exactly to the expat ones.
2118
2119 2003-03-27  Havoc Pennington  <hp@redhat.com>
2120
2121         * bus/config-loader-libxml.c (bus_config_load): add another error
2122         check
2123
2124 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
2125
2126         * doc/TODO:
2127         Add note about automatic service activation.
2128
2129         * doc/dbus-specification.sgml:
2130         Rename the specification and clarify a few things.
2131
2132 2003-03-26  Anders Carlsson  <andersca@codefactory.se>
2133
2134         * Doxyfile.in:
2135         * dbus/dbus-address.c:
2136         * dbus/dbus-dict.c:
2137         * dbus/dbus-marshal.c:
2138         * dbus/dbus-server-debug-pipe.c:
2139         * dbus/dbus-transport-unix.c:
2140         Fix documentation warnings.
2141
2142 2003-03-26  Havoc Pennington  <hp@pobox.com>
2143
2144         * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
2145         after every test so it's quick and easy to see which leaked, and
2146         so we test multiple dbus_shutdown() calls
2147
2148         * configure.in: change configure.in XML stuff to also support
2149         expat
2150
2151         * config-loader-libxml.c: some hacking
2152
2153         * config-loader-expat.c: some hacking
2154
2155         * config-parser.c: some hacking, plus tests
2156
2157 2003-03-25  Havoc Pennington  <hp@redhat.com>
2158
2159         * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
2160
2161         * configure.in: add --with-xml option to specify XML library,
2162         right now only libxml is supported.
2163
2164         * bus/config-loader-libxml.c, config-parser.c: sync some minor
2165         nonworking code between home and work, still just stubs
2166
2167 2003-03-24  Havoc Pennington  <hp@redhat.com>
2168
2169         * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
2170         file
2171
2172         * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
2173         NULL argument for "message" if the error is a well-known one,
2174         fill in a generic message in this case.
2175
2176         * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
2177         favor of DBusError
2178
2179         * bus/test.c (bus_test_flush_bus): add
2180
2181         * bus/policy.c (bus_policy_test): test code stub
2182
2183 2003-03-24  Havoc Pennington  <hp@pobox.com>
2184
2185         * bus/connection.c (bus_connections_setup_connection): set up
2186         the "can this user connect" function, but it always returns
2187         TRUE until we have a config file parser so we can have a config
2188         file that allows connections.
2189
2190 2003-03-23  Havoc Pennington  <hp@pobox.com>
2191
2192         * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
2193         DBUS_BUILD_TESTS, actually alloc/free a block of memory for
2194         the mutex, so we can check for proper memory management
2195         and OOM handling.
2196
2197         * dbus/dbus-dataslot.c: remove the mutex from
2198         DBusDataSlotAllocator and lock it manually when using it,
2199         to simplify fitting it into the global slots framework.
2200
2201         * dbus/dbus-threads.c (init_static_locks): rework how we're
2202         handling global locks so they are easily shut down.
2203
2204         * bus/policy.c (bus_policy_append_rule): fix
2205
2206         * bus/test-main.c (main): check for memleaks
2207
2208         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
2209         test suite check for memleaks
2210
2211         * dbus/dbus-memory.c: add support in test mode for tracking
2212         number of outstanding blocks
2213
2214 2003-03-23  Havoc Pennington  <hp@pobox.com>
2215
2216         * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
2217         policies code
2218
2219         * dbus/dbus-hash.h: add ULONG hash keys
2220
2221         * dbus/dbus-sysdeps.c (_dbus_get_groups): new
2222         (_dbus_get_group_id): new function
2223
2224 2003-03-20  Havoc Pennington  <hp@redhat.com>
2225
2226         * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
2227         new function
2228         (dbus_connection_get_unix_user): new function
2229
2230 2003-03-20  Havoc Pennington  <hp@pobox.com>
2231
2232         * bus/connection.c (bus_connection_send_oom_error): assert that
2233         message has a sender
2234         (connection_execute_transaction): ditto
2235         (bus_connection_preallocate_oom_error): fix to set the sender, and
2236         set recipient to the destination service, not the bus driver
2237
2238         * bus/policy.c: hacking
2239
2240         * dbus/dbus-message.c (dbus_message_service_is): new function
2241         (dbus_message_sender_is): new
2242
2243 2003-03-19  Havoc Pennington  <hp@redhat.com>
2244
2245         * bus/policy.c: start sketching code for policy restrictions on
2246         what connections can do.
2247
2248 2003-03-18  Havoc Pennington  <hp@redhat.com>
2249
2250         * doc/TODO: some notes on high-level todo items. Little nitpick
2251         stuff is all in @todo, so no need to add it here.
2252
2253         * doc/config-file.txt: some notes on how config file might look
2254
2255 2003-03-18  Anders Carlsson  <andersca@codefactory.se>
2256
2257         * configure.in: 0.6
2258
2259         * NEWS: Update.
2260
2261 2003-03-17  Havoc Pennington  <hp@redhat.com>
2262
2263         * dbus/dbus-internals.h: add gcc attributes so that
2264         our printf-style functions warn on bad arguments to
2265         format
2266
2267         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
2268         format bug
2269
2270         * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
2271         printf format bug
2272
2273 2003-03-17  Havoc Pennington  <hp@redhat.com>
2274
2275         * bus/test-main.c (main): make it print something as it runs
2276         so make check doesn't look stuck
2277
2278         * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
2279         from CVS, now obsolete
2280
2281 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
2282
2283         * bus/dispatch.c: (bus_dispatch):
2284         Refetch the service name since it may have been reallocated
2285         when dbus_message_set_sender was called.
2286
2287         * dbus/dbus-sysdeps.c: (_dbus_accept):
2288         Add address and address length variables and use them to stop
2289         valgrind from complaining.
2290
2291 2003-03-17  Havoc Pennington  <hp@pobox.com>
2292
2293         All tests pass, no memleaks, no valgrind complaints.
2294
2295         * bus/test.c: refcount handler_slot
2296
2297         * bus/connection.c (bus_connections_new): refcount
2298         connection_data_slot
2299
2300         * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
2301         bytes so that auth scripts pass.
2302
2303         * bus/dispatch.c: init message_handler_slot so it gets allocated
2304         properly
2305
2306         * bus/dispatch.c (message_handler_slot_ref): fix memleak
2307
2308         * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
2309         dealloc server_pipe_hash when no longer used for benefit of
2310         leak checking
2311
2312         * dbus/dbus-auth.c (process_command): memleak fix
2313
2314         * bus/dispatch.c (check_hello_message): memleak fix
2315
2316 2003-03-16  Havoc Pennington  <hp@pobox.com>
2317
2318         * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
2319
2320 2003-03-17  Anders Carlsson  <andersca@codefactory.se>
2321
2322         * bus/activation.c (bus_activation_activate_service): Append
2323         the pending activation entry to the list of pending activations.
2324
2325 2003-03-16  Havoc Pennington  <hp@pobox.com>
2326
2327         * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
2328         connections
2329
2330         * dbus/dbus-address.c (create_entry): fix OOM handling when
2331         failing to alloc entry->method
2332
2333 2003-03-16  Havoc Pennington  <hp@pobox.com>
2334
2335         * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
2336         the watch
2337
2338         * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
2339         add some missing dbus_set_result
2340
2341         * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
2342         alloc the DBusMessageHandler
2343
2344         * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
2345         the transport here, since we call this from the finalizer; it
2346         resulted in a double-finalize.
2347
2348         * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
2349         where we tried to use transport->connection that was NULL,
2350         happened when transport was disconnected early on due to OOM
2351
2352         * bus/*.c: adapt to handle OOM for watches/timeouts
2353
2354         * dbus/dbus-transport-unix.c: port to handle OOM during
2355         watch handling
2356
2357         * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
2358         reference to unused bytes instead of a copy
2359
2360         * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
2361         out of memory
2362
2363         * dbus/dbus-connection.c (dbus_connection_handle_watch): return
2364         FALSE on OOM
2365
2366         * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
2367         of memory
2368
2369 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
2370
2371         * doc/dbus-specification.sgml:
2372         Document reply message for ActivateService.
2373
2374 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
2375
2376         * bus/activation.c: (bus_pending_activation_entry_free),
2377         (bus_pending_activation_free), (bus_activation_new),
2378         (bus_activation_unref), (bus_activation_service_created),
2379         (bus_activation_activate_service):
2380         * bus/activation.h:
2381         * bus/bus.c: (bus_context_new):
2382         * bus/desktop-file.c: (new_section):
2383         * bus/driver.c: (bus_driver_send_service_deleted),
2384         (bus_driver_handle_activate_service):
2385         * bus/services.c: (bus_registry_new), (bus_registry_ensure):
2386         * bus/services.h:
2387         * dbus/dbus-connection.c:
2388         (dbus_connection_send_with_reply_and_block):
2389         * dbus/dbus-message.c: (dbus_message_append_args_valist):
2390         * dbus/dbus-protocol.h:
2391         Make activation work better. Now pending activations will be queued
2392         and the daemon won't try to activate services that are already registered.
2393
2394 2003-03-16  Havoc Pennington  <hp@pobox.com>
2395
2396         * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
2397         connection data
2398
2399         * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
2400         DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
2401
2402 2003-03-16  Havoc Pennington  <hp@pobox.com>
2403
2404         * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
2405         this. always run the test suite before commit...
2406
2407         * bus/*: adapt to DBusConnection API changes
2408
2409         * glib/dbus-gmain.c: adapt to DBusConnection API changes,
2410         requires renaming stuff to avoid dbus_connection_dispatch name
2411         conflict.
2412
2413         * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
2414         function
2415
2416         * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
2417         separate from _dbus_message_loader_return_buffer()
2418
2419         * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
2420         this, because it's now always broken to use; the number of
2421         messages in queue vs. the number still buffered by the message
2422         loader is undefined/meaningless. Should use
2423         dbus_connection_get_dispatch_state().
2424         (dbus_connection_dispatch): rename from
2425         dbus_connection_dispatch_message
2426
2427 2003-03-16  Havoc Pennington  <hp@pobox.com>
2428
2429         * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
2430         implementation
2431
2432 2003-03-16  Anders Carlsson  <andersca@codefactory.se>
2433
2434         * dbus/dbus-connection.c:
2435         (dbus_connection_send_with_reply_and_block):
2436         Decrease connection->n_incoming when removing an entry
2437         from the list.
2438         * dbus/dbus-dict.c: (dbus_dict_entry_free),
2439         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
2440         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
2441         (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
2442         (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
2443         (dbus_dict_get_byte_array):
2444         Handle NULL arrays and strings. Also add support for byte arrays.
2445
2446         * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
2447         (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
2448         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
2449         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
2450         (_dbus_demarshal_dict), (demarshal_and_validate_len),
2451         (_dbus_marshal_validate_arg), (_dbus_marshal_test):
2452         * dbus/dbus-marshal.h:
2453         Add support for marshalling and demarshalling empty arrays and strings.
2454
2455         * dbus/dbus-message.c: (dbus_message_append_args_valist),
2456         (dbus_message_append_string_array),
2457         (dbus_message_iter_get_boolean),
2458         (dbus_message_iter_get_boolean_array),
2459         (dbus_message_iter_get_int32_array),
2460         (dbus_message_iter_get_uint32_array),
2461         (dbus_message_iter_get_double_array),
2462         (dbus_message_iter_get_byte_array),
2463         (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
2464         (check_message_handling):
2465         Add support for getting empty arrays and dicts.
2466
2467         * dbus/dbus-string.c: (_dbus_string_validate_utf8):
2468         Don't do any validation at all for now, that's better than just checking
2469         for ASCII.
2470
2471         * test/data/valid-messages/emptiness.message:
2472         New test message with lots of empty arrays.
2473
2474 2003-03-16  Havoc Pennington  <hp@pobox.com>
2475
2476         * dbus/dbus-connection.c
2477         (_dbus_connection_queue_received_message_link): new function that
2478         can't fail due to OOM
2479
2480         * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
2481         new function pops a message together with a list link
2482         containing it.
2483
2484         * dbus/dbus-transport-unix.c (queue_messages): use new link-based
2485         message queuing functions to avoid needing to alloc memory
2486
2487 2003-03-16  Havoc Pennington  <hp@pobox.com>
2488
2489         Oops - test code was only testing failure of around 30 of the
2490         mallocs in the test path, but it turns out there are 500+
2491         mallocs. I believe this was due to misguided linking setup such
2492         that there was one copy of dbus_malloc etc. in the daemon and one
2493         in the shared lib, and only daemon mallocs were tested. In any
2494         case, the test case now tests all 500+ mallocs, and doesn't pass
2495         yet, though there are lots of fixes in this patch.
2496
2497         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
2498         this so that it doesn't need to allocate memory, since it
2499         has no way of indicating failure due to OOM (and would be
2500         annoying if it did).
2501
2502         * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
2503
2504         * bus/Makefile.am: rearrange to create two self-contained
2505         libraries, to avoid having libraries with overlapping symbols.
2506         that was resulting in weirdness, e.g. I'm pretty sure there
2507         were two copies of global static variables.
2508
2509         * dbus/dbus-internals.c: move the malloc debug stuff to
2510         dbus-memory.c
2511
2512         * dbus/dbus-list.c (free_link): free list mempool if it becomes
2513         empty.
2514
2515         * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
2516
2517         * dbus/dbus-address.c (dbus_parse_address): free list nodes
2518         on failure.
2519
2520         * bus/dispatch.c (bus_dispatch_add_connection): free
2521         message_handler_slot when no longer using it, so
2522         memory leak checkers are happy for the test suite.
2523
2524         * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
2525
2526         * bus/bus.c (new_connection_callback): disconnect in here if
2527         bus_connections_setup_connection fails.
2528
2529         * bus/connection.c (bus_connections_unref): fix to free the
2530         connections
2531         (bus_connections_setup_connection): if this fails, don't
2532         disconnect the connection, just be sure there are no side
2533         effects.
2534
2535         * dbus/dbus-string.c (undo_alignment): unbreak this
2536
2537         * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
2538         leaking
2539         (_dbus_auth_new): fix the order in which we free strings
2540         on OOM failure
2541
2542         * bus/connection.c (bus_connection_disconnected): fix to
2543         not send ServiceDeleted multiple times in case of memory
2544         allocation failure
2545
2546         * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
2547         get the base service name
2548         (dbus_bus_register_client): don't return base service name,
2549         instead store it on the DBusConnection and have an accessor
2550         function for it.
2551         (dbus_bus_register_client): rename dbus_bus_register()
2552
2553         * bus/dispatch.c (check_hello_message): verify that other
2554         connections on the bus also got the correct results, not
2555         just the one sending hello
2556
2557 2003-03-15  Havoc Pennington  <hp@pobox.com>
2558
2559         Make it pass the Hello handling test including all OOM codepaths.
2560         Now to do other messages...
2561
2562         * bus/services.c (bus_service_remove_owner): fix crash when
2563         removing owner from an empty list of owners
2564         (bus_registry_ensure): don't leave service in the list of
2565         a connection's owned services if we fail to put the service
2566         in the hash table.
2567
2568         * bus/connection.c (bus_connection_preallocate_oom_error): set
2569         error flag on the OOM error.
2570
2571         * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
2572         handle _dbus_transport_set_connection failure
2573
2574         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
2575         to create watches up front and simply enable/disable them as
2576         needed.
2577         (unix_connection_set): this can now fail on OOM
2578
2579         * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
2580         of enabling/disabling a watch or timeout.
2581
2582         * bus/loop.c (bus_loop_iterate): don't touch disabled
2583         watches/timeouts
2584
2585         * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
2586
2587 2003-03-15  Havoc Pennington  <hp@pobox.com>
2588
2589         * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
2590         write useful test code, after all that futzing around ;-)
2591
2592         Test does not yet pass because we can't handle OOM in
2593         _dbus_transport_messages_pending (basically,
2594         dbus_connection_preallocate_send() does not prealloc the write
2595         watch). To fix this, I think we need to add new stuff to
2596         set_watch_functions, namely a SetEnabled function so we can alloc
2597         the watch earlier, then enable it later.
2598
2599         * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
2600         dbus-memory.c to the convenience lib
2601
2602         * bus/test.c: rename some static functions to keep them clearly
2603         distinct from stuff in connection.c. Handle client disconnection.
2604
2605 2003-03-14  Havoc Pennington  <hp@pobox.com>
2606
2607         * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
2608         transport, tests more of the real codepath. Set up clients
2609         with bus_setup_debug_client.
2610
2611         * bus/test.c (bus_setup_debug_client): function to set up debug
2612         "clients" on the main loop
2613
2614         * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
2615         support
2616
2617         * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
2618         server type
2619
2620         * dbus/dbus-server-debug.c: support a debug server based on pipes
2621
2622         * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
2623         (_dbus_close): new function
2624
2625         * configure.in: check for socketpair
2626
2627 2003-03-14  Havoc Pennington  <hp@redhat.com>
2628
2629         * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
2630         cheesy hack
2631
2632         * dbus/dbus-transport-debug.c: rework this a good bit to be
2633         less complicated. hopefully still works.
2634
2635         * dbus/dbus-server-debug.c (handle_new_client): remove timeout
2636         manually
2637
2638         * glib/dbus-gmain.c (timeout_handler): don't remove timeout
2639         after running it
2640
2641         * dbus/dbus-message.c (dbus_message_copy): rename from
2642         dbus_message_new_from_message, fix it up to copy
2643         all the message fields, add test case
2644
2645         * bus/dispatch.c (bus_dispatch_test): add some more test code,
2646         not quite passing yet
2647
2648 2003-03-14  Havoc Pennington  <hp@pobox.com>
2649
2650         * bus/loop.c (bus_loop_iterate): add this so we can "run loop
2651         until no work remains" in test code. (the large diff here
2652         is just code movement, no actual changes)
2653
2654         * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
2655         1, no point waiting around for test code.
2656         (_dbus_server_debug_accept_transport): unref the timeout
2657         after adding it (right?)
2658
2659         * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
2660
2661 2003-03-13  Havoc Pennington  <hp@redhat.com>
2662
2663         * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
2664         out of memory
2665
2666         * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
2667         of memory
2668
2669         * dbus/dbus-connection.h: Make AddWatchFunction and
2670         AddTimeoutFunction return a bool so they can fail on out-of-memory
2671
2672         * bus/bus.c (bus_context_new): set up timeout handlers
2673
2674         * bus/connection.c (bus_connections_setup_connection): set up
2675         timeout handlers
2676
2677         * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
2678         can fail
2679
2680         * bus/bus.c (bus_context_new): adapt to changes
2681
2682         * bus/connection.c: adapt to changes
2683
2684         * test/watch.c: adapt to DBusWatch changes
2685
2686         * bus/dispatch.c (bus_dispatch_test): started adding this but
2687         didn't finish
2688
2689 2003-03-14  Anders Carlsson  <andersca@codefactory.se>
2690
2691         * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
2692
2693 2003-03-13  Havoc Pennington  <hp@pobox.com>
2694
2695         * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
2696         set up a test framework as for the library
2697
2698 2003-03-12  Havoc Pennington  <hp@pobox.com>
2699
2700         Throughout: purge global variables, introduce BusActivation,
2701         BusConnections, BusRegistry, etc. objects instead.
2702
2703         * bus/bus.h, bus/bus.c: introduce BusContext as a global
2704         message bus object
2705
2706         * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
2707         going to redo this a bit differently I think
2708
2709 2003-03-12  Havoc Pennington  <hp@redhat.com>
2710
2711         Mega-patch that gets the message bus daemon initially handling
2712         out-of-memory. Work still needed. Also lots of random
2713         moving stuff to DBusError instead of ResultCode.
2714
2715         * dbus/dbus-list.c (_dbus_list_length_is_one): new function
2716
2717         * dbus/dbus-connection.c
2718         (dbus_connection_send_with_reply_and_block): use DBusError
2719
2720         * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
2721         DBusResultCode
2722
2723         * dbus/dbus-connection.c (dbus_connection_send): drop the result
2724         code here, as the only failure possible is OOM.
2725
2726         * bus/connection.c (bus_connection_disconnect):
2727         rename bus_connection_disconnected as it's a notification only
2728
2729         * bus/driver.c (bus_driver_handle_acquire_service): don't free
2730         "name" on get_args failure, should be done by get_args;
2731         don't disconnect client for bad args, just return an error.
2732         (bus_driver_handle_service_exists): ditto
2733
2734         * bus/services.c (bus_services_list): NULL-terminate returned array
2735
2736         * bus/driver.c (bus_driver_send_service_lost)
2737         (bus_driver_send_service_acquired): send messages from driver to a
2738         specific client to the client's unique name, not to the broadcast
2739         service.
2740
2741         * dbus/dbus-message.c (decode_header_data): reject messages that
2742         contain no name field
2743         (_dbus_message_get_client_serial): rename to
2744         dbus_message_get_serial and make public
2745         (_dbus_message_set_serial): rename from set_client_serial
2746         (_dbus_message_set_reply_serial): make public
2747         (_dbus_message_get_reply_serial): make public
2748
2749         * bus/connection.c (bus_connection_foreach): allow stopping
2750         iteration by returning FALSE from foreach function.
2751
2752         * dbus/dbus-connection.c (dbus_connection_send_preallocated)
2753         (dbus_connection_free_preallocated_send)
2754         (dbus_connection_preallocate_send): new API for sending a message
2755         without possibility of malloc failure.
2756         (dbus_connection_send_message): rename to just
2757         dbus_connection_send (and same for whole function family)
2758
2759         * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
2760
2761         * dbus/dbus-sysdeps.c (_dbus_exit): new function
2762
2763         * bus/activation.c: handle/return errors
2764
2765         * dbus/dbus-errors.h: add more DBUS_ERROR #define
2766
2767         * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
2768         (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
2769         (_dbus_result_from_errno): move to this file
2770
2771 2003-03-10  Anders Carlsson  <andersca@codefactory.se>
2772
2773         * dbus/dbus-marshal.c:
2774         (_dbus_marshal_set_string):
2775         Take a length argument so we can marshal the correct string
2776         length.
2777
2778         (_dbus_marshal_dict), (_dbus_demarshal_dict),
2779         (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
2780         (_dbus_marshal_test):
2781         * dbus/dbus-marshal.h:
2782         Add support for marshalling and demarshalling dicts.
2783
2784         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
2785         Add support for TYPE DICT.
2786
2787         * dbus/dbus-message.c: (set_string_field):
2788         Adjust header padding.
2789
2790         (dbus_message_append_args_valist), (dbus_message_append_dict),
2791         (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
2792         (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
2793         (check_message_handling), (check_have_valid_message):
2794         * dbus/dbus-message.h:
2795         Add functions for setting and getting dicts.
2796
2797         * dbus/dbus-protocol.h:
2798         Add DBUS_TYPE_DICT.
2799
2800         * dbus/dbus.h:
2801         Add dbus-dict.h
2802
2803         * doc/dbus-specification.sgml:
2804         Add information about how dicts are marshalled.
2805
2806         * test/data/invalid-messages/dict-with-nil-value.message:
2807         * test/data/invalid-messages/too-short-dict.message:
2808         * test/data/valid-messages/dict-simple.message:
2809         * test/data/valid-messages/dict.message:
2810         Add sample messages containing dicts.
2811
2812 2003-03-08  Anders Carlsson  <andersca@codefactory.se>
2813
2814         * dbus/dbus-dict.h: Add DBUS_END_DECLS.
2815
2816 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
2817
2818         * dbus/Makefile.am:
2819         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
2820         (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
2821         (dbus_dict_set_int32), (dbus_dict_set_uint32),
2822         (dbus_dict_set_double), (dbus_dict_set_string),
2823         (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
2824         (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
2825         (dbus_dict_set_string_array), (_dbus_dict_test):
2826         * dbus/dbus-dict.h:
2827         Fix according to comments from Havoc.
2828
2829 2003-03-06  Michael Meeks  <michael@server.home>
2830
2831         * configure.in: if we don't have kde-config, disable have_qt.
2832
2833 2003-03-07  Anders Carlsson  <andersca@codefactory.se>
2834
2835         * dbus/Makefile.am:
2836         Add dbus-dict.[ch]
2837
2838         * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
2839         (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
2840         (dbus_dict_remove), (dbus_dict_get_value_type),
2841         (dbus_dict_get_keys), (dbus_dict_put_boolean),
2842         (dbus_dict_put_int32), (dbus_dict_put_uint32),
2843         (dbus_dict_put_double), (dbus_dict_put_string),
2844         (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
2845         (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
2846         (dbus_dict_put_string_array), (dbus_dict_get_boolean),
2847         (dbus_dict_get_int32), (dbus_dict_get_uint32),
2848         (dbus_dict_get_double), (dbus_dict_get_string),
2849         (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
2850         (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
2851         (dbus_dict_get_string_array), (_dbus_dict_test):
2852         * dbus/dbus-dict.h:
2853         Add DBusDict implementation
2854
2855         * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
2856         * dbus/dbus-test.h:
2857         Add _dbus_dict_test
2858
2859 2003-03-04  Havoc Pennington  <hp@pobox.com>
2860
2861         * test/data/auth/*: adapt to changes
2862
2863         * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
2864         USERID_BASE64 and change USERNAME_BASE64 to put in username not
2865         userid
2866
2867         * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
2868         more stuff from being in a context name, to make the protocol
2869         simpler to deal with
2870
2871         * dbus/dbus-errors.c (dbus_error_has_name): new function
2872         (dbus_error_is_set): new function
2873
2874         * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
2875         with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
2876
2877         * dbus/dbus-connection.c (dbus_connection_flush): also read
2878         messages during a flush operation
2879
2880         * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
2881
2882 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
2883
2884         * configure.in: Check for gethostbyname on Solaris.
2885
2886         * dbus/dbus-transport.c: (_dbus_transport_open):
2887         Remove duplicate "tcp" entry.
2888
2889         * doc/dbus-specification.sgml:
2890         Clarify some things.
2891
2892 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
2893
2894         * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
2895         * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
2896         (_dbus_keyring_test):
2897         * dbus/dbus-md5.c: (_dbus_md5_compute):
2898         * dbus/dbus-sha.c: (_dbus_sha_compute):
2899         Plug memory leaks.
2900
2901 2003-03-05  Anders Carlsson  <andersca@codefactory.se>
2902
2903         * README: Add some things.
2904
2905 2003-03-04  Anders Carlsson  <andersca@codefactory.se>
2906
2907         * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
2908         after case DBUS_TYPE_BOOELAN.
2909
2910 2003-03-02  Havoc Pennington  <hp@pobox.com>
2911
2912         * test/break-loader.c (randomly_set_extreme_ints): add test that
2913         sets really huge and small integers
2914
2915         * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
2916         that length of boolean array fits in the string, and that
2917         string has room for boolean value in single-bool case.
2918
2919         * dbus/dbus-message-builder.c (_dbus_message_data_load): add
2920         optional value to "ALIGN" command which is what to fill the
2921         alignment with.
2922
2923         * test/data/valid-messages/no-padding.message: add regression
2924         test for the message padding problem
2925
2926 2003-03-02  Havoc Pennington  <hp@pobox.com>
2927
2928         * dbus/dbus-message.c (decode_header_data): fix to always init
2929         message_padding, from Benjamin Dauvergne
2930
2931 2003-03-02  Havoc Pennington  <hp@pobox.com>
2932
2933         * configure.in: 0.5
2934
2935         * NEWS: Update.
2936
2937 2003-03-01  Joe Shaw  <joe@assbarn.com>
2938
2939         * configure.in: Check for "struct cmsgcred" and try to access its
2940         members for BSD-like unices.
2941
2942         * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
2943         _dbus_read_credentials_unix_socket().
2944         (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
2945         read() for reading the credential byte off the unix socket.  Use
2946         struct cmsgcred on systems that support it.
2947
2948 2003-02-27  Alexander Larsson  <alexl@redhat.com>
2949
2950         * glib/Makefile.am:
2951         * configure.in:
2952         Make gthreads-2.0 dependency optional. Don't build thread test if
2953         its not found.
2954
2955 2003-02-27  Havoc Pennington  <hp@pobox.com>
2956
2957         * dbus/dbus-connection.c
2958         (dbus_connection_send_message_with_reply_and_block): fix doh!
2959         doh! doh! bug that resulted in never removing a reply from the
2960         queue, no wonder we called get_reply_serial so much ;-)
2961
2962         * dbus/dbus-message.c (struct DBusMessage): cache reply serial
2963         and client serial instead of demarshaling them every time
2964
2965 2003-02-27  Havoc Pennington  <hp@pobox.com>
2966
2967         * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
2968         more inlined, using dbus-string-private.h, speeds things up
2969         substantially
2970
2971         * dbus/dbus-string.c (_dbus_string_free): apply align offset
2972         when freeing the string
2973         (_dbus_string_steal_data): fix for align offset
2974         (undo_alignment): new function
2975
2976 2003-02-26  Havoc Pennington  <hp@redhat.com>
2977
2978         All kinds of audit fixes from Owen, plus initial attempt to
2979         handle unaligned memory returned from malloc.
2980
2981         * dbus/dbus-string.c (_dbus_string_init): clamp max length to
2982         leave room for align_offset and nul byte
2983         (fixup_alignment): function to track an align_offset and
2984         ensure real->str is aligned
2985         (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
2986         to allow a nul byte plus align offset
2987         (_dbus_string_lock): fix overflow issue
2988         (_dbus_string_init_const_len): add assertions on sanity of len,
2989         assign allocated to be ALLOCATION_PADDING larger than len
2990         (set_length): fixup the overflow handling
2991         (_dbus_string_get_data_len): fix overflow in assertion
2992         (open_gap): detect overflow in size of gap to be opened
2993         (_dbus_string_lengthen): add overflow check
2994         (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
2995         (_dbus_string_append): add overflow check
2996         (_dbus_string_append_unichar): overflow
2997         (_dbus_string_delete): fix overflow in assertion
2998         (_dbus_string_copy_len): overflow in assertion
2999         (_dbus_string_replace_len): overflows in assertions
3000         (_dbus_string_find): change to implement in terms of
3001         _dbus_string_find_to
3002         (_dbus_string_find_to): assorted fixage
3003         (_dbus_string_equal_c_str): assert c_str != NULL,
3004         fix logic so the function works
3005         (_dbus_string_ends_with_c_str): fix overflow thingy
3006         (_dbus_string_base64_encode): overflow fix
3007         (_dbus_string_validate_ascii): overflow
3008         (_dbus_string_validate_nul): overflow
3009
3010 2003-02-26  Havoc Pennington  <hp@redhat.com>
3011
3012         * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
3013
3014 2003-02-26  Alexander Larsson  <alexl@redhat.com>
3015
3016         * configure.in:
3017         Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
3018
3019         * dbus/dbus-connection.c:
3020         * dbus/dbus-connection.h:
3021         Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
3022         Add dbus_connection_set_wakeup_main_function and use it when queueing
3023         incoming and outgoing messages.
3024
3025
3026         * dbus/dbus-dataslot.c:
3027         Threadsafe usage of DBusDataSlotAllocator
3028
3029         * dbus/dbus-message.c: (dbus_message_get_args_iter):
3030         dbus_new can fail.
3031
3032         * dbus/dbus-server-unix.c:
3033         Add todo comment
3034
3035         * glib/dbus-gmain.c:
3036         Implement the new wakeup functions for glib.
3037
3038         * glib/Makefile.am:
3039         * glib/test-thread-client.c:
3040         * glib/test-thread-server.c:
3041         * glib/test-thread.h:
3042         Initial cut at some thread test code. Not really done yet.
3043
3044 2003-02-26  Havoc Pennington  <hp@pobox.com>
3045
3046         * dbus/dbus-connection.c
3047         (dbus_connection_send_message_with_reply_and_block): fix crash
3048         where we ref'd the outgoing message instead of the returned reply
3049
3050         * dbus/dbus-transport-unix.c (do_authentication): check read watch
3051         at the end of this function, so if we didn't need to read for
3052         authentication, we reinstall it for receiving messages
3053
3054         * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
3055         a NULL sender for peer-to-peer case
3056
3057         * dbus/dbus-transport-unix.c (check_read_watch): handle
3058         !authenticated case correctly
3059
3060         * glib/dbus-gmain.c: add support for DBusServer
3061
3062         * dbus/dbus-server.c: add data slot support
3063
3064         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
3065         return values and handle errors
3066
3067         * dbus/dbus-dataslot.c: factor out the data slot stuff from
3068         DBusConnection
3069
3070         * Doxyfile.in (INPUT): add glib subdir
3071
3072         * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
3073         setup_with_g_main instead of hookup_with_g_main; write docs
3074
3075 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
3076
3077         * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
3078         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
3079         * dbus/dbus-message.c: (dbus_message_append_boolean),
3080         (dbus_message_append_boolean_array),
3081         (dbus_message_get_args_valist), (_dbus_message_test):
3082         * dbus/dbus-message.h:
3083         * doc/dbus-specification.sgml:
3084         Various fixes as pointed out by Havoc.
3085
3086         * test/data/invalid-messages/bad-boolean-array.message:
3087         * test/data/invalid-messages/bad-boolean.message:
3088         Add invalid boolean value test cases.
3089
3090 2003-02-24  Anders Carlsson  <andersca@codefactory.se>
3091
3092         * dbus/dbus-internals.c: (_dbus_type_to_string):
3093         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
3094         (_dbus_marshal_validate_arg):
3095         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
3096         * dbus/dbus-message.c: (dbus_message_append_args_valist),
3097         (dbus_message_append_boolean), (dbus_message_append_boolean_array),
3098         (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
3099         (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
3100         (dbus_message_iter_get_double),
3101         (dbus_message_iter_get_boolean_array), (message_iter_test):
3102         * dbus/dbus-message.h:
3103         * dbus/dbus-protocol.h:
3104         * doc/dbus-specification.sgml:
3105         * test/data/valid-messages/lots-of-arguments.message:
3106         Add support for boolean and boolean array types.
3107
3108 2003-02-23  Havoc Pennington  <hp@pobox.com>
3109
3110         * dbus/dbus-keyring.c: finish most of this implementation and
3111         simple unit test
3112
3113         * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
3114         these barf if the error isn't cleared to NULL
3115
3116         * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
3117         (_dbus_create_directory): new function
3118
3119         * dbus/dbus-errors.c (dbus_set_error): fix warning
3120
3121         * dbus/dbus-string.c (_dbus_string_hex_encode): new function
3122         (_dbus_string_hex_decode): new function
3123         (test_hex_roundtrip): test code
3124
3125         * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
3126
3127         * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
3128
3129         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
3130         the save-to-temp/rename trick to atomically write the new file
3131         (_dbus_string_parse_uint): new function
3132
3133 2003-02-22  Havoc Pennington  <hp@pobox.com>
3134
3135         * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
3136
3137 2003-02-22  Havoc Pennington  <hp@pobox.com>
3138
3139         * dbus/dbus-message.c (dbus_message_iter_get_string_array):
3140         (dbus_message_iter_get_byte_array): Fix up doxygen warnings
3141
3142         * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
3143
3144         * dbus/test/data/sha-1: add US government test suite for SHA-1
3145
3146 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
3147
3148         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
3149         Make string arrays NULL-terminated.
3150
3151         * dbus/dbus-memory.c: (dbus_free_string_array):
3152         * dbus/dbus-memory.h:
3153         New function for freeing NULL-terminated string arrays.
3154
3155         * dbus/dbus-message-builder.c: (append_quoted_string),
3156         (_dbus_message_data_load):
3157         Add support for array types.
3158
3159         * dbus/dbus-message.c: (check_message_handling):
3160         Add more types as test cases.
3161
3162         * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
3163         (_dbus_string_parse_double):
3164         Add the start offset to the end offset.
3165
3166         * test/data/valid-messages/lots-of-arguments.message:
3167         New test message with lots of arguments.
3168
3169 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
3170
3171         * dbus/dbus-message.c: (dbus_message_append_nil),
3172         (dbus_message_append_int32), (dbus_message_append_uint32),
3173         (dbus_message_append_double), (dbus_message_append_string),
3174         (dbus_message_append_int32_array),
3175         (dbus_message_append_uint32_array),
3176         (dbus_message_append_double_array),
3177         (dbus_message_append_byte_array),
3178         (dbus_message_append_string_array):
3179         Fix all out-of-memory handling in these functions.
3180
3181 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
3182
3183         * dbus/dbus-message.c: (dbus_message_append_nil):
3184         Fix a silly.
3185
3186 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
3187
3188         * dbus/dbus-message.c: (dbus_message_append_args_valist),
3189         (dbus_message_append_nil), (dbus_message_append_int32_array),
3190         (dbus_message_append_uint32_array),
3191         (dbus_message_append_double_array),
3192         (dbus_message_append_byte_array),
3193         (dbus_message_append_string_array), (dbus_message_get_args_valist),
3194         (dbus_message_iter_get_int32_array),
3195         (dbus_message_iter_get_uint32_array),
3196         (dbus_message_iter_get_double_array),
3197         (dbus_message_iter_get_byte_array),
3198         (dbus_message_iter_get_string_array):
3199
3200         * dbus/dbus-message.h:
3201         Add functions for appending and getting arrays.
3202
3203 2003-02-21  Anders Carlsson  <andersca@codefactory.se>
3204
3205         * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
3206         element size at least 8 bytes, fixes mempool tests on
3207         64-bit machines.
3208
3209 2003-02-20  Alexander Larsson  <alexl@redhat.com>
3210
3211         * dbus/dbus-transport-unix.c (unix_do_iteration):
3212         Unlock the connection mutex during a blocking select call.
3213         Add todo about how we need a way to wake up the select.
3214
3215         * dbus/dbus-connection-internal.h:
3216         * dbus/dbus-connection.c:
3217         Add _dbus_connection_lock and _dbus_connection_unlock.
3218
3219 2003-02-19  Havoc Pennington  <hp@pobox.com>
3220
3221         * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
3222         Doxyfile.in, not Doxyfile
3223
3224         * dbus/dbus-keyring.c: do some hacking on this
3225
3226         * dbus/dbus-sysdeps.c (_dbus_delete_file): new
3227
3228         * dbus/dbus-errors.c (dbus_set_error_const): do not call
3229         dbus_error_init
3230         (dbus_set_error): remove dbus_error_init, check for message ==
3231         NULL *before* we sprintf into it, and add @todo about including
3232         system headers in this file
3233
3234         * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
3235
3236         * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
3237
3238         * dbus/dbus-sysdeps.c (get_user_info): break this function out to
3239         get various bits of user information based on either username
3240         or user ID
3241         (_dbus_homedir_from_username): new function
3242
3243 2003-02-19  Anders Carlsson  <andersca@codefactory.se>
3244
3245         * configure.in:
3246         Add check for nonposix getpwnam_r
3247
3248         * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
3249         Align the pool element size to a sizeof (void *) boundary.
3250
3251         * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
3252         (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
3253         General Solaris fixes.
3254
3255         * test/data/valid-messages/simplest-manual.message:
3256         Explicitly state that we want little-endian packing.
3257
3258 2003-02-19  Mikael Hallendal  <micke@codefactory.se>
3259
3260         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
3261
3262         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
3263         Added to create a transport connecting using a tcp/ip socket.
3264
3265         * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
3266         to a tcp socket at given host and port.
3267         (_dbus_listen_tcp_socket): added to listen on tcp socket for given
3268         hostname and port.
3269
3270         * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
3271
3272         * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
3273         Added to create a server listening on a TCP/IP socket.
3274
3275 2003-02-19  Havoc Pennington  <hp@pobox.com>
3276
3277         Throughout: mop up all the Doxygen warnings and undocumented
3278         stuff.
3279
3280         * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
3281         to search any paths.
3282
3283         * dbus/dbus-threads.c: move global mutex initializers to
3284         dbus-internals.h, multiple prototypes was confusing doxygen
3285         besides being kind of ugly
3286
3287         * Doxyfile (PREDEFINED): have Doxygen define
3288         DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
3289         docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
3290         (do not abuse the feature! it's for stuff like the autogenerated
3291         macros in dbus-md5.c, not just for things you don't feel like
3292         documenting...)
3293
3294 2003-02-18  Havoc Pennington  <hp@pobox.com>
3295
3296         * dbus/dbus-string.c (_dbus_string_zero): new function
3297
3298         * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
3299         wrap it in some dbus-friendly API
3300
3301         * dbus/dbus-types.h: add 16-bit types
3302
3303 2003-02-18  Joe Shaw  <joe@assbarn.com>
3304
3305         * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
3306         credentials from our currently running process.
3307         (get_word): Fix a buglet where we were copying the entire length
3308         instead of relative to our position.
3309
3310         * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
3311         keys on the stack... it's 640k of data.
3312
3313         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
3314         read the credentials byte off the socket, even if we don't have
3315         SO_PEERCRED.
3316         (_dbus_poll): Implement poll() using select() for systems which
3317         don't have it.
3318
3319         * glib/test-dbus-glib.c (main): Print out an error if no
3320         parameters are given.
3321
3322         * test/data/auth/fallback.auth-script: Added.  Tests that a client
3323         can fallback to a secondary auth mechanism if the first fails.
3324
3325 2003-02-18  Havoc Pennington  <hp@pobox.com>
3326
3327         * AUTHORS: add Alex
3328
3329 2003-02-17  Havoc Pennington  <hp@pobox.com>
3330
3331         * doc/dbus-specification.sgml: lots of cosmetic
3332         cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
3333         env variable to DBUS_BUS_ADDRESS, s/client/application/,
3334         s/server/bus/ (except in authentication section). Add a section
3335         "Message Bus Message Routing"
3336
3337 2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
3338
3339         Release 0.4
3340
3341         * NEWS: Update
3342
3343 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
3344
3345         * doc/dbus-specification.sgml:
3346         Specification updates.
3347
3348 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
3349
3350         * bus/activation.c: (bus_activation_init), (child_setup),
3351         (bus_activation_activate_service):
3352         * bus/activation.h:
3353         * bus/main.c: (main):
3354         Set DBUS_ADDRESS environment variable.
3355
3356         * dbus/dbus-errors.c: (dbus_set_error):
3357         Don't use va_copy since that's a C99 feature.
3358
3359         * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
3360         (_dbus_spawn_async):
3361         * dbus/dbus-sysdeps.h:
3362         Add child_setup_func to _dbus_spawn_async.
3363
3364         * doc/dbus-specification.sgml:
3365         Update specification.
3366
3367         * test/spawn-test.c: (setup_func), (main):
3368         Fix test.
3369
3370 2003-02-17  Alexander Larsson  <alexl@redhat.com>
3371
3372         * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
3373         Added todo.
3374
3375 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
3376
3377         * doc/.cvsignore:
3378         * doc/Makefile.am:
3379         * doc/dbus-test-plan.sgml:
3380         Add test plan document.
3381
3382         * test/Makefile.am:
3383         Fix distcheck.
3384
3385 2003-02-17  Anders Carlsson  <andersca@codefactory.se>
3386
3387         * dbus/dbus-message.c: (decode_header_data),
3388         (_dbus_message_loader_return_buffer):
3389         Set the header padding amount when loading a message.
3390
3391 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
3392
3393         * bus/dispatch.c: (send_one_message):
3394         Only send broadcast messages to registered connections.
3395
3396         * dbus/dbus-message.c: (dbus_message_name_is):
3397         * dbus/dbus-message.h:
3398         New convenience function.
3399
3400         * dbus/dbus-transport-debug.c: (do_reading):
3401         Only dispatch one message per run.
3402
3403         * test/Makefile.am:
3404         * test/bus-test.c: (new_connection_callback), (die),
3405         (test_hello_client1_handler), (test_hello_client2_handler),
3406         (test_hello_replies), (main):
3407
3408         * test/bus-test-loop.[ch]:
3409         Add these.
3410
3411 2003-02-16  Havoc Pennington  <hp@pobox.com>
3412
3413         * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
3414         backward conditional
3415
3416 2003-02-16  Alexander Larsson  <alexl@redhat.com>
3417
3418         * dbus/dbus-connection.c:
3419         Implement sent_message_with_reply. (with_reply_and block is still
3420         busted).
3421         Made dispatch_message not lose message if OOM.
3422
3423         * dbus/dbus-errors.h:
3424         Add NoReply error (for reply timeouts).
3425
3426 2003-02-16  Alexander Larsson  <alexl@redhat.com>
3427
3428         * dbus/dbus-hash.c (_dbus_hash_table_unref):
3429         Actually free keys and values when destroying hashtable.
3430
3431 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
3432
3433         * dbus/dbus-auth.c: (client_try_next_mechanism):
3434         Plug a leak.
3435
3436         * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
3437         Return TRUE if there's no thread implementation around.
3438
3439         * glib/dbus-gmain.c: (free_source),
3440         (dbus_connection_hookup_with_g_main):
3441         Make sure to remove the GSource when the connection is finalized.
3442
3443 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
3444
3445         * bus/dispatch.c: (bus_dispatch_message_handler):
3446         * dbus/dbus-errors.h:
3447         Return an error if someone tries to send a message to a service
3448         that doesn't exist.
3449
3450 2003-02-16  Anders Carlsson  <andersca@codefactory.se>
3451
3452         * bus/activation.c: (load_directory), (bus_activation_init),
3453         (bus_activation_activate_service):
3454         * bus/activation.h:
3455         * bus/driver.c:
3456         (bus_driver_handle_activate_service), (bus_driver_handle_message):
3457         More work on the activation handling.
3458
3459         * dbus/dbus-errors.h:
3460         Add some error messages
3461
3462         * dbus/dbus-message.c: (dbus_message_new_error_reply):
3463         * dbus/dbus-message.h:
3464         New function that creates an error message.
3465
3466         * dbus/dbus-protocol.h:
3467         Add ACTIVATE_SERVER message.
3468
3469         * dbus/dbus-server-unix.c: (unix_handle_watch),
3470         (_dbus_server_new_for_domain_socket):
3471         Call _dbus_fd_set_close_on_exec.
3472
3473         * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
3474         (_dbus_spawn_async), (_dbus_disable_sigpipe),
3475         (_dbus_fd_set_close_on_exec):
3476         * dbus/dbus-sysdeps.h:
3477         Add _dbus_fd_set_close_on exec function. Also add function that checks
3478         that all open fds are set to close-on-exec and warns otherwise.
3479
3480         * dbus/dbus-transport-unix.c:
3481         (_dbus_transport_new_for_domain_socket):
3482         Call _dbus_fd_set_close_on_exec.
3483
3484 2003-02-16  Havoc Pennington  <hp@pobox.com>
3485
3486         * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
3487         allow people to avoid setting SIGPIPE to SIG_IGN
3488         (_dbus_connection_new_for_transport): disable SIGPIPE unless
3489         we've been asked not to
3490
3491 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
3492
3493         * dbus/dbus-list.c: (_dbus_list_append_link),
3494         (_dbus_list_prepend_link):
3495         * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
3496         (dbus_realloc):
3497         Warning fixes.
3498
3499 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
3500
3501         * bus/Makefile.am:
3502         * bus/activation.c: (bus_activation_entry_free),
3503         (add_desktop_file_entry), (load_directory), (bus_activation_init):
3504         * bus/activation.h:
3505         * bus/main.c: (main):
3506         Add simple activation support, doesn't work yet though.
3507
3508 2003-02-15   Zack Rusin  <zack@kde.org>
3509
3510         * qt/dbus-qthread.cpp:  small casting fix
3511
3512 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
3513
3514         * dbus/dbus-errors.c: (dbus_set_error):
3515         * dbus/dbus-errors.h:
3516         Add a few errors and make dbus_set_error void.
3517
3518         * dbus/dbus-sysdeps.c:
3519         (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
3520         (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
3521         * dbus/dbus-sysdeps.h:
3522         Add _dbus_spawn_async.
3523
3524         * test/spawn-test.c: (main):
3525         Test for _dbus_spawn_async.
3526
3527 2003-02-15  Anders Carlsson  <andersca@codefactory.se>
3528
3529         * dbus/dbus-internals.h:
3530         Fix build without tests.
3531
3532         * dbus/dbus-list.c: (alloc_link):
3533         Fix a segfault when a malloc fails.
3534
3535         * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
3536         (dbus_malloc0), (dbus_realloc):
3537         Add support for malloc debugging.
3538
3539 2003-02-15  Alexander Larsson  <alexl@redhat.com>
3540
3541         * dbus/dbus-threads.c:
3542         * dbus/dbus-threads.h:
3543         Add condvars. Remove static mutext from API.
3544         Implement static mutexes by initializing them from threads_init.
3545
3546         * glib/dbus-gthread.c:
3547         * qt/dbus-qthread.cpp:
3548         Update with the thread api changes.
3549
3550
3551         * dbus/dbus-list.c:
3552         * dbus/dbus-list.h:
3553         Turn StaticMutex into normal mutex + init function.
3554         Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
3555         _dbus_list_append_link, _dbus_list_prepend_link
3556
3557
3558         * dbus/dbus-sysdeps.c:
3559         * dbus/dbus-sysdeps.h:
3560         New type dbus_atomic_t, and new functions _dbus_atomic_inc,
3561         _dbus_atomic_dec. Only slow fallback implementation at the moment.
3562
3563         * dbus/dbus-protocol.h:
3564         Add DBUS_MESSAGE_LOCAL_DISCONNECT define
3565
3566         * dbus/dbus-message.c:
3567         Make ref/unref atomic.
3568         Fix some docs.
3569
3570         * dbus/dbus-connection-internal.h:
3571         * dbus/dbus-connection.c:
3572         * dbus/dbus-connection.h:
3573         Make threadsafe.
3574         Change _peek to _borrow,_return & _steal_borrowed.
3575         Change disconnect callback to event.
3576         Make dbus_connection_dispatch_messages reentrant.
3577
3578         * dbus/dbus-transport.c:
3579         Don't ref the connection on calls to the transport
3580         implementation.
3581
3582         * dbus/dbus-message-handler.c:
3583         Make threadsafe.
3584
3585         * glib/dbus-gmain.c:
3586         Don't use peek_message anymore
3587
3588         * test/Makefile.am:
3589         * test/debug-thread.c:
3590         * test/debug-thread.h:
3591         Simple thread implementation that asserts() on deadlocks in
3592         single-threaded code.
3593
3594         * test/bus-test.c:
3595         (main) Call debug_threads_init.
3596
3597         * test/watch.c:
3598         Use disconnect message instead of disconnect callback.
3599
3600         * bus/connection.c:
3601         * bus/connection.h:
3602         Don't call dbus_connection_set_disconnect_function. Instead export
3603         bus_connection_disconnect.
3604
3605         * bus/dispatch.c:
3606         Call bus_connection_disconnect when we get a disconnected message.
3607
3608 2003-02-15  Havoc Pennington  <hp@pobox.com>
3609
3610         * dbus/dbus-message.c (dbus_message_new): fool around with the
3611         docs
3612
3613 2003-02-14  Havoc Pennington  <hp@pobox.com>
3614
3615         * dbus/dbus-mempool.c: fail if the debug functions so indicate
3616
3617         * dbus/dbus-memory.c: fail if the debug functions indicate we
3618         should
3619
3620         * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
3621         (_dbus_decrement_fail_alloc_counter): debug functions to
3622         simulate memory allocation failures
3623
3624 2003-02-14  Havoc Pennington  <hp@pobox.com>
3625
3626         * dbus/dbus-errors.h (struct DBusError): add a word of padding
3627         to DBusError
3628
3629 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
3630
3631         * bus/driver.c: (bus_driver_handle_hello):
3632         * bus/driver.h:
3633         * bus/services.c: (bus_service_lookup):
3634         Reorder message sending so we get a more sane order.
3635
3636         * test/bus-test.c: (message_handler):
3637         Fix tyop.
3638
3639 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
3640
3641         * bus/driver.c: (bus_driver_send_service_deleted),
3642         (bus_driver_send_service_created), (bus_driver_send_service_lost),
3643         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
3644         (bus_driver_send_welcome_message),
3645         (bus_driver_handle_list_services),
3646         (bus_driver_handle_acquire_service),
3647         (bus_driver_handle_service_exists):
3648         * dbus/dbus-bus.c: (dbus_bus_register_client),
3649         (dbus_bus_acquire_service), (dbus_bus_service_exists):
3650         * dbus/dbus-errors.c: (dbus_result_to_string):
3651         * dbus/dbus-errors.h:
3652         * dbus/dbus-message.c: (dbus_message_append_args),
3653         (dbus_message_append_args_valist), (dbus_message_get_args),
3654         (dbus_message_get_args_valist), (dbus_message_get_args_iter),
3655         (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
3656         (dbus_message_iter_get_byte_array),
3657         (dbus_message_iter_get_string_array), (message_iter_test),
3658         (check_message_handling), (_dbus_message_test):
3659         * dbus/dbus-message.h:
3660         * test/bus-test.c: (main):
3661         Change fields to arguments in messages, so that they won't be
3662         confused with header fields.
3663
3664         * glib/test-dbus-glib.c: (main):
3665         Remove append_fields from hello message.
3666
3667 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
3668
3669         * dbus/dbus-errors.c:
3670         * dbus/dbus-message.c:
3671         * dbus/dbus-string.c:
3672         Documentation fixes.
3673
3674 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
3675
3676         * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
3677         (remove_timeout):
3678         Implement support for timeouts in dbus-glib.
3679
3680 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
3681
3682         * dbus/dbus-message-builder.c: (_dbus_message_data_load):
3683         * dbus/dbus-message.c: (process_test_subdir):
3684         * test/break-loader.c: (find_breaks_based_on):
3685         Plug some memory leaks.
3686
3687 2003-02-13  Richard Hult  <rhult@codefactory.se>
3688
3689         * bus/main.c: Fix build.
3690
3691         * dbus/dbus-errors.h:
3692         * dbus/dbus-errors.c: Fix copyright for Anders.
3693
3694 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
3695
3696         * bus/Makefile.am:
3697         Add utils.[ch]
3698
3699         * bus/connection.c: (bus_connection_foreach):
3700         Fix a warning.
3701
3702         * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
3703         (unescape_string), (new_section), (parse_section_start),
3704         (parse_key_value), (report_error), (bus_desktop_file_load),
3705         (bus_desktop_file_get_string):
3706         * bus/desktop-file.h:
3707         Use DBusError for error reporting.
3708
3709         * bus/dispatch.c: (send_one_message),
3710         (bus_dispatch_message_handler):
3711         * bus/driver.c: (bus_driver_send_service_deleted),
3712         (bus_driver_send_service_created), (bus_driver_send_service_lost),
3713         (bus_driver_send_service_acquired), (bus_driver_handle_hello),
3714         (bus_driver_send_welcome_message),
3715         (bus_driver_handle_list_services),
3716         (bus_driver_handle_acquire_service),
3717         (bus_driver_handle_service_exists):
3718         * bus/loop.c: (bus_loop_run):
3719         * bus/main.c:
3720         Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
3721
3722         * bus/utils.c: (bus_wait_for_memory):
3723         * bus/utils.h:
3724         New files with general utility functions.
3725
3726         * dbus/dbus-internals.h:
3727         Remove _DBUS_HANDLE_OOM.
3728
3729 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
3730
3731         * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
3732         (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
3733         * dbus/dbus-errors.h:
3734         Add DBusError structure.
3735
3736 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
3737
3738         * test/data/valid-messages/standard-acquire-service.message:
3739         * test/data/valid-messages/standard-hello.message:
3740         * test/data/valid-messages/standard-list-services.message:
3741         * test/data/valid-messages/standard-service-exists.message:
3742         Add some standard messages.
3743
3744 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
3745
3746         * bus/driver.c: (bus_driver_send_welcome_message),
3747         (bus_driver_handle_list_services),
3748         (bus_driver_handle_acquire_service),
3749         (bus_driver_handle_service_exists), (bus_driver_handle_message):
3750         Update for API changes in libdbus.
3751
3752         * dbus/dbus-message.c: (dbus_message_new_reply):
3753         * dbus/dbus-message.h:
3754         Remove the name argument. The spec states that replies shouldn't
3755         have a name.
3756
3757 2003-02-13  Anders Carlsson  <andersca@codefactory.se>
3758
3759         * bus/desktop-file.c: (parse_section_start), (parse_key_value),
3760         (report_error), (bus_desktop_file_load), (lookup_section),
3761         (lookup_line), (bus_desktop_file_get_raw),
3762         (bus_desktop_file_get_string):
3763         * bus/desktop-file.h:
3764         Some fixes, and new functions for getting a key value from a section.
3765
3766 2003-02-13  Havoc Pennington  <hp@pobox.com>
3767
3768         * test/data/auth/fail-after-n-attempts.auth-script: new test
3769
3770         * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
3771         reject the client.
3772
3773 2003-02-13  Havoc Pennington  <hp@pobox.com>
3774
3775         * dbus/dbus-auth.c (handle_server_data_external_mech): args to
3776         dbus_credentials_match were backward
3777
3778         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
3779         NO_CREDENTIALS and ROOT_CREDENTIALS
3780
3781         * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
3782         into here. Never process more commands after we've reached an
3783         end state; store further data as unused bytes.
3784
3785         * test/data/auth/*: add more auth tests
3786
3787         * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
3788         command to match exact string and EXPECT_UNUSED to match unused
3789         bytes
3790
3791         * test/Makefile.am (dist-hook): fix to dist all the test stuff
3792
3793 2003-02-12  Havoc Pennington  <hp@pobox.com>
3794
3795         * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
3796         \r off of popped lines
3797
3798         * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
3799         scripts
3800
3801         * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
3802         SEND, append \r\n
3803
3804 2003-02-12  Havoc Pennington  <hp@pobox.com>
3805
3806         * dbus/Makefile.am: remove break-loader from the build, since it
3807         moved.
3808
3809         * configure.in: add --enable-gcov to turn on coverage profiling
3810         flags and disable optimization
3811
3812 2003-02-10  Havoc Pennington  <hp@pobox.com>
3813
3814         * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
3815         initial cut at test framework for DBusAuth from laptop.
3816         Doesn't quite work yet but it compiles and I need to get
3817         it off the 266mhz laptop. ;-)
3818
3819         * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
3820         fix a memleak in error case
3821
3822 2003-02-12  Anders Carlsson  <andersca@codefactory.se>
3823
3824         * bus/Makefile.am:
3825         * bus/desktop-file.c:
3826         * bus/desktop-file.h:
3827         Add a desktop file parser.
3828
3829 2003-02-11  Zack Rusin  <zack@kde.org>
3830
3831         * qt/message.[h|cpp]: sample implementation
3832         of the KDE wrapper for DBusMessage
3833
3834 2003-02-09  Zack Rusin  <zack@kde.org>
3835
3836         * test/bus-test.c: make_it_compile
3837         * doc/dbus-specification.sgml: minimal semantic fix
3838
3839 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
3840
3841         Release 0.3
3842
3843         * NEWS: Update
3844
3845 2003-02-06  Anders Carlsson  <andersca@codefactory.se>
3846
3847         * dbus/Makefile.am:
3848         * dbus/dbus-break-loader.c:
3849         * test/Makefile.am:
3850         * test/break-loader.c:
3851         Move dbus-break-loader to test/ and rename it to break-loader.
3852
3853 2003-02-02  Havoc Pennington  <hp@pobox.com>
3854
3855         * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
3856         for code to manage cookies in your home directory
3857
3858         * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
3859
3860         * dbus/dbus-auth.c (get_state): impose a maximum number of tries
3861         to authenticate, then disconnect the client.
3862
3863 2003-02-03  Alexander Larsson  <alexl@redhat.com>
3864
3865         * dbus/dbus-message.c (dbus_message_append_fields):
3866         Correct docs.
3867
3868 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
3869
3870         * doc/dbus-specification.sgml:
3871         Update address format section.
3872
3873 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
3874
3875         * test/Makefile.am:
3876         * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
3877         (message_handler), (new_connection_callback), (loop_quit),
3878         (loop_run), (main):
3879         Add bus test.
3880
3881 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
3882
3883         * bus/driver.c: (bus_driver_handle_service_exists):
3884         Simplify the code a bit.
3885
3886         * dbus/dbus-bus.c: (dbus_bus_service_exists):
3887         Fix a silly.
3888
3889 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
3890
3891         * bus/Makefile.am:
3892         Add libdbus-daemon.la and link to it.
3893
3894 2003-02-01  James Willcox  <jwillcox@gnome.org>
3895
3896         * bus/driver.c: (bus_driver_handle_own_service):
3897         Actually include the service reply code in the message.
3898
3899 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
3900
3901         * bus/driver.c: (bus_driver_handle_service_exists):
3902         Don't unref the incoming message.
3903
3904 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
3905
3906         * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
3907
3908 2003-02-02  Anders Carlsson  <andersca@codefactory.se>
3909
3910         * dbus/dbus-server.c: (dbus_server_listen):
3911         * dbus/dbus-transport.c: (_dbus_transport_open):
3912         ifdef out the calls to the debug transport and server.
3913
3914 2003-02-02  Alexander Larsson  <alexl@redhat.com>
3915
3916         * dbus/dbus-watch.c (dbus_watch_get_flags):
3917         Add note in the docs that ERROR or HANGUP won't be returned
3918         and are assumed always on.
3919
3920         * glib/dbus-gmain.c (add_watch):
3921         Always add IO_ERR | IO_HUP
3922
3923         * dbus/dbus-message.h:
3924         Add semicolon after dbus_message_iter_get_string_array().
3925         Makes qt code build again
3926
3927 2003-02-01  Anders Carlsson  <andersca@codefactory.se>
3928
3929         * bus/driver.c: (create_unique_client_name),
3930         (bus_driver_handle_hello):
3931         Don't take a name, just use a numeric id to identify
3932         each client.
3933
3934         * dbus/Makefile.am:
3935         * dbus/dbus-bus.c: (dbus_bus_register_client),
3936         (dbus_bus_acquire_service), (dbus_bus_service_exists):
3937         * dbus/dbus-bus.h:
3938         Add new convenience functions for communicating with the bus.
3939
3940         * dbus/dbus-message.h:
3941
3942         * dbus/dbus-protocol.h:
3943         Fix a typo.
3944
3945 2003-02-01  Alexander Larsson  <alexl@redhat.com>
3946
3947         * dbus/dbus-message.c (dbus_message_append_fields):
3948         Add some more doc comments.
3949
3950 2003-02-01  Havoc Pennington  <hp@pobox.com>
3951
3952         * dbus/dbus-break-loader.c (randomly_modify_length): change
3953         a 4-byte value in the message as if it were a length
3954
3955         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
3956         execute bit on saved files
3957
3958 2003-02-01  Havoc Pennington  <hp@pobox.com>
3959
3960         * dbus/dbus-break-loader.c (main): new program to find messages
3961         that break the loader.
3962
3963         * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
3964         * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
3965
3966         * dbus/dbus-string.c (_dbus_string_set_byte): new
3967
3968 2003-01-31  Havoc Pennington  <hp@pobox.com>
3969
3970         * dbus/dbus-message.c: refactor the test code to be more general,
3971         in preparation for writing a "randomly permute test cases to
3972         try to break the loader" program.
3973
3974 2003-01-31  Havoc Pennington  <hp@pobox.com>
3975
3976         * doc/dbus-specification.sgml: work on the specification
3977
3978         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
3979         the protocol version of the message.
3980
3981         * dbus/dbus-protocol.h: drop special _REPLY names, the spec
3982         no longer specifies that.
3983         (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
3984         1/2/3/4)
3985
3986         * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
3987         "break" for DBUS_TYPE_NIL, remove @todo
3988
3989 2003-01-31  Havoc Pennington  <hp@pobox.com>
3990
3991         * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
3992         just set_is_error/get_is_error as this is a commonly-used
3993         function, and write docs.
3994
3995 2003-01-31  Anders Carlsson  <andersca@codefactory.se>
3996
3997         * dbus/dbus-address.c: (dbus_address_entry_free):
3998         Free key and value lists.
3999
4000         * dbus/dbus-internals.c: (_dbus_type_to_string):
4001         Add the types we didn't have.
4002
4003         * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
4004         (_dbus_marshal_validate_arg):
4005         Add NIL types.
4006
4007         * dbus/dbus-message.c: (dbus_message_set_sender):
4008         Remove todo about being able to set sender to NULL.
4009
4010         (dbus_message_set_is_error_reply),
4011         (dbus_message_get_is_error_reply):
4012         * dbus/dbus-message.h:
4013         New functions.
4014
4015         * dbus/dbus-protocol.h:
4016         Add error reply flag.
4017
4018         * test/data/valid-messages/opposite-endian.message:
4019         Add NIL type to test.
4020
4021 2003-01-31  Havoc Pennington  <hp@pobox.com>
4022
4023         * doc/dbus-specification.sgml: fully specify the header.  Add
4024         flags and major protocol version, and change header/body len to
4025         unsigned.
4026
4027         * dbus/dbus-message-builder.c (append_saved_length): append length
4028         as uint32
4029
4030         * dbus/dbus-message.c (dbus_message_create_header): change header
4031         length and body length to unsigned. Add the new fields from the
4032         spec
4033         (_dbus_message_loader_return_buffer): unsigned header/body len
4034
4035 2003-01-30  Havoc Pennington  <hp@pobox.com>
4036
4037         * dbus/dbus-auth.c: rework to use only REJECTED, no
4038         MECHANISMS
4039
4040         * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
4041         use REJECTED, suggested by Mark McLoughlin
4042
4043 2003-01-30  Havoc Pennington  <hp@pobox.com>
4044
4045         * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
4046         a better way to report errors here. e.g.  "unix address lacks
4047         path" or something. also "no such file" when the path doesn't
4048         exist, etc.
4049
4050         * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
4051         leaking list nodes
4052         (dbus_parse_address): add @todo about documenting address format,
4053         and allowing , and ; to be escaped
4054
4055 2003-01-30  Anders Carlsson  <andersca@codefactory.se>
4056
4057         * dbus/Makefile.am:
4058         Add dbus-address.[ch]
4059
4060         * dbus/dbus-address.c: (dbus_address_entry_free),
4061         (dbus_address_entries_free), (create_entry),
4062         (dbus_address_entry_get_method), (dbus_address_entry_get_value),
4063         (dbus_parse_address), (_dbus_address_test):
4064         * dbus/dbus-address.h:
4065         New files for dealing with address parsing.
4066
4067         * dbus/dbus-connection.c:
4068         Document timeout functions.
4069
4070         * dbus/dbus-message.c:
4071         Document dbus_message_new_from_message.
4072
4073         * dbus/dbus-server-debug.c:
4074         Document.
4075
4076         * dbus/dbus-server.c: (dbus_server_listen):
4077         Parse address and use correct server implementation.
4078
4079         * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
4080         * dbus/dbus-string.h:
4081         New function with test.
4082
4083         * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
4084         * dbus/dbus-test.h:
4085         Add address tests.
4086
4087         * dbus/dbus-transport-debug.c:
4088         Document.
4089
4090         * dbus/dbus-transport.c: (_dbus_transport_open):
4091         Parse address and use correct transport implementation.
4092
4093 2003-01-30  Havoc Pennington  <hp@pobox.com>
4094
4095         * dbus/dbus-message.c: use message->byte_order instead of
4096         DBUS_COMPILER_BYTE_ORDER throughout.
4097         (dbus_message_create_header): pad header to align the
4098         start of the body of the message to 8-byte boundary
4099
4100         * dbus/dbus-marshal.h: make all the demarshalers take const
4101         DBusString arguments.
4102
4103         * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
4104         validate message args here, so we don't have to do slow validation
4105         later, and so we catch bad messages as they are incoming. Also add
4106         better checks on header_len and body_len. Also fill in
4107         message->byte_order
4108
4109         * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
4110         implemented properly)
4111         (_dbus_string_validate_nul): new function to check all-nul
4112
4113         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
4114         get_arg_end_pos and remove all validation
4115         (_dbus_marshal_validate_arg): actually do validation here.
4116
4117 2003-01-29  Havoc Pennington  <hp@pobox.com>
4118
4119         * dbus/dbus-message.c (check_message_handling): fix assertion
4120         failure on set_client_serial
4121
4122 2003-01-28  Havoc Pennington  <hp@pobox.com>
4123
4124         * dbus/dbus-server-debug.c: Add doc section comments
4125
4126         * dbus/dbus-transport-debug.c: add doc section comments
4127
4128 2003-01-28  Havoc Pennington  <hp@redhat.com>
4129
4130         * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
4131         the reverse order from how I had it
4132         (_dbus_string_base64_encode): reverse encoding order. I was
4133         basically byteswapping everything during encoding.
4134
4135 2003-01-28  Anders Carlsson  <andersca@codefactory.se>
4136
4137         * dbus/dbus-connection-internal.h:
4138         * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
4139         (_dbus_connection_remove_timeout):
4140         Add functions for adding and removing timeouts.
4141
4142         * dbus/dbus-message.c: (dbus_message_new_from_message):
4143         Add new function that takes a message and creates an exact
4144         copy of it, but with the refcount set to 1.
4145         (check_message_handling):
4146         Fix build error.
4147
4148         * dbus/dbus-server-protected.h:
4149         * dbus/dbus-server.c: (_dbus_server_init_base),
4150         (_dbus_server_finalize_base), (_dbus_server_add_timeout),
4151         (dbus_server_set_timeout_functions):
4152         (_dbus_server_remove_timeout):
4153         New functions so that a server can add and remove timeouts.
4154
4155         (dbus_server_listen):
4156         Add commented out call to dbus_server_debug_new.
4157
4158         * dbus/dbus-timeout.c: (_dbus_timeout_new):
4159         Actually set the handler, doh.
4160
4161         * dbus/dbus-transport.c: (_dbus_transport_open):
4162         Add commented out call to dbus_transport_debug_client_new.
4163
4164         * dbus/Makefile.am:
4165         Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
4166
4167 2003-01-28  Havoc Pennington  <hp@pobox.com>
4168
4169         * dbus/dbus-message.c (check_message_handling): function to check
4170         on the loaded message, iterates over it etc.
4171
4172 2003-01-28  Havoc Pennington  <hp@pobox.com>
4173
4174         * test/Makefile.am (dist-hook): fix make distdir
4175
4176         * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
4177
4178 2003-01-27  Havoc Pennington  <hp@pobox.com>
4179
4180         * dbus/dbus-mempool.c (time_for_size): replace printf with
4181         _dbus_verbose
4182
4183         * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
4184         empty lines; fix the SAVE_LENGTH stuff to be
4185         START_LENGTH/END_LENGTH so it actually works; couple other
4186         bugfixes
4187
4188         * test/Makefile.am (dist-hook): add dist-hook for .message files
4189
4190         * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
4191         can be constant or locked.
4192         (_dbus_string_free): allow freeing a const string as
4193         documented/intended
4194
4195         * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
4196
4197         * dbus/dbus-test-main.c (main): take an argument which is the
4198         directory containing test data
4199
4200         * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
4201         argument to this and load all the messages in test/data/
4202         checking that they can be loaded or not loaded as appropriate.
4203
4204 2003-01-27  Anders Carlsson  <andersca@codefactory.se>
4205
4206         * bus/dispatch.c: (bus_dispatch_message_handler):
4207         Dispatch messages sent to services.
4208
4209         * bus/driver.c: (bus_driver_send_service_deleted),
4210         (bus_driver_send_service_created), (bus_driver_send_service_lost),
4211         (bus_driver_send_service_acquired):
4212         Add helper functions for sending service related messages.
4213
4214         (bus_driver_send_welcome_message):
4215         Send HELLO_REPLY instead of WELCOME.
4216
4217         (bus_driver_handle_list_services):
4218         Send LIST_SERVICES_REPLY instead of SERVICES.
4219
4220         (bus_driver_handle_own_service),
4221         (bus_driver_handle_service_exists):
4222         New message handlers.
4223
4224         (bus_driver_handle_message):
4225         Invoke new message handlers.
4226
4227         (bus_driver_remove_connection):
4228         Don't remove any services here since that's done automatically
4229         by bus_service_remove_owner now.
4230
4231         * bus/driver.h:
4232         New function signatures.
4233
4234         * bus/services.c: (bus_service_add_owner):
4235         Send ServiceAcquired message if we're the only primary owner.
4236
4237         (bus_service_remove_owner):
4238         Send ServiceAcquired/ServiceLost messages.
4239
4240         (bus_service_set_prohibit_replacement),
4241         (bus_service_get_prohibit_replacement):
4242         Functions for setting prohibit replacement.
4243
4244         (bus_service_has_owner):
4245         New function that checks if a connection is in the owner queue of
4246         a certain service.
4247
4248         * bus/services.h:
4249         Add new function signatures.
4250
4251         * dbus/dbus-list.c: (_dbus_list_test):
4252         Add tests for _dbus_list_remove_last and traversing the list backwards.
4253
4254         * dbus/dbus-list.h:
4255         Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
4256         go any further, so return NULL then.
4257
4258         * dbus/dbus-protocol.h:
4259         Add new messages, service flags and service replies.
4260
4261 2003-01-26  Havoc Pennington  <hp@pobox.com>
4262
4263         * dbus/dbus-message-builder.c: implement, completely untested.
4264
4265         * test/data/*: add data to be used in testing.
4266         ".message" files are our simple loadable text format.
4267         ".message-raw" will be binary dumps of messages.
4268
4269         * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
4270
4271 2003-01-26  Havoc Pennington  <hp@pobox.com>
4272
4273         * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
4274
4275         * dbus/dbus-errors.c (dbus_result_to_string): add
4276         file errors
4277
4278         * dbus/dbus-message-builder.c: new file, will contain code to load
4279         up messages from files. Not implemented yet.
4280
4281 2003-01-26  Havoc Pennington  <hp@pobox.com>
4282
4283         * dbus/dbus-message.c (dbus_message_set_sender): support deleting
4284         the sender by setting to NULL
4285
4286 2003-01-26  Havoc Pennington  <hp@pobox.com>
4287
4288         The unit tests pass, but otherwise untested.  If it breaks, the
4289         tests should have been better. ;-)
4290
4291         * bus/driver.c (bus_driver_handle_hello): return if we disconnect
4292         the connection.
4293
4294         * dbus/dbus-message.c: redo everything so we maintain
4295         message->header as the only copy of the various fields.
4296         This avoids the possibility of out-of-memory in some cases,
4297         for example dbus_message_lock() can't run out of memory anymore,
4298         and avoids extra copying. Figured I may as well go ahead and do
4299         this since it was busted for dbus_message_lock to not return
4300         failure on OOM, and dbus_message_write_header was totally
4301         unchecked for OOM. Also fixed some random other bugs.
4302
4303         * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
4304         that strings are nul-terminated. Also, end_pos can be equal
4305         to string length just not greater than, I think.
4306         (_dbus_marshal_set_int32): new function
4307         (_dbus_marshal_set_uint32): new function
4308         (_dbus_marshal_set_string): new function
4309
4310         * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
4311         a warning, init timeout_list to NULL
4312         (dbus_connection_send_message): don't use uninitialized variable
4313         "serial"
4314
4315         * dbus/dbus-string.c (_dbus_string_replace_len): new function
4316
4317 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
4318
4319         * bus/driver.c: (bus_driver_handle_hello),
4320         (bus_driver_send_welcome_message):
4321         Plug leaks
4322
4323 2003-01-26  Anders Carlsson  <andersca@codefactory.se>
4324
4325         * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
4326         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
4327         (dbus_connection_unref):
4328         * dbus/dbus-marshal.c: (_dbus_marshal_test):
4329         * dbus/dbus-message.c: (dbus_message_unref),
4330         Plug memory leaks.
4331
4332         (dbus_message_get_fields):
4333         Remove debugging printout.
4334
4335         (_dbus_message_loader_return_buffer):
4336         Don't store the header string.
4337
4338         (_dbus_message_test):
4339         Plug leaks.
4340
4341 2003-01-26  Richard Hult  <rhult@codefactory.se>
4342
4343         * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
4344         the file descriptor list, since it can change under us.
4345
4346 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
4347
4348         * glib/dbus-gmain.c: (dbus_connection_prepare),
4349         (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
4350         (remove_watch), (dbus_connection_hookup_with_g_main):
4351         Rewrite the glib handling to use its own GSource instead of a
4352         GIOChannel so we can catch messages put in the queue while waiting
4353         for a reply.
4354
4355 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
4356
4357         * bus/Makefile.am:
4358         * bus/connection.c: (connection_disconnect_handler),
4359         (connection_watch_callback), (bus_connection_setup):
4360         * bus/dispatch.c: (send_one_message),
4361         (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
4362         (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
4363         * bus/dispatch.h:
4364         * bus/driver.c: (bus_driver_send_service_deleted),
4365         (bus_driver_send_service_created), (bus_driver_handle_hello),
4366         (bus_driver_send_welcome_message),
4367         (bus_driver_handle_list_services), (bus_driver_remove_connection),
4368         (bus_driver_handle_message):
4369         * bus/driver.h:
4370         Refactor code, put the message dispatching in its own file. Use
4371         _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
4372         is disconnected.
4373
4374 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
4375
4376         * dbus/dbus-internals.h:
4377         Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
4378
4379         * dbus/dbus-message.c: (dbus_message_get_sender):
4380         * dbus/dbus-message.h:
4381         Implement dbus_message_get_sender.
4382
4383         * dbus/dbus-protocol.h:
4384         Add message and service defines.
4385
4386 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
4387
4388         * dbus/dbus-connection.c: (dbus_connection_send_message):
4389         * dbus/dbus-message-internal.h:
4390         * dbus/dbus-message.c: (_dbus_message_get_client_serial),
4391         (dbus_message_write_header):
4392         Remove _dbus_messag_unlock and don't set the client serial on a
4393         message if one already exists.
4394
4395 2003-01-24  Havoc Pennington  <hp@pobox.com>
4396
4397         * dbus/dbus-list.c (alloc_link): put a thread lock on the global
4398         list_pool
4399
4400         * bus/driver.c (bus_driver_handle_list_services): fix a leak
4401         on OOM
4402
4403 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
4404
4405         * dbus/dbus-list.c: (alloc_link), (free_link):
4406         Use a memory pool for the links.
4407
4408 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
4409
4410         * bus/connection.c: (bus_connection_foreach):
4411         * bus/connection.h:
4412         Add new bus_connection_foreach function.
4413
4414         * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
4415         Add function that broadcasts a message to all clients.
4416
4417         (bus_driver_send_service_created), (bus_driver_handle_hello),
4418         (bus_driver_send_welcome_message),
4419         (bus_driver_handle_list_services), (bus_driver_message_handler):
4420         Implement functions that take care of listing services, and notifying
4421         clients when new services are created.
4422
4423         * bus/services.c: (bus_services_list):
4424         * bus/services.h:
4425         Add new function that returns an array of strings with the currently
4426         registered services.
4427
4428         * glib/dbus-glib.h:
4429         * glib/dbus-gmain.c:
4430         Update copyright year.
4431
4432 2003-01-25  Anders Carlsson  <andersca@codefactory.se>
4433
4434         * dbus/dbus-connection.c: (dbus_connection_send_message):
4435         Unlock the message in case it was sent earlier.
4436
4437         (dbus_connection_send_message_with_reply_and_block):
4438         Remove the reply message from the list.
4439
4440         * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
4441         Set array_len and new_pos correctly.
4442
4443         (_dbus_marshal_test):
4444         Remove debug output.
4445
4446         * dbus/dbus-message-internal.h:
4447         * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
4448         New function that returns the reply serial.
4449
4450         (_dbus_message_unlock):
4451         New function that unlocks a message and resets its header.
4452
4453         (dbus_message_append_string_array),
4454         (dbus_message_get_fields_valist),
4455         (dbus_message_iter_get_field_type),
4456         (dbus_message_iter_get_string_array),
4457         (dbus_message_get_fields),
4458         (dbus_message_append_fields_valist):
4459         Handle string arrays.
4460
4461         (dbus_message_set_sender):
4462         Make this function public since the bus daemon needs it.
4463
4464         (decode_header_data):
4465         Set the reply serial to -1 initially.
4466
4467         * dbus/dbus-message.h:
4468         Add dbus_message_set_sender.
4469
4470 2003-01-24  Havoc Pennington  <hp@pobox.com>
4471
4472         * doc/dbus-specification.sgml: add some stuff
4473
4474 2003-01-22  Havoc Pennington  <hp@pobox.com>
4475
4476         * doc/dbus-specification.sgml: Start to document the protocol.
4477
4478 2003-01-22  Havoc Pennington  <hp@pobox.com>
4479
4480         * dbus/dbus-connection.c
4481         (dbus_connection_send_message_with_reply_and_block): add some @todo
4482
4483         * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
4484
4485 2003-01-21  Havoc Pennington  <hp@pobox.com>
4486
4487         (patch untested because can't compile)
4488
4489         * bus/driver.c (create_unique_client_name): make this function
4490         never recycle client names. Also, caller should initialize
4491         the DBusString.
4492
4493         * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
4494
4495 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
4496
4497         * dbus/dbus-marshal.c: (_dbus_marshal_double),
4498         (_dbus_marshal_int32), (_dbus_marshal_uint32),
4499         (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
4500         (_dbus_marshal_double_array), (_dbus_marshal_string_array),
4501         (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
4502         (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
4503         (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
4504         * dbus/dbus-marshal.h:
4505         * dbus/dbus-protocol.h:
4506         Add support for marshalling and demarshalling integer, double
4507         and string arrays.
4508
4509 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
4510
4511         * bus/Makefile.am:
4512         Add driver.[ch]
4513
4514         * bus/connection.c: (connection_disconnect_handler):
4515         Remove the connection from the bus driver's list.
4516
4517         (connection_watch_callback): Dispatch messages.
4518
4519         (free_connection_data): Free connection name.
4520
4521         (bus_connection_setup): Add connection to the bus driver's list.
4522         (bus_connection_remove_owned_service):
4523         (bus_connection_set_name), (bus_connection_get_name):
4524         Add functions for setting and getting the connection's name.
4525
4526         * bus/connection.h:
4527         Add function headers.
4528
4529         * bus/driver.c: (create_unique_client_name),
4530         (bus_driver_handle_hello_message),
4531         (bus_driver_send_welcome_message), (bus_driver_message_handler),
4532         (bus_driver_add_connection), (bus_driver_remove_connection):
4533         * bus/driver.h:
4534         * bus/main.c:
4535         * bus/services.c: (bus_service_free):
4536         * bus/services.h:
4537         New file that handles communication and registreation with the bus
4538         itself.
4539
4540 2003-01-21  Anders Carlsson  <andersca@codefactory.se>
4541
4542         * dbus/dbus-connection.c: (dbus_connection_send_message):
4543         Add a new client_serial parameter.
4544
4545         (dbus_connection_send_message_with_reply):
4546         Remove a @todo since we've implemented the blocking function.
4547
4548         (dbus_connection_send_message_with_reply_and_block):
4549         New function that sends a message and waits for a reply and
4550         then returns the reply.
4551
4552         * dbus/dbus-connection.h:
4553         Add new functions.
4554
4555         * dbus/dbus-errors.c: (dbus_result_to_string):
4556         * dbus/dbus-errors.h:
4557         Add new DBUS_RESULT.
4558
4559         * dbus/dbus-message-internal.h:
4560         * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
4561         (_dbus_message_set_sender), (dbus_message_write_header),
4562         (dbus_message_new_reply), (decode_header_data),
4563         (_dbus_message_loader_return_buffer), (_dbus_message_test):
4564         * dbus/dbus-message.h:
4565         Add new functions that set the reply serial and sender.
4566         Also marshal and demarshal them correctly and add test.
4567
4568         * dbus/dbus-protocol.h:
4569         Add new DBUS_MESSAGE_TYPE_SENDER.
4570
4571         * glib/dbus-glib.h:
4572         * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
4573         (add_watch), (remove_watch), (add_timeout), (remove_timeout),
4574         (dbus_connection_hookup_with_g_main):
4575         * glib/test-dbus-glib.c: (main):
4576         Rewrite to use GIOChannel and remove the GSource crack.
4577
4578         * test/echo-client.c: (main):
4579         * test/watch.c: (check_messages):
4580         Update for changed APIs
4581
4582 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
4583
4584         * dbus/Makefile.am: Add dbus-timeout.[cħ]
4585
4586         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
4587         Create a DBusTimeoutList.
4588         (dbus_connection_set_timeout_functions): Add new function to
4589         set timeout callbacks
4590
4591         * dbus/dbus-connection.h: Add public DBusTimeout API.
4592
4593         * dbus/dbus-message.c: (dbus_message_get_service):
4594         * dbus/dbus-message.h:  New function.
4595
4596         * dbus/dbus-server.c: Fix small doc typo.
4597
4598         * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
4599
4600 2003-01-19  Anders Carlsson  <andersca@codefactory.se>
4601
4602         * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
4603         of the string, just as long as specified.
4604
4605 2003-01-19  Havoc Pennington  <hp@pobox.com>
4606
4607         * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
4608         new function
4609
4610         * dbus/dbus-server.c (dbus_server_set_max_connections)
4611         (dbus_server_get_max_connections, dbus_server_get_n_connections):
4612         keep track of current number of connections, and add API for
4613         setting a max (but haven't implemented enforcing the max yet)
4614
4615 2003-01-18  Havoc Pennington  <hp@pobox.com>
4616
4617         * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
4618         reading/writing if read_watch != NULL or write_watch != NULL.
4619
4620         * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
4621         the message loader code to actually load message->header and
4622         message->body into the newly-created message.
4623
4624         * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
4625         in OOM case
4626
4627         * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
4628         (dbus_connection_get_max_message_size)
4629         (dbus_connection_set_max_live_messages_size)
4630         (dbus_connection_get_max_live_messages_size): implement some
4631         resource limitation functions
4632
4633         * dbus/dbus-resources.c: new file implementing some of the
4634         resource limits stuff
4635
4636         * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
4637         missing docs, add @todo to handle OOM etc.
4638
4639         * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
4640         docs
4641
4642 2003-01-18  Havoc Pennington  <hp@pobox.com>
4643
4644         * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
4645         connection if it hasn't been already.
4646
4647         * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
4648         replace with DisconnectFunction.
4649
4650 2003-01-18  Havoc Pennington  <hp@pobox.com>
4651
4652         Building --disable-verbose-mode --disable-asserts --disable-tests
4653         cuts the library from 112K to 45K or so
4654
4655         * configure.in: check for varargs macro support,
4656         add --enable-verbose-mode, --enable-asserts.
4657
4658         * dbus/dbus-internals.h (_dbus_assert): support
4659         DBUS_DISABLE_ASSERT
4660         (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
4661
4662 2003-01-18  Havoc Pennington  <hp@pobox.com>
4663
4664         * dbus/dbus-test.c: include config.h so that tests actually run
4665
4666         * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
4667         so the failure mode when that assumption fails will be plenty
4668         obvious.
4669
4670 2003-01-18  Havoc Pennington  <hp@pobox.com>
4671
4672         * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
4673
4674         * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
4675         the distribution
4676
4677         * test/Makefile.am: don't use special variable "TESTS" for echo-*
4678         since we don't want to use those in make check
4679
4680 2003-01-15  Havoc Pennington  <hp@redhat.com>
4681
4682         Release 0.2
4683
4684         * NEWS: update
4685
4686 2003-01-15  Havoc Pennington  <hp@redhat.com>
4687
4688         * test/Makefile.am: fix so that test source code ends up in the
4689         distribution on make distcheck
4690
4691 2003-01-15  Havoc Pennington  <hp@redhat.com>
4692
4693         Release 0.1.
4694
4695         * NEWS: update
4696
4697 2003-01-15  Havoc Pennington  <hp@redhat.com>
4698
4699         * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
4700         fix build when --disable-tests
4701
4702         * Makefile.am (EXTRA_DIST): put HACKING in here
4703
4704         * HACKING: document procedure for making a tarball release.
4705
4706 2003-01-14  Anders Carlsson  <andersca@codefactory.se>
4707
4708         * bus/connection.c: (connection_error_handler),
4709         (bus_connection_setup):
4710         * bus/main.c: (main):
4711         Make sure that the DBusConnectionData struct is NULLed
4712         out to prevent a segfault.
4713
4714         * dbus/dbus-errors.c: (dbus_result_to_string):
4715         * dbus/dbus-errors.h:
4716         * dbus/dbus-message.c: (dbus_message_get_fields),
4717         (dbus_message_get_fields_valist), (_dbus_message_test):
4718         * dbus/dbus-message.h:
4719         Make dbus_message_get_fields return a result code so we can
4720         track invalid fields as well as oom.
4721
4722 2003-01-11  Havoc Pennington  <hp@pobox.com>
4723
4724         * configure.in: change --enable-test/--enable-ansi action-if-given
4725         to enable_foo=$enableval instead of enable_foo=yes
4726
4727 2003-01-08  Havoc Pennington  <hp@pobox.com>
4728
4729         * dbus/dbus-string.c (_dbus_string_align_length): new function
4730
4731         * dbus/dbus-test-main.c: move main() for test app here
4732         * dbus/dbus-test.c
4733         (dbus_internal_symbol_do_not_use_run_tests): we have to export a
4734         symbol to run tests, because dbus-test isn't in the main
4735         library
4736
4737         Code review nitpicks.
4738
4739         * dbus/dbus-message.c (dbus_message_write_header): add newlines
4740         for people with narrow emacs ;-). Assert client_serial was filled
4741         in. Assert message->name != NULL.
4742         (dbus_message_append_fields): have "first_field_type" arg separate
4743         from va list, needed for C++ binding that also uses varargs IIRC
4744         and helps with type safety
4745         (dbus_message_new): add @todo about using DBusString to store
4746         service/name internally
4747         (dbus_message_new): don't leak ->service and ->name on OOM later
4748         in the function
4749         (dbus_message_unref): free the service name
4750         (dbus_message_get_fields): same change to varargs
4751         i.e. first_field_type
4752         (_dbus_message_loader_return_buffer): assert that the message data
4753         is aligned (if not it's a bug in our code). Put in verbose griping
4754         about why we set corrupted = TRUE.
4755         (decode_header_data): add FIXME that char* is evil.  Was going to
4756         add FIXME about evil locale-specific string.h strncmp, but just
4757         switched to wacky string-as-uint32 optimization. Move check for
4758         "no room for field name" above get_const_data_len() to avoid
4759         assertion failure in get_const_data_len if we have trailing 2
4760         bytes or the like. Check for service and name fields being
4761         provided twice. Don't leak service/name on error. Require field
4762         names to be aligned to 4 bytes.
4763
4764         * dbus/dbus-marshal.c: move byte swap stuff to header
4765         (_dbus_pack_int32): uscore-prefix
4766         (_dbus_unpack_int32): uscore-prefix
4767         (_dbus_unpack_uint32): export
4768         (_dbus_demarshal_string): add @todo complaining about use of
4769         memcpy()
4770         (_dbus_marshal_get_field_end_pos): add @todo about bad error
4771         handling allowing corrupt data to go unchecked
4772
4773 2003-01-08  Havoc Pennington  <hp@redhat.com>
4774
4775         * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
4776         to the select() as needed for authentication. (should be using
4777         _dbus_poll() not select, but for another day)
4778
4779         * dbus/dbus.h: include dbus/dbus-protocol.h
4780
4781 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
4782
4783         * dbus/Makefile.am (dbusinclude_HEADERS): Install
4784         dbus-connection.h
4785
4786 2003-01-08  Anders Carlsson  <andersca@codefactory.se>
4787
4788         * dbus/dbus-internals.c: (_dbus_type_to_string):
4789         New function that returns a string describing a type.
4790
4791         * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
4792         * dbus/dbus-marshal.h:
4793         * dbus/dbus-message.c: (dbus_message_get_fields_valist),
4794         (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
4795         (dbus_message_iter_get_byte_array):
4796         * dbus/dbus-message.h:
4797         Add new convenience functions for appending and getting message fields.
4798         Also add demarshalling routines for byte arrays.
4799
4800 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
4801
4802         * dbus/dbus-connection-internal.h:
4803         * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
4804         (_dbus_connection_get_next_client_serial),
4805         (dbus_connection_send_message):
4806         * dbus/dbus-internals.h:
4807         * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
4808         (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
4809         (_dbus_marshal_uint32), (_dbus_demarshal_double),
4810         (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
4811         (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
4812         (_dbus_verbose_bytes), (_dbus_marshal_test):
4813         * dbus/dbus-marshal.h:
4814         * dbus/dbus-message-internal.h:
4815         * dbus/dbus-message.c: (_dbus_message_set_client_serial),
4816         (dbus_message_write_header), (_dbus_message_lock),
4817         (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
4818         (dbus_message_get_name), (dbus_message_append_int32),
4819         (dbus_message_append_uint32), (dbus_message_append_double),
4820         (dbus_message_append_string), (dbus_message_append_byte_array),
4821         (dbus_message_get_fields_iter), (dbus_message_iter_ref),
4822         (dbus_message_iter_unref), (dbus_message_iter_has_next),
4823         (dbus_message_iter_next), (dbus_message_iter_get_field_type),
4824         (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
4825         (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
4826         (decode_header_data), (_dbus_message_loader_return_buffer),
4827         (message_iter_test), (_dbus_message_test):
4828         * dbus/dbus-message.h:
4829         * dbus/dbus-protocol.h:
4830         * dbus/dbus-test.c: (main):
4831         * dbus/dbus-test.h:
4832         * glib/test-dbus-glib.c: (message_handler), (main):
4833         * test/echo-client.c: (main):
4834         * test/watch.c: (check_messages):
4835         Make messages sendable and receivable for real.
4836
4837 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
4838
4839         * dbus/dbus-marshal.c: (_dbus_marshal_double),
4840         (_dbus_marshal_string), (_dbus_marshal_byte_array):
4841         * dbus/dbus-message.c: (dbus_message_append_int32),
4842         (dbus_message_append_uint32), (dbus_message_append_double),
4843         (dbus_message_append_string), (dbus_message_append_byte_array):
4844         Handle OOM restoration.
4845
4846 2003-01-07  Anders Carlsson  <andersca@codefactory.se>
4847
4848         * dbus/dbus-marshal.c: (_dbus_marshal_string),
4849         (_dbus_demarshal_string), (_dbus_marshal_test):
4850         * dbus/dbus-marshal.h:
4851         * dbus/dbus-message.c: (dbus_message_get_name),
4852         Document these functions.
4853
4854         (dbus_message_append_int32), (dbus_message_append_uint32),
4855         (dbus_message_append_double), (dbus_message_append_string),
4856         (dbus_message_append_byte_array):
4857         * dbus/dbus-message.h:
4858         Add functions for adding message fields of different types.
4859
4860         * dbus/dbus-protocol.h:
4861         Add the different types.
4862
4863 2003-01-05  Havoc Pennington  <hp@pobox.com>
4864
4865         * bus/connection.c: implement routines for handling connections,
4866         first thing is keeping a list of owned services on each connection
4867         and setting up watches etc.
4868
4869         * bus/services.c: implement a mapping from service names to lists
4870         of connections
4871
4872         * dbus/dbus-hash.c: add DBUS_HASH_POINTER
4873
4874         * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
4875         to use static mutexes for global data
4876
4877         * dbus/dbus-connection.c (dbus_connection_set_data): add new
4878         collection of functions to set/get application-specific data
4879         on the DBusConnection.
4880
4881 2003-01-04  Havoc Pennington  <hp@pobox.com>
4882
4883         * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
4884         (_dbus_poll): new function
4885
4886         * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
4887         copied from GLib
4888
4889         * bus/loop.c: initial code for the daemon main loop
4890
4891 2003-01-04  Havoc Pennington  <hp@pobox.com>
4892
4893         * test/watch.c (error_handler): make it safe if the error handler
4894         is called multiple times (if we s/error handler/disconnect
4895         handler/ we should just guarantee it's called only once)
4896
4897         * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
4898         error handler on disconnect (it's quite possible we should
4899         just change the error handler to a "disconnect handler," I'm
4900         not sure we have any other meaningful errors)
4901
4902         * configure.in: check for getpwnam_r
4903
4904         * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
4905         dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
4906         mechanism as in SASL spec, using socket credentials
4907
4908         * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
4909         (_dbus_send_credentials_unix_socket): new function
4910
4911         * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
4912         dbus_accept()
4913         (_dbus_write): only check errno if <0 returned
4914         (_dbus_write_two): ditto
4915
4916 2003-01-02  Anders Carlsson  <andersca@codefactory.se>
4917
4918         * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
4919         (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
4920         (_dbus_marshal_test):
4921         * dbus/dbus-marshal.h:
4922         Add _dbus_marshal_byte_array and rename _dbus_marshal_string
4923         to _dbus_marshal_utf8_string. Also fix some tests.
4924
4925 2002-12-28  Harri Porten  <porten@kde.org>
4926
4927         * configure.in: added check for C++ compiler and a very cheesy
4928         check for the Qt integration
4929
4930         * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
4931
4932         * qt/Makefile.am: added
4933
4934         * qt/.cvsignore: added
4935
4936         * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
4937         latter, added #ifdef QT_THREAD_SUPPORT guard.
4938
4939         * dbus/Makefile.am: added missing headers for make dist
4940
4941 2002-12-28  Kristian Rietveld  <kris@gtk.org>
4942
4943         * dbus/Makefile.am: fixup export-symbols-regex.
4944
4945 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
4946
4947         * acinclude.m4: Add this file and put the
4948         PKG_CHECK_MODULE macro in it.
4949
4950 2002-12-27  Anders Carlsson  <andersca@codefactory.se>
4951
4952         * dbus/dbus-marshal.c: (_dbus_marshal_string),
4953         (_dbus_demarshal_double), (_dbus_demarshal_int32),
4954         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
4955         (_dbus_marshal_test):
4956         Make the demarshalling routines align the pos argument.
4957         Add string marshalling tests and fix the obvious bugs
4958         discovered.
4959
4960 2002-12-26  Havoc Pennington  <hp@pobox.com>
4961
4962         * dbus/dbus-auth.c: fixes fixes fixes
4963
4964         * dbus/dbus-transport-unix.c: wire up support for
4965         encoding/decoding data on the wire
4966
4967         * dbus/dbus-auth.c (_dbus_auth_encode_data)
4968         (_dbus_auth_decode_data): append to target string
4969         instead of nuking it.
4970
4971 2002-12-26  Havoc Pennington  <hp@pobox.com>
4972
4973         * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
4974         WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
4975         doh
4976
4977         * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
4978         avoid swap_bytes() overhead (ignoring possible assembly stuff for
4979         now). Main point is because I wanted unpack_uint32 to implement
4980         _dbus_verbose_bytes
4981         (_dbus_verbose_bytes): new function
4982
4983         * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
4984
4985         * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
4986         mechanism to handle a corrupt message stream
4987         (_dbus_message_loader_new): fix preallocation to only prealloc,
4988         not prelengthen
4989
4990         * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
4991         (_dbus_string_test): enhance tests for copy/move and fix the
4992         functions
4993
4994         * dbus/dbus-transport-unix.c: Hold references in more places to
4995         avoid reentrancy problems
4996
4997         * dbus/dbus-transport.c: ditto
4998
4999         * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
5000         leak reference count in no-message case
5001
5002         * test/watch.c (do_mainloop): handle adding/removing watches
5003         during iteration over the watches. Also, ref the connection/server
5004         stored on a watch, so we don't try to mangle a destroyed one.
5005
5006         * dbus/dbus-transport-unix.c (do_authentication): perform
5007         authentication
5008
5009         * dbus/dbus-auth.c (get_state): add a state
5010         AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
5011         (_dbus_auth_get_unused_bytes): append the unused bytes
5012         to the passed in string, rather than prepend
5013
5014         * dbus/dbus-transport.c (_dbus_transport_init_base): create
5015         the auth conversation DBusAuth
5016
5017         * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
5018         (_dbus_transport_new_for_domain_socket): when creating a
5019         transport, pass in whether it's a client-side or server-side
5020         transport so we know which DBusAuth to create
5021
5022 2002-12-03  Havoc Pennington  <hp@pobox.com>
5023
5024         * dbus/dbus-transport-unix.c (unix_finalize): finalize base
5025         _after_ finalizing the derived members
5026         (unix_connection_set): unref watch if we fail to add it
5027
5028         * dbus/dbus-connection.c (dbus_connection_unref): delete the
5029         transport first, so that the connection owned by the
5030         transport will be valid as the transport finalizes.
5031
5032         * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
5033         if necessary, and remove watches from the connection.
5034
5035         * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
5036
5037 2002-12-26  Anders Carlsson  <andersca@codefactory.se>
5038
5039         * dbus/dbus-marshal.c: (_dbus_marshal_string),
5040         (_dbus_demarshal_double), (_dbus_demarshal_int32),
5041         (_dbus_demarshal_uint32), (_dbus_demarshal_string),
5042         (_dbus_marshal_test):
5043         * dbus/dbus-marshal.h:
5044         Add string marshal functions and have the demarshal functions
5045         return the new position.
5046
5047 2002-12-25  Havoc Pennington  <hp@pobox.com>
5048
5049         * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
5050         it is a simple protocol that just maps directly to SASL.
5051
5052         * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
5053         initial implementation, not actually used yet.
5054
5055         * dbus/dbus-string.c (_dbus_string_find): new function
5056         (_dbus_string_equal): new function
5057         (_dbus_string_base64_encode): new function
5058         (_dbus_string_base64_decode): new function
5059
5060 2002-12-25  Anders Carlsson  <andersca@codefactory.se>
5061
5062         * dbus/Makefile.am:
5063         * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
5064         (_dbus_marshal_int32), (_dbus_marshal_uint32),
5065         (_dbus_demarshal_double), (_dbus_demarshal_int32),
5066         (_dbus_demarshal_uint32), (_dbus_marshal_test):
5067         * dbus/dbus-marshal.h:
5068         * dbus/dbus-protocol.h:
5069         * dbus/dbus-test.c: (main):
5070         * dbus/dbus-test.h:
5071         Add un-optimized marshalling/demarshalling routines.
5072
5073 2002-12-25  Harri Porten  <porten@kde.org>
5074
5075         * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
5076
5077 2002-12-24  Zack Rusin  <zack@kde.org>
5078
5079         * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
5080         * qt/dbus-qt.h: skeleton with two sample implemenatation of the
5081         main loop stuff
5082
5083 2002-12-24  Havoc Pennington  <hp@pobox.com>
5084
5085         * glib/dbus-gthread.c: fix include
5086
5087         * glib/dbus-glib.h: rename DBusMessageHandler for now.
5088         I think glib API needs to change, though, as you don't
5089         want to use DBusMessageFunction, you want to use the
5090         DBusMessageHandler object. Probably
5091         dbus_connection_open_with_g_main_loop()
5092         and dbus_connection_setup_g_main_loop() or something like that
5093         (but think of better names...) that just create a connection
5094         that has watch/timeout functions etc. already set up.
5095
5096         * dbus/dbus-connection.c
5097         (dbus_connection_send_message_with_reply): new function just to
5098         show how the message handler helps us deal with replies.
5099
5100         * dbus/dbus-list.c (_dbus_list_remove_last): new function
5101
5102         * dbus/dbus-string.c (_dbus_string_test): free a string that
5103         wasn't
5104
5105         * dbus/dbus-hash.c: use memory pools for the hash entries
5106         (rebuild_table): be more paranoid about overflow, and
5107         shrink table when we can
5108         (_dbus_hash_test): reduce number of sprintfs and write
5109         valid C89. Add tests for case where we grow and then
5110         shrink the hash table.
5111
5112         * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
5113
5114         * dbus/dbus-connection.c (dbus_connection_register_handler)
5115         (dbus_connection_unregister_handler): new functions
5116
5117         * dbus/dbus-message.c (dbus_message_get_name): new
5118
5119         * dbus/dbus-list.c: fix docs typo
5120
5121         * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
5122         an object representing a handler for messages.
5123
5124 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
5125
5126         * glib/dbus-glib.h:
5127         * glib/dbus-gthread.c: (dbus_gthread_init):
5128         Don't use the gdbus prefix for public functions.
5129
5130 2002-12-16  Anders Carlsson  <andersca@codefactory.se>
5131
5132         * Makefile.am:
5133         * configure.in:
5134         Add GLib checks and fixup .pc files
5135
5136         * glib/Makefile.am:
5137         * glib/dbus-glib.h:
5138         * glib/dbus-gmain.c: (gdbus_connection_prepare),
5139         (gdbus_connection_check), (gdbus_connection_dispatch),
5140         (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
5141         (dbus_connection_gsource_new):
5142         * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
5143         (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
5144         * glib/test-dbus-glib.c: (message_handler), (main):
5145         Add GLib support.
5146
5147 2002-12-15  Harri Porten  <porten@kde.org>
5148
5149         * autogen.sh: check for libtoolize before attempting to use it
5150
5151         * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
5152         struct.
5153
5154         * .cvsignore: ignore more stamp files
5155
5156         * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
5157
5158         * test/Makefile.am: added -I$(top_srcdir) to be able to compile
5159         without make install.
5160
5161 2002-12-15  Havoc Pennington  <hp@pobox.com>
5162
5163         * dbus/dbus-threads.c: add thread stubs that a higher library
5164         layer can fill in. e.g. the GLib wrapper might fill them in with
5165         GThread stuff. We still need to use this thread API to
5166         thread-safe-ize the library.
5167
5168 2002-12-12  Havoc Pennington  <hp@pobox.com>
5169
5170         * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
5171         below new interfaces and include fewer system headers.
5172
5173         * dbus/dbus-sysdeps.c (_dbus_read): new function
5174         (_dbus_write): new function
5175         (_dbus_write_two): new function
5176         (_dbus_connect_unix_socket): new function
5177         (_dbus_listen_unix_socket): new function
5178
5179         * dbus/dbus-message-internal.h: change interfaces to use
5180         DBusString
5181
5182 2002-12-11  Havoc Pennington  <hp@pobox.com>
5183
5184         * dbus/dbus-types.h: add dbus_unichar
5185
5186         * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
5187
5188         * dbus/dbus-connection.c (dbus_connection_send_message): return
5189         TRUE on success
5190
5191         * dbus/dbus-transport.c: include dbus-watch.h
5192
5193         * dbus/dbus-connection.c: include dbus-message-internal.h
5194
5195         * HACKING: add file with coding guidelines stuff.
5196
5197         * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
5198         handling here, for security purposes (as in vsftpd). Not actually
5199         using this class yet.
5200
5201         * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
5202         system/libc usage here, as in vsftpd, for ease of auditing (and
5203         should also simplify portability). Haven't actually moved all the
5204         system/libc usage into here yet.
5205
5206 2002-11-25  Havoc Pennington  <hp@pobox.com>
5207
5208         * dbus/dbus-internals.c (_dbus_verbose): fix to not
5209         always print the first verbose message.
5210
5211 2002-11-24  Havoc Pennington  <hp@pobox.com>
5212
5213         * test/echo-client.c, test/echo-server.c: cheesy test
5214         clients.
5215
5216         * configure.in (AC_CHECK_FUNCS): check for writev
5217
5218         * dbus/dbus-message.c (_dbus_message_get_network_data): new
5219         function
5220
5221         * dbus/dbus-list.c (_dbus_list_foreach): new function
5222
5223         * dbus/dbus-internals.c (_dbus_verbose): new function
5224
5225         * dbus/dbus-server.c, dbus/dbus-server.h: public object
5226         representing a server that listens for connections.
5227
5228         * dbus/.cvsignore: create
5229
5230         * dbus/dbus-errors.h, dbus/dbus-errors.c:
5231         public API for reporting errors
5232
5233         * dbus/dbus-connection.h, dbus/dbus-connection.c:
5234         public object representing a connection that
5235         sends/receives messages. (Same object used for
5236         both client and server.)
5237
5238         * dbus/dbus-transport.h, dbus/dbus-transport.c:
5239         Basic abstraction for different kinds of stream
5240         that we might read/write messages from.
5241
5242 2002-11-23  Havoc Pennington  <hp@pobox.com>
5243
5244         * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
5245         _DBUS_INT_MAX
5246
5247         * dbus/dbus-test.c (main): add list test, and include
5248         dbus-test.h as intended
5249
5250         * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
5251         (_dbus_hash_table_remove_int): return value indicates
5252         whether the entry existed to remove
5253
5254         * dbus/dbus-list.c: add linked list utility class,
5255         with docs and tests
5256
5257         * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
5258         array sometimes.
5259
5260 2002-11-23  Havoc Pennington  <hp@pobox.com>
5261
5262         * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
5263         DBUS_END_DECLS to nothing, that should fix this once and for all
5264
5265         * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
5266
5267         * dbus/dbus-message.c, dbus/dbus-hash.c:
5268         add some missing @brief
5269
5270 2002-11-23  Havoc Pennington  <hp@pobox.com>
5271
5272         * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
5273         to avoid confusing Doxygen
5274
5275         * dbus/dbus-hash.c: @} not }@
5276
5277         * dbus/dbus-message.c (struct DBusMessage): split out
5278         internals docs
5279
5280 2002-11-23  Havoc Pennington  <hp@pobox.com>
5281
5282         * configure.in: pile on more warning flags if using gcc
5283
5284         * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
5285         to document static functions
5286
5287         * configure.in: add summary to end of configure so it
5288         looks nice and attractive
5289
5290         * dbus/dbus-hash.c: finish implementation and write unit
5291         tests and docs
5292
5293         * configure.in: add --enable-tests to enable unit tests
5294
5295         * dbus/dbus-test.c: test program to run unit tests
5296         for all files in dbus/*, initially runs a test for
5297         dbus-hash.c
5298
5299         * dbus/dbus-internals.h: file to hold some internal utility stuff
5300
5301 2002-11-22  Havoc Pennington  <hp@redhat.com>
5302
5303         * dbus/dbus-hash.c: copy in Tcl hash table, not yet
5304         "ported" away from Tcl
5305
5306         * dbus/dbus-types.h: header for types such as dbus_bool_t
5307
5308 2002-11-22  Havoc Pennington  <hp@redhat.com>
5309
5310         * dbus/dbus.h: fixups for doc warnings
5311
5312         * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
5313         macros
5314         (QUIET): make it quiet so we can see warnings
5315
5316         * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
5317
5318 2002-11-22  Havoc Pennington  <hp@redhat.com>
5319
5320         * Makefile.am: include "Doxyfile" target in all-local
5321
5322         * configure.in: generate the Doxyfile
5323
5324         * Doxyfile.in: move Doxyfile here, so we can use
5325         configure to generate a Doxyfile with the right
5326         version number etc.
5327
5328 2002-11-22  Havoc Pennington  <hp@redhat.com>
5329
5330         * dbus/dbus-message.c: move inline docs into .c file
5331
5332         * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
5333         so all docs are under doc/
5334         (MAN_EXTENSION): generate man pages. Use extension
5335         ".3dbus" which matches ".3qt" on my system,
5336         I guess this is OK, I don't know really.
5337         (FILE_PATTERNS): look for .c files not .h, makes sense
5338         for plain C I think
5339
5340 2002-11-22  Havoc Pennington  <hp@pobox.com>
5341
5342         * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
5343         because any app can be a server, and any app can be a client,
5344         the bus is a special kind of server.
5345
5346 Thu Nov 21 23:35:31 2002  Zack Rusin  <zack@kde.org>
5347
5348         * Doxyfile : adding. Still needs Makefile rules to be generated
5349         automatically (just run "doxygen" in the toplevel dir for now to
5350         generate docs)
5351
5352         * dbus/dbus-message.h : Adding sample docs (javadoc since
5353         resembles gtk-doc a little more)
5354
5355         * dbus/dbus.h : Adding sample docs
5356
5357 2002-11-21  Havoc Pennington  <hp@redhat.com>
5358
5359         * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
5360         so we can allow ourselves to include files directly,
5361         instead of having to use dbus.h
5362
5363         * dbus/dbus.h: fill in
5364
5365         * dbus/dbus-message.h: sketch out a sample header file.
5366         Include griping if you include it directly instead of
5367         via dbus.h
5368
5369         * dbus/dbus-macros.h: new file with macros for extern "C",
5370         TRUE/FALSE, NULL, etc.
5371
5372         * doc/file-boilerplate.c: put include guards in here
5373
5374 2002-11-21  Havoc Pennington  <hp@redhat.com>
5375
5376         * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
5377
5378         * COPYING: include the GPL as well, and license code
5379         under both AFL and GPL.
5380
5381 2002-11-21  Havoc Pennington  <hp@redhat.com>
5382
5383         * acconfig.h: get rid of this
5384
5385         * autogen.sh (run_configure): add --no-configure option
5386
5387         * configure.in: remove AC_ARG_PROGRAM to make
5388         autoconf complain less. add AC_PREREQ.
5389         add AC_DEFINE third arg.
5390
5391 2002-11-21  Anders Carlsson  <andersca@codefactory.se>
5392
5393         * doc/Makefile.am:
5394         Fix references so we can distcheck.
5395
5396 2002-11-21  Havoc Pennington  <hp@redhat.com>
5397
5398         * Initial module creation
5399