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