1 2003-04-18 Havoc Pennington <hp@pobox.com>
3 * glib/dbus-gmain.c: adapt to watch changes
5 * bus/bus.c, bus/activation.c, etc.: adjust to watch changes
7 * dbus/dbus-server.h: remove dbus_server_handle_watch
9 * dbus/dbus-connection.h: remove dbus_connection_handle_watch
11 * dbus/dbus-watch.c (dbus_watch_handle): change DBusWatch to work
12 like DBusTimeout, so we don't need dbus_connection_handle_watch
15 2003-04-17 Havoc Pennington <hp@redhat.com>
17 * dbus/dbus-userdb.c, dbus/dbus-sysdeps.c: redo all the passwd
18 database usage so it all goes via the DBusUserDatabase cache.
20 2003-04-17 Havoc Pennington <hp@redhat.com>
22 * dbus/dbus-mainloop.c (_dbus_loop_iterate): fix logic so that if
23 there was an OOM watch we skipped, we always return TRUE so we
24 iterate again to have a look at it again. Fixes test suite hang.
25 Code rearrangement also lets us lose some memset and only iterate
28 * bus/driver.c (bus_driver_handle_message): sense of test for
31 2003-04-16 Havoc Pennington <hp@pobox.com>
33 * doc/dbus-specification.sgml: make spec say serials are unsigned
35 * dbus/dbus-message.h: change message serials to unsigned
37 * dbus/dbus-connection.c: adapt to message serials being unsigned
39 2003-04-15 Havoc Pennington <hp@pobox.com>
41 * bus/bus.c: create and keep around a shared DBusUserDatabase
44 * bus/connection.c (bus_connection_get_groups): don't cache
45 groups for user in the connection object, since user database
48 2003-04-16 Havoc Pennington <hp@redhat.com>
50 * dbus/dbus-message.c (_dbus_message_add_size_counter): keep a
52 (_dbus_message_loader_putback_message_link): put back a popped link
54 * dbus/dbus-connection.c
55 (dbus_connection_set_max_live_messages_size): rename
57 (dbus_connection_get_outgoing_size): get size of outgoing
59 (_dbus_connection_set_connection_counter): remove this cruft
61 2003-04-14 Havoc Pennington <hp@redhat.com>
63 * dbus/dbus-userdb.c: user database abstraction, mostly to get
64 caching, but at some point we might want to be able to use a
67 * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses
68 SHA1 conf file to test the sha1 auth mechanism, since the regular
69 test always uses EXTERNAL when available.
72 test/data/valid-config-files/debug-allow-all-sha1.conf.in:
73 add conf file that requires use of sha1 auth
75 2003-04-13 Havoc Pennington <hp@pobox.com>
77 * tools/dbus-send.c, tools/dbus-monitor.c: two utility programs
78 from Philip Blundell to send messages and monitor them.
80 2003-04-13 Havoc Pennington <hp@pobox.com>
82 * dbus/dbus-mainloop.c: fix some reentrancy issues by refcounting
85 * test/data/valid-config-files/debug-allow-all.conf.in: allow all
88 * dbus/dbus-transport.c (_dbus_transport_get_dispatch_status):
89 fix to only recover unused bytes if we're already authenticated
90 (_dbus_transport_get_is_authenticated): fix to still mark us
91 authenticated if there are unused bytes.
93 * bus/dispatch.c: implement security policy checking
95 * bus/connection.c (bus_transaction_send_from_driver): new
97 * bus/bus.c (bus_context_check_security_policy): new
99 * bus/dispatch.c (send_service_nonexistent_error): delete this,
100 now we just set the DBusError and it gets converted to an error
103 * bus/connection.c (allow_user_function): enable code using actual
104 data from the config file
106 * bus/policy.c (list_allows_user): handle wildcard rules for
107 user/group connection perms
109 2003-04-13 Havoc Pennington <hp@pobox.com>
111 * bus/config-parser.c: Load up the BusPolicy and BusPolicyRules
113 * dbus/dbus-sysdeps.c (_dbus_get_user_id): new function
115 * bus/policy.c (bus_policy_append_mandatory_rule)
116 (bus_policy_append_default_rule, bus_policy_append_user_rule)
117 (bus_policy_append_group_rule): new functions
119 2003-04-12 Havoc Pennington <hp@pobox.com>
121 * bus/config-parser.c (bus_config_parser_new): fix a memleak
123 * dbus/dbus-sysdeps.c: change DBusCredentials to use longs for
124 the pid/gid/uid, just for paranoia.
126 * test/break-loader.c (randomly_do_n_things): find a byte
127 containing a type code, and randomly change it to a different
130 2003-04-12 Havoc Pennington <hp@pobox.com>
132 * bus/policy.h: change BusPolicy to be the thing from the config
133 file, and rename old BusPolicy to BusClientPolicy
135 * bus/bus.c, bus/connection.c, bus/config-parser.c: change to
136 match change in how policy works
138 * dbus/dbus-internals.h: mark assert_not_reached as
139 __attribute((noreturn))__
141 2003-04-11 Havoc Pennington <hp@redhat.com>
143 * doc/dbus-specification.sgml: fix a spot with the wrong name for
144 the broadcast service. Use boolean return for ServiceExists.
146 2003-04-11 Havoc Pennington <hp@redhat.com>
148 * configure.in: add another directory to look for qt in.
150 2003-04-11 Havoc Pennington <hp@redhat.com>
152 * AUTHORS: add Colin Walters
154 2003-04-11 Havoc Pennington <hp@redhat.com>
160 2003-04-11 Havoc Pennington <hp@redhat.com>
162 * bus/messagebus.in: remove pid file when stopping the
163 message bus, since the bus won't have privileges to remove it
166 2003-04-11 Havoc Pennington <hp@redhat.com>
168 * bus/bus.c (bus_context_new): move credentials change after
171 2003-04-11 Havoc Pennington <hp@pobox.com>
173 * test/decode-gcov.c: add "below average functions" to the
174 coverage report, and change how some of the code works.
176 * bus/test-main.c: bracket some stuff in DBUS_BUILD_TESTS so it's
177 not in the coverage stats.
179 * test/test-service.c (main): use _dbus_verbose not fprintf in a
180 couple places so running the test suite doesn't result in megaspam.
182 2003-04-11 Havoc Pennington <hp@pobox.com>
184 * bus/dispatch.c (check_existent_service_activation): accept a no
185 memory error in a place we didn't before
187 * bus/test.c (bus_test_run_everything): remove hacky "do it twice
188 in case the first one failed," since the test suite is less
191 2003-04-10 Havoc Pennington <hp@pobox.com>
193 * bus/dispatch.c (check_segfault_service_activation): add test
194 for launching an executable that just crashes.
196 * test/test-segfault.c (main): try setting coredumpsize to 0 so we
197 don't leave a million cores. We'll see how portable this is.
199 2003-04-10 Havoc Pennington <hp@pobox.com>
201 * dbus/dbus-spawn.c (_dbus_spawn_async_with_babysitter): move all
202 the possible parent failures before we fork, so that we don't
203 fail to create a babysitter after creating the child.
205 * bus/activation.c (bus_activation_activate_service): kill child
206 if we don't successfully complete the activation.
208 2003-04-10 Havoc Pennington <hp@redhat.com>
210 * dbus/dbus-connection.c (dbus_connection_flush): don't spin on
211 the connection if it's disconnected
213 * bus/activation.c (bus_activation_service_created): use new
214 transaction features to roll back removal of pending activation if
215 we don't successfully create the service after all. Don't remove
216 pending activation if the function fails.
218 * dbus/dbus-list.c (_dbus_list_insert_before_link)
219 (_dbus_list_insert_after_link): new code to facilitate
222 * dbus/dbus-hash.c (_dbus_hash_table_insert_string_preallocated):
223 new functionality, so we can preallocate the ability to insert
226 * bus/connection.c (bus_transaction_add_cancel_hook): new function
227 allowing us to put custom hooks in a transaction to be used for
228 cancelling said transaction
230 * doc/dbus-specification.sgml: add some discussion of secondary
231 service owners, and disallow zero-length service names
233 * bus/services.c (bus_registry_acquire_service): new function,
234 splits out part of bus_driver_handle_acquire_service() and fixes
235 a bug where we didn't remove the service doing the acquiring
236 from the secondary queue if we failed to remove the current owner
237 from the front of the queue.
239 2003-04-10 Alexander Larsson <alexl@redhat.com>
241 * doc/dbus-specification.sgml:
242 s/org.freedesktop.Broadcast/org.freedesktop.DBus.Broadcast/
244 2003-04-10 Alexander Larsson <alexl@redhat.com>
249 Added files to cvsignore
251 * dbus/dbus-message.h:
252 * dbus/dbus-message.c: (dbus_message_iter_get_named):
253 Make get_named() take two out argument and return a boolean.
254 (dbus_message_iter_get_args_valist):
255 Update usage of get_named().
256 (dbus_message_iter_append_byte):
258 (dbus_message_iter_append_named)
260 (message_iter_test), (check_message_handling_type), (_dbus_message_test):
263 2003-04-10 Alexander Larsson <alexl@redhat.com>
265 * dbus/dbus-marshal.[ch]:
266 Add array_type_pos argument to _dbus_marshal_validate_arg.
267 Let you pass a NULL end_pos to _dbus_marshal_validate_type.
269 * dbus/dbus-message.[ch]:
270 Multi-dimensional arrays have full type specification in the
271 outermost array. Iter code re-arranged to handle this.
272 Added some more iter tests.
274 * doc/dbus-specification.sgml:
277 Update new array encoding description.
278 Correct DBUS_SERVICE_FLAGS_REPLACE_EXISTING description.
280 * test/data/invalid-messages/array-with-mixed-types.message:
281 * test/data/valid-messages/array-of-array-of-uint32.message:
282 Change to the new array format.
284 * test/data/invalid-messages/too-short-dict.message:
287 * test/data/valid-messages/recursive-types.message:
288 Fix up and extend test.
290 2003-04-10 Havoc Pennington <hp@pobox.com>
292 * bus/dispatch.c: lots of fixes
294 * dbus/dbus-mainloop.c (_dbus_loop_dispatch): export
295 (_dbus_loop_iterate): remove old "quit if no callbacks" code,
296 that was crack, broke the test service.
298 * dbus/dbus-transport.c (_dbus_transport_open): fix error
299 handling to avoid piling up errors if we get a failure on the
302 * dbus/dbus-internals.c (_dbus_real_assert_not_reached): include
303 pid in assertion failures.
305 * dbus/dbus-mainloop.c (_dbus_loop_iterate): use static arrays up
306 to some fixed size of file descriptor array. Don't return TRUE
307 anytime a timeout exists, that led to lots of busy loop silliness
310 2003-04-09 Havoc Pennington <hp@redhat.com>
312 * dbus/dbus-mainloop.c (check_timeout): fix timeouts, I thought
313 I'd checked this in earlier but hadn't.
315 2003-04-09 Havoc Pennington <hp@redhat.com>
317 * bus/dispatch.c (bus_dispatch_test): get a bit further through
318 the activation test (man this is getting old!)
320 2003-04-09 Havoc Pennington <hp@redhat.com>
322 * test/test-utils.c: use dispatch status function to fix this up
324 * bus/connection.c (connection_watch_callback): don't dispatch
326 (connection_timeout_callback): don't dispatch from here
327 (bus_connections_setup_connection): set the dispatch status function
328 (bus_connection_disconnected): unset it
330 * dbus/dbus-mainloop.c (_dbus_loop_queue_dispatch): new function
331 used to add a connection to be dispatched
332 (_dbus_loop_iterate): do the dispatching at the end of each
335 * dbus/dbus-connection.c
336 (dbus_connection_set_dispatch_status_function): new function
337 allowing us to fix up main loop usage
338 (_dbus_connection_last_unref): free all the various function
340 (dbus_connection_dispatch): call the DispatchStatusFunction
341 whenever this function returns
342 (dbus_connection_handle_watch): call DispatchStatusFunction
343 (dbus_connection_send_with_reply_and_block): call DispatchStatusFunction
344 (reply_handler_timeout): call DispatchStatusFunction
345 (dbus_connection_flush): call DispatchStatusFunction
347 2003-04-09 Havoc Pennington <hp@redhat.com>
349 * dbus/dbus-bus.c (dbus_bus_register): fix up error handling and
352 * bus/dispatch.c (check_service_activated): fix bug in test
354 * dbus/dbus-mainloop.c (check_timeout): fix this up
356 * dbus/dbus-internals.c (_dbus_verbose_real): include PID in
357 verbose output so we can sort out output from different processes,
358 e.g. in the activation case.
360 2003-04-08 Colin Walters <walters@gnu.org>
362 * bus/bus.c (struct BusContext) [pidfile]: New member, to store
364 (bus_context_new): Set it.
365 (bus_context_unref): Use it to delete the pid file.
367 2003-04-08 Havoc Pennington <hp@redhat.com>
369 * test/data/invalid-messages/array-with-mixed-types.message:
370 regression test that fails for the moment
372 * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): reorder
373 tests for convenience
375 * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): don't allow
376 array of nil, it broke things.
378 * test/data/invalid-messages/array-of-nil.message: regression test
380 * test/data/valid-messages/array-of-array-of-uint32.message:
381 happened to write this so added it to suite
383 2003-04-08 Havoc Pennington <hp@redhat.com>
385 * bus/driver.c (bus_driver_handle_acquire_service): init
386 retval/reply before checking name
388 * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add a
389 recursion depth argument
391 * dbus/dbus-message.h (struct DBusMessageIter): put some padding
392 in the public struct for future extension
394 * dbus/dbus-message-builder.c (_dbus_message_data_load): fix
397 * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): fix a verbose
400 * doc/dbus-specification.sgml: fix typo
402 2003-04-08 Alexander Larsson <alexl@redhat.com>
404 Implemented recursive types, named types and new-style iters
407 * glib/test-thread-client.c: (thread_func):
408 * glib/test-thread-server.c: (handle_test_message):
409 * test/test-service.c: (handle_echo):
418 * dbus/dbus-internals.c: (_dbus_type_to_string):
419 Update for new types.
421 * dbus/dbus-marshal.[ch]:
422 Implement recursive types and the new marshalling format.
423 Remove hardcoded dict marshalling.
426 * dbus/dbus-message-builder.c:
428 Remove references to old types
430 * dbus/dbus-message.[ch]:
431 New non-refcounted iter API that supports recursive iters.
432 Use iters for appending, including support for recursive
434 Add byte and named type support.
435 Update everything to new marshalling formats.
436 Add tests for new API.
438 * dbus/dbus-protocol.h:
439 Remove old array types.
440 Add types: BYTE, ARRAY, DICT, NAMED
442 * dbus/dbus-string.c:
443 * dbus/dbus-sysdeps.c:
444 Make parse_double locale safe.
446 * dbus/dbus-test-main.c:
452 * doc/dbus-specification.sgml:
455 * test/data/incomplete-messages/missing-body.message:
456 * test/data/invalid-messages/bad-boolean.message:
457 * test/data/invalid-messages/bad-boolean-array.message:
458 * test/data/invalid-messages/boolean-array-length-too-long.message-raw:
459 * test/data/invalid-messages/boolean-has-no-value.message-raw:
460 * test/data/invalid-messages/too-short-dict.message:
461 * test/data/valid-messages/dict-simple.message:
462 * test/data/valid-messages/dict.message:
463 * test/data/valid-messages/emptiness.message:
464 * test/data/valid-messages/lots-of-arguments.message:
465 * test/data/valid-messages/no-padding.message:
466 * test/data/valid-messages/recursive-types.message:
467 Add missing NAME fields
468 Fix up dicts & arrays
470 * test/data/invalid-messages/dict-with-nil-value.message:
471 Removed, this is not invalid anymore.
473 * test/data/valid-messages/recursive-types.message:
474 Add new test for deeply recursive types.
476 2003-04-07 Havoc Pennington <hp@pobox.com>
478 * bus/driver.c (bus_driver_handle_acquire_service): return an
479 error if you try to acquire a service that starts with ':'
481 2003-04-07 Havoc Pennington <hp@redhat.com>
483 * doc/dbus-specification.sgml: require that base service names
484 start with ':' and that the base service is created/deleted
485 as first and last things a connection does on the bus
487 * bus/dispatch.c (check_existent_service_activation): lots more
488 work on the activation test; it doesn't fully pass yet...
490 * test/test-service.c (main): fix so we don't memleak the
491 connection to the message bus
492 (filter_func): accept a message asking us to exit
494 2003-04-06 Havoc Pennington <hp@pobox.com>
496 * qt/Makefile.am (dbusinclude_HEADERS): install dbus-qt.h,
499 * configure.in: fixes to Qt detection from Colin Walters
501 * doc/Makefile.am: Only remove generated docbook dirs if they
502 exist, from Colin Walters
504 * dbus/dbus-bus.c: change how we set well-known connections to
505 NULL, so that it works if a single connection is stored in
506 two well-known array slots.
508 * test/Makefile.am: remove a lot of stuff that isn't immediately
509 useful, it's in CVS history if we want it.
511 * test/test-service.c: use dbus-mainloop instead of that
514 2003-04-06 Havoc Pennington <hp@pobox.com>
516 * dbus/Makefile.am: split lists of sources into stuff that goes in
517 the library, util functions that go in the lib and are also used
518 elsewhere, and util functions that are used in tests/daemon but
521 * dbus/dbus-mainloop.h, dbus/dbus-mainloop.c: move bus/loop.[hc]
522 here so it can be used in test binaries also
524 2003-04-06 Havoc Pennington <hp@pobox.com>
526 * dbus/dbus-sysdeps.c (_dbus_become_daemon): write the pidfile
527 here in the parent process, so we can return an error if it
528 fails. Also, move some of the code into the child so the parent
529 is less hosed if we fail midway through.
531 * bus/bus.c (bus_context_new): move pidfile detection further up
532 in the function, before we start overwriting sockets and such.
534 * bus/messagebus.in: adjust this a bit, not sure if it will work.
536 * configure.in: add --with-system-pid-file and --with-system-socket
538 2003-04-06 Colin Walters <walters@verbum.org>
540 * configure.in (DBUS_SYSTEM_PID_FILE): New variable.
542 * bus/system.conf.in: Declare a pidfile.
544 * bus/bus.c (bus_context_new): Test for an existing pid file, and
545 create one (if appropriate).
547 * bus/config-parser.c (enum ElementType) [ELEMENT_PIDFILE]: New.
548 (struct BusConfigParser) [pidfile]: New.
549 (element_type_to_name, merge_included, start_busconfig_child)
550 (bus_config_parser_end_element, bus_config_parser_content): Handle it.
551 (bus_config_parser_unref): Free it.
552 (bus_config_parser_get_pidfile): New function.
554 * bus/config-parser.h (_dbus_write_pid_file): Prototype.
556 * dbus/dbus-errors.h (DBUS_ERROR_PIDFILE_EXISTS): New error.
558 * dbus/dbus-sysdeps.c (_dbus_write_pid_file): New function.
560 * dbus/dbus-sysdeps.h: Prototype it.
562 2003-04-06 Havoc Pennington <hp@pobox.com>
564 * bus/bus.c (bus_context_new): print the address in here, rather
565 than in main(), because we need to do it before forking the daemon
567 * bus/dispatch.c (send_service_nonexistent_error): set the sender
568 on the service nonexistent error
570 * bus/driver.c (bus_driver_handle_acquire_service): set the
571 sender on the AcquireService reply
573 * test/data/valid-config-files/debug-allow-all.conf.in: Make test
574 server also listen on a UNIX socket so services can connect to it.
576 2003-04-06 Havoc Pennington <hp@pobox.com>
578 * dbus/dbus-threads.c: Redo how the fake debug mutexes are done
579 so it detects deadlocks and also we actually init threads when
582 2003-04-06 Havoc Pennington <hp@pobox.com>
584 * dbus/dbus-server-unix.c (_dbus_server_new_for_domain_socket):
585 save the domain socket name, and unlink it when we disconnect the
586 server. Means that at least when we exit normally, we won't leave
587 a bunch of junk in /tmp
589 * dbus/dbus-transport-unix.c
590 (_dbus_transport_new_for_domain_socket): code cleanup (nicer
591 memory management). (I was making a real change here but then
594 2003-04-06 Havoc Pennington <hp@pobox.com>
596 * bus/bus.c (bus_context_new): fix wrong handling of
597 server_data_slot_unref() in the error case.
599 * dbus/dbus-internals.h (_dbus_assert): change so it passes
600 "(condition) != 0" to _dbus_real_assert so that
601 "_dbus_assert (pointer)" doesn't cause a warning
603 * bus/main.c (main): accept --print-address option to print out
604 the message bus address
606 * dbus/dbus-sysdeps.c (_dbus_generate_random_ascii): export this
608 * dbus/dbus-transport.c (_dbus_transport_open): special error for
609 "tmpdir" option to unix: address on client side
611 * dbus/dbus-server.c (dbus_server_listen): handle "tmpdir" option
614 * configure.in (TEST_SOCKET_DIR): locate a temporary directory
615 we can use to create sockets in the test suite.
617 * bus/main.c (signal_handler): on SIGTERM, exit the daemon
618 cleanly. To be used for testing.
620 * dbus/dbus-spawn.c (babysit): use _dbus_set_signal_handler()
622 * dbus/dbus-sysdeps.c (_dbus_set_signal_handler): new
624 * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
625 handle trying to call this when there's no servers active
627 2003-04-05 Havoc Pennington <hp@pobox.com>
633 2003-04-05 Havoc Pennington <hp@pobox.com>
635 * bus/bus.c (setup_server): fix this so dbus-daemon-1 doesn't
636 crash on startup. Need to get "try starting the daemon"
637 in the test suite I guess. ;-)
639 * dbus/dbus-server.h, dbus/dbus-server.c: remove the stuff that
640 tracked the number of open connections; it's better done in
641 application-specific code as you want it to span all servers etc.
643 2003-04-05 Havoc Pennington <hp@pobox.com>
645 * bus/Makefile.am (install-data-hook): add missing DESTDIR,
646 patch from Colin Walters
648 2003-04-05 Havoc Pennington <hp@pobox.com>
650 * doc/config-file.txt (Elements): fix docs of <auth> to reflect
651 reality; in fact multiple mechanisms are allowed.
653 * dbus/dbus-internals.c (_dbus_real_assert)
654 (_dbus_real_assert_not_reached): move guts of _dbus_assert() and
655 _dbus_assert_not_reached() into functions, so that they don't show
656 up in basic block counts for test coverage, and don't use up as
657 much disk space. Does mean slower execution speed though, so
658 assumes --disable-asserts is the normal production case.
660 2003-04-05 Havoc Pennington <hp@pobox.com>
662 * test/Makefile.am (dist-hook): also dist *.in files
668 2003-04-05 Havoc Pennington <hp@pobox.com>
670 * dbus/dbus-string.c: docs warning
672 * dbus/dbus-spawn.c: missing docs
674 * dbus/dbus-memory.c (struct ShutdownClosure): missing docs
676 2003-04-05 Havoc Pennington <hp@pobox.com>
678 * bus/loop.c (bus_loop_iterate): fix the timeout code, using
681 * dbus/dbus-spawn.c (_dbus_babysitter_unref): set sitter_pid
682 to -1 once we've reaped the babysitter
683 (_dbus_babysitter_handle_watch): do as much work as we can, not
686 * bus/activation.c: add code using DBusBabysitter so that we
687 handle it when a service fails to start up properly.
688 (bus_activation_service_created): don't remove the activation
689 entries as we go, just let them get removed when we free the pending
690 activation. Unref reply messages after sending them.
692 2003-04-05 Havoc Pennington <hp@pobox.com>
694 * test/decode-gcov.c (main): print per-directory stats in the report
696 * Makefile.am (coverage-report.txt): don't include test/* in gcov stats
698 2003-04-05 Havoc Pennington <hp@pobox.com>
700 * Makefile.am (coverage-report.txt): add target "coverage-report.txt"
702 * test/decode-gcov.c: hack up a little program to suck data
703 out of gcov files. Yes this is sort of silly.
705 * configure.in: define something in config.h and do an
706 AM_CONDITIONAL when gcov is enabled
708 2003-04-04 Havoc Pennington <hp@redhat.com>
710 * dbus/dbus-spawn.c, dbus/dbus-spawn.h: Change dbus_spawn to
711 return a "babysitter" object that is used to monitor the status of
712 the spawned process and reap it when required.
714 * test/test-segfault.c, test/test-exit.c,
715 test/test-sleep-forever.c: binaries that do various lame things,
716 used in the test suite.
718 * dbus/dbus-sysdeps.c: kill _dbus_errno_to_string()
720 2003-04-03 Havoc Pennington <hp@pobox.com>
722 * dbus/dbus-spawn.c: Move dbus-spawn into a separate file
723 in preparation for modifying it, dbus-sysdeps is getting
726 2003-04-03 Havoc Pennington <hp@redhat.com>
728 * bus/loop.h, bus/loop.c: make the mainloop an object so we can
731 * bus/*.[hc]: adapt to mainloop change
733 2003-04-03 Havoc Pennington <hp@redhat.com>
735 * bus/activation.c (load_directory): fix up memleaks
736 (bus_activation_entry_free): free the entry
738 * dbus/dbus-bus.c (dbus_bus_acquire_service): return an error if
739 we get one from the message bus; fix memleaks.
741 * dbus/dbus-message.c (dbus_set_error_from_message): new function
743 2003-04-03 Havoc Pennington <hp@pobox.com>
745 * bus/config-parser.c (bus_config_parser_unref): free
746 list of mechanisms, bug discovered by test suite enhancements
747 (putting system.conf and session.conf into suite)
749 * test/Makefile.am, test/test-service.c: add placeholder for a
750 test service that we'll activate as part of test suite. Doesn't
753 * dbus/dbus-sysdeps.c (_dbus_setenv): support unsetenv by
754 setting NULL value, and use system malloc not dbus_malloc()
755 when we have unavoidable memleakage.
757 * dbus/dbus-bus.c (dbus_bus_get): fix bug where bus type of 0
758 didn't work, and support DBUS_BUS_ACTIVATION.
760 * bus/activation.c (child_setup): pass our well-known bus type to
763 * bus/config-parser.c: support <type> to specify well-known type
765 * doc/dbus-specification.sgml: document the env variables to
766 locate well-known buses and find service activator
768 2003-04-02 Havoc Pennington <hp@redhat.com>
770 * test/Makefile.am (all-local): add a rule to copy tests to
771 builddir, so we can have generated tests. Use this to remove the
772 silly hack for testing system.conf and session.conf. Will use this
773 shortly to generate .service files pointing to test binaries.
775 2003-04-02 Havoc Pennington <hp@redhat.com>
777 * dbus/dbus-string.c (set_length): fix a bug - we allocated max of
778 current alloc and needed new length, not max of the doubled
779 allocation and needed new length. Also, when building tests,
780 don't do the double-allocation stuff, just realloc every time.
782 2003-04-02 Havoc Pennington <hp@redhat.com>
784 * dbus/dbus-sysdeps.c (_dbus_file_get_contents): include filenames
786 (_dbus_string_get_dirname): new
787 (_dbus_sysdeps_test): new
788 (_dbus_directory_open): include dirnames in error messages
790 * bus/config-parser.c: interpret <include> and <includedir> and
791 <servicedir> relative to config file location if the given
792 filename is not absolute.
794 * dbus/dbus-string.c (_dbus_string_find_byte_backward): new
796 2003-04-02 Havoc Pennington <hp@redhat.com>
798 * bus/connection.c (bus_transaction_send_error_reply): set sender
799 service for the error, and unref the reply on success
801 * bus/activation.c: convert to use BusTransaction so OOM can be
803 (bus_activation_service_created): set sender of the message
805 2003-04-01 Havoc Pennington <hp@redhat.com>
807 * bus/config-parser.c, bus/bus.c: implement <servicedir> and
808 <includedir> (at least mostly)
810 * dbus/dbus-sysdeps.c (_dbus_change_identity): set the group ID
811 first, then the user ID
813 2003-04-01 Havoc Pennington <hp@pobox.com>
815 * dbus/dbus-server.c (dbus_server_set_auth_mechanisms): new
818 * dbus/dbus-auth.c (_dbus_auth_set_mechanisms): new
820 * dbus/dbus-internals.c (_dbus_dup_string_array): new function
822 * dbus/dbus-sysdeps.c (_dbus_listen_unix_socket): chmod the
823 socket 0777, and unlink any existing socket.
825 * bus/bus.c (bus_context_new): change our UID/GID and fork if
826 the configuration file so specifies; set up auth mechanism
829 * bus/config-parser.c (bus_config_parser_content): add support
830 for <fork> option and fill in code for <auth>
832 * bus/system.conf.in: add <fork/> to default configuration,
833 and limit auth mechanisms to EXTERNAL
835 * doc/config-file.txt (Elements): add <fork>
837 * dbus/dbus-sysdeps.c (_dbus_become_daemon): new function
838 (_dbus_change_identity): new function
840 2003-03-31 Havoc Pennington <hp@redhat.com>
842 * dbus/dbus-sysdeps.c (_dbus_connect_unix_socket)
843 (_dbus_listen_unix_socket): fix off-by-one error in null
844 termination spotted by Nalin
846 2003-03-31 Havoc Pennington <hp@redhat.com>
848 * dbus/dbus-keyring.c (_dbus_keyring_new_homedir): allow setting
849 DBUS_TEST_HOMEDIR when tests are enabled, so we can test without
850 having a real home directory available.
852 2003-03-31 Havoc Pennington <hp@redhat.com>
854 * bus/Makefile.am (install-data-hook): create /var/run/dbus
856 * bus/messagebus.in: add init script for Red Hat /etc/init.d
858 * configure.in: add support for specifying a style of init script
861 2003-03-31 Havoc Pennington <hp@redhat.com>
863 Fix some annoying DBusString API and fix all affected code.
865 * dbus/dbus-string.c (_dbus_string_init): get rid of annoying
867 (_dbus_string_get_data): change to return string instead of using
869 (_dbus_string_get_const_data): ditto
870 (_dbus_string_get_data_len): ditto
871 (_dbus_string_get_const_data_len): ditto
873 2003-03-31 Havoc Pennington <hp@redhat.com>
875 * bus/main.c (main): fix up the command line arguments to be nicer
877 2003-03-31 Havoc Pennington <hp@redhat.com>
879 * dbus/Makefile.am (INCLUDES): use EXPANDED_LOCALSTATEDIR to
880 define DBUS_SYSTEM_BUS_PATH as we want to compile in the same
881 final location that lands in the config file
883 * bus/config-loader-expat.c (bus_config_load): fix type of
886 * doc/TODO: remove TODO item for dbus_bus_get()
888 * dbus/dbus-bus.c (bus_data_free): add missing lock/unlock
890 2003-03-31 Havoc Pennington <hp@pobox.com>
892 * dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket)
893 (_dbus_transport_new_for_tcp_socket): these didn't need the "server"
894 argument since they are always client side
896 * dbus/dbus-server.c (dbus_server_get_address): new function
898 * bus/main.c (main): take the configuration file as an argument.
900 * test/data/valid-config-files/debug-allow-all.conf: new file to
901 use with dispatch.c tests for example
903 * bus/test-main.c (main): require test data dir
905 * bus/bus.c (bus_context_new): change this to take a
906 configuration file name as argument
908 * doc/config-file.txt (Elements): add <servicedir>
910 * bus/system.conf, bus/session.conf: new files
912 * dbus/dbus-bus.c (dbus_bus_get): look for system bus on
913 well-known socket if none set
915 * configure.in: create system.conf and session.conf
917 2003-03-30 Havoc Pennington <hp@pobox.com>
919 * bus/config-parser.c: hacking
921 * dbus/dbus-memory.c: don't use DBusList for the list of stuff
922 to shut down, since it could cause weirdness with the DBusList
925 * dbus/dbus-list.c (_dbus_list_test): add tests for the
926 link-oriented stack routines
927 (alloc_link): free the mempool if the first alloc from it fails
929 * dbus/dbus-mempool.c (struct DBusMemBlock): fix alignment issue
931 * dbus/dbus-string.c (UNICODE_VALID): sync new version of this
933 (_dbus_string_skip_white): new
935 * doc/config-file.txt (Elements): add <includedir>
937 2003-03-28 Havoc Pennington <hp@pobox.com>
939 * dbus/dbus-string.c (_dbus_string_copy_data_len)
940 (_dbus_string_copy_data): new functions
942 2003-03-28 Anders Carlsson <andersca@codefactory.se>
944 * dbus/dbus-bus.c: (bus_data_free), (dbus_bus_get):
948 * dbus/dbus-memory.c:
951 2003-03-28 Havoc Pennington <hp@pobox.com>
953 * bus/test.c (bus_test_flush_bus): remove the sleep from here,
954 I think it may have just been superstition. Not sure.
956 * dbus/dbus-string.c (_dbus_string_base64_decode): catch some OOM
957 failures that were not being handled.
959 * dbus/dbus-auth.c (process_auth): fix a memleak in OOM handling
961 * dbus/dbus-memory.c: add ability to set number of mallocs in a
962 row that will fail on out-of-memory.
964 * dbus/dbus-internals.c (_dbus_test_oom_handling): convenience
965 function for testing out-of-memory handling.
967 * bus/config-loader-expat.c (memsuite): don't wrap the dbus
968 allocation functions, they do map exactly to the expat ones.
970 2003-03-27 Havoc Pennington <hp@redhat.com>
972 * bus/config-loader-libxml.c (bus_config_load): add another error
975 2003-03-26 Anders Carlsson <andersca@codefactory.se>
978 Add note about automatic service activation.
980 * doc/dbus-specification.sgml:
981 Rename the specification and clarify a few things.
983 2003-03-26 Anders Carlsson <andersca@codefactory.se>
986 * dbus/dbus-address.c:
988 * dbus/dbus-marshal.c:
989 * dbus/dbus-server-debug-pipe.c:
990 * dbus/dbus-transport-unix.c:
991 Fix documentation warnings.
993 2003-03-26 Havoc Pennington <hp@pobox.com>
995 * bus/test-main.c, dbus/dbus-test.c (main): check memleaks
996 after every test so it's quick and easy to see which leaked, and
997 so we test multiple dbus_shutdown() calls
999 * configure.in: change configure.in XML stuff to also support
1002 * config-loader-libxml.c: some hacking
1004 * config-loader-expat.c: some hacking
1006 * config-parser.c: some hacking, plus tests
1008 2003-03-25 Havoc Pennington <hp@redhat.com>
1010 * throughout - add more _DBUS_ASSERT_ERROR_IS_CLEAR
1012 * configure.in: add --with-xml option to specify XML library,
1013 right now only libxml is supported.
1015 * bus/config-loader-libxml.c, config-parser.c: sync some minor
1016 nonworking code between home and work, still just stubs
1018 2003-03-24 Havoc Pennington <hp@redhat.com>
1020 * dbus/dbus-sysdeps.c (_dbus_set_fd_nonblocking): move to this
1023 * dbus/dbus-errors.c (dbus_set_error, dbus_set_error_const): allow
1024 NULL argument for "message" if the error is a well-known one,
1025 fill in a generic message in this case.
1027 * dbus/dbus-errors.h (DBusResultCode): Kill DBusResultCode in
1030 * bus/test.c (bus_test_flush_bus): add
1032 * bus/policy.c (bus_policy_test): test code stub
1034 2003-03-24 Havoc Pennington <hp@pobox.com>
1036 * bus/connection.c (bus_connections_setup_connection): set up
1037 the "can this user connect" function, but it always returns
1038 TRUE until we have a config file parser so we can have a config
1039 file that allows connections.
1041 2003-03-23 Havoc Pennington <hp@pobox.com>
1043 * dbus/dbus-threads.c (dbus_mutex_new, dbus_condvar_new): with
1044 DBUS_BUILD_TESTS, actually alloc/free a block of memory for
1045 the mutex, so we can check for proper memory management
1048 * dbus/dbus-dataslot.c: remove the mutex from
1049 DBusDataSlotAllocator and lock it manually when using it,
1050 to simplify fitting it into the global slots framework.
1052 * dbus/dbus-threads.c (init_static_locks): rework how we're
1053 handling global locks so they are easily shut down.
1055 * bus/policy.c (bus_policy_append_rule): fix
1057 * bus/test-main.c (main): check for memleaks
1059 * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): make
1060 test suite check for memleaks
1062 * dbus/dbus-memory.c: add support in test mode for tracking
1063 number of outstanding blocks
1065 2003-03-23 Havoc Pennington <hp@pobox.com>
1067 * bus/policy.c, bus/bus.c, bus/connection.c: implement allow/deny
1070 * dbus/dbus-hash.h: add ULONG hash keys
1072 * dbus/dbus-sysdeps.c (_dbus_get_groups): new
1073 (_dbus_get_group_id): new function
1075 2003-03-20 Havoc Pennington <hp@redhat.com>
1077 * dbus/dbus-connection.c (dbus_connection_set_unix_user_function):
1079 (dbus_connection_get_unix_user): new function
1081 2003-03-20 Havoc Pennington <hp@pobox.com>
1083 * bus/connection.c (bus_connection_send_oom_error): assert that
1084 message has a sender
1085 (connection_execute_transaction): ditto
1086 (bus_connection_preallocate_oom_error): fix to set the sender, and
1087 set recipient to the destination service, not the bus driver
1089 * bus/policy.c: hacking
1091 * dbus/dbus-message.c (dbus_message_service_is): new function
1092 (dbus_message_sender_is): new
1094 2003-03-19 Havoc Pennington <hp@redhat.com>
1096 * bus/policy.c: start sketching code for policy restrictions on
1097 what connections can do.
1099 2003-03-18 Havoc Pennington <hp@redhat.com>
1101 * doc/TODO: some notes on high-level todo items. Little nitpick
1102 stuff is all in @todo, so no need to add it here.
1104 * doc/config-file.txt: some notes on how config file might look
1106 2003-03-18 Anders Carlsson <andersca@codefactory.se>
1112 2003-03-17 Havoc Pennington <hp@redhat.com>
1114 * dbus/dbus-internals.h: add gcc attributes so that
1115 our printf-style functions warn on bad arguments to
1118 * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): fix printf
1121 * dbus/dbus-message.c (_dbus_message_loader_queue_messages): fix
1124 2003-03-17 Havoc Pennington <hp@redhat.com>
1126 * bus/test-main.c (main): make it print something as it runs
1127 so make check doesn't look stuck
1129 * doc/negotiation.txt, doc/dbus-sasl-profile.txt: remove
1130 from CVS, now obsolete
1132 2003-03-17 Anders Carlsson <andersca@codefactory.se>
1134 * bus/dispatch.c: (bus_dispatch):
1135 Refetch the service name since it may have been reallocated
1136 when dbus_message_set_sender was called.
1138 * dbus/dbus-sysdeps.c: (_dbus_accept):
1139 Add address and address length variables and use them to stop
1140 valgrind from complaining.
1142 2003-03-17 Havoc Pennington <hp@pobox.com>
1144 All tests pass, no memleaks, no valgrind complaints.
1146 * bus/test.c: refcount handler_slot
1148 * bus/connection.c (bus_connections_new): refcount
1149 connection_data_slot
1151 * dbus/dbus-auth-script.c (_dbus_auth_script_run): delete unused
1152 bytes so that auth scripts pass.
1154 * bus/dispatch.c: init message_handler_slot so it gets allocated
1157 * bus/dispatch.c (message_handler_slot_ref): fix memleak
1159 * dbus/dbus-server-debug-pipe.c (_dbus_server_debug_pipe_new):
1160 dealloc server_pipe_hash when no longer used for benefit of
1163 * dbus/dbus-auth.c (process_command): memleak fix
1165 * bus/dispatch.c (check_hello_message): memleak fix
1167 2003-03-16 Havoc Pennington <hp@pobox.com>
1169 * dbus/dbus-bus.c (ensure_bus_data): fix double-unref of the data slot
1171 2003-03-17 Anders Carlsson <andersca@codefactory.se>
1173 * bus/activation.c (bus_activation_activate_service): Append
1174 the pending activation entry to the list of pending activations.
1176 2003-03-16 Havoc Pennington <hp@pobox.com>
1178 * bus/dispatch.c (bus_dispatch_test): remove double-unrefs of
1181 * dbus/dbus-address.c (create_entry): fix OOM handling when
1182 failing to alloc entry->method
1184 2003-03-16 Havoc Pennington <hp@pobox.com>
1186 * dbus/dbus-watch.c (_dbus_watch_new): handle failure to malloc
1189 * dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
1190 add some missing dbus_set_result
1192 * bus/dispatch.c (bus_dispatch_add_connection): handle failure to
1193 alloc the DBusMessageHandler
1195 * dbus/dbus-transport.c (_dbus_transport_disconnect): don't ref
1196 the transport here, since we call this from the finalizer; it
1197 resulted in a double-finalize.
1199 * dbus/dbus-transport.c (_dbus_transport_disconnect): fix a bug
1200 where we tried to use transport->connection that was NULL,
1201 happened when transport was disconnected early on due to OOM
1203 * bus/*.c: adapt to handle OOM for watches/timeouts
1205 * dbus/dbus-transport-unix.c: port to handle OOM during
1208 * dbus/dbus-auth.c (_dbus_auth_get_unused_bytes): return a
1209 reference to unused bytes instead of a copy
1211 * dbus/dbus-server.c (dbus_server_handle_watch): return FALSE for
1214 * dbus/dbus-connection.c (dbus_connection_handle_watch): return
1217 * dbus/dbus-timeout.c (dbus_timeout_handle): return FALSE for out
1220 2003-03-16 Anders Carlsson <andersca@codefactory.se>
1222 * doc/dbus-specification.sgml:
1223 Document reply message for ActivateService.
1225 2003-03-16 Anders Carlsson <andersca@codefactory.se>
1227 * bus/activation.c: (bus_pending_activation_entry_free),
1228 (bus_pending_activation_free), (bus_activation_new),
1229 (bus_activation_unref), (bus_activation_service_created),
1230 (bus_activation_activate_service):
1232 * bus/bus.c: (bus_context_new):
1233 * bus/desktop-file.c: (new_section):
1234 * bus/driver.c: (bus_driver_send_service_deleted),
1235 (bus_driver_handle_activate_service):
1236 * bus/services.c: (bus_registry_new), (bus_registry_ensure):
1238 * dbus/dbus-connection.c:
1239 (dbus_connection_send_with_reply_and_block):
1240 * dbus/dbus-message.c: (dbus_message_append_args_valist):
1241 * dbus/dbus-protocol.h:
1242 Make activation work better. Now pending activations will be queued
1243 and the daemon won't try to activate services that are already registered.
1245 2003-03-16 Havoc Pennington <hp@pobox.com>
1247 * dbus/dbus-bus.c (ensure_bus_data): handle failure to set
1250 * dbus/dbus-memory.c (_dbus_initialize_malloc_debug): support
1251 DBUS_MALLOC_BACKTRACES to print trace when failing an alloc
1253 2003-03-16 Havoc Pennington <hp@pobox.com>
1255 * dbus/dbus-string.c (_dbus_string_validate_utf8): oops, unbreak
1256 this. always run the test suite before commit...
1258 * bus/*: adapt to DBusConnection API changes
1260 * glib/dbus-gmain.c: adapt to DBusConnection API changes,
1261 requires renaming stuff to avoid dbus_connection_dispatch name
1264 * dbus/dbus-transport.c (_dbus_transport_queue_messages): new
1267 * dbus/dbus-message.c (_dbus_message_loader_queue_messages):
1268 separate from _dbus_message_loader_return_buffer()
1270 * dbus/dbus-connection.c (dbus_connection_get_n_messages): remove
1271 this, because it's now always broken to use; the number of
1272 messages in queue vs. the number still buffered by the message
1273 loader is undefined/meaningless. Should use
1274 dbus_connection_get_dispatch_state().
1275 (dbus_connection_dispatch): rename from
1276 dbus_connection_dispatch_message
1278 2003-03-16 Havoc Pennington <hp@pobox.com>
1280 * dbus/dbus-string.c (_dbus_string_validate_utf8): copy in a real
1283 2003-03-16 Anders Carlsson <andersca@codefactory.se>
1285 * dbus/dbus-connection.c:
1286 (dbus_connection_send_with_reply_and_block):
1287 Decrease connection->n_incoming when removing an entry
1289 * dbus/dbus-dict.c: (dbus_dict_entry_free),
1290 (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
1291 (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
1292 (dbus_dict_set_byte_array), (dbus_dict_set_string_array),
1293 (dbus_dict_get_boolean_array), (dbus_dict_get_double_array),
1294 (dbus_dict_get_byte_array):
1295 Handle NULL arrays and strings. Also add support for byte arrays.
1297 * dbus/dbus-marshal.c: (_dbus_marshal_byte_array),
1298 (_dbus_marshal_dict), (_dbus_demarshal_byte_array),
1299 (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
1300 (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
1301 (_dbus_demarshal_dict), (demarshal_and_validate_len),
1302 (_dbus_marshal_validate_arg), (_dbus_marshal_test):
1303 * dbus/dbus-marshal.h:
1304 Add support for marshalling and demarshalling empty arrays and strings.
1306 * dbus/dbus-message.c: (dbus_message_append_args_valist),
1307 (dbus_message_append_string_array),
1308 (dbus_message_iter_get_boolean),
1309 (dbus_message_iter_get_boolean_array),
1310 (dbus_message_iter_get_int32_array),
1311 (dbus_message_iter_get_uint32_array),
1312 (dbus_message_iter_get_double_array),
1313 (dbus_message_iter_get_byte_array),
1314 (dbus_message_iter_get_string_array), (dbus_message_iter_get_dict),
1315 (check_message_handling):
1316 Add support for getting empty arrays and dicts.
1318 * dbus/dbus-string.c: (_dbus_string_validate_utf8):
1319 Don't do any validation at all for now, that's better than just checking
1322 * test/data/valid-messages/emptiness.message:
1323 New test message with lots of empty arrays.
1325 2003-03-16 Havoc Pennington <hp@pobox.com>
1327 * dbus/dbus-connection.c
1328 (_dbus_connection_queue_received_message_link): new function that
1329 can't fail due to OOM
1331 * dbus/dbus-message.c (_dbus_message_loader_pop_message_link):
1332 new function pops a message together with a list link
1335 * dbus/dbus-transport-unix.c (queue_messages): use new link-based
1336 message queuing functions to avoid needing to alloc memory
1338 2003-03-16 Havoc Pennington <hp@pobox.com>
1340 Oops - test code was only testing failure of around 30 of the
1341 mallocs in the test path, but it turns out there are 500+
1342 mallocs. I believe this was due to misguided linking setup such
1343 that there was one copy of dbus_malloc etc. in the daemon and one
1344 in the shared lib, and only daemon mallocs were tested. In any
1345 case, the test case now tests all 500+ mallocs, and doesn't pass
1346 yet, though there are lots of fixes in this patch.
1348 * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
1349 this so that it doesn't need to allocate memory, since it
1350 has no way of indicating failure due to OOM (and would be
1351 annoying if it did).
1353 * dbus/dbus-list.c (_dbus_list_pop_first_link): new function
1355 * bus/Makefile.am: rearrange to create two self-contained
1356 libraries, to avoid having libraries with overlapping symbols.
1357 that was resulting in weirdness, e.g. I'm pretty sure there
1358 were two copies of global static variables.
1360 * dbus/dbus-internals.c: move the malloc debug stuff to
1363 * dbus/dbus-list.c (free_link): free list mempool if it becomes
1366 * dbus/dbus-memory.c (_dbus_disable_mem_pools): new function
1368 * dbus/dbus-address.c (dbus_parse_address): free list nodes
1371 * bus/dispatch.c (bus_dispatch_add_connection): free
1372 message_handler_slot when no longer using it, so
1373 memory leak checkers are happy for the test suite.
1375 * dbus/dbus-server-debug-pipe.c (debug_finalize): free server name
1377 * bus/bus.c (new_connection_callback): disconnect in here if
1378 bus_connections_setup_connection fails.
1380 * bus/connection.c (bus_connections_unref): fix to free the
1382 (bus_connections_setup_connection): if this fails, don't
1383 disconnect the connection, just be sure there are no side
1386 * dbus/dbus-string.c (undo_alignment): unbreak this
1388 * dbus/dbus-auth.c (_dbus_auth_unref): free some stuff we were
1390 (_dbus_auth_new): fix the order in which we free strings
1393 * bus/connection.c (bus_connection_disconnected): fix to
1394 not send ServiceDeleted multiple times in case of memory
1397 * dbus/dbus-bus.c (dbus_bus_get_base_service): new function to
1398 get the base service name
1399 (dbus_bus_register_client): don't return base service name,
1400 instead store it on the DBusConnection and have an accessor
1402 (dbus_bus_register_client): rename dbus_bus_register()
1404 * bus/dispatch.c (check_hello_message): verify that other
1405 connections on the bus also got the correct results, not
1406 just the one sending hello
1408 2003-03-15 Havoc Pennington <hp@pobox.com>
1410 Make it pass the Hello handling test including all OOM codepaths.
1411 Now to do other messages...
1413 * bus/services.c (bus_service_remove_owner): fix crash when
1414 removing owner from an empty list of owners
1415 (bus_registry_ensure): don't leave service in the list of
1416 a connection's owned services if we fail to put the service
1419 * bus/connection.c (bus_connection_preallocate_oom_error): set
1420 error flag on the OOM error.
1422 * dbus/dbus-connection.c (_dbus_connection_new_for_transport):
1423 handle _dbus_transport_set_connection failure
1425 * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd): modify
1426 to create watches up front and simply enable/disable them as
1428 (unix_connection_set): this can now fail on OOM
1430 * dbus/dbus-timeout.c, dbus/dbus-watch.c: add concept
1431 of enabling/disabling a watch or timeout.
1433 * bus/loop.c (bus_loop_iterate): don't touch disabled
1436 * glib/dbus-gmain.c: adapt to enable/disable watches and timeouts
1438 2003-03-15 Havoc Pennington <hp@pobox.com>
1440 * bus/dispatch.c (bus_dispatch_test): OK, now finally actually
1441 write useful test code, after all that futzing around ;-)
1443 Test does not yet pass because we can't handle OOM in
1444 _dbus_transport_messages_pending (basically,
1445 dbus_connection_preallocate_send() does not prealloc the write
1446 watch). To fix this, I think we need to add new stuff to
1447 set_watch_functions, namely a SetEnabled function so we can alloc
1448 the watch earlier, then enable it later.
1450 * dbus/Makefile.am (libdbus_convenience_la_SOURCES): move
1451 dbus-memory.c to the convenience lib
1453 * bus/test.c: rename some static functions to keep them clearly
1454 distinct from stuff in connection.c. Handle client disconnection.
1456 2003-03-14 Havoc Pennington <hp@pobox.com>
1458 * bus/dispatch.c (bus_dispatch_test): do test using debug-pipe
1459 transport, tests more of the real codepath. Set up clients
1460 with bus_setup_debug_client.
1462 * bus/test.c (bus_setup_debug_client): function to set up debug
1463 "clients" on the main loop
1465 * dbus/dbus-transport.c (_dbus_transport_open): add debug-pipe
1468 * dbus/dbus-server.c (dbus_server_listen): add debug-pipe
1471 * dbus/dbus-server-debug.c: support a debug server based on pipes
1473 * dbus/dbus-sysdeps.c (_dbus_full_duplex_pipe): new function
1474 (_dbus_close): new function
1476 * configure.in: check for socketpair
1478 2003-03-14 Havoc Pennington <hp@redhat.com>
1480 * dbus/dbus-memory.c: add a "detect buffer overwrites on free"
1483 * dbus/dbus-transport-debug.c: rework this a good bit to be
1484 less complicated. hopefully still works.
1486 * dbus/dbus-server-debug.c (handle_new_client): remove timeout
1489 * glib/dbus-gmain.c (timeout_handler): don't remove timeout
1492 * dbus/dbus-message.c (dbus_message_copy): rename from
1493 dbus_message_new_from_message, fix it up to copy
1494 all the message fields, add test case
1496 * bus/dispatch.c (bus_dispatch_test): add some more test code,
1497 not quite passing yet
1499 2003-03-14 Havoc Pennington <hp@pobox.com>
1501 * bus/loop.c (bus_loop_iterate): add this so we can "run loop
1502 until no work remains" in test code. (the large diff here
1503 is just code movement, no actual changes)
1505 * dbus/dbus-server-debug.c (DEFAULT_INTERVAL): change interval to
1506 1, no point waiting around for test code.
1507 (_dbus_server_debug_accept_transport): unref the timeout
1508 after adding it (right?)
1510 * dbus/dbus-transport-debug.c (DEFAULT_INTERVAL): ditto
1512 2003-03-13 Havoc Pennington <hp@redhat.com>
1514 * dbus/dbus-timeout.c (_dbus_timeout_list_set_functions): handle
1517 * dbus/dbus-watch.c (_dbus_watch_list_set_functions): handle out
1520 * dbus/dbus-connection.h: Make AddWatchFunction and
1521 AddTimeoutFunction return a bool so they can fail on out-of-memory
1523 * bus/bus.c (bus_context_new): set up timeout handlers
1525 * bus/connection.c (bus_connections_setup_connection): set up
1528 * glib/dbus-gmain.c: adapt to the fact that set_functions stuff
1531 * bus/bus.c (bus_context_new): adapt to changes
1533 * bus/connection.c: adapt to changes
1535 * test/watch.c: adapt to DBusWatch changes
1537 * bus/dispatch.c (bus_dispatch_test): started adding this but
1540 2003-03-14 Anders Carlsson <andersca@codefactory.se>
1542 * bus/dispatch.c (send_service_nonexistent_error): Fix typo.
1544 2003-03-13 Havoc Pennington <hp@pobox.com>
1546 * bus/test.c, bus/test.h, bus/Makefile.am, bus/test-main.c:
1547 set up a test framework as for the library
1549 2003-03-12 Havoc Pennington <hp@pobox.com>
1551 Throughout: purge global variables, introduce BusActivation,
1552 BusConnections, BusRegistry, etc. objects instead.
1554 * bus/bus.h, bus/bus.c: introduce BusContext as a global
1557 * test/Makefile.am (TEST_BINARIES): disable bus-test for now,
1558 going to redo this a bit differently I think
1560 2003-03-12 Havoc Pennington <hp@redhat.com>
1562 Mega-patch that gets the message bus daemon initially handling
1563 out-of-memory. Work still needed. Also lots of random
1564 moving stuff to DBusError instead of ResultCode.
1566 * dbus/dbus-list.c (_dbus_list_length_is_one): new function
1568 * dbus/dbus-connection.c
1569 (dbus_connection_send_with_reply_and_block): use DBusError
1571 * dbus/dbus-bus.c: adapt to API changes, make it use DBusError not
1574 * dbus/dbus-connection.c (dbus_connection_send): drop the result
1575 code here, as the only failure possible is OOM.
1577 * bus/connection.c (bus_connection_disconnect):
1578 rename bus_connection_disconnected as it's a notification only
1580 * bus/driver.c (bus_driver_handle_acquire_service): don't free
1581 "name" on get_args failure, should be done by get_args;
1582 don't disconnect client for bad args, just return an error.
1583 (bus_driver_handle_service_exists): ditto
1585 * bus/services.c (bus_services_list): NULL-terminate returned array
1587 * bus/driver.c (bus_driver_send_service_lost)
1588 (bus_driver_send_service_acquired): send messages from driver to a
1589 specific client to the client's unique name, not to the broadcast
1592 * dbus/dbus-message.c (decode_header_data): reject messages that
1593 contain no name field
1594 (_dbus_message_get_client_serial): rename to
1595 dbus_message_get_serial and make public
1596 (_dbus_message_set_serial): rename from set_client_serial
1597 (_dbus_message_set_reply_serial): make public
1598 (_dbus_message_get_reply_serial): make public
1600 * bus/connection.c (bus_connection_foreach): allow stopping
1601 iteration by returning FALSE from foreach function.
1603 * dbus/dbus-connection.c (dbus_connection_send_preallocated)
1604 (dbus_connection_free_preallocated_send)
1605 (dbus_connection_preallocate_send): new API for sending a message
1606 without possibility of malloc failure.
1607 (dbus_connection_send_message): rename to just
1608 dbus_connection_send (and same for whole function family)
1610 * dbus/dbus-errors.c (dbus_error_free): make this reinit the error
1612 * dbus/dbus-sysdeps.c (_dbus_exit): new function
1614 * bus/activation.c: handle/return errors
1616 * dbus/dbus-errors.h: add more DBUS_ERROR #define
1618 * dbus/dbus-sysdeps.c (_dbus_directory_open) (_dbus_file_get_contents)
1619 (_dbus_directory_get_next_file): use DBusError instead of DBusResultCode
1620 (_dbus_result_from_errno): move to this file
1622 2003-03-10 Anders Carlsson <andersca@codefactory.se>
1624 * dbus/dbus-marshal.c:
1625 (_dbus_marshal_set_string):
1626 Take a length argument so we can marshal the correct string
1629 (_dbus_marshal_dict), (_dbus_demarshal_dict),
1630 (_dbus_marshal_get_arg_end_pos), (_dbus_marshal_validate_arg),
1631 (_dbus_marshal_test):
1632 * dbus/dbus-marshal.h:
1633 Add support for marshalling and demarshalling dicts.
1635 * dbus/dbus-message-builder.c: (_dbus_message_data_load):
1636 Add support for TYPE DICT.
1638 * dbus/dbus-message.c: (set_string_field):
1639 Adjust header padding.
1641 (dbus_message_append_args_valist), (dbus_message_append_dict),
1642 (dbus_message_get_args_valist), (dbus_message_iter_get_arg_type),
1643 (dbus_message_iter_get_dict), (_dbus_message_loader_return_buffer),
1644 (check_message_handling), (check_have_valid_message):
1645 * dbus/dbus-message.h:
1646 Add functions for setting and getting dicts.
1648 * dbus/dbus-protocol.h:
1654 * doc/dbus-specification.sgml:
1655 Add information about how dicts are marshalled.
1657 * test/data/invalid-messages/dict-with-nil-value.message:
1658 * test/data/invalid-messages/too-short-dict.message:
1659 * test/data/valid-messages/dict-simple.message:
1660 * test/data/valid-messages/dict.message:
1661 Add sample messages containing dicts.
1663 2003-03-08 Anders Carlsson <andersca@codefactory.se>
1665 * dbus/dbus-dict.h: Add DBUS_END_DECLS.
1667 2003-03-07 Anders Carlsson <andersca@codefactory.se>
1670 * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
1671 (dbus_dict_get_keys), (insert_entry), (dbus_dict_set_boolean),
1672 (dbus_dict_set_int32), (dbus_dict_set_uint32),
1673 (dbus_dict_set_double), (dbus_dict_set_string),
1674 (dbus_dict_set_boolean_array), (dbus_dict_set_int32_array),
1675 (dbus_dict_set_uint32_array), (dbus_dict_set_double_array),
1676 (dbus_dict_set_string_array), (_dbus_dict_test):
1678 Fix according to comments from Havoc.
1680 2003-03-06 Michael Meeks <michael@server.home>
1682 * configure.in: if we don't have kde-config, disable have_qt.
1684 2003-03-07 Anders Carlsson <andersca@codefactory.se>
1689 * dbus/dbus-dict.c: (dbus_dict_entry_free), (dbus_dict_new),
1690 (dbus_dict_ref), (dbus_dict_unref), (dbus_dict_contains),
1691 (dbus_dict_remove), (dbus_dict_get_value_type),
1692 (dbus_dict_get_keys), (dbus_dict_put_boolean),
1693 (dbus_dict_put_int32), (dbus_dict_put_uint32),
1694 (dbus_dict_put_double), (dbus_dict_put_string),
1695 (dbus_dict_put_boolean_array), (dbus_dict_put_int32_array),
1696 (dbus_dict_put_uint32_array), (dbus_dict_put_double_array),
1697 (dbus_dict_put_string_array), (dbus_dict_get_boolean),
1698 (dbus_dict_get_int32), (dbus_dict_get_uint32),
1699 (dbus_dict_get_double), (dbus_dict_get_string),
1700 (dbus_dict_get_boolean_array), (dbus_dict_get_int32_array),
1701 (dbus_dict_get_uint32_array), (dbus_dict_get_double_array),
1702 (dbus_dict_get_string_array), (_dbus_dict_test):
1704 Add DBusDict implementation
1706 * dbus/dbus-test.c: (dbus_internal_do_not_use_run_tests):
1710 2003-03-04 Havoc Pennington <hp@pobox.com>
1712 * test/data/auth/*: adapt to changes
1714 * dbus/dbus-auth-script.c (_dbus_auth_script_run): add
1715 USERID_BASE64 and change USERNAME_BASE64 to put in username not
1718 * dbus/dbus-keyring.c (_dbus_keyring_validate_context): prevent
1719 more stuff from being in a context name, to make the protocol
1720 simpler to deal with
1722 * dbus/dbus-errors.c (dbus_error_has_name): new function
1723 (dbus_error_is_set): new function
1725 * dbus/dbus-auth.c: replace DBUS_STUPID_TEST_MECH auth
1726 with DBUS_COOKIE_SHA1, implement DBUS_COOKIE_SHA1
1728 * dbus/dbus-connection.c (dbus_connection_flush): also read
1729 messages during a flush operation
1731 * dbus/Makefile.am: remove dbus-md5 since it isn't currently used.
1733 2003-03-05 Anders Carlsson <andersca@codefactory.se>
1735 * configure.in: Check for gethostbyname on Solaris.
1737 * dbus/dbus-transport.c: (_dbus_transport_open):
1738 Remove duplicate "tcp" entry.
1740 * doc/dbus-specification.sgml:
1741 Clarify some things.
1743 2003-03-05 Anders Carlsson <andersca@codefactory.se>
1745 * dbus/dbus-auth.c: (send_rejected), (process_test_subdir):
1746 * dbus/dbus-keyring.c: (_dbus_keyring_new_homedir),
1747 (_dbus_keyring_test):
1748 * dbus/dbus-md5.c: (_dbus_md5_compute):
1749 * dbus/dbus-sha.c: (_dbus_sha_compute):
1752 2003-03-05 Anders Carlsson <andersca@codefactory.se>
1754 * README: Add some things.
1756 2003-03-04 Anders Carlsson <andersca@codefactory.se>
1758 * dbus/dbus-message.c (dbus_message_append_args_valist): Add a break;
1759 after case DBUS_TYPE_BOOELAN.
1761 2003-03-02 Havoc Pennington <hp@pobox.com>
1763 * test/break-loader.c (randomly_set_extreme_ints): add test that
1764 sets really huge and small integers
1766 * dbus/dbus-marshal.c (_dbus_marshal_validate_arg): add check
1767 that length of boolean array fits in the string, and that
1768 string has room for boolean value in single-bool case.
1770 * dbus/dbus-message-builder.c (_dbus_message_data_load): add
1771 optional value to "ALIGN" command which is what to fill the
1774 * test/data/valid-messages/no-padding.message: add regression
1775 test for the message padding problem
1777 2003-03-02 Havoc Pennington <hp@pobox.com>
1779 * dbus/dbus-message.c (decode_header_data): fix to always init
1780 message_padding, from Benjamin Dauvergne
1782 2003-03-02 Havoc Pennington <hp@pobox.com>
1788 2003-03-01 Joe Shaw <joe@assbarn.com>
1790 * configure.in: Check for "struct cmsgcred" and try to access its
1791 members for BSD-like unices.
1793 * dbus/dbus-sysdeps.c (read_credentials_byte): Fold this back into
1794 _dbus_read_credentials_unix_socket().
1795 (_dbus_read_credentials_unix_socket): Use recvmsg() instead of
1796 read() for reading the credential byte off the unix socket. Use
1797 struct cmsgcred on systems that support it.
1799 2003-02-27 Alexander Larsson <alexl@redhat.com>
1803 Make gthreads-2.0 dependency optional. Don't build thread test if
1806 2003-02-27 Havoc Pennington <hp@pobox.com>
1808 * dbus/dbus-connection.c
1809 (dbus_connection_send_message_with_reply_and_block): fix doh!
1810 doh! doh! bug that resulted in never removing a reply from the
1811 queue, no wonder we called get_reply_serial so much ;-)
1813 * dbus/dbus-message.c (struct DBusMessage): cache reply serial
1814 and client serial instead of demarshaling them every time
1816 2003-02-27 Havoc Pennington <hp@pobox.com>
1818 * dbus/dbus-marshal.c (_dbus_demarshal_int32): rewrite to be much
1819 more inlined, using dbus-string-private.h, speeds things up
1822 * dbus/dbus-string.c (_dbus_string_free): apply align offset
1823 when freeing the string
1824 (_dbus_string_steal_data): fix for align offset
1825 (undo_alignment): new function
1827 2003-02-26 Havoc Pennington <hp@redhat.com>
1829 All kinds of audit fixes from Owen, plus initial attempt to
1830 handle unaligned memory returned from malloc.
1832 * dbus/dbus-string.c (_dbus_string_init): clamp max length to
1833 leave room for align_offset and nul byte
1834 (fixup_alignment): function to track an align_offset and
1835 ensure real->str is aligned
1836 (DBUS_GENERIC_STRING_PREAMBLE): len must be less than allocated,
1837 to allow a nul byte plus align offset
1838 (_dbus_string_lock): fix overflow issue
1839 (_dbus_string_init_const_len): add assertions on sanity of len,
1840 assign allocated to be ALLOCATION_PADDING larger than len
1841 (set_length): fixup the overflow handling
1842 (_dbus_string_get_data_len): fix overflow in assertion
1843 (open_gap): detect overflow in size of gap to be opened
1844 (_dbus_string_lengthen): add overflow check
1845 (_dbus_string_align_length): fix overflow with _DBUS_ALIGN_VALUE
1846 (_dbus_string_append): add overflow check
1847 (_dbus_string_append_unichar): overflow
1848 (_dbus_string_delete): fix overflow in assertion
1849 (_dbus_string_copy_len): overflow in assertion
1850 (_dbus_string_replace_len): overflows in assertions
1851 (_dbus_string_find): change to implement in terms of
1852 _dbus_string_find_to
1853 (_dbus_string_find_to): assorted fixage
1854 (_dbus_string_equal_c_str): assert c_str != NULL,
1855 fix logic so the function works
1856 (_dbus_string_ends_with_c_str): fix overflow thingy
1857 (_dbus_string_base64_encode): overflow fix
1858 (_dbus_string_validate_ascii): overflow
1859 (_dbus_string_validate_nul): overflow
1861 2003-02-26 Havoc Pennington <hp@redhat.com>
1863 * dbus/dbus-marshal.c (_dbus_marshal_test): fix to work with DISABLE_ASSERTS
1865 2003-02-26 Alexander Larsson <alexl@redhat.com>
1868 Set DBUS_GLIB_THREADS_LIBS for apps using gthread-2.0
1870 * dbus/dbus-connection.c:
1871 * dbus/dbus-connection.h:
1872 Fix _dbus_connection_acquire_io_path and _dbus_connection_acquire_dispatch.
1873 Add dbus_connection_set_wakeup_main_function and use it when queueing
1874 incoming and outgoing messages.
1877 * dbus/dbus-dataslot.c:
1878 Threadsafe usage of DBusDataSlotAllocator
1880 * dbus/dbus-message.c: (dbus_message_get_args_iter):
1883 * dbus/dbus-server-unix.c:
1886 * glib/dbus-gmain.c:
1887 Implement the new wakeup functions for glib.
1890 * glib/test-thread-client.c:
1891 * glib/test-thread-server.c:
1892 * glib/test-thread.h:
1893 Initial cut at some thread test code. Not really done yet.
1895 2003-02-26 Havoc Pennington <hp@pobox.com>
1897 * dbus/dbus-connection.c
1898 (dbus_connection_send_message_with_reply_and_block): fix crash
1899 where we ref'd the outgoing message instead of the returned reply
1901 * dbus/dbus-transport-unix.c (do_authentication): check read watch
1902 at the end of this function, so if we didn't need to read for
1903 authentication, we reinstall it for receiving messages
1905 * dbus/dbus-message.c (dbus_message_new_reply): allow replies to
1906 a NULL sender for peer-to-peer case
1908 * dbus/dbus-transport-unix.c (check_read_watch): handle
1909 !authenticated case correctly
1911 * glib/dbus-gmain.c: add support for DBusServer
1913 * dbus/dbus-server.c: add data slot support
1915 * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): check
1916 return values and handle errors
1918 * dbus/dbus-dataslot.c: factor out the data slot stuff from
1921 * Doxyfile.in (INPUT): add glib subdir
1923 * glib/dbus-gmain.c (dbus_connection_setup_with_g_main): rename
1924 setup_with_g_main instead of hookup_with_g_main; write docs
1926 2003-02-24 Anders Carlsson <andersca@codefactory.se>
1928 * dbus/dbus-marshal.c: (_dbus_marshal_validate_arg):
1929 * dbus/dbus-message-builder.c: (_dbus_message_data_load):
1930 * dbus/dbus-message.c: (dbus_message_append_boolean),
1931 (dbus_message_append_boolean_array),
1932 (dbus_message_get_args_valist), (_dbus_message_test):
1933 * dbus/dbus-message.h:
1934 * doc/dbus-specification.sgml:
1935 Various fixes as pointed out by Havoc.
1937 * test/data/invalid-messages/bad-boolean-array.message:
1938 * test/data/invalid-messages/bad-boolean.message:
1939 Add invalid boolean value test cases.
1941 2003-02-24 Anders Carlsson <andersca@codefactory.se>
1943 * dbus/dbus-internals.c: (_dbus_type_to_string):
1944 * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
1945 (_dbus_marshal_validate_arg):
1946 * dbus/dbus-message-builder.c: (_dbus_message_data_load):
1947 * dbus/dbus-message.c: (dbus_message_append_args_valist),
1948 (dbus_message_append_boolean), (dbus_message_append_boolean_array),
1949 (dbus_message_get_args_valist), (dbus_message_iter_get_boolean),
1950 (dbus_message_iter_get_int32), (dbus_message_iter_get_uint32),
1951 (dbus_message_iter_get_double),
1952 (dbus_message_iter_get_boolean_array), (message_iter_test):
1953 * dbus/dbus-message.h:
1954 * dbus/dbus-protocol.h:
1955 * doc/dbus-specification.sgml:
1956 * test/data/valid-messages/lots-of-arguments.message:
1957 Add support for boolean and boolean array types.
1959 2003-02-23 Havoc Pennington <hp@pobox.com>
1961 * dbus/dbus-keyring.c: finish most of this implementation and
1964 * dbus/dbus-errors.c (dbus_set_error_const, dbus_set_error): make
1965 these barf if the error isn't cleared to NULL
1967 * dbus/dbus-sysdeps.c (_dbus_delete_file): set error on failure
1968 (_dbus_create_directory): new function
1970 * dbus/dbus-errors.c (dbus_set_error): fix warning
1972 * dbus/dbus-string.c (_dbus_string_hex_encode): new function
1973 (_dbus_string_hex_decode): new function
1974 (test_hex_roundtrip): test code
1976 * dbus/dbus-sha.c (_dbus_sha_compute): use dbus_string_hex_encode
1978 * dbus/dbus-md5.c (_dbus_md5_compute): use dbus_string_hex_encode
1980 * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): make this use
1981 the save-to-temp/rename trick to atomically write the new file
1982 (_dbus_string_parse_uint): new function
1984 2003-02-22 Havoc Pennington <hp@pobox.com>
1986 * test/Makefile.am (dist-hook): fix dist for test/data/sha-1
1988 2003-02-22 Havoc Pennington <hp@pobox.com>
1990 * dbus/dbus-message.c (dbus_message_iter_get_string_array):
1991 (dbus_message_iter_get_byte_array): Fix up doxygen warnings
1993 * dbus/dbus-sha.c: add implementation of SHA-1 algorithm
1995 * dbus/test/data/sha-1: add US government test suite for SHA-1
1997 2003-02-21 Anders Carlsson <andersca@codefactory.se>
1999 * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
2000 Make string arrays NULL-terminated.
2002 * dbus/dbus-memory.c: (dbus_free_string_array):
2003 * dbus/dbus-memory.h:
2004 New function for freeing NULL-terminated string arrays.
2006 * dbus/dbus-message-builder.c: (append_quoted_string),
2007 (_dbus_message_data_load):
2008 Add support for array types.
2010 * dbus/dbus-message.c: (check_message_handling):
2011 Add more types as test cases.
2013 * dbus/dbus-sysdeps.c: (_dbus_string_parse_int),
2014 (_dbus_string_parse_double):
2015 Add the start offset to the end offset.
2017 * test/data/valid-messages/lots-of-arguments.message:
2018 New test message with lots of arguments.
2020 2003-02-21 Anders Carlsson <andersca@codefactory.se>
2022 * dbus/dbus-message.c: (dbus_message_append_nil),
2023 (dbus_message_append_int32), (dbus_message_append_uint32),
2024 (dbus_message_append_double), (dbus_message_append_string),
2025 (dbus_message_append_int32_array),
2026 (dbus_message_append_uint32_array),
2027 (dbus_message_append_double_array),
2028 (dbus_message_append_byte_array),
2029 (dbus_message_append_string_array):
2030 Fix all out-of-memory handling in these functions.
2032 2003-02-21 Anders Carlsson <andersca@codefactory.se>
2034 * dbus/dbus-message.c: (dbus_message_append_nil):
2037 2003-02-21 Anders Carlsson <andersca@codefactory.se>
2039 * dbus/dbus-message.c: (dbus_message_append_args_valist),
2040 (dbus_message_append_nil), (dbus_message_append_int32_array),
2041 (dbus_message_append_uint32_array),
2042 (dbus_message_append_double_array),
2043 (dbus_message_append_byte_array),
2044 (dbus_message_append_string_array), (dbus_message_get_args_valist),
2045 (dbus_message_iter_get_int32_array),
2046 (dbus_message_iter_get_uint32_array),
2047 (dbus_message_iter_get_double_array),
2048 (dbus_message_iter_get_byte_array),
2049 (dbus_message_iter_get_string_array):
2051 * dbus/dbus-message.h:
2052 Add functions for appending and getting arrays.
2054 2003-02-21 Anders Carlsson <andersca@codefactory.se>
2056 * dbus/dbus-mempool.c (_dbus_mem_pool_new): Make the
2057 element size at least 8 bytes, fixes mempool tests on
2060 2003-02-20 Alexander Larsson <alexl@redhat.com>
2062 * dbus/dbus-transport-unix.c (unix_do_iteration):
2063 Unlock the connection mutex during a blocking select call.
2064 Add todo about how we need a way to wake up the select.
2066 * dbus/dbus-connection-internal.h:
2067 * dbus/dbus-connection.c:
2068 Add _dbus_connection_lock and _dbus_connection_unlock.
2070 2003-02-19 Havoc Pennington <hp@pobox.com>
2072 * Doxyfile.in (PREDEFINED): put DOXYGEN_SHOULD_SKIP_THIS in
2073 Doxyfile.in, not Doxyfile
2075 * dbus/dbus-keyring.c: do some hacking on this
2077 * dbus/dbus-sysdeps.c (_dbus_delete_file): new
2079 * dbus/dbus-errors.c (dbus_set_error_const): do not call
2081 (dbus_set_error): remove dbus_error_init, check for message ==
2082 NULL *before* we sprintf into it, and add @todo about including
2083 system headers in this file
2085 * dbus/dbus-sysdeps.c (_dbus_create_file_exclusively): new
2087 * dbus/dbus-errors.h (DBUS_ERROR_FAILED): add
2089 * dbus/dbus-sysdeps.c (get_user_info): break this function out to
2090 get various bits of user information based on either username
2092 (_dbus_homedir_from_username): new function
2094 2003-02-19 Anders Carlsson <andersca@codefactory.se>
2097 Add check for nonposix getpwnam_r
2099 * dbus/dbus-mempool.c: (_dbus_mem_pool_new):
2100 Align the pool element size to a sizeof (void *) boundary.
2102 * dbus/dbus-sysdeps.c: (_dbus_setenv), (_dbus_connect_unix_socket),
2103 (_dbus_listen_unix_socket), (_dbus_credentials_from_username):
2104 General Solaris fixes.
2106 * test/data/valid-messages/simplest-manual.message:
2107 Explicitly state that we want little-endian packing.
2109 2003-02-19 Mikael Hallendal <micke@codefactory.se>
2111 * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
2113 * dbus/dbus-transport-unix.c (_dbus_transport_new_for_tcp_socket):
2114 Added to create a transport connecting using a tcp/ip socket.
2116 * dbus/dbus-sysdeps.c (_dbus_connect_tcp_socket): Added to connect
2117 to a tcp socket at given host and port.
2118 (_dbus_listen_tcp_socket): added to listen on tcp socket for given
2121 * dbus/dbus-server.c (dbus_server_listen): Support tcp: addresses.
2123 * dbus/dbus-server-unix.c (_dbus_server_new_for_tcp_socket):
2124 Added to create a server listening on a TCP/IP socket.
2126 2003-02-19 Havoc Pennington <hp@pobox.com>
2128 Throughout: mop up all the Doxygen warnings and undocumented
2131 * dbus/dbus-sysdeps.c (do_exec): do not use execvp, we don't want
2132 to search any paths.
2134 * dbus/dbus-threads.c: move global mutex initializers to
2135 dbus-internals.h, multiple prototypes was confusing doxygen
2136 besides being kind of ugly
2138 * Doxyfile (PREDEFINED): have Doxygen define
2139 DOXYGEN_SHOULD_SKIP_THIS so we can exclude things from
2140 docs with #ifndef DOXYGEN_SHOULD_SKIP_THIS
2141 (do not abuse the feature! it's for stuff like the autogenerated
2142 macros in dbus-md5.c, not just for things you don't feel like
2145 2003-02-18 Havoc Pennington <hp@pobox.com>
2147 * dbus/dbus-string.c (_dbus_string_zero): new function
2149 * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
2150 wrap it in some dbus-friendly API
2152 * dbus/dbus-types.h: add 16-bit types
2154 2003-02-18 Joe Shaw <joe@assbarn.com>
2156 * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
2157 credentials from our currently running process.
2158 (get_word): Fix a buglet where we were copying the entire length
2159 instead of relative to our position.
2161 * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
2162 keys on the stack... it's 640k of data.
2164 * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
2165 read the credentials byte off the socket, even if we don't have
2167 (_dbus_poll): Implement poll() using select() for systems which
2170 * glib/test-dbus-glib.c (main): Print out an error if no
2171 parameters are given.
2173 * test/data/auth/fallback.auth-script: Added. Tests that a client
2174 can fallback to a secondary auth mechanism if the first fails.
2176 2003-02-18 Havoc Pennington <hp@pobox.com>
2180 2003-02-17 Havoc Pennington <hp@pobox.com>
2182 * doc/dbus-specification.sgml: lots of cosmetic
2183 cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
2184 env variable to DBUS_BUS_ADDRESS, s/client/application/,
2185 s/server/bus/ (except in authentication section). Add a section
2186 "Message Bus Message Routing"
2188 2003-02-17 Anders Carlsson <andersca@codefactory.se.>
2194 2003-02-17 Anders Carlsson <andersca@codefactory.se>
2196 * doc/dbus-specification.sgml:
2197 Specification updates.
2199 2003-02-17 Anders Carlsson <andersca@codefactory.se>
2201 * bus/activation.c: (bus_activation_init), (child_setup),
2202 (bus_activation_activate_service):
2204 * bus/main.c: (main):
2205 Set DBUS_ADDRESS environment variable.
2207 * dbus/dbus-errors.c: (dbus_set_error):
2208 Don't use va_copy since that's a C99 feature.
2210 * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
2211 (_dbus_spawn_async):
2212 * dbus/dbus-sysdeps.h:
2213 Add child_setup_func to _dbus_spawn_async.
2215 * doc/dbus-specification.sgml:
2216 Update specification.
2218 * test/spawn-test.c: (setup_func), (main):
2221 2003-02-17 Alexander Larsson <alexl@redhat.com>
2223 * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
2226 2003-02-17 Anders Carlsson <andersca@codefactory.se>
2230 * doc/dbus-test-plan.sgml:
2231 Add test plan document.
2236 2003-02-17 Anders Carlsson <andersca@codefactory.se>
2238 * dbus/dbus-message.c: (decode_header_data),
2239 (_dbus_message_loader_return_buffer):
2240 Set the header padding amount when loading a message.
2242 2003-02-16 Anders Carlsson <andersca@codefactory.se>
2244 * bus/dispatch.c: (send_one_message):
2245 Only send broadcast messages to registered connections.
2247 * dbus/dbus-message.c: (dbus_message_name_is):
2248 * dbus/dbus-message.h:
2249 New convenience function.
2251 * dbus/dbus-transport-debug.c: (do_reading):
2252 Only dispatch one message per run.
2255 * test/bus-test.c: (new_connection_callback), (die),
2256 (test_hello_client1_handler), (test_hello_client2_handler),
2257 (test_hello_replies), (main):
2259 * test/bus-test-loop.[ch]:
2262 2003-02-16 Havoc Pennington <hp@pobox.com>
2264 * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
2265 backward conditional
2267 2003-02-16 Alexander Larsson <alexl@redhat.com>
2269 * dbus/dbus-connection.c:
2270 Implement sent_message_with_reply. (with_reply_and block is still
2272 Made dispatch_message not lose message if OOM.
2274 * dbus/dbus-errors.h:
2275 Add NoReply error (for reply timeouts).
2277 2003-02-16 Alexander Larsson <alexl@redhat.com>
2279 * dbus/dbus-hash.c (_dbus_hash_table_unref):
2280 Actually free keys and values when destroying hashtable.
2282 2003-02-16 Anders Carlsson <andersca@codefactory.se>
2284 * dbus/dbus-auth.c: (client_try_next_mechanism):
2287 * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
2288 Return TRUE if there's no thread implementation around.
2290 * glib/dbus-gmain.c: (free_source),
2291 (dbus_connection_hookup_with_g_main):
2292 Make sure to remove the GSource when the connection is finalized.
2294 2003-02-16 Anders Carlsson <andersca@codefactory.se>
2296 * bus/dispatch.c: (bus_dispatch_message_handler):
2297 * dbus/dbus-errors.h:
2298 Return an error if someone tries to send a message to a service
2301 2003-02-16 Anders Carlsson <andersca@codefactory.se>
2303 * bus/activation.c: (load_directory), (bus_activation_init),
2304 (bus_activation_activate_service):
2307 (bus_driver_handle_activate_service), (bus_driver_handle_message):
2308 More work on the activation handling.
2310 * dbus/dbus-errors.h:
2311 Add some error messages
2313 * dbus/dbus-message.c: (dbus_message_new_error_reply):
2314 * dbus/dbus-message.h:
2315 New function that creates an error message.
2317 * dbus/dbus-protocol.h:
2318 Add ACTIVATE_SERVER message.
2320 * dbus/dbus-server-unix.c: (unix_handle_watch),
2321 (_dbus_server_new_for_domain_socket):
2322 Call _dbus_fd_set_close_on_exec.
2324 * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
2325 (_dbus_spawn_async), (_dbus_disable_sigpipe),
2326 (_dbus_fd_set_close_on_exec):
2327 * dbus/dbus-sysdeps.h:
2328 Add _dbus_fd_set_close_on exec function. Also add function that checks
2329 that all open fds are set to close-on-exec and warns otherwise.
2331 * dbus/dbus-transport-unix.c:
2332 (_dbus_transport_new_for_domain_socket):
2333 Call _dbus_fd_set_close_on_exec.
2335 2003-02-16 Havoc Pennington <hp@pobox.com>
2337 * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
2338 allow people to avoid setting SIGPIPE to SIG_IGN
2339 (_dbus_connection_new_for_transport): disable SIGPIPE unless
2340 we've been asked not to
2342 2003-02-15 Anders Carlsson <andersca@codefactory.se>
2344 * dbus/dbus-list.c: (_dbus_list_append_link),
2345 (_dbus_list_prepend_link):
2346 * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
2350 2003-02-15 Anders Carlsson <andersca@codefactory.se>
2353 * bus/activation.c: (bus_activation_entry_free),
2354 (add_desktop_file_entry), (load_directory), (bus_activation_init):
2356 * bus/main.c: (main):
2357 Add simple activation support, doesn't work yet though.
2359 2003-02-15 Zack Rusin <zack@kde.org>
2361 * qt/dbus-qthread.cpp: small casting fix
2363 2003-02-15 Anders Carlsson <andersca@codefactory.se>
2365 * dbus/dbus-errors.c: (dbus_set_error):
2366 * dbus/dbus-errors.h:
2367 Add a few errors and make dbus_set_error void.
2369 * dbus/dbus-sysdeps.c:
2370 (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
2371 (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
2372 * dbus/dbus-sysdeps.h:
2373 Add _dbus_spawn_async.
2375 * test/spawn-test.c: (main):
2376 Test for _dbus_spawn_async.
2378 2003-02-15 Anders Carlsson <andersca@codefactory.se>
2380 * dbus/dbus-internals.h:
2381 Fix build without tests.
2383 * dbus/dbus-list.c: (alloc_link):
2384 Fix a segfault when a malloc fails.
2386 * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
2387 (dbus_malloc0), (dbus_realloc):
2388 Add support for malloc debugging.
2390 2003-02-15 Alexander Larsson <alexl@redhat.com>
2392 * dbus/dbus-threads.c:
2393 * dbus/dbus-threads.h:
2394 Add condvars. Remove static mutext from API.
2395 Implement static mutexes by initializing them from threads_init.
2397 * glib/dbus-gthread.c:
2398 * qt/dbus-qthread.cpp:
2399 Update with the thread api changes.
2404 Turn StaticMutex into normal mutex + init function.
2405 Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
2406 _dbus_list_append_link, _dbus_list_prepend_link
2409 * dbus/dbus-sysdeps.c:
2410 * dbus/dbus-sysdeps.h:
2411 New type dbus_atomic_t, and new functions _dbus_atomic_inc,
2412 _dbus_atomic_dec. Only slow fallback implementation at the moment.
2414 * dbus/dbus-protocol.h:
2415 Add DBUS_MESSAGE_LOCAL_DISCONNECT define
2417 * dbus/dbus-message.c:
2418 Make ref/unref atomic.
2421 * dbus/dbus-connection-internal.h:
2422 * dbus/dbus-connection.c:
2423 * dbus/dbus-connection.h:
2425 Change _peek to _borrow,_return & _steal_borrowed.
2426 Change disconnect callback to event.
2427 Make dbus_connection_dispatch_messages reentrant.
2429 * dbus/dbus-transport.c:
2430 Don't ref the connection on calls to the transport
2433 * dbus/dbus-message-handler.c:
2436 * glib/dbus-gmain.c:
2437 Don't use peek_message anymore
2440 * test/debug-thread.c:
2441 * test/debug-thread.h:
2442 Simple thread implementation that asserts() on deadlocks in
2443 single-threaded code.
2446 (main) Call debug_threads_init.
2449 Use disconnect message instead of disconnect callback.
2453 Don't call dbus_connection_set_disconnect_function. Instead export
2454 bus_connection_disconnect.
2457 Call bus_connection_disconnect when we get a disconnected message.
2459 2003-02-15 Havoc Pennington <hp@pobox.com>
2461 * dbus/dbus-message.c (dbus_message_new): fool around with the
2464 2003-02-14 Havoc Pennington <hp@pobox.com>
2466 * dbus/dbus-mempool.c: fail if the debug functions so indicate
2468 * dbus/dbus-memory.c: fail if the debug functions indicate we
2471 * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
2472 (_dbus_decrement_fail_alloc_counter): debug functions to
2473 simulate memory allocation failures
2475 2003-02-14 Havoc Pennington <hp@pobox.com>
2477 * dbus/dbus-errors.h (struct DBusError): add a word of padding
2480 2003-02-13 Anders Carlsson <andersca@codefactory.se>
2482 * bus/driver.c: (bus_driver_handle_hello):
2484 * bus/services.c: (bus_service_lookup):
2485 Reorder message sending so we get a more sane order.
2487 * test/bus-test.c: (message_handler):
2490 2003-02-13 Anders Carlsson <andersca@codefactory.se>
2492 * bus/driver.c: (bus_driver_send_service_deleted),
2493 (bus_driver_send_service_created), (bus_driver_send_service_lost),
2494 (bus_driver_send_service_acquired), (bus_driver_handle_hello),
2495 (bus_driver_send_welcome_message),
2496 (bus_driver_handle_list_services),
2497 (bus_driver_handle_acquire_service),
2498 (bus_driver_handle_service_exists):
2499 * dbus/dbus-bus.c: (dbus_bus_register_client),
2500 (dbus_bus_acquire_service), (dbus_bus_service_exists):
2501 * dbus/dbus-errors.c: (dbus_result_to_string):
2502 * dbus/dbus-errors.h:
2503 * dbus/dbus-message.c: (dbus_message_append_args),
2504 (dbus_message_append_args_valist), (dbus_message_get_args),
2505 (dbus_message_get_args_valist), (dbus_message_get_args_iter),
2506 (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
2507 (dbus_message_iter_get_byte_array),
2508 (dbus_message_iter_get_string_array), (message_iter_test),
2509 (check_message_handling), (_dbus_message_test):
2510 * dbus/dbus-message.h:
2511 * test/bus-test.c: (main):
2512 Change fields to arguments in messages, so that they won't be
2513 confused with header fields.
2515 * glib/test-dbus-glib.c: (main):
2516 Remove append_fields from hello message.
2518 2003-02-13 Anders Carlsson <andersca@codefactory.se>
2520 * dbus/dbus-errors.c:
2521 * dbus/dbus-message.c:
2522 * dbus/dbus-string.c:
2523 Documentation fixes.
2525 2003-02-13 Anders Carlsson <andersca@codefactory.se>
2527 * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
2529 Implement support for timeouts in dbus-glib.
2531 2003-02-13 Anders Carlsson <andersca@codefactory.se>
2533 * dbus/dbus-message-builder.c: (_dbus_message_data_load):
2534 * dbus/dbus-message.c: (process_test_subdir):
2535 * test/break-loader.c: (find_breaks_based_on):
2536 Plug some memory leaks.
2538 2003-02-13 Richard Hult <rhult@codefactory.se>
2540 * bus/main.c: Fix build.
2542 * dbus/dbus-errors.h:
2543 * dbus/dbus-errors.c: Fix copyright for Anders.
2545 2003-02-13 Anders Carlsson <andersca@codefactory.se>
2550 * bus/connection.c: (bus_connection_foreach):
2553 * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
2554 (unescape_string), (new_section), (parse_section_start),
2555 (parse_key_value), (report_error), (bus_desktop_file_load),
2556 (bus_desktop_file_get_string):
2557 * bus/desktop-file.h:
2558 Use DBusError for error reporting.
2560 * bus/dispatch.c: (send_one_message),
2561 (bus_dispatch_message_handler):
2562 * bus/driver.c: (bus_driver_send_service_deleted),
2563 (bus_driver_send_service_created), (bus_driver_send_service_lost),
2564 (bus_driver_send_service_acquired), (bus_driver_handle_hello),
2565 (bus_driver_send_welcome_message),
2566 (bus_driver_handle_list_services),
2567 (bus_driver_handle_acquire_service),
2568 (bus_driver_handle_service_exists):
2569 * bus/loop.c: (bus_loop_run):
2571 Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
2573 * bus/utils.c: (bus_wait_for_memory):
2575 New files with general utility functions.
2577 * dbus/dbus-internals.h:
2578 Remove _DBUS_HANDLE_OOM.
2580 2003-02-13 Anders Carlsson <andersca@codefactory.se>
2582 * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
2583 (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
2584 * dbus/dbus-errors.h:
2585 Add DBusError structure.
2587 2003-02-13 Anders Carlsson <andersca@codefactory.se>
2589 * test/data/valid-messages/standard-acquire-service.message:
2590 * test/data/valid-messages/standard-hello.message:
2591 * test/data/valid-messages/standard-list-services.message:
2592 * test/data/valid-messages/standard-service-exists.message:
2593 Add some standard messages.
2595 2003-02-13 Anders Carlsson <andersca@codefactory.se>
2597 * bus/driver.c: (bus_driver_send_welcome_message),
2598 (bus_driver_handle_list_services),
2599 (bus_driver_handle_acquire_service),
2600 (bus_driver_handle_service_exists), (bus_driver_handle_message):
2601 Update for API changes in libdbus.
2603 * dbus/dbus-message.c: (dbus_message_new_reply):
2604 * dbus/dbus-message.h:
2605 Remove the name argument. The spec states that replies shouldn't
2608 2003-02-13 Anders Carlsson <andersca@codefactory.se>
2610 * bus/desktop-file.c: (parse_section_start), (parse_key_value),
2611 (report_error), (bus_desktop_file_load), (lookup_section),
2612 (lookup_line), (bus_desktop_file_get_raw),
2613 (bus_desktop_file_get_string):
2614 * bus/desktop-file.h:
2615 Some fixes, and new functions for getting a key value from a section.
2617 2003-02-13 Havoc Pennington <hp@pobox.com>
2619 * test/data/auth/fail-after-n-attempts.auth-script: new test
2621 * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
2624 2003-02-13 Havoc Pennington <hp@pobox.com>
2626 * dbus/dbus-auth.c (handle_server_data_external_mech): args to
2627 dbus_credentials_match were backward
2629 * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
2630 NO_CREDENTIALS and ROOT_CREDENTIALS
2632 * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine
2633 into here. Never process more commands after we've reached an
2634 end state; store further data as unused bytes.
2636 * test/data/auth/*: add more auth tests
2638 * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
2639 command to match exact string and EXPECT_UNUSED to match unused
2642 * test/Makefile.am (dist-hook): fix to dist all the test stuff
2644 2003-02-12 Havoc Pennington <hp@pobox.com>
2646 * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
2647 \r off of popped lines
2649 * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
2652 * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
2655 2003-02-12 Havoc Pennington <hp@pobox.com>
2657 * dbus/Makefile.am: remove break-loader from the build, since it
2660 * configure.in: add --enable-gcov to turn on coverage profiling
2661 flags and disable optimization
2663 2003-02-10 Havoc Pennington <hp@pobox.com>
2665 * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync
2666 initial cut at test framework for DBusAuth from laptop.
2667 Doesn't quite work yet but it compiles and I need to get
2668 it off the 266mhz laptop. ;-)
2670 * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
2671 fix a memleak in error case
2673 2003-02-12 Anders Carlsson <andersca@codefactory.se>
2676 * bus/desktop-file.c:
2677 * bus/desktop-file.h:
2678 Add a desktop file parser.
2680 2003-02-11 Zack Rusin <zack@kde.org>
2682 * qt/message.[h|cpp]: sample implementation
2683 of the KDE wrapper for DBusMessage
2685 2003-02-09 Zack Rusin <zack@kde.org>
2687 * test/bus-test.c: make_it_compile
2688 * doc/dbus-specification.sgml: minimal semantic fix
2690 2003-02-06 Anders Carlsson <andersca@codefactory.se>
2696 2003-02-06 Anders Carlsson <andersca@codefactory.se>
2699 * dbus/dbus-break-loader.c:
2701 * test/break-loader.c:
2702 Move dbus-break-loader to test/ and rename it to break-loader.
2704 2003-02-02 Havoc Pennington <hp@pobox.com>
2706 * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files
2707 for code to manage cookies in your home directory
2709 * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
2711 * dbus/dbus-auth.c (get_state): impose a maximum number of tries
2712 to authenticate, then disconnect the client.
2714 2003-02-03 Alexander Larsson <alexl@redhat.com>
2716 * dbus/dbus-message.c (dbus_message_append_fields):
2719 2003-02-02 Anders Carlsson <andersca@codefactory.se>
2721 * doc/dbus-specification.sgml:
2722 Update address format section.
2724 2003-02-02 Anders Carlsson <andersca@codefactory.se>
2727 * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
2728 (message_handler), (new_connection_callback), (loop_quit),
2732 2003-02-02 Anders Carlsson <andersca@codefactory.se>
2734 * bus/driver.c: (bus_driver_handle_service_exists):
2735 Simplify the code a bit.
2737 * dbus/dbus-bus.c: (dbus_bus_service_exists):
2740 2003-02-02 Anders Carlsson <andersca@codefactory.se>
2743 Add libdbus-daemon.la and link to it.
2745 2003-02-01 James Willcox <jwillcox@gnome.org>
2747 * bus/driver.c: (bus_driver_handle_own_service):
2748 Actually include the service reply code in the message.
2750 2003-02-02 Anders Carlsson <andersca@codefactory.se>
2752 * bus/driver.c: (bus_driver_handle_service_exists):
2753 Don't unref the incoming message.
2755 2003-02-02 Anders Carlsson <andersca@codefactory.se>
2757 * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
2759 2003-02-02 Anders Carlsson <andersca@codefactory.se>
2761 * dbus/dbus-server.c: (dbus_server_listen):
2762 * dbus/dbus-transport.c: (_dbus_transport_open):
2763 ifdef out the calls to the debug transport and server.
2765 2003-02-02 Alexander Larsson <alexl@redhat.com>
2767 * dbus/dbus-watch.c (dbus_watch_get_flags):
2768 Add note in the docs that ERROR or HANGUP won't be returned
2769 and are assumed always on.
2771 * glib/dbus-gmain.c (add_watch):
2772 Always add IO_ERR | IO_HUP
2774 * dbus/dbus-message.h:
2775 Add semicolon after dbus_message_iter_get_string_array().
2776 Makes qt code build again
2778 2003-02-01 Anders Carlsson <andersca@codefactory.se>
2780 * bus/driver.c: (create_unique_client_name),
2781 (bus_driver_handle_hello):
2782 Don't take a name, just use a numeric id to identify
2786 * dbus/dbus-bus.c: (dbus_bus_register_client),
2787 (dbus_bus_acquire_service), (dbus_bus_service_exists):
2789 Add new convenience functions for communicating with the bus.
2791 * dbus/dbus-message.h:
2793 * dbus/dbus-protocol.h:
2796 2003-02-01 Alexander Larsson <alexl@redhat.com>
2798 * dbus/dbus-message.c (dbus_message_append_fields):
2799 Add some more doc comments.
2801 2003-02-01 Havoc Pennington <hp@pobox.com>
2803 * dbus/dbus-break-loader.c (randomly_modify_length): change
2804 a 4-byte value in the message as if it were a length
2806 * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
2807 execute bit on saved files
2809 2003-02-01 Havoc Pennington <hp@pobox.com>
2811 * dbus/dbus-break-loader.c (main): new program to find messages
2812 that break the loader.
2814 * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
2815 * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
2817 * dbus/dbus-string.c (_dbus_string_set_byte): new
2819 2003-01-31 Havoc Pennington <hp@pobox.com>
2821 * dbus/dbus-message.c: refactor the test code to be more general,
2822 in preparation for writing a "randomly permute test cases to
2823 try to break the loader" program.
2825 2003-01-31 Havoc Pennington <hp@pobox.com>
2827 * doc/dbus-specification.sgml: work on the specification
2829 * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check
2830 the protocol version of the message.
2832 * dbus/dbus-protocol.h: drop special _REPLY names, the spec
2833 no longer specifies that.
2834 (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not
2837 * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
2838 "break" for DBUS_TYPE_NIL, remove @todo
2840 2003-01-31 Havoc Pennington <hp@pobox.com>
2842 * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename
2843 just set_is_error/get_is_error as this is a commonly-used
2844 function, and write docs.
2846 2003-01-31 Anders Carlsson <andersca@codefactory.se>
2848 * dbus/dbus-address.c: (dbus_address_entry_free):
2849 Free key and value lists.
2851 * dbus/dbus-internals.c: (_dbus_type_to_string):
2852 Add the types we didn't have.
2854 * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
2855 (_dbus_marshal_validate_arg):
2858 * dbus/dbus-message.c: (dbus_message_set_sender):
2859 Remove todo about being able to set sender to NULL.
2861 (dbus_message_set_is_error_reply),
2862 (dbus_message_get_is_error_reply):
2863 * dbus/dbus-message.h:
2866 * dbus/dbus-protocol.h:
2867 Add error reply flag.
2869 * test/data/valid-messages/opposite-endian.message:
2870 Add NIL type to test.
2872 2003-01-31 Havoc Pennington <hp@pobox.com>
2874 * doc/dbus-specification.sgml: fully specify the header. Add
2875 flags and major protocol version, and change header/body len to
2878 * dbus/dbus-message-builder.c (append_saved_length): append length
2881 * dbus/dbus-message.c (dbus_message_create_header): change header
2882 length and body length to unsigned. Add the new fields from the
2884 (_dbus_message_loader_return_buffer): unsigned header/body len
2886 2003-01-30 Havoc Pennington <hp@pobox.com>
2888 * dbus/dbus-auth.c: rework to use only REJECTED, no
2891 * doc/dbus-sasl-profile.txt: drop MECHANISMS and just
2892 use REJECTED, suggested by Mark McLoughlin
2894 2003-01-30 Havoc Pennington <hp@pobox.com>
2896 * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
2897 a better way to report errors here. e.g. "unix address lacks
2898 path" or something. also "no such file" when the path doesn't
2901 * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
2903 (dbus_parse_address): add @todo about documenting address format,
2904 and allowing , and ; to be escaped
2906 2003-01-30 Anders Carlsson <andersca@codefactory.se>
2909 Add dbus-address.[ch]
2911 * dbus/dbus-address.c: (dbus_address_entry_free),
2912 (dbus_address_entries_free), (create_entry),
2913 (dbus_address_entry_get_method), (dbus_address_entry_get_value),
2914 (dbus_parse_address), (_dbus_address_test):
2915 * dbus/dbus-address.h:
2916 New files for dealing with address parsing.
2918 * dbus/dbus-connection.c:
2919 Document timeout functions.
2921 * dbus/dbus-message.c:
2922 Document dbus_message_new_from_message.
2924 * dbus/dbus-server-debug.c:
2927 * dbus/dbus-server.c: (dbus_server_listen):
2928 Parse address and use correct server implementation.
2930 * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
2931 * dbus/dbus-string.h:
2932 New function with test.
2934 * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
2938 * dbus/dbus-transport-debug.c:
2941 * dbus/dbus-transport.c: (_dbus_transport_open):
2942 Parse address and use correct transport implementation.
2944 2003-01-30 Havoc Pennington <hp@pobox.com>
2946 * dbus/dbus-message.c: use message->byte_order instead of
2947 DBUS_COMPILER_BYTE_ORDER throughout.
2948 (dbus_message_create_header): pad header to align the
2949 start of the body of the message to 8-byte boundary
2951 * dbus/dbus-marshal.h: make all the demarshalers take const
2952 DBusString arguments.
2954 * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
2955 validate message args here, so we don't have to do slow validation
2956 later, and so we catch bad messages as they are incoming. Also add
2957 better checks on header_len and body_len. Also fill in
2960 * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
2961 implemented properly)
2962 (_dbus_string_validate_nul): new function to check all-nul
2964 * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename
2965 get_arg_end_pos and remove all validation
2966 (_dbus_marshal_validate_arg): actually do validation here.
2968 2003-01-29 Havoc Pennington <hp@pobox.com>
2970 * dbus/dbus-message.c (check_message_handling): fix assertion
2971 failure on set_client_serial
2973 2003-01-28 Havoc Pennington <hp@pobox.com>
2975 * dbus/dbus-server-debug.c: Add doc section comments
2977 * dbus/dbus-transport-debug.c: add doc section comments
2979 2003-01-28 Havoc Pennington <hp@redhat.com>
2981 * dbus/dbus-string.c (_dbus_string_base64_decode): append bytes in
2982 the reverse order from how I had it
2983 (_dbus_string_base64_encode): reverse encoding order. I was
2984 basically byteswapping everything during encoding.
2986 2003-01-28 Anders Carlsson <andersca@codefactory.se>
2988 * dbus/dbus-connection-internal.h:
2989 * dbus/dbus-connection.c: (_dbus_connection_add_timeout),
2990 (_dbus_connection_remove_timeout):
2991 Add functions for adding and removing timeouts.
2993 * dbus/dbus-message.c: (dbus_message_new_from_message):
2994 Add new function that takes a message and creates an exact
2995 copy of it, but with the refcount set to 1.
2996 (check_message_handling):
2999 * dbus/dbus-server-protected.h:
3000 * dbus/dbus-server.c: (_dbus_server_init_base),
3001 (_dbus_server_finalize_base), (_dbus_server_add_timeout),
3002 (dbus_server_set_timeout_functions):
3003 (_dbus_server_remove_timeout):
3004 New functions so that a server can add and remove timeouts.
3006 (dbus_server_listen):
3007 Add commented out call to dbus_server_debug_new.
3009 * dbus/dbus-timeout.c: (_dbus_timeout_new):
3010 Actually set the handler, doh.
3012 * dbus/dbus-transport.c: (_dbus_transport_open):
3013 Add commented out call to dbus_transport_debug_client_new.
3016 Add dbus-transport-debug.[ch] and dbus-server-debug.[ch]
3018 2003-01-28 Havoc Pennington <hp@pobox.com>
3020 * dbus/dbus-message.c (check_message_handling): function to check
3021 on the loaded message, iterates over it etc.
3023 2003-01-28 Havoc Pennington <hp@pobox.com>
3025 * test/Makefile.am (dist-hook): fix make distdir
3027 * dbus/Makefile.am (TESTS_ENVIRONMENT): fix make check
3029 2003-01-27 Havoc Pennington <hp@pobox.com>
3031 * dbus/dbus-mempool.c (time_for_size): replace printf with
3034 * dbus/dbus-message-builder.c (_dbus_message_data_load): allow
3035 empty lines; fix the SAVE_LENGTH stuff to be
3036 START_LENGTH/END_LENGTH so it actually works; couple other
3039 * test/Makefile.am (dist-hook): add dist-hook for .message files
3041 * dbus/dbus-string.c (DBUS_STRING_COPY_PREAMBLE): source of a copy
3042 can be constant or locked.
3043 (_dbus_string_free): allow freeing a const string as
3046 * dbus/dbus-sysdeps.c (_dbus_concat_dir_and_file): utility
3048 * dbus/dbus-test-main.c (main): take an argument which is the
3049 directory containing test data
3051 * dbus/dbus-message.c (_dbus_message_test): pass a test_data_dir
3052 argument to this and load all the messages in test/data/
3053 checking that they can be loaded or not loaded as appropriate.
3055 2003-01-27 Anders Carlsson <andersca@codefactory.se>
3057 * bus/dispatch.c: (bus_dispatch_message_handler):
3058 Dispatch messages sent to services.
3060 * bus/driver.c: (bus_driver_send_service_deleted),
3061 (bus_driver_send_service_created), (bus_driver_send_service_lost),
3062 (bus_driver_send_service_acquired):
3063 Add helper functions for sending service related messages.
3065 (bus_driver_send_welcome_message):
3066 Send HELLO_REPLY instead of WELCOME.
3068 (bus_driver_handle_list_services):
3069 Send LIST_SERVICES_REPLY instead of SERVICES.
3071 (bus_driver_handle_own_service),
3072 (bus_driver_handle_service_exists):
3073 New message handlers.
3075 (bus_driver_handle_message):
3076 Invoke new message handlers.
3078 (bus_driver_remove_connection):
3079 Don't remove any services here since that's done automatically
3080 by bus_service_remove_owner now.
3083 New function signatures.
3085 * bus/services.c: (bus_service_add_owner):
3086 Send ServiceAcquired message if we're the only primary owner.
3088 (bus_service_remove_owner):
3089 Send ServiceAcquired/ServiceLost messages.
3091 (bus_service_set_prohibit_replacement),
3092 (bus_service_get_prohibit_replacement):
3093 Functions for setting prohibit replacement.
3095 (bus_service_has_owner):
3096 New function that checks if a connection is in the owner queue of
3100 Add new function signatures.
3102 * dbus/dbus-list.c: (_dbus_list_test):
3103 Add tests for _dbus_list_remove_last and traversing the list backwards.
3106 Fix a typo in _dbus_list_get_prev_link, if we're at the first element we can't
3107 go any further, so return NULL then.
3109 * dbus/dbus-protocol.h:
3110 Add new messages, service flags and service replies.
3112 2003-01-26 Havoc Pennington <hp@pobox.com>
3114 * dbus/dbus-message-builder.c: implement, completely untested.
3116 * test/data/*: add data to be used in testing.
3117 ".message" files are our simple loadable text format.
3118 ".message-raw" will be binary dumps of messages.
3120 * dbus/dbus-string.c (_dbus_string_starts_with_c_str): new
3122 2003-01-26 Havoc Pennington <hp@pobox.com>
3124 * dbus/dbus-sysdeps.c (_dbus_file_get_contents): new function
3126 * dbus/dbus-errors.c (dbus_result_to_string): add
3129 * dbus/dbus-message-builder.c: new file, will contain code to load
3130 up messages from files. Not implemented yet.
3132 2003-01-26 Havoc Pennington <hp@pobox.com>
3134 * dbus/dbus-message.c (dbus_message_set_sender): support deleting
3135 the sender by setting to NULL
3137 2003-01-26 Havoc Pennington <hp@pobox.com>
3139 The unit tests pass, but otherwise untested. If it breaks, the
3140 tests should have been better. ;-)
3142 * bus/driver.c (bus_driver_handle_hello): return if we disconnect
3145 * dbus/dbus-message.c: redo everything so we maintain
3146 message->header as the only copy of the various fields.
3147 This avoids the possibility of out-of-memory in some cases,
3148 for example dbus_message_lock() can't run out of memory anymore,
3149 and avoids extra copying. Figured I may as well go ahead and do
3150 this since it was busted for dbus_message_lock to not return
3151 failure on OOM, and dbus_message_write_header was totally
3152 unchecked for OOM. Also fixed some random other bugs.
3154 * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): verify
3155 that strings are nul-terminated. Also, end_pos can be equal
3156 to string length just not greater than, I think.
3157 (_dbus_marshal_set_int32): new function
3158 (_dbus_marshal_set_uint32): new function
3159 (_dbus_marshal_set_string): new function
3161 * dbus/dbus-connection.c (_dbus_connection_new_for_transport): fix
3162 a warning, init timeout_list to NULL
3163 (dbus_connection_send_message): don't use uninitialized variable
3166 * dbus/dbus-string.c (_dbus_string_replace_len): new function
3168 2003-01-26 Anders Carlsson <andersca@codefactory.se>
3170 * bus/driver.c: (bus_driver_handle_hello),
3171 (bus_driver_send_welcome_message):
3174 2003-01-26 Anders Carlsson <andersca@codefactory.se>
3176 * dbus/dbus-auth.c: (process_auth), (_dbus_auth_unref):
3177 * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
3178 (dbus_connection_unref):
3179 * dbus/dbus-marshal.c: (_dbus_marshal_test):
3180 * dbus/dbus-message.c: (dbus_message_unref),
3183 (dbus_message_get_fields):
3184 Remove debugging printout.
3186 (_dbus_message_loader_return_buffer):
3187 Don't store the header string.
3189 (_dbus_message_test):
3192 2003-01-26 Richard Hult <rhult@codefactory.se>
3194 * glib/dbus-gmain.c (dbus_connection_dispatch): Traverse a copy of
3195 the file descriptor list, since it can change under us.
3197 2003-01-25 Anders Carlsson <andersca@codefactory.se>
3199 * glib/dbus-gmain.c: (dbus_connection_prepare),
3200 (dbus_connection_check), (dbus_connection_dispatch), (add_watch),
3201 (remove_watch), (dbus_connection_hookup_with_g_main):
3202 Rewrite the glib handling to use its own GSource instead of a
3203 GIOChannel so we can catch messages put in the queue while waiting
3206 2003-01-25 Anders Carlsson <andersca@codefactory.se>
3209 * bus/connection.c: (connection_disconnect_handler),
3210 (connection_watch_callback), (bus_connection_setup):
3211 * bus/dispatch.c: (send_one_message),
3212 (bus_dispatch_broadcast_message), (bus_dispatch_message_handler),
3213 (bus_dispatch_add_connection), (bus_dispatch_remove_connection):
3215 * bus/driver.c: (bus_driver_send_service_deleted),
3216 (bus_driver_send_service_created), (bus_driver_handle_hello),
3217 (bus_driver_send_welcome_message),
3218 (bus_driver_handle_list_services), (bus_driver_remove_connection),
3219 (bus_driver_handle_message):
3221 Refactor code, put the message dispatching in its own file. Use
3222 _DBUS_HANDLE_OOM. Also send ServiceDeleted messages when a client
3225 2003-01-25 Anders Carlsson <andersca@codefactory.se>
3227 * dbus/dbus-internals.h:
3228 Add _DBUS_HANDLE_OOM macro, it doesn't do anything currently.
3230 * dbus/dbus-message.c: (dbus_message_get_sender):
3231 * dbus/dbus-message.h:
3232 Implement dbus_message_get_sender.
3234 * dbus/dbus-protocol.h:
3235 Add message and service defines.
3237 2003-01-25 Anders Carlsson <andersca@codefactory.se>
3239 * dbus/dbus-connection.c: (dbus_connection_send_message):
3240 * dbus/dbus-message-internal.h:
3241 * dbus/dbus-message.c: (_dbus_message_get_client_serial),
3242 (dbus_message_write_header):
3243 Remove _dbus_messag_unlock and don't set the client serial on a
3244 message if one already exists.
3246 2003-01-24 Havoc Pennington <hp@pobox.com>
3248 * dbus/dbus-list.c (alloc_link): put a thread lock on the global
3251 * bus/driver.c (bus_driver_handle_list_services): fix a leak
3254 2003-01-25 Anders Carlsson <andersca@codefactory.se>
3256 * dbus/dbus-list.c: (alloc_link), (free_link):
3257 Use a memory pool for the links.
3259 2003-01-25 Anders Carlsson <andersca@codefactory.se>
3261 * bus/connection.c: (bus_connection_foreach):
3263 Add new bus_connection_foreach function.
3265 * bus/driver.c: (send_one_message), (bus_driver_broadcast_message):
3266 Add function that broadcasts a message to all clients.
3268 (bus_driver_send_service_created), (bus_driver_handle_hello),
3269 (bus_driver_send_welcome_message),
3270 (bus_driver_handle_list_services), (bus_driver_message_handler):
3271 Implement functions that take care of listing services, and notifying
3272 clients when new services are created.
3274 * bus/services.c: (bus_services_list):
3276 Add new function that returns an array of strings with the currently
3277 registered services.
3280 * glib/dbus-gmain.c:
3281 Update copyright year.
3283 2003-01-25 Anders Carlsson <andersca@codefactory.se>
3285 * dbus/dbus-connection.c: (dbus_connection_send_message):
3286 Unlock the message in case it was sent earlier.
3288 (dbus_connection_send_message_with_reply_and_block):
3289 Remove the reply message from the list.
3291 * dbus/dbus-marshal.c: (_dbus_demarshal_string_array):
3292 Set array_len and new_pos correctly.
3294 (_dbus_marshal_test):
3295 Remove debug output.
3297 * dbus/dbus-message-internal.h:
3298 * dbus/dbus-message.c: (_dbus_message_get_reply_serial):
3299 New function that returns the reply serial.
3301 (_dbus_message_unlock):
3302 New function that unlocks a message and resets its header.
3304 (dbus_message_append_string_array),
3305 (dbus_message_get_fields_valist),
3306 (dbus_message_iter_get_field_type),
3307 (dbus_message_iter_get_string_array),
3308 (dbus_message_get_fields),
3309 (dbus_message_append_fields_valist):
3310 Handle string arrays.
3312 (dbus_message_set_sender):
3313 Make this function public since the bus daemon needs it.
3315 (decode_header_data):
3316 Set the reply serial to -1 initially.
3318 * dbus/dbus-message.h:
3319 Add dbus_message_set_sender.
3321 2003-01-24 Havoc Pennington <hp@pobox.com>
3323 * doc/dbus-specification.sgml: add some stuff
3325 2003-01-22 Havoc Pennington <hp@pobox.com>
3327 * doc/dbus-specification.sgml: Start to document the protocol.
3329 2003-01-22 Havoc Pennington <hp@pobox.com>
3331 * dbus/dbus-connection.c
3332 (dbus_connection_send_message_with_reply_and_block): add some @todo
3334 * bus/driver.c (bus_driver_add_connection): add a FIXME about memleak
3336 2003-01-21 Havoc Pennington <hp@pobox.com>
3338 (patch untested because can't compile)
3340 * bus/driver.c (create_unique_client_name): make this function
3341 never recycle client names. Also, caller should initialize
3344 * dbus/dbus-sysdeps.c (_dbus_get_current_time): new function
3346 2003-01-21 Anders Carlsson <andersca@codefactory.se>
3348 * dbus/dbus-marshal.c: (_dbus_marshal_double),
3349 (_dbus_marshal_int32), (_dbus_marshal_uint32),
3350 (_dbus_marshal_int32_array), (_dbus_marshal_uint32_array),
3351 (_dbus_marshal_double_array), (_dbus_marshal_string_array),
3352 (_dbus_demarshal_int32_array), (_dbus_demarshal_uint32_array),
3353 (_dbus_demarshal_double_array), (_dbus_demarshal_string_array),
3354 (_dbus_marshal_get_field_end_pos), (_dbus_marshal_test):
3355 * dbus/dbus-marshal.h:
3356 * dbus/dbus-protocol.h:
3357 Add support for marshalling and demarshalling integer, double
3360 2003-01-21 Anders Carlsson <andersca@codefactory.se>
3365 * bus/connection.c: (connection_disconnect_handler):
3366 Remove the connection from the bus driver's list.
3368 (connection_watch_callback): Dispatch messages.
3370 (free_connection_data): Free connection name.
3372 (bus_connection_setup): Add connection to the bus driver's list.
3373 (bus_connection_remove_owned_service):
3374 (bus_connection_set_name), (bus_connection_get_name):
3375 Add functions for setting and getting the connection's name.
3378 Add function headers.
3380 * bus/driver.c: (create_unique_client_name),
3381 (bus_driver_handle_hello_message),
3382 (bus_driver_send_welcome_message), (bus_driver_message_handler),
3383 (bus_driver_add_connection), (bus_driver_remove_connection):
3386 * bus/services.c: (bus_service_free):
3388 New file that handles communication and registreation with the bus
3391 2003-01-21 Anders Carlsson <andersca@codefactory.se>
3393 * dbus/dbus-connection.c: (dbus_connection_send_message):
3394 Add a new client_serial parameter.
3396 (dbus_connection_send_message_with_reply):
3397 Remove a @todo since we've implemented the blocking function.
3399 (dbus_connection_send_message_with_reply_and_block):
3400 New function that sends a message and waits for a reply and
3401 then returns the reply.
3403 * dbus/dbus-connection.h:
3406 * dbus/dbus-errors.c: (dbus_result_to_string):
3407 * dbus/dbus-errors.h:
3408 Add new DBUS_RESULT.
3410 * dbus/dbus-message-internal.h:
3411 * dbus/dbus-message.c: (_dbus_message_get_reply_serial),
3412 (_dbus_message_set_sender), (dbus_message_write_header),
3413 (dbus_message_new_reply), (decode_header_data),
3414 (_dbus_message_loader_return_buffer), (_dbus_message_test):
3415 * dbus/dbus-message.h:
3416 Add new functions that set the reply serial and sender.
3417 Also marshal and demarshal them correctly and add test.
3419 * dbus/dbus-protocol.h:
3420 Add new DBUS_MESSAGE_TYPE_SENDER.
3423 * glib/dbus-gmain.c: (watch_callback), (free_callback_data),
3424 (add_watch), (remove_watch), (add_timeout), (remove_timeout),
3425 (dbus_connection_hookup_with_g_main):
3426 * glib/test-dbus-glib.c: (main):
3427 Rewrite to use GIOChannel and remove the GSource crack.
3429 * test/echo-client.c: (main):
3430 * test/watch.c: (check_messages):
3431 Update for changed APIs
3433 2003-01-19 Anders Carlsson <andersca@codefactory.se>
3435 * dbus/Makefile.am: Add dbus-timeout.[cħ]
3437 * dbus/dbus-connection.c: (_dbus_connection_new_for_transport):
3438 Create a DBusTimeoutList.
3439 (dbus_connection_set_timeout_functions): Add new function to
3440 set timeout callbacks
3442 * dbus/dbus-connection.h: Add public DBusTimeout API.
3444 * dbus/dbus-message.c: (dbus_message_get_service):
3445 * dbus/dbus-message.h: New function.
3447 * dbus/dbus-server.c: Fix small doc typo.
3449 * dbus/dbus-timeout.[ch]: New files for mainloop timeouts.
3451 2003-01-19 Anders Carlsson <andersca@codefactory.se>
3453 * dbus/dbus-string.c (_dbus_string_move_len): Don't delete all
3454 of the string, just as long as specified.
3456 2003-01-19 Havoc Pennington <hp@pobox.com>
3458 * dbus/dbus-connection.c (dbus_connection_get_is_authenticated):
3461 * dbus/dbus-server.c (dbus_server_set_max_connections)
3462 (dbus_server_get_max_connections, dbus_server_get_n_connections):
3463 keep track of current number of connections, and add API for
3464 setting a max (but haven't implemented enforcing the max yet)
3466 2003-01-18 Havoc Pennington <hp@pobox.com>
3468 * dbus/dbus-transport-unix.c (unix_do_iteration): only do the
3469 reading/writing if read_watch != NULL or write_watch != NULL.
3471 * dbus/dbus-message.c (_dbus_message_loader_return_buffer): fix
3472 the message loader code to actually load message->header and
3473 message->body into the newly-created message.
3475 * dbus/dbus-transport-unix.c (check_write_watch): fix a mem leak
3478 * dbus/dbus-connection.c (dbus_connection_set_max_message_size)
3479 (dbus_connection_get_max_message_size)
3480 (dbus_connection_set_max_live_messages_size)
3481 (dbus_connection_get_max_live_messages_size): implement some
3482 resource limitation functions
3484 * dbus/dbus-resources.c: new file implementing some of the
3485 resource limits stuff
3487 * dbus/dbus-message.c (dbus_message_iter_get_byte_array): add
3488 missing docs, add @todo to handle OOM etc.
3490 * dbus/dbus-marshal.c (_dbus_demarshal_byte_array): add missing
3493 2003-01-18 Havoc Pennington <hp@pobox.com>
3495 * dbus/dbus-connection.c (dbus_connection_unref): disconnect the
3496 connection if it hasn't been already.
3498 * dbus/dbus-connection.h: kill off the idea of an ErrorFunction,
3499 replace with DisconnectFunction.
3501 2003-01-18 Havoc Pennington <hp@pobox.com>
3503 Building --disable-verbose-mode --disable-asserts --disable-tests
3504 cuts the library from 112K to 45K or so
3506 * configure.in: check for varargs macro support,
3507 add --enable-verbose-mode, --enable-asserts.
3509 * dbus/dbus-internals.h (_dbus_assert): support
3511 (_dbus_verbose): support DBUS_ENABLE_VERBOSE_MODE
3513 2003-01-18 Havoc Pennington <hp@pobox.com>
3515 * dbus/dbus-test.c: include config.h so that tests actually run
3517 * dbus/dbus-string.c: add assertions that stuff is 8-byte aligned,
3518 so the failure mode when that assumption fails will be plenty
3521 2003-01-18 Havoc Pennington <hp@pobox.com>
3523 * configure.in: default --enable-tests to $USE_MAINTAINER_MODE
3525 * dbus/Makefile.am: fix it up so dubs-test-main.c is included in
3528 * test/Makefile.am: don't use special variable "TESTS" for echo-*
3529 since we don't want to use those in make check
3531 2003-01-15 Havoc Pennington <hp@redhat.com>
3537 2003-01-15 Havoc Pennington <hp@redhat.com>
3539 * test/Makefile.am: fix so that test source code ends up in the
3540 distribution on make distcheck
3542 2003-01-15 Havoc Pennington <hp@redhat.com>
3548 2003-01-15 Havoc Pennington <hp@redhat.com>
3550 * dbus/dbus-test.c (dbus_internal_symbol_do_not_use_run_tests):
3551 fix build when --disable-tests
3553 * Makefile.am (EXTRA_DIST): put HACKING in here
3555 * HACKING: document procedure for making a tarball release.
3557 2003-01-14 Anders Carlsson <andersca@codefactory.se>
3559 * bus/connection.c: (connection_error_handler),
3560 (bus_connection_setup):
3561 * bus/main.c: (main):
3562 Make sure that the DBusConnectionData struct is NULLed
3563 out to prevent a segfault.
3565 * dbus/dbus-errors.c: (dbus_result_to_string):
3566 * dbus/dbus-errors.h:
3567 * dbus/dbus-message.c: (dbus_message_get_fields),
3568 (dbus_message_get_fields_valist), (_dbus_message_test):
3569 * dbus/dbus-message.h:
3570 Make dbus_message_get_fields return a result code so we can
3571 track invalid fields as well as oom.
3573 2003-01-11 Havoc Pennington <hp@pobox.com>
3575 * configure.in: change --enable-test/--enable-ansi action-if-given
3576 to enable_foo=$enableval instead of enable_foo=yes
3578 2003-01-08 Havoc Pennington <hp@pobox.com>
3580 * dbus/dbus-string.c (_dbus_string_align_length): new function
3582 * dbus/dbus-test-main.c: move main() for test app here
3584 (dbus_internal_symbol_do_not_use_run_tests): we have to export a
3585 symbol to run tests, because dbus-test isn't in the main
3588 Code review nitpicks.
3590 * dbus/dbus-message.c (dbus_message_write_header): add newlines
3591 for people with narrow emacs ;-). Assert client_serial was filled
3592 in. Assert message->name != NULL.
3593 (dbus_message_append_fields): have "first_field_type" arg separate
3594 from va list, needed for C++ binding that also uses varargs IIRC
3595 and helps with type safety
3596 (dbus_message_new): add @todo about using DBusString to store
3597 service/name internally
3598 (dbus_message_new): don't leak ->service and ->name on OOM later
3600 (dbus_message_unref): free the service name
3601 (dbus_message_get_fields): same change to varargs
3602 i.e. first_field_type
3603 (_dbus_message_loader_return_buffer): assert that the message data
3604 is aligned (if not it's a bug in our code). Put in verbose griping
3605 about why we set corrupted = TRUE.
3606 (decode_header_data): add FIXME that char* is evil. Was going to
3607 add FIXME about evil locale-specific string.h strncmp, but just
3608 switched to wacky string-as-uint32 optimization. Move check for
3609 "no room for field name" above get_const_data_len() to avoid
3610 assertion failure in get_const_data_len if we have trailing 2
3611 bytes or the like. Check for service and name fields being
3612 provided twice. Don't leak service/name on error. Require field
3613 names to be aligned to 4 bytes.
3615 * dbus/dbus-marshal.c: move byte swap stuff to header
3616 (_dbus_pack_int32): uscore-prefix
3617 (_dbus_unpack_int32): uscore-prefix
3618 (_dbus_unpack_uint32): export
3619 (_dbus_demarshal_string): add @todo complaining about use of
3621 (_dbus_marshal_get_field_end_pos): add @todo about bad error
3622 handling allowing corrupt data to go unchecked
3624 2003-01-08 Havoc Pennington <hp@redhat.com>
3626 * dbus/dbus-transport-unix.c (unix_do_iteration): add read/write
3627 to the select() as needed for authentication. (should be using
3628 _dbus_poll() not select, but for another day)
3630 * dbus/dbus.h: include dbus/dbus-protocol.h
3632 2003-01-08 Anders Carlsson <andersca@codefactory.se>
3634 * dbus/Makefile.am (dbusinclude_HEADERS): Install
3637 2003-01-08 Anders Carlsson <andersca@codefactory.se>
3639 * dbus/dbus-internals.c: (_dbus_type_to_string):
3640 New function that returns a string describing a type.
3642 * dbus/dbus-marshal.c: (_dbus_demarshal_byte_array):
3643 * dbus/dbus-marshal.h:
3644 * dbus/dbus-message.c: (dbus_message_get_fields_valist),
3645 (dbus_message_iter_get_field_type), (dbus_message_iter_get_double),
3646 (dbus_message_iter_get_byte_array):
3647 * dbus/dbus-message.h:
3648 Add new convenience functions for appending and getting message fields.
3649 Also add demarshalling routines for byte arrays.
3651 2003-01-07 Anders Carlsson <andersca@codefactory.se>
3653 * dbus/dbus-connection-internal.h:
3654 * dbus/dbus-connection.c: (_dbus_connection_new_for_transport),
3655 (_dbus_connection_get_next_client_serial),
3656 (dbus_connection_send_message):
3657 * dbus/dbus-internals.h:
3658 * dbus/dbus-marshal.c: (unpack_uint32), (dbus_unpack_int32),
3659 (dbus_pack_int32), (_dbus_marshal_double), (_dbus_marshal_int32),
3660 (_dbus_marshal_uint32), (_dbus_demarshal_double),
3661 (_dbus_demarshal_int32), (_dbus_demarshal_uint32),
3662 (_dbus_demarshal_string), (_dbus_marshal_get_field_end_pos),
3663 (_dbus_verbose_bytes), (_dbus_marshal_test):
3664 * dbus/dbus-marshal.h:
3665 * dbus/dbus-message-internal.h:
3666 * dbus/dbus-message.c: (_dbus_message_set_client_serial),
3667 (dbus_message_write_header), (_dbus_message_lock),
3668 (dbus_message_new), (dbus_message_ref), (dbus_message_unref),
3669 (dbus_message_get_name), (dbus_message_append_int32),
3670 (dbus_message_append_uint32), (dbus_message_append_double),
3671 (dbus_message_append_string), (dbus_message_append_byte_array),
3672 (dbus_message_get_fields_iter), (dbus_message_iter_ref),
3673 (dbus_message_iter_unref), (dbus_message_iter_has_next),
3674 (dbus_message_iter_next), (dbus_message_iter_get_field_type),
3675 (dbus_message_iter_get_string), (dbus_message_iter_get_int32),
3676 (dbus_message_iter_get_uint32), (dbus_message_iter_get_double),
3677 (decode_header_data), (_dbus_message_loader_return_buffer),
3678 (message_iter_test), (_dbus_message_test):
3679 * dbus/dbus-message.h:
3680 * dbus/dbus-protocol.h:
3681 * dbus/dbus-test.c: (main):
3683 * glib/test-dbus-glib.c: (message_handler), (main):
3684 * test/echo-client.c: (main):
3685 * test/watch.c: (check_messages):
3686 Make messages sendable and receivable for real.
3688 2003-01-07 Anders Carlsson <andersca@codefactory.se>
3690 * dbus/dbus-marshal.c: (_dbus_marshal_double),
3691 (_dbus_marshal_string), (_dbus_marshal_byte_array):
3692 * dbus/dbus-message.c: (dbus_message_append_int32),
3693 (dbus_message_append_uint32), (dbus_message_append_double),
3694 (dbus_message_append_string), (dbus_message_append_byte_array):
3695 Handle OOM restoration.
3697 2003-01-07 Anders Carlsson <andersca@codefactory.se>
3699 * dbus/dbus-marshal.c: (_dbus_marshal_string),
3700 (_dbus_demarshal_string), (_dbus_marshal_test):
3701 * dbus/dbus-marshal.h:
3702 * dbus/dbus-message.c: (dbus_message_get_name),
3703 Document these functions.
3705 (dbus_message_append_int32), (dbus_message_append_uint32),
3706 (dbus_message_append_double), (dbus_message_append_string),
3707 (dbus_message_append_byte_array):
3708 * dbus/dbus-message.h:
3709 Add functions for adding message fields of different types.
3711 * dbus/dbus-protocol.h:
3712 Add the different types.
3714 2003-01-05 Havoc Pennington <hp@pobox.com>
3716 * bus/connection.c: implement routines for handling connections,
3717 first thing is keeping a list of owned services on each connection
3718 and setting up watches etc.
3720 * bus/services.c: implement a mapping from service names to lists
3723 * dbus/dbus-hash.c: add DBUS_HASH_POINTER
3725 * dbus/dbus-threads.c (dbus_static_mutex_lock): add functions
3726 to use static mutexes for global data
3728 * dbus/dbus-connection.c (dbus_connection_set_data): add new
3729 collection of functions to set/get application-specific data
3730 on the DBusConnection.
3732 2003-01-04 Havoc Pennington <hp@pobox.com>
3734 * dbus/dbus-sysdeps.c (_dbus_sleep_milliseconds): new function
3735 (_dbus_poll): new function
3737 * dbus/dbus-internals.h (_DBUS_STRUCT_OFFSET): new macro
3740 * bus/loop.c: initial code for the daemon main loop
3742 2003-01-04 Havoc Pennington <hp@pobox.com>
3744 * test/watch.c (error_handler): make it safe if the error handler
3745 is called multiple times (if we s/error handler/disconnect
3746 handler/ we should just guarantee it's called only once)
3748 * dbus/dbus-transport.c (_dbus_transport_disconnect): call the
3749 error handler on disconnect (it's quite possible we should
3750 just change the error handler to a "disconnect handler," I'm
3751 not sure we have any other meaningful errors)
3753 * configure.in: check for getpwnam_r
3755 * dbus/dbus-transport.c, dbus/dbus-transport-unix.c,
3756 dbus/dbus-auth.c: add credentials support, add EXTERNAL auth
3757 mechanism as in SASL spec, using socket credentials
3759 * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): new function
3760 (_dbus_send_credentials_unix_socket): new function
3762 * dbus/dbus-sysdeps.c (_dbus_accept_unix_socket): rename just
3764 (_dbus_write): only check errno if <0 returned
3765 (_dbus_write_two): ditto
3767 2003-01-02 Anders Carlsson <andersca@codefactory.se>
3769 * dbus/dbus-marshal.c: (_dbus_marshal_utf8_string),
3770 (_dbus_marshal_byte_array), (_dbus_demarshal_utf8_string),
3771 (_dbus_marshal_test):
3772 * dbus/dbus-marshal.h:
3773 Add _dbus_marshal_byte_array and rename _dbus_marshal_string
3774 to _dbus_marshal_utf8_string. Also fix some tests.
3776 2002-12-28 Harri Porten <porten@kde.org>
3778 * configure.in: added check for C++ compiler and a very cheesy
3779 check for the Qt integration
3781 * Makefile.am (SUBDIRS): compile qt subdir if support is enabled
3783 * qt/Makefile.am: added
3785 * qt/.cvsignore: added
3787 * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
3788 latter, added #ifdef QT_THREAD_SUPPORT guard.
3790 * dbus/Makefile.am: added missing headers for make dist
3792 2002-12-28 Kristian Rietveld <kris@gtk.org>
3794 * dbus/Makefile.am: fixup export-symbols-regex.
3796 2002-12-27 Anders Carlsson <andersca@codefactory.se>
3798 * acinclude.m4: Add this file and put the
3799 PKG_CHECK_MODULE macro in it.
3801 2002-12-27 Anders Carlsson <andersca@codefactory.se>
3803 * dbus/dbus-marshal.c: (_dbus_marshal_string),
3804 (_dbus_demarshal_double), (_dbus_demarshal_int32),
3805 (_dbus_demarshal_uint32), (_dbus_demarshal_string),
3806 (_dbus_marshal_test):
3807 Make the demarshalling routines align the pos argument.
3808 Add string marshalling tests and fix the obvious bugs
3811 2002-12-26 Havoc Pennington <hp@pobox.com>
3813 * dbus/dbus-auth.c: fixes fixes fixes
3815 * dbus/dbus-transport-unix.c: wire up support for
3816 encoding/decoding data on the wire
3818 * dbus/dbus-auth.c (_dbus_auth_encode_data)
3819 (_dbus_auth_decode_data): append to target string
3820 instead of nuking it.
3822 2002-12-26 Havoc Pennington <hp@pobox.com>
3824 * dbus/dbus-marshal.h (DBUS_COMPILER_BYTE_ORDER): #ifdef
3825 WORDS_BIGENDIAN then compiler byte order is DBUS_BIG_ENDIAN,
3828 * dbus/dbus-marshal.c: Add macros to do int swapping in-place and
3829 avoid swap_bytes() overhead (ignoring possible assembly stuff for
3830 now). Main point is because I wanted unpack_uint32 to implement
3832 (_dbus_verbose_bytes): new function
3834 * dbus/dbus-string.c (_dbus_string_validate_ascii): new function
3836 * dbus/dbus-message.c (_dbus_message_loader_get_is_corrupted): add
3837 mechanism to handle a corrupt message stream
3838 (_dbus_message_loader_new): fix preallocation to only prealloc,
3841 * dbus/dbus-string.c (_dbus_string_skip_blank): fix this function
3842 (_dbus_string_test): enhance tests for copy/move and fix the
3845 * dbus/dbus-transport-unix.c: Hold references in more places to
3846 avoid reentrancy problems
3848 * dbus/dbus-transport.c: ditto
3850 * dbus/dbus-connection.c (dbus_connection_dispatch_message): don't
3851 leak reference count in no-message case
3853 * test/watch.c (do_mainloop): handle adding/removing watches
3854 during iteration over the watches. Also, ref the connection/server
3855 stored on a watch, so we don't try to mangle a destroyed one.
3857 * dbus/dbus-transport-unix.c (do_authentication): perform
3860 * dbus/dbus-auth.c (get_state): add a state
3861 AUTHENTICATED_WITH_UNUSED_BYTES and return it if required
3862 (_dbus_auth_get_unused_bytes): append the unused bytes
3863 to the passed in string, rather than prepend
3865 * dbus/dbus-transport.c (_dbus_transport_init_base): create
3866 the auth conversation DBusAuth
3868 * dbus/dbus-transport-unix.c (_dbus_transport_new_for_fd)
3869 (_dbus_transport_new_for_domain_socket): when creating a
3870 transport, pass in whether it's a client-side or server-side
3871 transport so we know which DBusAuth to create
3873 2002-12-03 Havoc Pennington <hp@pobox.com>
3875 * dbus/dbus-transport-unix.c (unix_finalize): finalize base
3876 _after_ finalizing the derived members
3877 (unix_connection_set): unref watch if we fail to add it
3879 * dbus/dbus-connection.c (dbus_connection_unref): delete the
3880 transport first, so that the connection owned by the
3881 transport will be valid as the transport finalizes.
3883 * dbus/dbus-transport-unix.c (unix_finalize): free the write_watch
3884 if necessary, and remove watches from the connection.
3886 * dbus/dbus-watch.c (_dbus_watch_list_free): improve a comment
3888 2002-12-26 Anders Carlsson <andersca@codefactory.se>
3890 * dbus/dbus-marshal.c: (_dbus_marshal_string),
3891 (_dbus_demarshal_double), (_dbus_demarshal_int32),
3892 (_dbus_demarshal_uint32), (_dbus_demarshal_string),
3893 (_dbus_marshal_test):
3894 * dbus/dbus-marshal.h:
3895 Add string marshal functions and have the demarshal functions
3896 return the new position.
3898 2002-12-25 Havoc Pennington <hp@pobox.com>
3900 * doc/dbus-sasl-profile.txt: docs on the authentication protocol,
3901 it is a simple protocol that just maps directly to SASL.
3903 * dbus/dbus-auth.h, dbus/dbus-auth.c: authentication protocol
3904 initial implementation, not actually used yet.
3906 * dbus/dbus-string.c (_dbus_string_find): new function
3907 (_dbus_string_equal): new function
3908 (_dbus_string_base64_encode): new function
3909 (_dbus_string_base64_decode): new function
3911 2002-12-25 Anders Carlsson <andersca@codefactory.se>
3914 * dbus/dbus-marshal.c: (swap_bytes), (_dbus_marshal_double),
3915 (_dbus_marshal_int32), (_dbus_marshal_uint32),
3916 (_dbus_demarshal_double), (_dbus_demarshal_int32),
3917 (_dbus_demarshal_uint32), (_dbus_marshal_test):
3918 * dbus/dbus-marshal.h:
3919 * dbus/dbus-protocol.h:
3920 * dbus/dbus-test.c: (main):
3922 Add un-optimized marshalling/demarshalling routines.
3924 2002-12-25 Harri Porten <porten@kde.org>
3926 * qt/dbus-qt.h: adjusted ctor and getter to KDE/Qt conventions
3928 2002-12-24 Zack Rusin <zack@kde.org>
3930 * qt/dbus-qthread.cc: adding - integrates QMutex into Dbus
3931 * qt/dbus-qt.h: skeleton with two sample implemenatation of the
3934 2002-12-24 Havoc Pennington <hp@pobox.com>
3936 * glib/dbus-gthread.c: fix include
3938 * glib/dbus-glib.h: rename DBusMessageHandler for now.
3939 I think glib API needs to change, though, as you don't
3940 want to use DBusMessageFunction, you want to use the
3941 DBusMessageHandler object. Probably
3942 dbus_connection_open_with_g_main_loop()
3943 and dbus_connection_setup_g_main_loop() or something like that
3944 (but think of better names...) that just create a connection
3945 that has watch/timeout functions etc. already set up.
3947 * dbus/dbus-connection.c
3948 (dbus_connection_send_message_with_reply): new function just to
3949 show how the message handler helps us deal with replies.
3951 * dbus/dbus-list.c (_dbus_list_remove_last): new function
3953 * dbus/dbus-string.c (_dbus_string_test): free a string that
3956 * dbus/dbus-hash.c: use memory pools for the hash entries
3957 (rebuild_table): be more paranoid about overflow, and
3958 shrink table when we can
3959 (_dbus_hash_test): reduce number of sprintfs and write
3960 valid C89. Add tests for case where we grow and then
3961 shrink the hash table.
3963 * dbus/dbus-mempool.h, dbus/dbus-mempool.c: memory pools
3965 * dbus/dbus-connection.c (dbus_connection_register_handler)
3966 (dbus_connection_unregister_handler): new functions
3968 * dbus/dbus-message.c (dbus_message_get_name): new
3970 * dbus/dbus-list.c: fix docs typo
3972 * dbus/dbus-message-handler.h, dbus/dbus-message-handler.c:
3973 an object representing a handler for messages.
3975 2002-12-16 Anders Carlsson <andersca@codefactory.se>
3978 * glib/dbus-gthread.c: (dbus_gthread_init):
3979 Don't use the gdbus prefix for public functions.
3981 2002-12-16 Anders Carlsson <andersca@codefactory.se>
3985 Add GLib checks and fixup .pc files
3989 * glib/dbus-gmain.c: (gdbus_connection_prepare),
3990 (gdbus_connection_check), (gdbus_connection_dispatch),
3991 (gdbus_add_connection_watch), (gdbus_remove_connection_watch),
3992 (dbus_connection_gsource_new):
3993 * glib/dbus-gthread.c: (dbus_gmutex_new), (dbus_gmutex_free),
3994 (dbus_gmutex_lock), (dbus_gmutex_unlock), (dbus_gthread_init):
3995 * glib/test-dbus-glib.c: (message_handler), (main):
3998 2002-12-15 Harri Porten <porten@kde.org>
4000 * autogen.sh: check for libtoolize before attempting to use it
4002 * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
4005 * .cvsignore: ignore more stamp files
4007 * dbus/dbus-watch.c (_dbus_watch_list_new): fixed doc error
4009 * test/Makefile.am: added -I$(top_srcdir) to be able to compile
4010 without make install.
4012 2002-12-15 Havoc Pennington <hp@pobox.com>
4014 * dbus/dbus-threads.c: add thread stubs that a higher library
4015 layer can fill in. e.g. the GLib wrapper might fill them in with
4016 GThread stuff. We still need to use this thread API to
4017 thread-safe-ize the library.
4019 2002-12-12 Havoc Pennington <hp@pobox.com>
4021 * dbus/dbus-transport-unix.c, dbus/dbus-server-unix.c: use the
4022 below new interfaces and include fewer system headers.
4024 * dbus/dbus-sysdeps.c (_dbus_read): new function
4025 (_dbus_write): new function
4026 (_dbus_write_two): new function
4027 (_dbus_connect_unix_socket): new function
4028 (_dbus_listen_unix_socket): new function
4030 * dbus/dbus-message-internal.h: change interfaces to use
4033 2002-12-11 Havoc Pennington <hp@pobox.com>
4035 * dbus/dbus-types.h: add dbus_unichar
4037 * dbus/dbus-internals.c (_dbus_verbose): use _dbus_getenv
4039 * dbus/dbus-connection.c (dbus_connection_send_message): return
4042 * dbus/dbus-transport.c: include dbus-watch.h
4044 * dbus/dbus-connection.c: include dbus-message-internal.h
4046 * HACKING: add file with coding guidelines stuff.
4048 * dbus/dbus-string.h, dbus/dbus-string.c: Encapsulate all string
4049 handling here, for security purposes (as in vsftpd). Not actually
4050 using this class yet.
4052 * dbus/dbus-sysdeps.h, dbus/dbus-sysdeps.c: Encapsulate all
4053 system/libc usage here, as in vsftpd, for ease of auditing (and
4054 should also simplify portability). Haven't actually moved all the
4055 system/libc usage into here yet.
4057 2002-11-25 Havoc Pennington <hp@pobox.com>
4059 * dbus/dbus-internals.c (_dbus_verbose): fix to not
4060 always print the first verbose message.
4062 2002-11-24 Havoc Pennington <hp@pobox.com>
4064 * test/echo-client.c, test/echo-server.c: cheesy test
4067 * configure.in (AC_CHECK_FUNCS): check for writev
4069 * dbus/dbus-message.c (_dbus_message_get_network_data): new
4072 * dbus/dbus-list.c (_dbus_list_foreach): new function
4074 * dbus/dbus-internals.c (_dbus_verbose): new function
4076 * dbus/dbus-server.c, dbus/dbus-server.h: public object
4077 representing a server that listens for connections.
4079 * dbus/.cvsignore: create
4081 * dbus/dbus-errors.h, dbus/dbus-errors.c:
4082 public API for reporting errors
4084 * dbus/dbus-connection.h, dbus/dbus-connection.c:
4085 public object representing a connection that
4086 sends/receives messages. (Same object used for
4087 both client and server.)
4089 * dbus/dbus-transport.h, dbus/dbus-transport.c:
4090 Basic abstraction for different kinds of stream
4091 that we might read/write messages from.
4093 2002-11-23 Havoc Pennington <hp@pobox.com>
4095 * dbus/dbus-internals.h (_DBUS_INT_MAX): add _DBUS_INT_MIN
4098 * dbus/dbus-test.c (main): add list test, and include
4099 dbus-test.h as intended
4101 * dbus/dbus-hash.c (_dbus_hash_table_remove_string)
4102 (_dbus_hash_table_remove_int): return value indicates
4103 whether the entry existed to remove
4105 * dbus/dbus-list.c: add linked list utility class,
4108 * dbus/dbus-hash.c: add TODO item about shrinking the hash bucket
4111 2002-11-23 Havoc Pennington <hp@pobox.com>
4113 * Doxyfile.in (INCLUDE_FILE_PATTERNS): expand DBUS_BEGIN_DECLS/
4114 DBUS_END_DECLS to nothing, that should fix this once and for all
4116 * Doxyfile.in (JAVADOC_AUTOBRIEF): set to YES
4118 * dbus/dbus-message.c, dbus/dbus-hash.c:
4119 add some missing @brief
4121 2002-11-23 Havoc Pennington <hp@pobox.com>
4123 * dbus/dbus-message.h: put semicolons after DEBUG_BEGIN_DECLS
4124 to avoid confusing Doxygen
4126 * dbus/dbus-hash.c: @} not }@
4128 * dbus/dbus-message.c (struct DBusMessage): split out
4131 2002-11-23 Havoc Pennington <hp@pobox.com>
4133 * configure.in: pile on more warning flags if using gcc
4135 * Doxyfile.in (EXTRACT_STATIC): set to NO, so we don't have
4136 to document static functions
4138 * configure.in: add summary to end of configure so it
4139 looks nice and attractive
4141 * dbus/dbus-hash.c: finish implementation and write unit
4144 * configure.in: add --enable-tests to enable unit tests
4146 * dbus/dbus-test.c: test program to run unit tests
4147 for all files in dbus/*, initially runs a test for
4150 * dbus/dbus-internals.h: file to hold some internal utility stuff
4152 2002-11-22 Havoc Pennington <hp@redhat.com>
4154 * dbus/dbus-hash.c: copy in Tcl hash table, not yet
4155 "ported" away from Tcl
4157 * dbus/dbus-types.h: header for types such as dbus_bool_t
4159 2002-11-22 Havoc Pennington <hp@redhat.com>
4161 * dbus/dbus.h: fixups for doc warnings
4163 * Doxyfile.in (FILE_PATTERNS): we need to scan .h to pick up
4165 (QUIET): make it quiet so we can see warnings
4167 * dbus/dbus-memory.c: teach D-BUS to allocate and free memory
4169 2002-11-22 Havoc Pennington <hp@redhat.com>
4171 * Makefile.am: include "Doxyfile" target in all-local
4173 * configure.in: generate the Doxyfile
4175 * Doxyfile.in: move Doxyfile here, so we can use
4176 configure to generate a Doxyfile with the right
4179 2002-11-22 Havoc Pennington <hp@redhat.com>
4181 * dbus/dbus-message.c: move inline docs into .c file
4183 * Doxyfile (OUTPUT_DIRECTORY): move output to doc/api
4184 so all docs are under doc/
4185 (MAN_EXTENSION): generate man pages. Use extension
4186 ".3dbus" which matches ".3qt" on my system,
4187 I guess this is OK, I don't know really.
4188 (FILE_PATTERNS): look for .c files not .h, makes sense
4191 2002-11-22 Havoc Pennington <hp@pobox.com>
4193 * Makefile.am (SUBDIRS): rename subdir "server" to "bus"
4194 because any app can be a server, and any app can be a client,
4195 the bus is a special kind of server.
4197 Thu Nov 21 23:35:31 2002 Zack Rusin <zack@kde.org>
4199 * Doxyfile : adding. Still needs Makefile rules to be generated
4200 automatically (just run "doxygen" in the toplevel dir for now to
4203 * dbus/dbus-message.h : Adding sample docs (javadoc since
4204 resembles gtk-doc a little more)
4206 * dbus/dbus.h : Adding sample docs
4208 2002-11-21 Havoc Pennington <hp@redhat.com>
4210 * dbus/Makefile.am (INCLUDES): define DBUS_COMPILATION
4211 so we can allow ourselves to include files directly,
4212 instead of having to use dbus.h
4214 * dbus/dbus.h: fill in
4216 * dbus/dbus-message.h: sketch out a sample header file.
4217 Include griping if you include it directly instead of
4220 * dbus/dbus-macros.h: new file with macros for extern "C",
4221 TRUE/FALSE, NULL, etc.
4223 * doc/file-boilerplate.c: put include guards in here
4225 2002-11-21 Havoc Pennington <hp@redhat.com>
4227 * doc/file-boilerplate.c: include both AFL and GPL boilerplate.
4229 * COPYING: include the GPL as well, and license code
4230 under both AFL and GPL.
4232 2002-11-21 Havoc Pennington <hp@redhat.com>
4234 * acconfig.h: get rid of this
4236 * autogen.sh (run_configure): add --no-configure option
4238 * configure.in: remove AC_ARG_PROGRAM to make
4239 autoconf complain less. add AC_PREREQ.
4240 add AC_DEFINE third arg.
4242 2002-11-21 Anders Carlsson <andersca@codefactory.se>
4245 Fix references so we can distcheck.
4247 2002-11-21 Havoc Pennington <hp@redhat.com>
4249 * Initial module creation