2007-07-30 Havoc Pennington <hp@redhat.com>
[platform/upstream/dbus.git] / ChangeLog
1 2007-07-30  Havoc Pennington  <hp@redhat.com>
2
3         * bus/activation-helper.c (check_bus_name): don't use
4         _dbus_check_valid_bus_name() which is only around with
5         --enable-checks, instead use _dbus_validate_bus_name().
6         Bug #11766 from Diego <diego@pemas.net>
7
8 2007-07-27  Havoc Pennington  <hp@redhat.com>
9
10         * configure.in: post-release version bump
11
12 2007-07-27  Havoc Pennington  <hp@redhat.com>
13
14         * release 1.1.2
15
16 2007-07-26  Havoc Pennington  <hp@redhat.com>
17
18         * bus/config-parser-trivial.c (check_return_values): disable a
19         test that hardcoded the bus user's name
20
21         * bus/dispatch.c (bus_dispatch_test_conf): remove the "if
22         (!use_launcher)" around the tests, they were only failing because
23         we didn't pass through all the expected errors from the helper.
24
25         * bus/activation-exit-codes.h
26         (BUS_SPAWN_EXIT_CODE_CHILD_SIGNALED): add a code for child segfaulting
27         (BUS_SPAWN_EXIT_CODE_GENERIC_FAILURE): make "1" be a generic
28         failure code, so if a third party launch helper were written it
29         could just always return 1 on failure.
30         
31 2007-07-24  Daniel P. Berrange <dan@berrange.com>
32
33         * bus/dbus-daemon.1: Add docs on new syntax options for the bus
34         address strings
35
36         * dbus/dbus-address.c: Allow * in addresses (for binding to all
37         addresses).
38
39         * dbus/dbus-sysdeps.h:
40         * dbus/dbus-sysdeps-unix.c: Re-write to use getaddrinfo instead
41         of gethostbyname to enable protocol independant name lookup,
42         making IPv6 work
43
44         * dbus/dbus-server-socket.h:
45         * dbus/dbus-server-socket.c: Add support for 'family' in the
46         address string to specify ipv4 vs ipv6. Use a port string to
47         allow for service resolution. Allow for binding to multiple
48         sockets at once in case of dual IPv4 & IPv6 stacks.
49
50         * dbus/dbus-server-unix.c: Pass in an array of file descriptors
51         instead of a single one.
52
53         * dbus/dbus-transport-socket.h:
54         * dbus/dbus-transport-socket.c: Add support for 'family' in the
55         address string to specify ipv4 vs ipv6. Use a port string to
56         allow for service resolution.
57
58 2007-07-24  Havoc Pennington  <hp@redhat.com>
59
60         * configure.in: add AM_PROG_CC_C_O to allow per-target CPPFLAGS
61
62         * bus/dispatch.c (bus_dispatch_test_conf): Fix up setting
63         TEST_LAUNCH_HELPER_CONFIG to include the full path, and enable
64         test shell_fail_service_auto_start when use_launcher==TRUE
65
66         * bus/activation-helper-bin.c (convert_error_to_exit_code): pass
67         through the INVALID_ARGS error so the test suite works
68
69         * bus/activation.c (handle_activation_exit_error): return
70         DBUS_ERROR_NO_MEMORY if we get BUS_SPAWN_EXIT_CODE_NO_MEMORY
71
72         * dbus/dbus-spawn.c (_dbus_babysitter_get_child_exit_status):
73         return only the exit code of the child, not the entire thingy from 
74         waitpid(), and make the return value indicate whether the child 
75         exited normally (with a status code)
76
77         * bus/bus.c (process_config_first_time_only): _dbus_strdup works
78         on NULL so no need to check
79         (process_config_every_time): move servicehelper init here, so we
80         reload it on HUP or config file change
81
82         * bus/Makefile.am (install-data-hook): remove comment because
83         Emacs make mode seems to be grumpy about it
84
85 2007-07-24  Richard Hughes  <richard@hughsie.com>
86
87         * bus/Makefile.am:
88         * bus/test-system.c: (die), (check_memleaks), (test_pre_hook),
89         (test_post_hook), (main):
90         Add back the test-system.c file - not sure now this got ignored in the
91         diff. I blame git.
92
93 2007-07-24  Richard Hughes  <richard@hughsie.com>
94
95         * configure.in:
96         Use ustar to generate the tarball; this fixes the make distcheck
97         problem when the data files do not fit in the archive:
98         tar: dbus-1.1.2/test/data/valid-service-files/org.freedesktop.DBus.
99         TestSuiteShellEchoServiceFail.service.in: file name is too
100         long (max 99); not dumped
101
102         We have to have the 'long' names as the service helper matches by
103         filename rather than by the name in the service file.
104
105 2007-07-24  Richard Hughes  <richard@hughsie.com>
106
107         * configure.in:
108         * test/Makefile.am:
109         * test/data/invalid-service-files-system/org.freedesktop.DBus.TestS
110         uiteNoExec.service.in:
111         * test/data/invalid-service-files-system/org.freedesktop.DBus.TestS
112         uiteNoService.service.in:
113         * test/data/invalid-service-files-system/org.freedesktop.DBus.TestS
114         uiteNoUser.service.in:
115         * test/data/valid-config-files-system/debug-allow-all-fail.conf.in:
116         * test/data/valid-config-files-system/debug-allow-all-pass.conf.in:
117         * test/data/valid-config-files/debug-allow-all-sha1.conf.in:
118         * test/data/valid-config-files/debug-allow-all.conf.in:
119         * test/data/valid-service-files-system/org.freedesktop.DBus.TestSui
120         teEchoService.service.in:
121         * test/data/valid-service-files-system/org.freedesktop.DBus.TestSui
122         teSegfaultService.service.in:
123         * test/data/valid-service-files-system/org.freedesktop.DBus.TestSui
124         teShellEchoServiceFail.service.in:
125         * test/data/valid-service-files-system/org.freedesktop.DBus.TestSui
126         teShellEchoServiceSuccess.service.in:
127         * test/data/valid-service-files/debug-echo.service.in:
128         * test/data/valid-service-files/debug-segfault.service.in:
129         * test/data/valid-service-files/debug-shell-echo-fail.service.in:
130         * test/data/valid-service-files/debug-shell-echo-success.service.in:
131         * test/data/valid-service-files/org.freedesktop.DBus.TestSuiteEchoS
132         ervice.service.in:
133         * test/data/valid-service-files/org.freedesktop.DBus.TestSuiteSegfa
134         ultService.service.in:
135         * test/data/valid-service-files/org.freedesktop.DBus.TestSuiteShell
136         EchoServiceFail.service.in:
137         * test/data/valid-service-files/org.freedesktop.DBus.TestSuiteShell
138         EchoServiceSuccess.service.in:
139         Add the data files needed by the system activation unit checks.
140
141 2007-07-24  Richard Hughes  <richard@hughsie.com>
142
143         * bus/dispatch.c: (check_segfault_service_no_auto_start),
144         (check_launch_service_file_missing),
145         (check_launch_service_user_missing),
146         (check_launch_service_exec_missing),
147         (check_launch_service_service_missing), (bus_dispatch_test_conf),
148         (bus_dispatch_test_conf_fail), (bus_dispatch_test):
149         Add unit tests for system activation. Most are copied from the
150         session activation tests, but some didn't apply when using a laucher.
151
152 2007-07-24  Richard Hughes  <richard@hughsie.com>
153
154         * bus/activation.c: (bus_activation_activate_service):
155         If the bus uses a service-laucher, then use the setuid laucher.
156
157 2007-07-24  Richard Hughes  <richard@hughsie.com>
158
159         * configure.in:
160         Add the needed library exports for the new laucher.
161
162 2007-07-24  Richard Hughes  <richard@hughsie.com>
163
164         * configure.in:
165         Check for -Wl,--gc-sections so we can really reduce the size of the
166         setuid binary.
167
168 2007-07-24  Richard Hughes  <richard@hughsie.com>
169
170         * bus/activation.c: (handle_activation_exit_error),
171         (babysitter_watch_callback):
172         Map the child exit status integer to a proper dbus error.
173
174 2007-07-24  Richard Hughes  <richard@hughsie.com>
175
176         * bus/bus.c: (process_config_first_time_only),
177         (process_config_every_time), (bus_context_unref),
178         (bus_context_get_servicehelper):
179         * bus/bus.h:
180         Add the concept of a service-helper and allow it's value to be read.
181
182 2007-07-24  Richard Hughes  <richard@hughsie.com>
183
184         * bus/activation.c: (bus_activation_entry_unref),
185         (update_desktop_file_entry):
186         Add the concept of, and read the value of user from the desktop file.
187         The user string is not required unless we are using system activation.
188
189 2007-07-24  Richard Hughes  <richard@hughsie.com>
190
191         * bus/activation.c:
192         * bus/desktop-file.h:
193         Move the defines into the header file, as we use these in the lauch
194         helper as well as the desktop file parsing.
195
196 2007-07-24  Richard Hughes  <richard@hughsie.com>
197
198         * bus/.cvsignore:
199         Add the autogenerated binary files.
200
201 2007-07-24  Richard Hughes  <richard@hughsie.com>
202
203         * bus/Makefile.am:
204         * bus/test.h:
205         Add the build glue for the lauch helper, and also add the launch-helper
206         OOM checks into make check. I've probably broken the build, give me 2.
207
208 2007-07-24  Richard Hughes  <richard@hughsie.com>
209
210         * bus/test-launch-helper.c: (die), (check_memleaks),
211         (test_post_hook), (bus_activation_helper_oom_test), (main):
212         Add a test wrapper to allow OOM checks on the launch helper.
213
214 2007-07-24  Richard Hughes  <richard@hughsie.com>
215
216         * bus/activation-helper-bin.c: (convert_error_to_exit_code),
217         (main):
218         * bus/activation-helper.c: (desktop_file_for_name),
219         (clear_environment), (check_permissions), (check_service_name),
220         (get_parameters_for_service), (switch_user),
221         (exec_for_correct_user), (check_bus_name), (get_correct_parser),
222         (launch_bus_name), (check_dbus_user), (run_launch_helper):
223         * bus/activation-helper.h:
224         Add the initial launch-helper. This is split into a main section and a
225         binary loader that allows us to lauch the main section in another test
226         harness to do stuff like OOM testing. No build glue yet.
227
228 2007-07-24  Richard Hughes  <richard@hughsie.com>
229
230         * bus/Makefile.am:
231         * bus/config-parser.c: (bus_config_parser_unref),
232         (start_busconfig_child), (bus_config_parser_end_element),
233         (servicehelper_path), (bus_config_parser_content),
234         (bus_config_parser_finished),
235         (bus_config_parser_get_servicehelper),
236         (test_default_session_servicedirs),
237         (test_default_system_servicedirs), (bus_config_parser_test):
238         * bus/config-parser.h:
239         Make the config-parser code use the common config code.
240         Also add the session and systemdirs stuff, and make the config parser
241         aware of the servicehelper field.
242
243 2007-07-24  Richard Hughes  <richard@hughsie.com>
244
245         * bus/system.conf.in:
246         Add new servicehelper fields to the default system.conf file.
247
248 2007-07-24  Richard Hughes  <richard@hughsie.com>
249
250         * bus/config-parser-trivial.c: (service_dirs_find_dir),
251         (service_dirs_append_link_unique_or_free), (bus_config_parser_new),
252         (bus_config_parser_unref), (bus_config_parser_start_element),
253         (bus_config_parser_end_element), (bus_config_parser_content),
254         (bus_config_parser_finished), (bus_config_parser_get_user),
255         (bus_config_parser_get_type), (bus_config_parser_get_service_dirs),
256         (check_return_values), (do_load), (check_loader_oom_func),
257         (process_test_valid_subdir), (make_full_path), (check_file_valid),
258         (bus_config_parser_trivial_test):
259         * bus/config-parser-trivial.h:
260         Add a security sensitive stripped down config parser for the setuid
261         launcher. This file only reads what it needs, and doesn't try to do
262         anything remotely clever like including external files.
263         It is not intended to validate the config file; it is expected that
264         config-parser will do that before the setuid program tries to read it.
265
266 2007-07-24  Richard Hughes  <richard@hughsie.com>
267
268         * bus/config-parser-common.c:
269         (bus_config_parser_element_name_to_type),
270         (bus_config_parser_element_type_to_name):
271         * bus/config-parser-common.h:
272         We don't want to run the whole config parser with all it's deps in the
273         setuid program. We need to implement a stripped down config parser just
274         for the launcher, and to do so I need some common functions and
275         defines; add them here.
276
277 2007-07-24  Richard Hughes  <richard@hughsie.com>
278
279         * dbus/dbus-sysdeps-unix.c:
280         (_dbus_get_standard_system_servicedirs):
281         * dbus/dbus-sysdeps-win.c:
282         Provide a way to get the standard system servicedirs, just like we do
283         for the session service dirs. These should be seporate, as there may
284         be a security issue starting up some session stuff as root.
285         The use-case for the same binary starting up per-system _and_
286         per-session is also not valid.
287
288 2007-07-24  Richard Hughes  <richard@hughsie.com>
289
290         * bus/dbus-daemon.1.in:
291         Add standard_system_servicedirs and servicehelper into the man file
292         and explain what each does.
293
294 2007-07-24  Richard Hughes  <richard@hughsie.com>
295
296         * doc/busconfig.dtd:
297         Add servicehelper into the dtd, it will soon be a valid part of the
298         config file.
299
300 2007-07-24  Richard Hughes  <richard@hughsie.com>
301
302         * dbus/dbus-spawn.c: (read_data),
303         (_dbus_babysitter_get_child_exit_status):
304         * dbus/dbus-spawn.h:
305         Add a function so we can get access to the exit status of the launch
306         helper.
307         By providing the return code and not the error we can leave the
308         'what does this mean?' to the bus launch code and not include it in the
309         dbus directory.
310
311 2007-07-24  Richard Hughes  <richard@hughsie.com>
312
313         * bus/activation-exit-codes.h:
314         Add defines which specify the output codes of the launch helper.
315         We have to use exit codes as this is the only way we can return failure
316         type without going grotty things like redirecting possibly-nonsecure
317         stderr into the error.
318
319 2007-07-24  Richard Hughes  <richard@hughsie.com>
320
321         * dbus/dbus-protocol.h:
322         Add new error names needed for the launch helper.
323
324 2007-07-24  Richard Hughes  <richard@hughsie.com>
325
326         * dbus/dbus-sysdeps.c: (_dbus_clearenv):
327         * dbus/dbus-sysdeps.h:
328         Add a wrapper for clearenv.
329
330 2007-07-24  Richard Hughes  <richard@hughsie.com>
331
332         * doc/system-activation.txt:
333         Add design document for the system activation parts. I'll shortly be
334         committing many patches that add system activation using a setuid
335         launcher into CVS, so expect things to be broken for a few hours.
336
337 2007-07-19  Ralf Habacker  <ralf.habacker@freenet.de>
338
339         * cmake/modules/FindKDEWIN.cmake: fixed comment
340         * cmake/modules/FindKDEWIN32.cmake: removed obsolate cmake module
341
342 2007-07-18  Havoc Pennington  <hp@redhat.com>
343
344         * dbus/dbus-message.c (dbus_message_get_cached)
345         (dbus_message_cache_or_finalize): don't mess with message from
346         message cache outside of the cache lock. Bug #9164 from Jonathan
347         Matthew.
348
349 2007-07-13  Havoc Pennington  <hp@redhat.com>
350
351         * Add indent-tabs-mode: nil to all file headers.
352
353 2007-07-12  Havoc Pennington  <hp@redhat.com>
354
355         * dbus/dbus-sysdeps-util.c (_dbus_sysdeps_test): invert the test
356         for parsing hex as double to be sure it fails to work
357
358         * dbus/dbus-sysdeps.c (_dbus_string_parse_double): don't allow hex numbers.
359
360 2007-07-10  Havoc Pennington  <hp@redhat.com>
361
362         * dbus/dbus-connection.c (struct DBusConnection): Fix from Olivier
363         Hochreutiner to avoid trying to protect individual bits in a word
364         with different locks (make dispatch_acquired and io_path_acquired
365         dbus_bool_t rather than bitfields)
366
367 2007-07-09  Ralf Habacker  <ralf.habacker@freenet.de>
368
369         * dbus/dbus-sysdeps-win.c,dbus-sysdeps-win.h,dbus-sysdeps-win-util.c,
370         dbus-sysdeps-spawn-win.c: synced with windbus sources 
371
372 2007-07-07  Ralf Habacker  <ralf.habacker@freenet.de>
373
374         * dbus/dbus-sysdeps-win.c 
375                 (_dbus_getsid): remove unused jump label
376                 (_dbus_read_credentials_socket): _dbus_string_init could fail, 
377                 check initialisation
378                 (_dbus_get_working_dir, _dbus_init_working_dir): remove unused 
379                         functions
380
381 2007-07-04  Ralf Habacker  <ralf.habacker@freenet.de>
382
383         * cmake/modules/FindKDEWIN.cmake: search in <program files dir>\win32libs 
384         for windows supplementary packages too
385
386 2007-06-30  Ralf Habacker  <ralf.habacker@freenet.de>
387
388         * cmake/dbus/CMakeLists.txt: handle userdb as unix file
389
390 2007-06-30  Ralf Habacker  <ralf.habacker@freenet.de>
391
392         * dbus/dbus-sysdeps-win.c,dbus/dbus-sysdeps-win.h: removed obsolate 
393         DBusUserInfo code
394
395 2007-06-30  Ralf Habacker  <ralf.habacker@freenet.de>
396
397         * dbus/dbus-sysdeps-win.c (_dbus_daemon_init): reduced compiler warnings
398
399 2007-06-23  Ralf Habacker  <ralf.habacker@freenet.de>
400
401         * dbus/dbus-auth-script.c (_dbus_auth_script_run): added UNIX_ONLY and 
402         WIN_ONLY commands for auth scripts
403         * test/data/auth/external-root.auth-script: limit execution to unix
404
405 2007-06-21  Havoc Pennington  <hp@redhat.com>
406
407         * dbus/dbus-tranport.c (auth_via_default_rules): made the verbose spam
408         cross-platform
409
410 2007-06-21  Havoc Pennington  <hp@redhat.com>
411
412         * dbus/dbus-watch.c (dbus_watch_get_fd): 1) its behavior should
413         not be the same as before, the ABI has never been declared stable
414         on Windows and 2) do not commit to cross-platform files without
415         posting the exact patch to the mailing list
416         
417         * dbus/dbus-sysdeps-util.c (_dbus_sysdeps_test): as I have pointed
418         out before, either 0xff needs to work on both platforms, or none
419         of the dbus code can rely on it working. That means the options
420         are 1) audit the code for anywhere that relies on 0xff working, if
421         none found ideally add a test that it *doesn't* work and make unix
422         reject it explicitly, but in any case this test would go away or
423         2) make it work on Windows also, then we don't have to figure out 
424         whether we rely on it.
425
426         And in either case, post the exact patch to the mailing list and
427         don't just commit.
428
429 2007-06-21 Ralf Habacker  <ralf.habacker@freenet.de>
430
431         * cmake/CMakeLists.txt: added VERSION_PATCH to be able to 
432         distinguish win32 binary release from dbus versioning
433
434 2007-06-21 Ralf Habacker  <ralf.habacker@freenet.de>
435
436         * dbus/dbus-sysdeps-win.c: deleted local DBusCredentials structure
437             (_dbus_getsid): new function
438             (_dbus_read_credentials_socket): used correct function
439             (_dbus_append_user_from_current_process, 
440                 _dbus_credentials_add_from_current_process): added real 
441                     sid reading
442             (_dbus_credentials_parse_and_add_desired,_dbus_parse_uid): 
443                 deleted
444
445 2007-06-21 Ralf Habacker  <ralf.habacker@freenet.de>
446
447         * dbus/dbus-sysdeps-util.c (_dbus_sysdeps_test): don't check 
448         0xff as floating point, this isn't supported on win32 math 
449         implementation
450
451 2007-06-21 Ralf Habacker  <ralf.habacker@freenet.de>
452
453         * dbus/dbus-sysdeps-win.c (_dbus_homedir_from_username, 
454         _dbus_homedir_from_current_process, _dbus_append_desired_identity): 
455         removed obsolate functions
456
457 2007-06-21 Ralf Habacker  <ralf.habacker@freenet.de>
458
459         * dbus/dbus-sysdeps-win.c, dbus/dbus-sysdeps-util-win.c, 
460         dbus/dbus-sysdeps-win.h: disabled uid/sid conversation stuff
461         implementation by Peter Kuemmel 
462
463 2007-06-21  Ralf Habacker  <ralf.habacker@freenet.de>
464
465         * dbus/dbus-watch.c (dbus_watch_get_fd): this function is 
466         deprecated and its behavior should be as before until all 
467         client code is migrated. 
468
469 2007-06-19  Ralf Habacker  <ralf.habacker@freenet.de>
470
471         * dbus/dbus-sysdeps-util-win.c, tools/dbus-launch-win.c: 
472         msvc7.1 fixes by Jaroslaw Staniek tested with mingw 
473
474 2007-06-19  Ralf Habacker  <ralf.habacker@freenet.de>
475
476         * dbus/dbus-sysdeps-win.c, dbus/dbus-sysdeps-spawn-win.c, 
477         dbus/dbus-sysdeps-win.h: disabled DBusSocket implementation
478         by Peter Kuemmel 
479
480 2007-06-18  Ralf Habacker  <ralf.habacker@freenet.de>
481
482         * dbus-win.patch: removed obsolate patches
483
484 2007-06-18  Havoc Pennington  <hp@redhat.com>
485
486         * configure.in: bump version to 1.1.2 so CVS is higher than last
487         release (this is not the 1.1.2 release)
488
489 2007-06-18  Havoc Pennington  <hp@redhat.com>
490
491         * Release 1.1.1
492
493 2007-06-18  Havoc Pennington  <hp@redhat.com>
494
495         * doc/dbus-specification.xml: document org.freedesktop.DBus.GetId()
496
497         * bus/driver.c (bus_driver_handle_get_id): implement org.freedesktop.DBus.GetId()
498
499         * bus/bus.c (bus_context_new): generate a unique ID for each bus context
500
501         * dbus/dbus-connection.c (dbus_connection_get_server_id): new function
502
503         * dbus/dbus-bus.c (dbus_bus_get_id): new function
504
505         * dbus/dbus-server.c (dbus_server_get_id): new function
506
507 2007-06-18  Havoc Pennington  <hp@redhat.com>
508
509         * dbus/dbus-sysdeps-unix.c (_dbus_read_credentials_socket): clean
510         this up a little bit, to try and understand why telnet'ing to a
511         server and sending a non-nul byte didn't disconnect immediately;
512         now it seems that it does disconnect immediately as it should,
513         though I don't understand what has changed.
514
515 2007-06-18  Havoc Pennington  <hp@redhat.com>
516
517         * dbus/dbus-watch.c (dbus_watch_get_socket)
518         (dbus_watch_get_unix_fd): new API to match DBusConnection
519         (dbus_watch_get_fd): deprecate this
520
521         Throughout: just s/dbus_watch_get_fd/dbus_watch_get_socket/g for
522         now since all the transports use sockets anyway
523         
524 2007-06-16  Ralf Habacker  <ralf.habacker@freenet.de>
525
526         * dbus/dbus-macros.h, dbus/dbus-message.c, 
527         dbus/dbus-message.h: renamed DBUS_GNUC_DEPRECATED 
528         to DBUS_DEPRECATED and extended to msvc compiler
529
530 2007-06-15  Ralf Habacker  <ralf.habacker@freenet.de>
531
532         * cmake/CMakeLists.txt: use local include header first
533
534         * dbus/dbus-sysdeps-win.c: mingw fix of DBusCredential struct
535
536 2007-06-15  Ralf Habacker  <ralf.habacker@freenet.de>
537
538         * cmake/ConfigureChecks.cmake,cmake/config.h.cmake: 
539         added check for HAVE_ERRNO_H
540
541         * cmake/dbus/CMakeLists.txt: added missing files 
542         
543         * dbus/dbus-transport-win.c/.h: new files
544
545         * dbus/dbus-sysdeps-win.c,.h: added required _unix functions 
546         to make dbus compilable on win32 
547         
548         * dbus/dbus-sysdeps-win-utils.c,.h: moved some functions to 
549         dbus-sysdeps-win.c
550         
551         * dbus-win.patch: removed applied or obsolate patches
552         
553         Note: dbus-win32 is now compilable, no guarantee that it runs 
554         without any problems 
555
556 2007-06-15  Havoc Pennington  <hp@redhat.com>
557
558         * dbus/dbus-sysdeps-unix.c (_dbus_append_session_config_file)
559         (_dbus_append_system_config_file): new functions
560
561         * bus/main.c (main): use _dbus_append_system_config_file() and 
562         _dbus_append_session_config_file()
563
564         * dbus/Makefile.am (INCLUDES): move DBUS_SYSTEM_CONFIG_FILE and
565         DBUS_SESSION_CONFIG_FILE into this makefile
566
567 2007-06-15  Havoc Pennington  <hp@redhat.com>
568
569         * dbus/dbus-sysdeps.c (_dbus_set_errno_to_zero)
570         (_dbus_get_is_errno_nonzero, _dbus_get_is_errno_eintr)
571         (_dbus_strerror_from_errno): family of functions to abstract
572         errno, though these are somewhat bogus (really we should make our
573         socket wrappers not use errno probably - the issue is that any
574         usage of errno that isn't socket-related probably is not
575         cross-platform, so should either be in a unix-only file that can
576         use errno directly, or is a bug - these general errno wrappers
577         hide issues of this nature in non-socket code, while
578         socket-specific API changes would not since sockets are allowed
579         cross-platform)
580
581 2007-06-14  Havoc Pennington  <hp@redhat.com>
582
583         * bus/dispatch.c (check_get_connection_unix_process_id): mop up
584         getpid() (noticed by Peter KKümmel) and adapt the test to 
585         expect a "pid unknown" error when running on Windows.
586
587 2007-06-14  Havoc Pennington  <hp@redhat.com>
588
589         * dbus/dbus-sysdeps-unix.c (_dbus_credentials_parse_and_add_user):
590         delete this function since it was effectively the same as
591         _dbus_credentials_add_from_username()
592
593 2007-06-14  Havoc Pennington  <hp@redhat.com>
594
595         * dbus/dbus-auth.c: adapt to keyring changes
596
597         * dbus/dbus-keyring.c: change to avoid using user ID and home
598         directory directly; instead use a
599         keyring-location-from-credentials function in dbus-sysdeps
600
601         * fix to use _dbus_append_user_from_current_process() instead of 
602         _dbus_username_from_current_process() or _dbus_append_desired_identity().
603         
604 2007-06-14  Ralf Habacker  <ralf.habacker@freenet.de>
605
606         * reverted global rename of function _dbus_username_from_current_process. 
607         It needs too much tests to verify that the change does not break anything. 
608         I had overseen that the signatures are different and requires non
609         trivial changes. 
610         This is one *major* disadvantage of emulating oop functionality with c. 
611         You are responsible for cleaning every object on every function return point
612         which could be a nightmare if you are not working with dbus all the days.
613
614 2007-06-14  Ralf Habacker  <ralf.habacker@freenet.de>
615     
616         * dbus/dbus-auth.c (handle_client_initial_response_cookie_sha1_mech): 
617         fixed usage of _dbus_append_desired_identity()
618
619         * dbus/dbus-sysdeps.h (_dbus_username_from_current_process): removed prototype
620
621 2007-06-14  Ralf Habacker  <ralf.habacker@freenet.de>
622     
623         * dbus/dbus-sysdeps.c: moved global lock system_users from dbus-userdb.c
624
625 2007-06-14  Ralf Habacker  <ralf.habacker@freenet.de>
626     
627         * global rename of function _dbus_username_from_current_process
628         to _dbus_append_desired_identity. 
629         Approved by Havoc Pennington
630
631 2007-06-14  Ralf Habacker  <ralf.habacker@freenet.de>
632
633         * dbus/dbus-sysdeps-win.c: disabled DBusUserInfo related code
634                 (_dbus_append_desired_identity, _dbus_windows_user_is_process_owner):
635                 new win32 functions as counterpart of unix related 
636                 (_dbus_send_credentials_socket,_dbus_read_credentials_socket): 
637                 renamed from ..._unix_socket
638                 (_dbus_send_credentials_unix_socket): removed obsolate function
639         
640         * dbus/dbus-sysdeps-win-util.c: disabled DBusGroupInfo related code
641                 (_dbus_verify_daemon_user,_dbus_change_to_daemon_user): 
642                     new win32 functions as counterpart of unix related
643         
644 2007-06-14  Simon McVittie  <simon.mcvittie@collabora.co.uk>
645
646         * doc/dbus-specification.xml: say the protocol version is 1 instead of
647         0 (patch from Kristoffer Lundén, fd.o#10033) and remove the FIXME
648         about removing protocol version from messages (as per Havoc's comment
649         on that bug)
650
651 2007-06-14  Ralf Habacker  <ralf.habacker@freenet.de>
652
653         * dbus/dbus-sysdeps-win.c (_dbus_pid_for_log,_dbus_flush_caches): 
654         new win32 functions as counterpart of unix related
655
656 2007-06-14  Ralf Habacker  <ralf.habacker@freenet.de>
657         
658         * cmake/modules/FindKDEWIN.cmake,
659           cmake/modules/FindKDEWIN_Packager.cmake, 
660           cmake/modules/Win32Macros.cmake: new files from the 
661           kdewin32 project
662         * cmake/CMakeLists.txt: cleaned support for kdewin installer and 
663           win32 explorer wrapper
664
665 2007-06-13  Havoc Pennington  <hp@redhat.com>
666         
667         * dbus/dbus-message.c (dbus_message_iter_open_container): Fix
668         broken return_if_fail (kind of scary that test suite does not
669         cover this)
670
671 2007-06-13  Havoc Pennington  <hp@redhat.com>
672
673         * dbus/dbus-server-socket.c (_dbus_server_listen_socket): support
674         all_interfaces=true|false for tcp servers
675
676         * dbus/dbus-sysdeps-unix.c (_dbus_listen_tcp_socket): support
677         inaddr_any flag
678
679         * bus/selinux.c: fix some missing includes
680
681         * dbus/dbus-server-socket.c (_dbus_server_listen_socket): allow
682         port to simply be omitted in addition to specifying 0
683
684 2007-06-13  Havoc Pennington  <hp@redhat.com>
685
686         * configure.ac, bus/selinux.c, dbus/dbus-sysdeps-unix-util.c: add
687         libaudit support, no clue what this means really but now we have
688         it. Patches from Fedora package.
689
690         * bus/bus.c (bus_context_new): move selinux initialization after
691         changing to daemon user, patch from Fedora package
692
693         * dbus/dbus-transport.c (auth_via_unix_user_function): fix a typo
694
695 2007-06-12  Havoc Pennington  <hp@redhat.com>
696
697         * dbus/dbus-message.c (dbus_message_iter_open_container): improve
698         the checks/warnings for contained_signature a bit
699
700 2007-06-12  Havoc Pennington  <hp@redhat.com>
701         
702         * dbus/dbus-marshal-recursive.c (write_or_verify_typecode):
703         improve the warning a bit if you write extra data into a message
704
705 2007-06-12  Havoc Pennington  <hp@redhat.com>
706
707         * dbus/dbus-auth.c (sha1_handle_second_client_response)
708         (handle_server_data_anonymous_mech): add the process ID from
709         socket credentials, if available, even if not using EXTERNAL
710
711         * dbus/dbus-transport.c (auth_via_default_rules): support
712         allow_anonymous flag
713
714         * dbus/dbus-connection.c (dbus_connection_get_is_anonymous)
715         (dbus_connection_set_allow_anonymous): new API for controlling
716         anonymous access
717
718 2007-06-09  Havoc Pennington  <hp@redhat.com>
719
720         * dbus/dbus-string.c (_dbus_string_pop_line): fix this not to
721         think an empty line is the end of the file.
722         Also, fix some whitespace.
723
724         * dbus/dbus-string-util.c: add more tests for
725         _dbus_string_pop_line() revealing that it thinks an empty line is
726         the end of the file, which broke dbus-auth-script.c so 
727         it didn't really run the scripts
728
729         * dbus/dbus-auth.c: add ANONYMOUS mechanism
730
731         * dbus/dbus-auth-script.c (_dbus_auth_script_run): fix to detect
732         an empty/no-op auth script; add commands to check that we have or
733         don't have the expected credentials     
734
735 2007-06-09  Havoc Pennington  <hp@redhat.com>
736
737         * bus/policy.c (bus_policy_create_client_policy): gracefully
738         continue if the connection has no unix user - just don't apply 
739         any unix user dependent rules.
740
741         * bus/config-parser.c: remove dbus-userdb.h usage
742
743         * bus/bus.c: remove dbus-userdb.h usage
744
745         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
746         support Windows user function; also, fix the logic for checking
747         auth as root in the default auth code (broken in the previous
748         commit)
749
750         * dbus/dbus-connection.c
751         (dbus_connection_set_windows_user_function): new function
752         (dbus_connection_get_windows_user): new function
753
754 2007-06-09  Havoc Pennington  <hp@redhat.com>
755
756         * bus/dispatch.c (check_get_connection_unix_process_id): adapt
757         since sysdeps-unix.h stuff isn't included anymore
758
759         * bus/bus.c (bus_context_new): use more abstract functions to
760         change user, so they can be no-ops on Windows
761
762         * dbus/dbus-credentials.c, dbus/dbus-credentials.h,
763         dbus/dbus-credentials-util.c: new files containing a fully opaque
764         DBusCredentials data type to replace the old not opaque one.
765
766         * configure.in (DBUS_UNIX): define DBUS_UNIX to match DBUS_WIN on
767         windows
768
769         * dbus/dbus-userdb.h: prohibit on Windows, next step is to clean
770         up the uses of it in bus/*.c and factor out the parts of 
771         cookie auth that depend on it
772         
773 2007-06-07  Havoc Pennington  <hp@redhat.com>
774
775         * dbus/dbus-message.c: improve some docs related to reading values
776         from a message iter
777
778 2007-06-02  Ralf Habacker  <ralf.habacker@freenet.de>
779
780         * cmake: added cygwin compile support
781
782 2007-06-01  Ralf Habacker  <ralf.habacker@freenet.de>
783
784         * tools/dbus-launch-win.c: new file, replaces script wrapper on win32.
785
786         * cmake/dbus-launch.bat.cmake: removed obsolate file
787
788 2007-05-31  Ralf Habacker  <ralf.habacker@freenet.de>
789
790         * bus/main.c (main): uses _dbus_get_config_file_name() to detect 
791         session.conf location on win32. 
792
793         * dbus-sysdeps-win.h (_dbus_get_config_file_name,_dbus_file_exists): 
794         new prototyp, undefined interface after including windows.h because 
795         it makes trouble when a paramater is named interface.
796
797         * dbus-sysdeps-win.c (_dbus_get_install_root,
798         _dbus_get_config_file_name,_dbus_file_exists):  new functions.
799
800 2007-05-27  Ralf Habacker  <ralf.habacker@freenet.de>
801
802         * bus/policy.c,dbus/dbus-internals.c: fixed inconsistant line endings 
803         as reported by Peter Kümmel.
804
805 2007-05-25  John (J5) Palmieri  <johnp@redhat.com>
806
807         * Released 1.1.0
808
809 2007-05-25  John (J5) Palmieri  <johnp@redhat.com>
810
811         * Split NEWS and ChangeLog into a .pre-1-0 file as per HACKING
812         We forgot to do this during the 1.0 release and it makes sense
813         now as we get ready to release the first 1.1.0 development tarball
814
815 2007-05-25  John (J5) Palmieri  <johnp@redhat.com>
816
817         * create directory test/data/valid-config-files/session.d so that
818         make check passes
819
820 2007-05-25  John (J5) Palmieri  <johnp@redhat.com>
821
822         * INSTALL: remove dependancies for bindings since they no longer
823         are a part of core
824
825 2007-05-25  Ralf Habacker  <ralf.habacker@freenet.de>
826
827         * dbus/dbus-server-win.c,dbus/dbus-server-win.h: new file 
828         with empty function _dbus_server_listen_platform_specific(). 
829
830         * dbus/dbus-server.c (listen_funcs): uses 
831         _dbus_server_listen_platform_specific on any platform.
832
833 2007-05-25  Ralf Habacker  <ralf.habacker@freenet.de>
834
835         * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir): not getting 
836         user info from a domain controller isn't an error, the computer 
837         may run in a non domain context. 
838
839 2007-05-25  Ralf Habacker  <ralf.habacker@freenet.de>
840
841         * dbus/dbus-sysdeps-win.c (_dbus_full_duplex_pipe): fixed assertation.
842
843 2007-05-24  Simon McVittie  <simon.mcvittie@collabora.co.uk>
844
845         * bus/config-parser.c (test_service_dir_matches): fixed ordering for unix.
846
847         * bus/config-parser.c (test_default_session_servicedirs): made allocation 
848         of _progs platform independent.
849
850 2007-05-23  Havoc Pennington  <hp@redhat.com>
851
852         * bus/Makefile.am (install-data-hook): create session.d
853
854         * bus/session.conf.in: add session.d for the session bus, so
855         security policy can be extended
856
857 2007-05-22 Ralf.Habacker <ralf.habacker@freenet.de>
858
859         * cmake/CMakeLists.txt: fixed creating of TEST_..._BINARY to make 
860         bus-test able to find the binaries.
861
862 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
863
864         * acinclude.m4, configure.in: In recent autotools, ${datadir} is
865         defined in terms of ${datarootdir}, so EXPANDED_DATADIR needs to be
866         expanded recursively. Rather than fixing configure.in to do this, I
867         grabbed the AS_AC_EXPAND macro from autostars.sf.net, which seems to be
868         commonly used.
869
870 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
871
872         * update-dbus-docs.sh: Assorted improvements:
873         - Default user if $FDUSER is not set is the ssh default
874           (set in ~/.ssh/config or based on the local username), not a
875           hard-coded "johnp"
876         - Temporary checkout directory is created securely (preventing symlink
877           attacks), if mktemp(1) is available
878         - Use make -C rather than cd && make && cd ..
879
880 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
881
882         * HACKING: Point to correct mailing list
883
884 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
885
886         * doc/dbus-specification.xml: explicitly specify that STRING cannot
887         contain embedded NULs.
888
889 2007-05-20 Ralf.Habacker  <ralf.habacker@freenet.de>
890
891         * dbus/dbus-internal.c: fix inline problem on win32.
892
893 2007-05-20 Ralf.Habacker  <ralf.habacker@freenet.de>
894
895         * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir): not reaching 
896         domain controller isn't an error, converted error message to verbose 
897         message.
898
899 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
900
901         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): disabled 
902         tests not running on wince.
903
904 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
905
906         * dbus/dbus-internals.c (_dbus_verbose_init): win32 requires 'varname=' 
907         to unset a environment variable. 
908
909 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
910
911         * dbus/dbus-sysdeps.c (_dbus_setenv): win32 requires 'varname=' 
912         to unset a environment variable. 
913
914 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
915
916         * bus/policy.c (bus_policy_create_client_policy): 
917         win32 temporary fix until the userdb stuff is ported completly.
918
919 2007-05-19  Ralf.Habacker  <ralf.habacker@freenet.de>
920
921         * dbus/dbus-server.c (listen_funcs): 
922         _dbus_server_listen_platform_specific is empty on win32, 
923         limited to unix only.
924
925         * dbus/dbus-server.c (valid_addresses): limit unix 
926         only addresses to unix. 
927
928 2007-05-18  Havoc Pennington  <hp@redhat.com>
929
930         * doc/dbus-specification.xml: add a GetAll to the Properties
931         interface.
932
933 2007-05-17 Ralf.Habacker  <ralf.habacker@freenet.de>
934  
935         * bus\config-parser.c (test_default_session_servicedirs):
936         win32 fix.
937
938 2007-05-17 Ralf.Habacker  <ralf.habacker@freenet.de>
939  
940         * configure.in: define constant DBUS_UNIX.
941
942 2007-05-14  Ralf Habacker <ralf.habacker@freenet.de>
943
944         * dbus/dbus-sysdeps-win.c (_dbus_printf_string_upper_bound):
945         compile fix for MS Platform SDK 6 
946         patch from Michael Luschas <mluschas@gmail.com>
947
948 2007-05-10  John (J5) Palmieri <johnp@redhat.com>
949
950         * dbus-1.pc.in: add daemondir to pc file
951         patch from Brian Cameron <brian.cameron at sun.com>
952
953 2007-05-04  Simon McVittie <simon.mcvittie@collabora.co.uk>
954
955         * doc/dbus-specification.xml: mention the reserved o.fd.DBus.Local
956         interface and the corresponding /o/fd/DBus/Local object path;
957         describe them as reserved and forbid using them in a sent message,
958         mentioning that in the reference implementation this will cause the
959         connection to be dropped. Patch approved by Havoc.
960
961 2007-04-28  Ralf Habacker <ralf.habacker@freenet.de>
962
963         * cmake/: don't install test applications and service files,
964         moved CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt
965
966 2007-04-27  Havoc Pennington  <hp@redhat.com>
967
968         * dbus/dbus-sysdeps-unix.c (_dbus_open_socket): fix #10781 from
969         Tobias Nygren, checking pointer to fd vs. 0 rather than checking
970         the fd itself
971
972 2007-04-26 Ralf Habacker  <ralf.habacker@freenet.de>
973
974         * cmake/: added debug postfixes to debug exe's for 
975         easier debugging.
976         * dbus\dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): 
977         print error code in case no string message is available.
978
979 2007-04-06 Simon McVittie <simon.mcvittie@collabora.co.uk>
980
981         * dbus/dbus-message-util.c, dbus/dbus-message.c,
982         dbus/dbus-message.h: Add API to convert a DBusMessage to/from a
983         byte array. Patch from Dafydd Harries <dafydd.harries@collabora.co.uk>,
984         approved by Havoc Pennington.
985
986 2007-04-03  Timo Hoenig  <thoenig@suse.de>
987
988         * dbus/dbus-address.c (dbus_parse_address): Do not accept zero-
989           length address.
990         * dbus/dbus-address.c (_dbus_address_test): Add test for zero-
991           length address.
992
993 2007-03-25 Ralf.Habacker  <ralf.habacker@freenet.de>
994
995         * cmake/dbus/CMakeLists.txt: debug postfix also for mingw.
996
997 2007-03-16 Ralf.Habacker  <ralf.habacker@freenet.de>
998
999         * cmake/modules/FindExpat.cmake: fix package detection on win32.
1000
1001         * README.win: update install instructions. 
1002
1003 2007-03-16 Ralf.Habacker  <ralf.habacker@freenet.de>
1004
1005         * dbus/dbus-sysdeps.h (_dbus_split_paths_and_append):
1006         new prototyp
1007         (_DBUS_PATH_SEPARATOR): new macro. 
1008
1009         * dbus/dbus-sysdeps.c (_dbus_split_paths_and_append): merged 
1010         from dbus/dbus-sysdeps-unix.c and dbus/dbus-sysdeps-win.c. 
1011
1012 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
1013
1014         * bus/config-parser.c, bus/policy.c,  
1015         bus/policy.h, bus/dbus-daemon.1.in,
1016         bus/session.conf.in: added eavesdrop support 
1017         for replies - patch by olli.salli at collabora.co.uk
1018         approved by Havoc Pennington. 
1019
1020 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
1021
1022         * dbus\dbus-sysdeps-win-thread.c: renamed to 
1023         dbus-sysdeps-thread-win.c, it is a platform depending file 
1024         similar to dbus-sysdeps-pthread.c.
1025
1026 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
1027
1028         * cmake\doc\CMakeLists.txt: added prelimary xml doc 
1029         support, needs cmake Find script.
1030
1031 2007-03-14 Ralf.Habacker  <ralf.habacker@freenet.de>
1032
1033         * cmake: add doxygen support
1034
1035 2007-03-14  Ralf.Habacker  <ralf.habacker@freenet.de>
1036
1037         * cmake/config.h.cmake: WINCE fixes, defined DBUS_UNIX.
1038
1039 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
1040
1041         * dbus/dbus-sysdeps-util-win.c (dbus_become_daemon): 
1042         win32 compile fix. 
1043
1044 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
1045
1046         * dbus-win.patch: removed obsolate patches. 
1047
1048 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
1049
1050         * dbus/dbus-sysdeps-win.c: added zero byte sending 
1051         and receiving after connection start up
1052
1053 2007-03-11  Havoc Pennington  <hp@redhat.com>
1054
1055         * tools/dbus-launch.c (do_close_stderr): fix C89 problem and
1056         formatting problem
1057
1058         * Mostly fix the DBusPipe mess.
1059         - put line break after function return types
1060         - put space before parens
1061         - do not pass structs around by value
1062         - don't use dbus_strerror after calling supposedly cross-platform
1063         api
1064         - don't name pipe variables "fd"
1065         - abstract special fd numbers like -1 and 1
1066
1067 2007-03-12  Ralf Habacker  <ralf.habacker@freenet.de>
1068
1069         * dbus/dbus-sysdeps-win.h, dbus/dbus-sysdeps-win.c, 
1070         dbus/dbus-sysdeps-util-win.c: renamed functions 
1071         _dbus_xxx_file() to _dbus_file_xxx() to reflect 
1072         struct name DBusFile. 
1073
1074 2007-03-12  Ralf Habacker  <ralf.habacker@freenet.de>
1075
1076         * dbus/dbus-sysdeps-util-unix.c (_dbus_become_daemon):
1077         fix _dbus_pid_fd check. 
1078
1079 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
1080
1081         * tools/dbus-print-message.c (print_message):
1082         added printing of the reply serial to method returns and 
1083         errors, so you can actually figure out the message/reply 
1084         pairs - patch by olli.salli at collabora.co.uk.
1085
1086 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
1087
1088         * dbus-win.patch: removed committed patches. 
1089
1090 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
1091
1092         * bus/bus.c, bus/bus.h, bus/main.c, bus/test.c,
1093         dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps-util-unix.c,
1094         dbus/dbus-sysdeps-util-win.c, dbus/dbus-sysdeps-win.c,
1095         dbus/dbus-sysdeps.h: renamed _dbus_xxx_pipe to _dbus_pipe_xxx,
1096         completed _dbus_pipe support. 
1097
1098 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
1099
1100         * dbus/dbus-sysdeps.h (_dbus_listen_tcp_socket):
1101         changed type or port to pointer, because the port is given back.
1102
1103         * dbus/dbus-server-socket.c (_dbus_server_new_for_tcp_socket):
1104         implemented returning tcp port. Skipping port parameter
1105         and non integer port values in config <listen> statement
1106         needs more effort.
1107
1108         * dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps-win.c
1109         (_dbus_listen_tcp_socket): return the real used tcp port.
1110
1111         * bus/dbus-daemon.1.in: added <listen> tcp examples
1112
1113 2007-03-09  Ralf Habacker  <ralf.habacker@freenet.de>
1114
1115         * cmake/config.h.cmake: win32 msvc bug fix
1116
1117 2007-03-09  Ralf Habacker  <ralf.habacker@freenet.de>
1118
1119         * cmake/config.h.cmake: fixed DBUS_WINxx defines,
1120         using _WINCE does not work.
1121
1122 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
1123
1124         * dbus-win.patch: removed _dbus_write_pipe() patch, it is now 
1125         committed.
1126
1127 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
1128
1129         * bus/bus.c, dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps.h:
1130         rename pipe related write() function calls to _dbus_write_pipe().
1131
1132 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
1133
1134         * dbus-win.patch: added bus/config-loader-libexpat.c patch, 
1135         uses DBUS_WIN for alls win32 related #ifdefs, 
1136         some minor cleanups
1137
1138 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
1139
1140         * dbus-win.patch: updated patch for bus/dispatch.c.
1141
1142 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
1143
1144         * dbus-win.patch: dbus-connection.c (dbus_connection_get_unix_user,
1145         dbus_connection_get_unix_process_id): Let return them valid user id's, 
1146         otherwise bus-test fails. How to replace on win32 ?.
1147         
1148         * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir):
1149         fix memory leak.
1150
1151 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
1152
1153         * dbus/dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error):
1154         use dbus friendly error name.
1155         (fill_win_user_info_homedir): print user name in error case too.
1156
1157 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
1158
1159         * cmake/ConfigureChecks.cmake: fixed socketpair check
1160
1161 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
1162
1163         * bus/dispatch.c: disabled segfault test on win32 for now
1164
1165 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
1166
1167         * configure.in, cmake/ConfigureChecks.cmake: added check 
1168         for setrlimit. 
1169         * test/test-segfault.c: only include setrlimit stuff only 
1170         when available.  
1171
1172 2007-03-07  Ralf Habacker  <ralf.habacker@freenet.de>
1173
1174         * test/test-segfault.c: unix compile fix.
1175         * dbus-win.patch: removed obsolate patches.
1176
1177 2007-03-07  Ralf Habacker  <ralf.habacker@freenet.de>
1178
1179         * bus/activation.c: removed obsolate include header.
1180         * test/test-segfault.c: win32 compile fix, rlimit 
1181         isn't available on win32.
1182         * dbus-win.patch: removed some more patches, they
1183         are applied or obsolate 
1184
1185 2007-03-06  Ralf Habacker  <ralf.habacker@freenet.de>
1186
1187         * bus-win.patch: fixes unix listen problems, dbus-test 
1188         now runs.
1189
1190 2007-03-06  Ralf Habacker  <ralf.habacker@freenet.de>
1191
1192         * cmake/dbus/CMakeLists.txt,cmake/bus/CMakeLists.txt,
1193         cmake/CMakeLists.txt: win32 compile fix
1194
1195 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
1196
1197         * dbus-win.patch, README.win: added available win32 
1198         patches from windbus project (http://sf.net/projects/windbus)
1199
1200 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
1201
1202         * bus/activation.c: (bus_activation_activate_service):
1203         fixed call to _dbus_spawn_async_with_babysitter().
1204
1205 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
1206
1207         * dbus/dbus-spawn.c,dbus/dbus-spawn.h (_dbus_spawn_async_with_babysitter):
1208         added environment pointer as function parameter, used on win32.
1209
1210         * test/spawn-test.c: fixed call to above mentioned function.
1211
1212 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
1213
1214         * configure.in,test/test-sleep-forever.c,test/test-names.c: 
1215         added configure check for unistd.h.
1216
1217 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
1218
1219         * test/Makefile.am: fixed test data copy problem in 
1220         out of source build, when sources came from svn or cvs. 
1221
1222 2007-03-03  Ralf Habacker  <ralf.habacker@freenet.de>
1223
1224         * dbus/*-win.*,bus/*-win.*: added win32 platform related
1225         files. These files are only added to the cmake build system.  
1226         The missing dbus-win.patch file will be added later. 
1227
1228 2007-03-03  Ralf Habacker  <ralf.habacker@freenet.de>
1229
1230         * cmake: new directory, contains cmake build support.
1231         See http://www.cmake.org for more informations.
1232         Currently only unix will be buildable because some 
1233         win32 required files are still missing. 
1234
1235 2007-03-03  Thiago Macieira  <thiago@kde.org>
1236
1237         * dbus/dbus-sysdeps-unix.c: capture the dbus-launch stderr
1238         output and add it to the DBusError message we return.
1239
1240         * tools/dbus-launch.1:
1241         * tools/dbus-launch.c: Add option --close-stderr to, well,
1242         close stderr before starting dbus-daemon.
1243
1244 2007-01-31  Havoc Pennington  <hp@redhat.com>
1245
1246         * bus/dbus-daemon.1.in: write a section in the man page on running
1247         a test daemon for debugging purposes
1248
1249 2007-01-26  Havoc Pennington  <hp@redhat.com>
1250
1251         * bus/session.conf.in: override all the default limits with much
1252         higher limits on the session bus, there is no reason the session
1253         bus should have low limits
1254
1255         * bus/config-parser.c (bus_config_parser_new): increase default
1256         limits so they are less likely to be hit; in particular the max
1257         replies per connection was way too low
1258
1259 2006-01-25  Simon McVittie  <simon.mcvittie@collabora.co.uk>
1260
1261         * doc/dbus-tutorial.xml: Replace Python section of tutorial with
1262         a pointer to the tutorial maintained as part of dbus-python
1263
1264 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
1265
1266         * dbus/dbus-sysdeps-unix.c: unix compile fix, moved 
1267         atomic_exchange_and_add() from dbus/dbus-sysdeps.c 
1268         to here, it's used by _dbus_atomic_inc() and _dbus_atomic_dec().
1269
1270 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
1271
1272         * tools/dbus-monitor.c: gettimeofday() is not available 
1273         on windows so we have to provide our own. It's taken from 
1274         lgpl'd kdewin32 package. - Patches from Christian Ehrlicher
1275
1276 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
1277
1278         * dbus/dbus-sysdeps-unix.c: moved _dbus_atomic_inc/dec() 
1279         from dbus/dbus-sysdeps.c, windows version of _dbus_atomic_inc/dec() 
1280         is in dbus-sysdeps-win.c (not in this patch).
1281
1282         * dbus/dbus-sysdeps.h: DBusAtomic::value is long on windows to fit 
1283         with InterlockedInc/Decrement. 
1284         - Patches from Christian Ehrlicher
1285         
1286 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
1287
1288         * tools/dbus-send.c, tools/dbus-monitor.c: win32 compile fix.
1289
1290 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
1291
1292         * dbus/dbus-marshal-recursive.c (type DBusTypeReaderClass):
1293         fix mispaced const statement. - Patch from Peter Kümmel
1294
1295 2006-12-19  Ray Strode  <rstrode@redhat.com>
1296
1297         * bus/bus.c (process_config_every_time):
1298         don't overwrite existing bus context activation object
1299         until after we've checked that the new activation is
1300         valid.
1301
1302         * bus/main.c 
1303         (signal_handler), (handle_reload_watch):
1304         don't call exit() on failure, instead make do and keep
1305         going.
1306         (close_reload_pipe): new function to turn off
1307         hangup-causes-config-reload behavior if an unexpected
1308         error occurs
1309
1310 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
1311
1312         * dbus/dbus-sysdeps-win-thread.c (_dbus_condvar_wait_win32):
1313         correctness fix. - Patch from Christian Ehrlicher
1314
1315 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
1316
1317         * dbus/dbus-internals.h: msvc also knows about __FUNCTION__, 
1318         we should also use it. - Patch from Christian Ehrlicher
1319
1320 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
1321   
1322         * dbus-sysdeps-util.c: added win32 related tests
1323
1324 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
1325
1326         * dbus/dbus-string.c (_dbus_string_pop_line),
1327         bus/desktop-file.c (parse_section_start,
1328         parse_comment_or_blank,parse_key_value,): uses
1329         _dbus_string_find_eol() to support platform independent eol style.
1330
1331 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
1332
1333         * dbus/dbus-string.[ch] (_dbus_string_find_eol): new function. 
1334         * dbus/dbus-string-util.c (_dbus_string_test): added testcases for 
1335               _dbus_string_find_eol().
1336         Approved by: Havoc Pennington.
1337
1338 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
1339
1340         * configure.in: Added switch to disable user_database caching.
1341
1342         * dbus/dbus-userdb-util.c, dbus/dbus-userdb.c: Add ifdefs to
1343         be able disable user_dabase caching.
1344
1345 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
1346
1347         * bus/bus.c, bus/bus.h: Remove DBusUserDatabase from the BusContext 
1348         struct. It is unnecessary we have a global one already. Also remove 
1349         bus_context_get_user_database function, it is no longer needed.
1350         Flush the global database on reload.
1351
1352         * dbus/dbus-userdb-util.c: Replace _dbus_user_database_get_groups 
1353         with _dbus_groups_from_uid. It no longer needs a DBusUserDatabase.
1354
1355         * dbus/dbus-userdb.c, dbus/dbus-userdb.h: 
1356         Add _dbus_user_database_flush_system. 
1357         Make more functions DBUS_USERDB_INCLUDES_PRIVATE. 
1358         Small unrelated change in _dbus_is_a_number: change 
1359         _dbus_string_parse_int to _dbus_string_parse_uint. 
1360
1361         * bus/connection.c: Change call to _dbus_user_database_get_groups to 
1362         _dbus_groups_from_uid.
1363
1364         * bus/policy.c, bus/policy.h: Change call to 
1365         _dbus_user_database_get_groups to _dbus_groups_from_uid. Remove 
1366         DBusUserDatabase from bus_policy_allow_user prototype, it no longer 
1367         needs it.
1368
1369 2006-12-12  John (J5) Palmieri  <johnp@redhat.com>
1370
1371         * bus/signal.c: Fix match_rule_equal errata
1372         (CVE-2006-6107 - Patch from Kimmo Hämäläinen 
1373         <kimmo.hamalainen@nokia.com>)
1374
1375 2006-11-19  Thiago Macieira  <thiago@kde.org>
1376
1377         * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock,
1378         _dbus_pthread_condvar_wait,
1379         _dbus_pthread_condvar_wait_timeout): set pmutex->holder to
1380         pthread_self() after coming back from a conditional variable
1381         wait as well as in one codepath where it was forgotten.
1382         Approved by: Havoc Pennington.
1383
1384 2006-11-17  Havoc Pennington  <hp@redhat.com>
1385
1386         * update-dbus-docs.sh: allow setting fd.org username via env
1387         variable. Make it run autogen with --enable-xml-docs=yes
1388         --enable-doxygen-docs=yes so configure will fail if the required
1389         tools are missing.
1390
1391 2006-11-17  Havoc Pennington  <hp@redhat.com>
1392
1393         * doc/dbus-faq.xml: minor FAQ tweaks
1394
1395 2006-11-14  Havoc Pennington  <hp@redhat.com>
1396         
1397         * dbus/dbus-misc.c, dbus/dbus-misc.h: Move
1398         dbus_get_local_machine_id() to its own file, no substantive
1399         changes. There are a couple other things we might want to add that
1400         are "misc" so moving out of dbus-connection.[hc] which is big
1401         enough already.
1402         
1403 2006-11-14  Havoc Pennington  <hp@redhat.com>
1404
1405         * dbus/dbus-internals.c (_dbus_generate_uuid): The spec said the
1406         UUID had the timestamp last, but the implementation had it first;
1407         move it to last since I think it's a tiny bit nicer (easier to
1408         compare at a glance, faster to sort, less code), and will not
1409         cause any practical compatibility problems. Also, always convert
1410         the timestamp to big endian.
1411
1412         * doc/dbus-specification.xml: Clean up the docs on the UUID.
1413
1414         * tools/dbus-uuidgen.1: more prominently say it is not suitable
1415         as a replacement for regular uuidgen/RFC4122.
1416
1417 2006-11-14  John (J5) Palmieri  <johnp@redhat.com>
1418
1419         * dbus/dbus-threads.h: fix DBUS_THREAD_FUNCTIONS_ALL_MASK to have
1420         the correct value so we don't assert when initalizing recursive threads
1421
1422         * test/name-test/test-thread-init.c: call dbus_threads_init_default
1423         instead of _dbus_threads_init_debug since it is more of a real world
1424         test
1425