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