2003-02-18 Havoc Pennington <hp@pobox.com>
[platform/upstream/dbus.git] / ChangeLog
index 7e0f9cd..b7a0fc8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,826 @@
+2003-02-18  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-string.c (_dbus_string_zero): new function
+
+       * dbus/dbus-md5.c: include MD5 implementation by L. Peter Deutsch,
+       wrap it in some dbus-friendly API
+
+       * dbus/dbus-types.h: add 16-bit types
+
+2003-02-18  Joe Shaw  <joe@assbarn.com>
+
+       * dbus/dbus-auth.c (handle_server_data_stupid_test_mech): Just get
+       credentials from our currently running process.
+       (get_word): Fix a buglet where we were copying the entire length
+       instead of relative to our position.
+
+       * dbus/dbus-hash.c (_dbus_hash_test): Don't try to allocate the
+       keys on the stack... it's 640k of data.
+
+       * dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): Always
+       read the credentials byte off the socket, even if we don't have
+       SO_PEERCRED.
+       (_dbus_poll): Implement poll() using select() for systems which
+       don't have it.
+
+       * glib/test-dbus-glib.c (main): Print out an error if no
+       parameters are given.
+
+       * test/data/auth/fallback.auth-script: Added.  Tests that a client
+       can fallback to a secondary auth mechanism if the first fails.
+
+2003-02-18  Havoc Pennington  <hp@pobox.com>
+
+       * AUTHORS: add Alex
+
+2003-02-17  Havoc Pennington  <hp@pobox.com>
+
+       * doc/dbus-specification.sgml: lots of cosmetic
+       cleanups/rearrangement, add assorted FIXME, change DBUS_ADDRESS
+       env variable to DBUS_BUS_ADDRESS, s/client/application/,
+       s/server/bus/ (except in authentication section). Add a section
+       "Message Bus Message Routing"
+
+2003-02-17  Anders Carlsson  <andersca@codefactory.se.>
+
+       Release 0.4
+       
+       * NEWS: Update
+
+2003-02-17  Anders Carlsson  <andersca@codefactory.se>
+
+       * doc/dbus-specification.sgml:
+       Specification updates.
+       
+2003-02-17  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/activation.c: (bus_activation_init), (child_setup),
+       (bus_activation_activate_service):
+       * bus/activation.h:
+       * bus/main.c: (main):
+       Set DBUS_ADDRESS environment variable.
+       
+       * dbus/dbus-errors.c: (dbus_set_error):
+       Don't use va_copy since that's a C99 feature.
+       
+       * dbus/dbus-sysdeps.c: (_dbus_setenv), (do_exec),
+       (_dbus_spawn_async):
+       * dbus/dbus-sysdeps.h:
+       Add child_setup_func to _dbus_spawn_async.
+       
+       * doc/dbus-specification.sgml:
+       Update specification.
+       
+       * test/spawn-test.c: (setup_func), (main):
+       Fix test.
+       
+2003-02-17  Alexander Larsson  <alexl@redhat.com>
+
+       * dbus/dbus-connection.c (_dbus_connection_handler_destroyed_locked):
+       Added todo.
+
+2003-02-17  Anders Carlsson  <andersca@codefactory.se>
+
+       * doc/.cvsignore:
+       * doc/Makefile.am:
+       * doc/dbus-test-plan.sgml:
+       Add test plan document.
+       
+       * test/Makefile.am:
+       Fix distcheck.
+       
+2003-02-17  Anders Carlsson  <andersca@codefactory.se>
+
+       * dbus/dbus-message.c: (decode_header_data),
+       (_dbus_message_loader_return_buffer):
+       Set the header padding amount when loading a message.
+
+2003-02-16  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/dispatch.c: (send_one_message):
+       Only send broadcast messages to registered connections.
+       
+       * dbus/dbus-message.c: (dbus_message_name_is):
+       * dbus/dbus-message.h:
+       New convenience function.
+       
+       * dbus/dbus-transport-debug.c: (do_reading):
+       Only dispatch one message per run.
+
+       * test/Makefile.am:
+       * test/bus-test.c: (new_connection_callback), (die),
+       (test_hello_client1_handler), (test_hello_client2_handler),
+       (test_hello_replies), (main):
+
+       * test/bus-test-loop.[ch]:
+       Add these.
+       
+2003-02-16  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-connection.c (dbus_connection_dispatch_message): fix
+       backward conditional
+
+2003-02-16  Alexander Larsson  <alexl@redhat.com>
+
+       * dbus/dbus-connection.c:
+       Implement sent_message_with_reply. (with_reply_and block is still
+       busted).
+       Made dispatch_message not lose message if OOM.
+       
+       * dbus/dbus-errors.h:
+       Add NoReply error (for reply timeouts).
+
+2003-02-16  Alexander Larsson  <alexl@redhat.com>
+
+       * dbus/dbus-hash.c (_dbus_hash_table_unref):
+       Actually free keys and values when destroying hashtable.
+
+2003-02-16  Anders Carlsson  <andersca@codefactory.se>
+
+       * dbus/dbus-auth.c: (client_try_next_mechanism):
+       Plug a leak.
+       
+       * dbus/dbus-threads.c: (dbus_condvar_wait_timeout):
+       Return TRUE if there's no thread implementation around.
+       
+       * glib/dbus-gmain.c: (free_source),
+       (dbus_connection_hookup_with_g_main):
+       Make sure to remove the GSource when the connection is finalized.
+       
+2003-02-16  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/dispatch.c: (bus_dispatch_message_handler):
+       * dbus/dbus-errors.h:
+       Return an error if someone tries to send a message to a service
+       that doesn't exist.
+       
+2003-02-16  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/activation.c: (load_directory), (bus_activation_init),
+       (bus_activation_activate_service):
+       * bus/activation.h:
+       * bus/driver.c: 
+       (bus_driver_handle_activate_service), (bus_driver_handle_message):
+       More work on the activation handling.
+       
+       * dbus/dbus-errors.h:
+       Add some error messages
+       
+       * dbus/dbus-message.c: (dbus_message_new_error_reply):
+       * dbus/dbus-message.h:
+       New function that creates an error message.
+       
+       * dbus/dbus-protocol.h:
+       Add ACTIVATE_SERVER message.
+       
+       * dbus/dbus-server-unix.c: (unix_handle_watch),
+       (_dbus_server_new_for_domain_socket):
+       Call _dbus_fd_set_close_on_exec.
+       
+       * dbus/dbus-sysdeps.c: (make_pipe), (do_exec),
+       (_dbus_spawn_async), (_dbus_disable_sigpipe),
+       (_dbus_fd_set_close_on_exec):
+       * dbus/dbus-sysdeps.h:
+       Add _dbus_fd_set_close_on exec function. Also add function that checks
+       that all open fds are set to close-on-exec and warns otherwise.
+       
+       * dbus/dbus-transport-unix.c:
+       (_dbus_transport_new_for_domain_socket):
+       Call _dbus_fd_set_close_on_exec.
+
+2003-02-16  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
+       allow people to avoid setting SIGPIPE to SIG_IGN
+       (_dbus_connection_new_for_transport): disable SIGPIPE unless 
+       we've been asked not to
+
+2003-02-15  Anders Carlsson  <andersca@codefactory.se>
+
+       * dbus/dbus-list.c: (_dbus_list_append_link),
+       (_dbus_list_prepend_link):
+       * dbus/dbus-memory.c: (dbus_malloc), (dbus_malloc0),
+       (dbus_realloc):
+       Warning fixes.
+
+2003-02-15  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/Makefile.am:
+       * bus/activation.c: (bus_activation_entry_free),
+       (add_desktop_file_entry), (load_directory), (bus_activation_init):
+       * bus/activation.h:
+       * bus/main.c: (main):
+       Add simple activation support, doesn't work yet though.
+
+2003-02-15   Zack Rusin  <zack@kde.org>
+
+       * qt/dbus-qthread.cpp:  small casting fix
+
+2003-02-15  Anders Carlsson  <andersca@codefactory.se>
+
+       * dbus/dbus-errors.c: (dbus_set_error):
+       * dbus/dbus-errors.h:
+       Add a few errors and make dbus_set_error void.
+       
+       * dbus/dbus-sysdeps.c: 
+       (_dbus_errno_to_string), (close_and_invalidate), (make_pipe),
+       (write_err_and_exit), (read_ints), (do_exec), (_dbus_spawn_async):
+       * dbus/dbus-sysdeps.h:
+       Add _dbus_spawn_async.
+       
+       * test/spawn-test.c: (main):
+       Test for _dbus_spawn_async.
+       
+2003-02-15  Anders Carlsson  <andersca@codefactory.se>
+
+       * dbus/dbus-internals.h:
+       Fix build without tests.
+       
+       * dbus/dbus-list.c: (alloc_link):
+       Fix a segfault when a malloc fails.
+       
+       * dbus/dbus-memory.c: (initialize_malloc_debug), (dbus_malloc),
+       (dbus_malloc0), (dbus_realloc):
+       Add support for malloc debugging.
+
+2003-02-15  Alexander Larsson  <alexl@redhat.com>
+
+       * dbus/dbus-threads.c:
+       * dbus/dbus-threads.h:
+       Add condvars. Remove static mutext from API.
+       Implement static mutexes by initializing them from threads_init.
+       
+       * glib/dbus-gthread.c:
+       * qt/dbus-qthread.cpp:
+       Update with the thread api changes.
+
+               
+       * dbus/dbus-list.c:
+       * dbus/dbus-list.h:
+       Turn StaticMutex into normal mutex + init function.
+       Export new functions _dbus_list_alloc_link, _dbus_list_free_link,
+       _dbus_list_append_link, _dbus_list_prepend_link
+
+
+       * dbus/dbus-sysdeps.c: 
+       * dbus/dbus-sysdeps.h:
+       New type dbus_atomic_t, and new functions _dbus_atomic_inc,
+       _dbus_atomic_dec. Only slow fallback implementation at the moment.
+       
+       * dbus/dbus-protocol.h:
+       Add DBUS_MESSAGE_LOCAL_DISCONNECT define
+       
+       * dbus/dbus-message.c:
+       Make ref/unref atomic.
+       Fix some docs.
+       
+       * dbus/dbus-connection-internal.h:
+       * dbus/dbus-connection.c:
+       * dbus/dbus-connection.h:
+       Make threadsafe.
+       Change _peek to _borrow,_return & _steal_borrowed.
+       Change disconnect callback to event.
+       Make dbus_connection_dispatch_messages reentrant.
+       
+       * dbus/dbus-transport.c:
+       Don't ref the connection on calls to the transport
+       implementation.
+       
+       * dbus/dbus-message-handler.c:
+       Make threadsafe.
+       
+       * glib/dbus-gmain.c:
+       Don't use peek_message anymore
+       
+       * test/Makefile.am:
+       * test/debug-thread.c:
+       * test/debug-thread.h:
+       Simple thread implementation that asserts() on deadlocks in
+       single-threaded code.
+       
+       * test/bus-test.c:
+       (main) Call debug_threads_init.
+
+       * test/watch.c:
+       Use disconnect message instead of disconnect callback.
+
+       * bus/connection.c:
+       * bus/connection.h:
+       Don't call dbus_connection_set_disconnect_function. Instead export
+       bus_connection_disconnect.
+       
+       * bus/dispatch.c:
+       Call bus_connection_disconnect when we get a disconnected message.
+       
+2003-02-15  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-message.c (dbus_message_new): fool around with the
+       docs
+
+2003-02-14  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-mempool.c: fail if the debug functions so indicate
+
+       * dbus/dbus-memory.c: fail if the debug functions indicate we
+       should
+
+       * dbus/dbus-internals.c (_dbus_set_fail_alloc_counter)
+       (_dbus_decrement_fail_alloc_counter): debug functions to 
+       simulate memory allocation failures
+
+2003-02-14  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-errors.h (struct DBusError): add a word of padding 
+       to DBusError
+
+2003-02-13  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/driver.c: (bus_driver_handle_hello):
+       * bus/driver.h:
+       * bus/services.c: (bus_service_lookup):
+       Reorder message sending so we get a more sane order.
+       
+       * test/bus-test.c: (message_handler):
+       Fix tyop.
+       
+2003-02-13  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/driver.c: (bus_driver_send_service_deleted),
+       (bus_driver_send_service_created), (bus_driver_send_service_lost),
+       (bus_driver_send_service_acquired), (bus_driver_handle_hello),
+       (bus_driver_send_welcome_message),
+       (bus_driver_handle_list_services),
+       (bus_driver_handle_acquire_service),
+       (bus_driver_handle_service_exists):
+       * dbus/dbus-bus.c: (dbus_bus_register_client),
+       (dbus_bus_acquire_service), (dbus_bus_service_exists):
+       * dbus/dbus-errors.c: (dbus_result_to_string):
+       * dbus/dbus-errors.h:
+       * dbus/dbus-message.c: (dbus_message_append_args),
+       (dbus_message_append_args_valist), (dbus_message_get_args),
+       (dbus_message_get_args_valist), (dbus_message_get_args_iter),
+       (dbus_message_iter_get_arg_type), (dbus_message_iter_get_string),
+       (dbus_message_iter_get_byte_array),
+       (dbus_message_iter_get_string_array), (message_iter_test),
+       (check_message_handling), (_dbus_message_test):
+       * dbus/dbus-message.h:
+       * test/bus-test.c: (main):
+       Change fields to arguments in messages, so that they won't be
+       confused with header fields.
+       
+       * glib/test-dbus-glib.c: (main):
+       Remove append_fields from hello message.
+       
+2003-02-13  Anders Carlsson  <andersca@codefactory.se>
+
+       * dbus/dbus-errors.c:
+       * dbus/dbus-message.c:
+       * dbus/dbus-string.c:
+       Documentation fixes.
+
+2003-02-13  Anders Carlsson  <andersca@codefactory.se>
+
+       * glib/dbus-gmain.c: (timeout_handler), (add_timeout),
+       (remove_timeout):
+       Implement support for timeouts in dbus-glib.
+       
+2003-02-13  Anders Carlsson  <andersca@codefactory.se>
+
+       * dbus/dbus-message-builder.c: (_dbus_message_data_load):
+       * dbus/dbus-message.c: (process_test_subdir):
+       * test/break-loader.c: (find_breaks_based_on):
+       Plug some memory leaks.
+       
+2003-02-13  Richard Hult  <rhult@codefactory.se>
+
+       * bus/main.c: Fix build.
+
+       * dbus/dbus-errors.h: 
+       * dbus/dbus-errors.c: Fix copyright for Anders.
+
+2003-02-13  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/Makefile.am:
+       Add utils.[ch]
+       
+       * bus/connection.c: (bus_connection_foreach):
+       Fix a warning.
+       
+       * bus/desktop-file.c: (grow_lines_in_section), (grow_sections),
+       (unescape_string), (new_section), (parse_section_start),
+       (parse_key_value), (report_error), (bus_desktop_file_load),
+       (bus_desktop_file_get_string):
+       * bus/desktop-file.h:
+       Use DBusError for error reporting.
+       
+       * bus/dispatch.c: (send_one_message),
+       (bus_dispatch_message_handler):
+       * bus/driver.c: (bus_driver_send_service_deleted),
+       (bus_driver_send_service_created), (bus_driver_send_service_lost),
+       (bus_driver_send_service_acquired), (bus_driver_handle_hello),
+       (bus_driver_send_welcome_message),
+       (bus_driver_handle_list_services),
+       (bus_driver_handle_acquire_service),
+       (bus_driver_handle_service_exists):
+       * bus/loop.c: (bus_loop_run):
+       * bus/main.c:
+       Use BUS_HANDLE_OOM instead of _DBUS_HANDLE_OOM.
+       
+       * bus/utils.c: (bus_wait_for_memory):
+       * bus/utils.h:
+       New files with general utility functions.
+       
+       * dbus/dbus-internals.h:
+       Remove _DBUS_HANDLE_OOM.
+       
+2003-02-13  Anders Carlsson  <andersca@codefactory.se>
+
+       * dbus/dbus-errors.c: (dbus_result_to_string), (dbus_error_init),
+       (dbus_error_free), (dbus_set_error_const), (dbus_set_error):
+       * dbus/dbus-errors.h:
+       Add DBusError structure.
+       
+2003-02-13  Anders Carlsson  <andersca@codefactory.se>
+
+       * test/data/valid-messages/standard-acquire-service.message:
+       * test/data/valid-messages/standard-hello.message:
+       * test/data/valid-messages/standard-list-services.message:
+       * test/data/valid-messages/standard-service-exists.message:
+       Add some standard messages.
+       
+2003-02-13  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/driver.c: (bus_driver_send_welcome_message),
+       (bus_driver_handle_list_services),
+       (bus_driver_handle_acquire_service),
+       (bus_driver_handle_service_exists), (bus_driver_handle_message):
+       Update for API changes in libdbus.
+       
+       * dbus/dbus-message.c: (dbus_message_new_reply):
+       * dbus/dbus-message.h:
+       Remove the name argument. The spec states that replies shouldn't
+       have a name.
+
+2003-02-13  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/desktop-file.c: (parse_section_start), (parse_key_value),
+       (report_error), (bus_desktop_file_load), (lookup_section),
+       (lookup_line), (bus_desktop_file_get_raw),
+       (bus_desktop_file_get_string):
+       * bus/desktop-file.h:
+       Some fixes, and new functions for getting a key value from a section.
+       
+2003-02-13  Havoc Pennington  <hp@pobox.com>
+
+       * test/data/auth/fail-after-n-attempts.auth-script: new test
+
+       * dbus/dbus-auth.c (send_rejected): shutdown_mech() when we
+       reject the client.
+
+2003-02-13  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-auth.c (handle_server_data_external_mech): args to
+       dbus_credentials_match were backward
+
+       * dbus/dbus-auth-script.c (_dbus_auth_script_run): support
+       NO_CREDENTIALS and ROOT_CREDENTIALS
+
+       * dbus/dbus-auth.c (_dbus_auth_do_work): move get_state() routine 
+       into here. Never process more commands after we've reached an 
+       end state; store further data as unused bytes.
+
+       * test/data/auth/*: add more auth tests
+       
+       * dbus/dbus-auth-script.c (_dbus_auth_script_run): support EXPECT
+       command to match exact string and EXPECT_UNUSED to match unused
+       bytes
+
+       * test/Makefile.am (dist-hook): fix to dist all the test stuff
+
+2003-02-12  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-string.c (_dbus_string_pop_line): fix to also strip
+       \r off of popped lines
+
+       * dbus/dbus-auth.c (_dbus_auth_test): write code to run auth
+       scripts
+
+       * dbus/dbus-auth-script.c (_dbus_auth_script_run): when doing a
+       SEND, append \r\n
+
+2003-02-12  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/Makefile.am: remove break-loader from the build, since it
+       moved.
+
+       * configure.in: add --enable-gcov to turn on coverage profiling
+       flags and disable optimization
+
+2003-02-10  Havoc Pennington  <hp@pobox.com>
+
+        * dbus/dbus-auth-script.c, dbus/dbus-auth-script.h: sync 
+       initial cut at test framework for DBusAuth from laptop.
+       Doesn't quite work yet but it compiles and I need to get 
+       it off the 266mhz laptop. ;-)
+       
+       * dbus/dbus-server-debug.c (_dbus_server_debug_accept_transport):
+       fix a memleak in error case
+
+2003-02-12  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/Makefile.am:
+       * bus/desktop-file.c:
+       * bus/desktop-file.h:
+       Add a desktop file parser.
+
+2003-02-11  Zack Rusin  <zack@kde.org>
+
+       * qt/message.[h|cpp]: sample implementation
+       of the KDE wrapper for DBusMessage
+
+2003-02-09  Zack Rusin  <zack@kde.org>
+
+       * test/bus-test.c: make_it_compile
+       * doc/dbus-specification.sgml: minimal semantic fix
+
+2003-02-06  Anders Carlsson  <andersca@codefactory.se>
+
+       Release 0.3
+       
+       * NEWS: Update
+
+2003-02-06  Anders Carlsson  <andersca@codefactory.se>
+
+       * dbus/Makefile.am:
+       * dbus/dbus-break-loader.c:
+       * test/Makefile.am:
+       * test/break-loader.c:
+       Move dbus-break-loader to test/ and rename it to break-loader.
+
+2003-02-02  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-keyring.c, dbus/dbus-keyring.h: template files 
+       for code to manage cookies in your home directory
+
+       * dbus/dbus-sysdeps.c (_dbus_generate_random_bytes): new function
+
+       * dbus/dbus-auth.c (get_state): impose a maximum number of tries
+       to authenticate, then disconnect the client.
+
+2003-02-03  Alexander Larsson  <alexl@redhat.com>
+
+       * dbus/dbus-message.c (dbus_message_append_fields):
+       Correct docs.
+
+2003-02-02  Anders Carlsson  <andersca@codefactory.se>
+
+       * doc/dbus-specification.sgml:
+       Update address format section.
+       
+2003-02-02  Anders Carlsson  <andersca@codefactory.se>
+
+       * test/Makefile.am:
+       * test/bus-test.c: (get_time), (add_timeout), (remove_timeout),
+       (message_handler), (new_connection_callback), (loop_quit),
+       (loop_run), (main):
+       Add bus test.
+       
+2003-02-02  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/driver.c: (bus_driver_handle_service_exists):
+       Simplify the code a bit.
+       
+       * dbus/dbus-bus.c: (dbus_bus_service_exists):
+       Fix a silly. 
+       
+2003-02-02  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/Makefile.am:
+       Add libdbus-daemon.la and link to it.
+
+2003-02-01  James Willcox  <jwillcox@gnome.org>
+
+       * bus/driver.c: (bus_driver_handle_own_service):
+       Actually include the service reply code in the message.
+
+2003-02-02  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/driver.c: (bus_driver_handle_service_exists):
+       Don't unref the incoming message.
+       
+2003-02-02  Anders Carlsson  <andersca@codefactory.se>
+
+       * dbus/dbus.h: Add dbus-address.h and dbus-bus.h
+
+2003-02-02  Anders Carlsson  <andersca@codefactory.se>
+
+       * dbus/dbus-server.c: (dbus_server_listen):
+       * dbus/dbus-transport.c: (_dbus_transport_open):
+       ifdef out the calls to the debug transport and server.
+       
+2003-02-02  Alexander Larsson  <alexl@redhat.com>
+
+       * dbus/dbus-watch.c (dbus_watch_get_flags):
+       Add note in the docs that ERROR or HANGUP won't be returned
+       and are assumed always on.
+
+       * glib/dbus-gmain.c (add_watch):
+       Always add IO_ERR | IO_HUP
+
+       * dbus/dbus-message.h:
+       Add semicolon after dbus_message_iter_get_string_array().
+       Makes qt code build again
+
+2003-02-01  Anders Carlsson  <andersca@codefactory.se>
+
+       * bus/driver.c: (create_unique_client_name),
+       (bus_driver_handle_hello):
+       Don't take a name, just use a numeric id to identify
+       each client.
+       
+       * dbus/Makefile.am:
+       * dbus/dbus-bus.c: (dbus_bus_register_client),
+       (dbus_bus_acquire_service), (dbus_bus_service_exists):
+       * dbus/dbus-bus.h:
+       Add new convenience functions for communicating with the bus.
+       
+       * dbus/dbus-message.h:
+       
+       * dbus/dbus-protocol.h:
+       Fix a typo.
+       
+2003-02-01  Alexander Larsson  <alexl@redhat.com>
+
+       * dbus/dbus-message.c (dbus_message_append_fields):
+       Add some more doc comments.
+
+2003-02-01  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-break-loader.c (randomly_modify_length): change 
+       a 4-byte value in the message as if it were a length
+
+       * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): don't set
+       execute bit on saved files
+
+2003-02-01  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-break-loader.c (main): new program to find messages
+       that break the loader.
+
+       * dbus/dbus-sysdeps.c (_dbus_string_append_uint): new function
+       * dbus/dbus-sysdeps.c (_dbus_string_save_to_file): new function
+
+       * dbus/dbus-string.c (_dbus_string_set_byte): new
+       
+2003-01-31  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-message.c: refactor the test code to be more general, 
+       in preparation for writing a "randomly permute test cases to 
+       try to break the loader" program.
+
+2003-01-31  Havoc Pennington  <hp@pobox.com>
+       
+       * doc/dbus-specification.sgml: work on the specification
+
+       * dbus/dbus-message.c (_dbus_message_loader_return_buffer): check 
+       the protocol version of the message.
+
+       * dbus/dbus-protocol.h: drop special _REPLY names, the spec 
+       no longer specifies that.
+       (DBUS_SERVICE_REPLY_SERVICE_EXISTS): fix flags (1/2/4/8 not 
+       1/2/3/4)
+
+       * dbus/dbus-marshal.c (_dbus_marshal_get_arg_end_pos): add missing
+       "break" for DBUS_TYPE_NIL, remove @todo
+
+2003-01-31  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-message.c (dbus_message_set_is_error_reply): rename 
+       just set_is_error/get_is_error as this is a commonly-used
+       function, and write docs.
+
+2003-01-31  Anders Carlsson  <andersca@codefactory.se>
+
+       * dbus/dbus-address.c: (dbus_address_entry_free):
+       Free key and value lists.
+       
+       * dbus/dbus-internals.c: (_dbus_type_to_string):
+       Add the types we didn't have.
+       
+       * dbus/dbus-marshal.c: (_dbus_marshal_get_arg_end_pos),
+       (_dbus_marshal_validate_arg):
+       Add NIL types.
+       
+       * dbus/dbus-message.c: (dbus_message_set_sender):
+       Remove todo about being able to set sender to NULL.
+       
+       (dbus_message_set_is_error_reply),
+       (dbus_message_get_is_error_reply):
+       * dbus/dbus-message.h:
+       New functions.
+       
+       * dbus/dbus-protocol.h:
+       Add error reply flag.
+       
+       * test/data/valid-messages/opposite-endian.message:
+       Add NIL type to test.
+       
+2003-01-31  Havoc Pennington  <hp@pobox.com>
+
+       * doc/dbus-specification.sgml: fully specify the header.  Add
+       flags and major protocol version, and change header/body len to
+       unsigned.
+
+       * dbus/dbus-message-builder.c (append_saved_length): append length
+       as uint32
+
+       * dbus/dbus-message.c (dbus_message_create_header): change header
+       length and body length to unsigned. Add the new fields from the
+       spec
+       (_dbus_message_loader_return_buffer): unsigned header/body len
+
+2003-01-30  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-auth.c: rework to use only REJECTED, no 
+       MECHANISMS
+
+       * doc/dbus-sasl-profile.txt: drop MECHANISMS and just 
+       use REJECTED, suggested by Mark McLoughlin
+
+2003-01-30  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-server.c (dbus_server_listen): @todo about how we need
+       a better way to report errors here. e.g.  "unix address lacks
+       path" or something. also "no such file" when the path doesn't
+       exist, etc.
+
+       * dbus/dbus-address.c (dbus_address_entries_free): add @todo about
+       leaking list nodes
+       (dbus_parse_address): add @todo about documenting address format, 
+       and allowing , and ; to be escaped
+
+2003-01-30  Anders Carlsson  <andersca@codefactory.se>
+
+       * dbus/Makefile.am:
+       Add dbus-address.[ch]
+       
+       * dbus/dbus-address.c: (dbus_address_entry_free),
+       (dbus_address_entries_free), (create_entry),
+       (dbus_address_entry_get_method), (dbus_address_entry_get_value),
+       (dbus_parse_address), (_dbus_address_test):
+       * dbus/dbus-address.h:
+       New files for dealing with address parsing.
+       
+       * dbus/dbus-connection.c:
+       Document timeout functions.
+       
+       * dbus/dbus-message.c:
+       Document dbus_message_new_from_message.
+       
+       * dbus/dbus-server-debug.c:
+       Document.
+       
+       * dbus/dbus-server.c: (dbus_server_listen):
+       Parse address and use correct server implementation.
+       
+       * dbus/dbus-string.c: (_dbus_string_find_to), (_dbus_string_test):
+       * dbus/dbus-string.h:
+       New function with test.
+       
+       * dbus/dbus-test.c: (dbus_internal_symbol_do_not_use_run_tests):
+       * dbus/dbus-test.h:
+       Add address tests.
+       
+       * dbus/dbus-transport-debug.c:
+       Document.
+       
+       * dbus/dbus-transport.c: (_dbus_transport_open):
+       Parse address and use correct transport implementation. 
+
+2003-01-30  Havoc Pennington  <hp@pobox.com>
+
+       * dbus/dbus-message.c: use message->byte_order instead of 
+       DBUS_COMPILER_BYTE_ORDER throughout.
+       (dbus_message_create_header): pad header to align the 
+       start of the body of the message to 8-byte boundary
+
+       * dbus/dbus-marshal.h: make all the demarshalers take const 
+       DBusString arguments.
+
+       * dbus/dbus-message.c (_dbus_message_loader_return_buffer):
+       validate message args here, so we don't have to do slow validation
+       later, and so we catch bad messages as they are incoming. Also add
+       better checks on header_len and body_len. Also fill in
+       message->byte_order
+
+       * dbus/dbus-string.c (_dbus_string_validate_utf8): new (not
+       implemented properly)
+       (_dbus_string_validate_nul): new function to check all-nul
+
+       * dbus/dbus-marshal.c (_dbus_marshal_get_field_end_pos): rename 
+       get_arg_end_pos and remove all validation
+       (_dbus_marshal_validate_arg): actually do validation here.
+
 2003-01-29  Havoc Pennington  <hp@pobox.com>
 
        * dbus/dbus-message.c (check_message_handling): fix assertion