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