summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2004-05-27 Seth Nickell <seth@gnome.org>Seth Nickell2004-05-283-2/+14
| | | | | | | | * python/dbus.py: * python/dbus_bindings.pyx.in: Fix failure to notify that a signal was not handled, resulted in hung functions.
* monitor all types of messagesColin Walters2004-05-252-1/+32
|
* Added UnregisterObject method.Owen Fraser-Green2004-05-233-6/+49
|
* Patch from Timo Teräs <ext-timo.teras@nokia.com> (#614):Kristian Høgsberg2004-05-232-6/+11
| | | | | | * dbus/dbus-message.c (dbus_message_iter_get_args_valist): Swap operands to && so we call dbus_message_iter_next () for the last argument also.
* 2004-05-21 Olivier Andrieu <oliv__a@users.sourceforge.net>Olivier Andrieu2004-05-213-7/+71
| | | | | | | | | | * dbus/dbus-object-tree.c (_dbus_object_tree_list_registered_unlock, lookup_subtree): return children even if the requested path isn't registered. (object_tree_test_iteration): test object_tree_list_registered. * configure.in: undefine HAVE_ABSTRACT_SOCKETS instead of defining it to 0.
* * doc/TODO: Remove resolved items.Kristian Høgsberg2004-05-205-13/+19
| | | | | | | | * bus/expirelist.h (struct BusExpireList): remove unused n_items field. * bus/connection.c (bus_connections_expect_reply): Enforce the per-connection limit on pending replies.
* Patch from Jon Trowbridge <trow@ximian.com>:Kristian Høgsberg2004-05-203-11/+130
| | | | | | | | | | | | | * bus/main.c (setup_reload_pipe): Added. Creates a pipe and sets up a watch that triggers a config reload when one end of the pipe becomes readable. (signal_handler): Instead of doing the config reload in our SIGHUP handler, just write to the reload pipe and let the associated watch handle the reload when control returns to the main loop. * bus/driver.c (bus_driver_handle_reload_config): Added. Implements a ReloadConfig method for requesting a configuration file reload via the bus driver.
* - Perhaps the auth protocol should be able to negotiate a protocolHavoc Pennington2004-05-201-0/+7
| | | | | | | version to the least-common-denominator between client and server? Though in practice ever using this feature would be pretty tough, since protocol probably modifies the API. But we could have it there as a safety net.
* Updated release instructions.Owen Fraser-Green2004-05-192-2/+13
|
* Shhh...Owen Fraser-Green2004-05-181-0/+3
|
* * dbus/dbus-auth.c (client_try_next_mechanism): Remove logic toKristian Høgsberg2004-05-176-71/+103
| | | | | | | | | | | | | | | | | | | | | | | | filter against auth->allowed_mechs; we only add allowed mechs in record_mechanisms(). * dbus/dbus-auth-script.c (_dbus_auth_script_run): Add an ALLOWED_MECHS to auth-script format so we can set the list of allowed mechanisms. * data/auth/client-out-of-mechanisms.auth-script: New test to check client disconnects when it is out of mechanisms to try. * dbus/dbus-auth.c (process_command): Remove check for lines longer that 1 MB; we only buffer up maximum 16 kB. * dbus/dbus-transport.c, dbus/dbus-transport-unix.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c, dbus/dbus-auth.h: Remove auth state AUTHENTICATED_WITH_UNUSED_BYTES, instead always assume there might be unused bytes. * dbus/dbus-auth.c (_dbus_auth_do_work): Remove check for client-out-of-mechs, it is handled in process_reject(). Move check for max failures to send_rejected(), as it's a server-only thing.
* 2004-05-18 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg2004-05-172-131/+157
| | | | | | * dbus/dbus-auth.c: Factor out protocol reply code into functions send_auth(), send_data(), send_rejected(), send_error(), send_ok(), send_begin() and send_cancel().
* 2004-05-17 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg2004-05-1720-580/+156
| | | | | | | | | | | | | | | | | | Remove base64 encoding, replace with hex encoding. Original patch from trow@ximian.com, added error handling. * dbus/dbus-string.c (_dbus_string_base64_encode) (_dbus_string_base64_decode): Remove. (_dbus_string_hex_decode): Add end_return argument so we can distinguish between OOM and invalid hex encoding. (_dbus_string_test): Remove base64 tests and add test case for invalid hex. * dbus/dbus-keyring.c, dbus/dbus-auth-script.c, dbus/dbus-auth.c: Replace base64 with hex. * test/data/auth/invalid-hex-encoding.auth-script: New test case for invalid hex encoded data in auth protocol.
* 2004-05-17 Olivier Andrieu <oliv__a@users.sourceforge.net>Olivier Andrieu2004-05-172-1/+5
| | | | | * dbus/dbus-connection.c (check_for_reply_unlocked): plug a memory leak.
* Shhh...Owen Fraser-Green2004-05-151-12/+2
|
* Various mono related changes to facilitate GAC support.Owen Fraser-Green2004-05-159-34/+104
|
* Fixed another typo! Grrrr...Owen Fraser-Green2004-05-151-2/+2
|
* Fixed typeoOwen Fraser-Green2004-05-151-2/+2
|
* Added mono documentation.Owen Fraser-Green2004-05-1539-0/+4168
|
* Added documentation directoryOwen Fraser-Green2004-05-151-0/+2
|
* create a process for committing patches that doesn't bottleneck on HavocHavoc Pennington2004-05-111-0/+35
|
* * updated the invalid test cases to include theJohn (J5) Palmieri2004-05-1116-2/+67
| | | | | | missing PATH header field which is required * updated the spec documentation to indicate that INTERFACE, MEMBER, and PATH are all required fields
* * Fixed python bindings by defining all need parameter and variable typesJohn (J5) Palmieri2004-05-102-64/+135
|
* mention removing version number from daemon nameHavoc Pennington2004-05-071-1/+3
|
* Modified version of the patch by Jeff Snyder jeff at caffeinated.me.ukZack Rusin2004-05-041-2/+4
| | | | Thanks
* small compile fixHarald Fernengel2004-05-031-0/+2
|
* Removed test-dbus-sharp.exe from all target.Owen Fraser-Green2004-05-022-1/+5
|
* Handle empty iterators properly!Owen Fraser-Green2004-05-013-9/+9
|
* Handle empty iterators.Owen Fraser-Green2004-05-014-32/+45
|
* The Requires field didn't really work out.Owen Fraser-Green2004-04-301-1/+0
|
* Modified dbus-sharp.pc to include Libs and Requires fieldOwen Fraser-Green2004-04-302-2/+8
|
* Committing Haralds stuff together with some of my backlog for connection.Zack Rusin2004-04-272-19/+53
|
* 2004-04-25 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg2004-04-255-9/+15
| | | | | * test/data/valid-messages/standard-*.message: Update message test scripts to new header field names.
* * Fixed buffer overflow cause by not incrementingJohn (J5) Palmieri2004-04-232-3/+11
| | | | | the times_we_did_each_thing counter array to reflect the number of random mutation functions we have.
* * rename HEADER_FIELD_SERVICE -> HEADER_FIELD_DESTINATIONJohn (J5) Palmieri2004-04-227-26/+41
| | | | | and HEADER_FIELD_SENDER_SERVICE -> HEADER_FIELD_SENDER for both dbus-protocol.h and in the spec
* 2004-04-21 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg2004-04-216-6/+59
| | | | | | | | | | * dbus/dbus-server-unix.c (unix_finalize): Don't unref unix_server->watch here, it is unreffed in disconnect. (_dbus_server_new_for_tcp_socket): convert NULL host to "localhost" here so we don't append NULL to address. * dbus/dbus-server.c (_dbus_server_test): Add test case for various addresses, including tcp with no explicit host.
* * dbus/dbus-message.c (decode_header_data, decode_string_field):Olivier Andrieu2004-04-214-6/+21
| | | | | | | | | | | | fix incorrect setting of .name_offset in the HeaderField (it was off by two bytes, positioned right after the name and typecode) * bus/bus.c (bus_context_new, bus_context_unref): test before calling dbus_server_free_data_slot and _dbus_user_database_unref in case of an error. * tools/Makefile.am: add $(DBUS_GLIB_TOOL_LIBS), xml libs needed by libdbus-gtool.
* 2004-04-19 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg2004-04-193-74/+27
| | | | | * dbus/dbus-transport-unix.c (unix_do_iteration): Rewrite to use _dbus_poll() instead of select().
* 2004-04-15 Jon Trowbridge <trow@ximian.com>Jon Trowbridge2004-04-164-114/+283
| | | | | | | | | | | | | | | | | | | | | | | | | | * bus/main.c (signal_handler): Reload the configuration files on SIGHUP. (main): Set up our SIGHUP handler. * bus/bus.c (struct BusContext): Store the config file, user and fork flag in the BusContext. (process_config_first_time_only): Added. Contains the code (previously in bus_context_new) for setting up the BusContext from the BusConfigParser that should only be run the first time the config files are read. (process_config_every_time): Added. Contains the code (previously in bus_context_new) for setting up the BusContext from the BusConfigParser that should be run every time the config files are read. (load_config): Added. Builds a BusConfigParser from the config files and passes the resulting structure off to process_config_first_time_only (assuming this is the first time) and process_config_every_time. (bus_context_new): All of the config-related code has been moved to process_config_first_time_only and process_config_every_time. Now this function just does the non-config-related initializations and calls load_config. (bus_context_reload_config): Added.
* 2004-04-15 Olivier Andrieu <oliv__a@users.sourceforge.net>Olivier Andrieu2004-04-157-5/+211
| | | | | | | | | | | | | | * bus/driver.c (bus_driver_handle_get_service_owner): implement a GetServiceOwner method. * doc/dbus-specification.xml: document it. * dbus/dbus-errors.h: add a 'ServiceHasNoOwner' error. * glib/dbus-gproxy.c (dbus_gproxy_new_for_service_owner): implement, using the bus GetServiceOwner method. * test/glib/test-dbus-glib.c: use dbus_gproxy_new_for_service_owner so that we can receive the signal.
* 2004-04-14 Olivier Andrieu <oliv__a@users.sourceforge.net>Olivier Andrieu2004-04-132-0/+14
| | | | | * test/glib/test-dbus-glib.c (timed_exit): fail the test after a few seconds.
* 2004-04-13 Michael Meeks <michael@ximian.com>Michael Meeks2004-04-132-41/+86
| | | | | | * glib/dbus-gobject.c (handle_introspect): split out (introspect_properties): this. (handle_introspect): implement this.
* 2004-04-13 Michael Meeks <michael@ximian.com>Michael Meeks2004-04-133-1/+16
| | | | | | | * test/glib/Makefile.am: use the absolute path so the bus daemon's chdir ("/") doesn't kill us dead. * configure.in: subst ABSOLUTE_TOP_BUILDDIR
* 2004-04-12 Jon Trowbridge <trow@ximian.com>Jon Trowbridge2004-04-137-9/+90
| | | | | | | | | | | | | | | * bus/config-parser.c (struct BusConfigParser): Added included_files field. (seen_include): Added. Checks whether or not a file has already been included by any parent BusConfigParser. (bus_config_parser_new): Copy the parent's included_files. (include_file): Track which files have been included, and fail on circular inclusions. (process_test_valid_subdir): Changed printf to report if we are testing valid or invalid conf files. (all_are_equiv): Changed printf to be a bit clearer about what we are actually doing. (bus_config_parser_test): Test invalid configuration files.
* 2004-04-09 Jon Trowbridge <trow@ximian.com>Jon Trowbridge2004-04-0912-58/+533
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * bus/config-parser.c (bus_config_parser_new): Added a 'parent' argument. If non-null, the newly-constructed BusConfigParser will be initialized with the parent's BusLimits instead of the default values. (include_file): When including a config file, pass in the current parser as the parent and then copy the BusLimits from the included BusConfigParser pack to the current parser. (process_test_valid_subdir): Renamed from process_test_subdir. (process_test_equiv_subdir): Added. Walks through a directory, descending into each subdirectory and loading the config files it finds there. If any subdirectory contains two config files that don't produce identical BusConfigParser structs, fail. For now, the BusConfigParser's BusPolicies are not compared. (bus_config_parser_test): Call both process_test_valid_subdir and process_test_equiv_subdir. * bus/config-loader-libxml.c (bus_config_load): Take a parent argument and pass it along to the call to bus_config_parser_new. Also made a few small changes to allow this code to compile. * bus/config-loader-expat.c (bus_config_load): Take a parent argument and pass it along to the call to bus_config_parser_new. * bus/bus.c (bus_context_new): Load the config file with a NULL parent argument.
* Made proxy DLL names uniqueOwen Fraser-Green2004-04-033-9/+10
|
* hushMichael Meeks2004-03-291-0/+1
|
* 2004-03-29 Michael Meeks <michael@ximian.com>Michael Meeks2004-03-295-180/+153
| | | | | | | | | | | * glib/dbus-gobject.c (set_object_property): split out / re-work, use the property type, and not the message type(!) (get_object_property): ditto. * glib/dbus-gvalue.c (dbus_gvalue_demarshal), (dbus_gvalue_marshal): make this code re-usable, needed for signals too, also on both proxy and server side. Re-write for more efficiency / readability.
* 2004-03-29 Michael Meeks <michael@ximian.com>Michael Meeks2004-03-295-3/+55
| | | | | | | | | | * dbus/dbus-message.c (dbus_message_new_error_printf): impl. * dbus/dbus-connection.c (dbus_connection_unregister_object_path): fix warning. * configure.in: fix no-mono-installed situation.
* hush.Michael Meeks2004-03-294-0/+16
|