* dbus/dbus-sysdeps.c: moved global lock system_users from dbus-userdb.c
[platform/upstream/dbus.git] / ChangeLog
1 2007-06-14  Ralf Habacker  <ralf.habacker@freenet.de>
2     
3         * dbus/dbus-sysdeps.c: moved global lock system_users from dbus-userdb.c
4
5 2007-06-14  Ralf Habacker  <ralf.habacker@freenet.de>
6     
7         * global rename of function dbus_username_from_current_process
8         to _dbus_append_desired_identity. 
9         Approved by Havoc Pennington
10
11 2007-06-14  Ralf Habacker  <ralf.habacker@freenet.de>
12
13         * dbus/dbus-sysdeps-win.c: disabled DBusUserInfo related code
14                 (_dbus_append_desired_identity, _dbus_windows_user_is_process_owner):
15                 new win32 functions as counterpart of unix related 
16                 (_dbus_send_credentials_socket,_dbus_read_credentials_socket): 
17                 renamed from ..._unix_socket
18                 (_dbus_send_credentials_unix_socket): removed obsolate function
19         
20         * dbus/dbus-sysdeps-win-util.c: disabled DBusGroupInfo related code
21                 (_dbus_verify_daemon_user,_dbus_change_to_daemon_user): 
22                     new win32 functions as counterpart of unix related
23         
24 2007-06-14  Simon McVittie  <simon.mcvittie@collabora.co.uk>
25
26         * doc/dbus-specification.xml: say the protocol version is 1 instead of
27         0 (patch from Kristoffer Lundén, fd.o#10033) and remove the FIXME
28         about removing protocol version from messages (as per Havoc's comment
29         on that bug)
30
31 2007-06-14  Ralf Habacker  <ralf.habacker@freenet.de>
32
33         * dbus/dbus-sysdeps-win.c (_dbus_pid_for_log,_dbus_flush_caches): 
34         new win32 functions as counterpart of unix related
35
36 2007-06-14  Ralf Habacker  <ralf.habacker@freenet.de>
37         
38         * cmake/modules/FindKDEWIN.cmake,
39           cmake/modules/FindKDEWIN_Packager.cmake, 
40           cmake/modules/Win32Macros.cmake: new files from the 
41           kdewin32 project
42         * cmake/CMakeLists.txt: cleaned support for kdewin installer and 
43           win32 explorer wrapper
44
45 2007-06-13  Havoc Pennington  <hp@redhat.com>
46         
47         * dbus/dbus-message.c (dbus_message_iter_open_container): Fix
48         broken return_if_fail (kind of scary that test suite does not
49         cover this)
50
51 2007-06-13  Havoc Pennington  <hp@redhat.com>
52
53         * dbus/dbus-server-socket.c (_dbus_server_listen_socket): support
54         all_interfaces=true|false for tcp servers
55
56         * dbus/dbus-sysdeps-unix.c (_dbus_listen_tcp_socket): support
57         inaddr_any flag
58
59         * bus/selinux.c: fix some missing includes
60
61         * dbus/dbus-server-socket.c (_dbus_server_listen_socket): allow
62         port to simply be omitted in addition to specifying 0
63
64 2007-06-13  Havoc Pennington  <hp@redhat.com>
65
66         * configure.ac, bus/selinux.c, dbus/dbus-sysdeps-unix-util.c: add
67         libaudit support, no clue what this means really but now we have
68         it. Patches from Fedora package.
69
70         * bus/bus.c (bus_context_new): move selinux initialization after
71         changing to daemon user, patch from Fedora package
72
73         * dbus/dbus-transport.c (auth_via_unix_user_function): fix a typo
74
75 2007-06-12  Havoc Pennington  <hp@redhat.com>
76
77         * dbus/dbus-message.c (dbus_message_iter_open_container): improve
78         the checks/warnings for contained_signature a bit
79
80 2007-06-12  Havoc Pennington  <hp@redhat.com>
81         
82         * dbus/dbus-marshal-recursive.c (write_or_verify_typecode):
83         improve the warning a bit if you write extra data into a message
84
85 2007-06-12  Havoc Pennington  <hp@redhat.com>
86
87         * dbus/dbus-auth.c (sha1_handle_second_client_response)
88         (handle_server_data_anonymous_mech): add the process ID from
89         socket credentials, if available, even if not using EXTERNAL
90
91         * dbus/dbus-transport.c (auth_via_default_rules): support
92         allow_anonymous flag
93
94         * dbus/dbus-connection.c (dbus_connection_get_is_anonymous)
95         (dbus_connection_set_allow_anonymous): new API for controlling
96         anonymous access
97
98 2007-06-09  Havoc Pennington  <hp@redhat.com>
99
100         * dbus/dbus-string.c (_dbus_string_pop_line): fix this not to
101         think an empty line is the end of the file.
102         Also, fix some whitespace.
103
104         * dbus/dbus-string-util.c: add more tests for
105         _dbus_string_pop_line() revealing that it thinks an empty line is
106         the end of the file, which broke dbus-auth-script.c so 
107         it didn't really run the scripts
108
109         * dbus/dbus-auth.c: add ANONYMOUS mechanism
110
111         * dbus/dbus-auth-script.c (_dbus_auth_script_run): fix to detect
112         an empty/no-op auth script; add commands to check that we have or
113         don't have the expected credentials     
114
115 2007-06-09  Havoc Pennington  <hp@redhat.com>
116
117         * bus/policy.c (bus_policy_create_client_policy): gracefully
118         continue if the connection has no unix user - just don't apply 
119         any unix user dependent rules.
120
121         * bus/config-parser.c: remove dbus-userdb.h usage
122
123         * bus/bus.c: remove dbus-userdb.h usage
124
125         * dbus/dbus-transport.c (_dbus_transport_get_is_authenticated):
126         support Windows user function; also, fix the logic for checking
127         auth as root in the default auth code (broken in the previous
128         commit)
129
130         * dbus/dbus-connection.c
131         (dbus_connection_set_windows_user_function): new function
132         (dbus_connection_get_windows_user): new function
133
134 2007-06-09  Havoc Pennington  <hp@redhat.com>
135
136         * bus/dispatch.c (check_get_connection_unix_process_id): adapt
137         since sysdeps-unix.h stuff isn't included anymore
138
139         * bus/bus.c (bus_context_new): use more abstract functions to
140         change user, so they can be no-ops on Windows
141
142         * dbus/dbus-credentials.c, dbus/dbus-credentials.h,
143         dbus/dbus-credentials-util.c: new files containing a fully opaque
144         DBusCredentials data type to replace the old not opaque one.
145
146         * configure.in (DBUS_UNIX): define DBUS_UNIX to match DBUS_WIN on
147         windows
148
149         * dbus/dbus-userdb.h: prohibit on Windows, next step is to clean
150         up the uses of it in bus/*.c and factor out the parts of 
151         cookie auth that depend on it
152         
153 2007-06-07  Havoc Pennington  <hp@redhat.com>
154
155         * dbus/dbus-message.c: improve some docs related to reading values
156         from a message iter
157
158 2007-06-02  Ralf Habacker  <ralf.habacker@freenet.de>
159
160         * cmake: added cygwin compile support
161
162 2007-06-01  Ralf Habacker  <ralf.habacker@freenet.de>
163
164         * tools/dbus-launch-win.c: new file, replaces script wrapper on win32.
165
166         * cmake/dbus-launch.bat.cmake: removed obsolate file
167
168 2007-05-31  Ralf Habacker  <ralf.habacker@freenet.de>
169
170         * bus/main.c (main): uses _dbus_get_config_file_name() to detect 
171         session.conf location on win32. 
172
173         * dbus-sysdeps-win.h (_dbus_get_config_file_name,_dbus_file_exists): 
174         new prototyp, undefined interface after including windows.h because 
175         it makes trouble when a paramater is named interface.
176
177         * dbus-sysdeps-win.c (_dbus_get_install_root,
178         _dbus_get_config_file_name,_dbus_file_exists):  new functions.
179
180 2007-05-27  Ralf Habacker  <ralf.habacker@freenet.de>
181
182         * bus/policy.c,dbus/dbus-internals.c: fixed inconsistant line endings 
183         as reported by Peter Kümmel.
184
185 2007-05-25  John (J5) Palmieri  <johnp@redhat.com>
186
187         * Released 1.1.0
188
189 2007-05-25  John (J5) Palmieri  <johnp@redhat.com>
190
191         * Split NEWS and ChangeLog into a .pre-1-0 file as per HACKING
192         We forgot to do this during the 1.0 release and it makes sense
193         now as we get ready to release the first 1.1.0 development tarball
194
195 2007-05-25  John (J5) Palmieri  <johnp@redhat.com>
196
197         * create directory test/data/valid-config-files/session.d so that
198         make check passes
199
200 2007-05-25  John (J5) Palmieri  <johnp@redhat.com>
201
202         * INSTALL: remove dependancies for bindings since they no longer
203         are a part of core
204
205 2007-05-25  Ralf Habacker  <ralf.habacker@freenet.de>
206
207         * dbus/dbus-server-win.c,dbus/dbus-server-win.h: new file 
208         with empty function _dbus_server_listen_platform_specific(). 
209
210         * dbus/dbus-server.c (listen_funcs): uses 
211         _dbus_server_listen_platform_specific on any platform.
212
213 2007-05-25  Ralf Habacker  <ralf.habacker@freenet.de>
214
215         * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir): not getting 
216         user info from a domain controller isn't an error, the computer 
217         may run in a non domain context. 
218
219 2007-05-25  Ralf Habacker  <ralf.habacker@freenet.de>
220
221         * dbus/dbus-sysdeps-win.c (_dbus_full_duplex_pipe): fixed assertation.
222
223 2007-05-24  Simon McVittie  <simon.mcvittie@collabora.co.uk>
224
225         * bus/config-parser.c (test_service_dir_matches): fixed ordering for unix.
226
227         * bus/config-parser.c (test_default_session_servicedirs): made allocation 
228         of _progs platform independent.
229
230 2007-05-23  Havoc Pennington  <hp@redhat.com>
231
232         * bus/Makefile.am (install-data-hook): create session.d
233
234         * bus/session.conf.in: add session.d for the session bus, so
235         security policy can be extended
236
237 2007-05-22 Ralf.Habacker <ralf.habacker@freenet.de>
238
239         * cmake/CMakeLists.txt: fixed creating of TEST_..._BINARY to make 
240         bus-test able to find the binaries.
241
242 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
243
244         * acinclude.m4, configure.in: In recent autotools, ${datadir} is
245         defined in terms of ${datarootdir}, so EXPANDED_DATADIR needs to be
246         expanded recursively. Rather than fixing configure.in to do this, I
247         grabbed the AS_AC_EXPAND macro from autostars.sf.net, which seems to be
248         commonly used.
249
250 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
251
252         * update-dbus-docs.sh: Assorted improvements:
253         - Default user if $FDUSER is not set is the ssh default
254           (set in ~/.ssh/config or based on the local username), not a
255           hard-coded "johnp"
256         - Temporary checkout directory is created securely (preventing symlink
257           attacks), if mktemp(1) is available
258         - Use make -C rather than cd && make && cd ..
259
260 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
261
262         * HACKING: Point to correct mailing list
263
264 2007-05-21 Simon McVittie  <simon.mcvittie@collabora.co.uk>
265
266         * doc/dbus-specification.xml: explicitly specify that STRING cannot
267         contain embedded NULs.
268
269 2007-05-20 Ralf.Habacker  <ralf.habacker@freenet.de>
270
271         * dbus/dbus-internal.c: fix inline problem on win32.
272
273 2007-05-20 Ralf.Habacker  <ralf.habacker@freenet.de>
274
275         * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir): not reaching 
276         domain controller isn't an error, converted error message to verbose 
277         message.
278
279 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
280
281         * dbus/dbus-test.c (dbus_internal_do_not_use_run_tests): disabled 
282         tests not running on wince.
283
284 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
285
286         * dbus/dbus-internals.c (_dbus_verbose_init): win32 requires 'varname=' 
287         to unset a environment variable. 
288
289 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
290
291         * dbus/dbus-sysdeps.c (_dbus_setenv): win32 requires 'varname=' 
292         to unset a environment variable. 
293
294 2007-05-19 Ralf.Habacker  <ralf.habacker@freenet.de>
295
296         * bus/policy.c (bus_policy_create_client_policy): 
297         win32 temporary fix until the userdb stuff is ported completly.
298
299 2007-05-19  Ralf.Habacker  <ralf.habacker@freenet.de>
300
301         * dbus/dbus-server.c (listen_funcs): 
302         _dbus_server_listen_platform_specific is empty on win32, 
303         limited to unix only.
304
305         * dbus/dbus-server.c (valid_addresses): limit unix 
306         only addresses to unix. 
307
308 2007-05-18  Havoc Pennington  <hp@redhat.com>
309
310         * doc/dbus-specification.xml: add a GetAll to the Properties
311         interface.
312
313 2007-05-17 Ralf.Habacker  <ralf.habacker@freenet.de>
314  
315         * bus\config-parser.c (test_default_session_servicedirs):
316         win32 fix.
317
318 2007-05-17 Ralf.Habacker  <ralf.habacker@freenet.de>
319  
320         * configure.in: define constant DBUS_UNIX.
321
322 2007-05-14  Ralf Habacker <ralf.habacker@freenet.de>
323
324         * dbus/dbus-sysdeps-win.c (_dbus_printf_string_upper_bound):
325         compile fix for MS Platform SDK 6 
326         patch from Michael Luschas <mluschas@gmail.com>
327
328 2007-05-10  John (J5) Palmieri <johnp@redhat.com>
329
330         * dbus-1.pc.in: add daemondir to pc file
331         patch from Brian Cameron <brian.cameron at sun.com>
332
333 2007-05-04  Simon McVittie <simon.mcvittie@collabora.co.uk>
334
335         * doc/dbus-specification.xml: mention the reserved o.fd.DBus.Local
336         interface and the corresponding /o/fd/DBus/Local object path;
337         describe them as reserved and forbid using them in a sent message,
338         mentioning that in the reference implementation this will cause the
339         connection to be dropped. Patch approved by Havoc.
340
341 2007-04-28  Ralf Habacker <ralf.habacker@freenet.de>
342
343         * cmake/: don't install test applications and service files,
344         moved CMAKE_DEBUG_POSTFIX to top level CMakeLists.txt
345
346 2007-04-27  Havoc Pennington  <hp@redhat.com>
347
348         * dbus/dbus-sysdeps-unix.c (_dbus_open_socket): fix #10781 from
349         Tobias Nygren, checking pointer to fd vs. 0 rather than checking
350         the fd itself
351
352 2007-04-26 Ralf Habacker  <ralf.habacker@freenet.de>
353
354         * cmake/: added debug postfixes to debug exe's for 
355         easier debugging.
356         * dbus\dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error): 
357         print error code in case no string message is available.
358
359 2007-04-06 Simon McVittie <simon.mcvittie@collabora.co.uk>
360
361         * dbus/dbus-message-util.c, dbus/dbus-message.c,
362         dbus/dbus-message.h: Add API to convert a DBusMessage to/from a
363         byte array. Patch from Dafydd Harries <dafydd.harries@collabora.co.uk>,
364         approved by Havoc Pennington.
365
366 2007-04-03  Timo Hoenig  <thoenig@suse.de>
367
368         * dbus/dbus-address.c (dbus_parse_address): Do not accept zero-
369           length address.
370         * dbus/dbus-address.c (_dbus_address_test): Add test for zero-
371           length address.
372
373 2007-03-25 Ralf.Habacker  <ralf.habacker@freenet.de>
374
375         * cmake/dbus/CMakeLists.txt: debug postfix also for mingw.
376
377 2007-03-16 Ralf.Habacker  <ralf.habacker@freenet.de>
378
379         * cmake/modules/FindExpat.cmake: fix package detection on win32.
380
381         * README.win: update install instructions. 
382
383 2007-03-16 Ralf.Habacker  <ralf.habacker@freenet.de>
384
385         * dbus/dbus-sysdeps.h (_dbus_split_paths_and_append):
386         new prototyp
387         (_DBUS_PATH_SEPARATOR): new macro. 
388
389         * dbus/dbus-sysdeps.c (_dbus_split_paths_and_append): merged 
390         from dbus/dbus-sysdeps-unix.c and dbus/dbus-sysdeps-win.c. 
391
392 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
393
394         * bus/config-parser.c, bus/policy.c,  
395         bus/policy.h, bus/dbus-daemon.1.in,
396         bus/session.conf.in: added eavesdrop support 
397         for replies - patch by olli.salli at collabora.co.uk
398         approved by Havoc Pennington. 
399
400 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
401
402         * dbus\dbus-sysdeps-win-thread.c: renamed to 
403         dbus-sysdeps-thread-win.c, it is a platform depending file 
404         similar to dbus-sysdeps-pthread.c.
405
406 2007-03-15 Ralf.Habacker  <ralf.habacker@freenet.de>
407
408         * cmake\doc\CMakeLists.txt: added prelimary xml doc 
409         support, needs cmake Find script.
410
411 2007-03-14 Ralf.Habacker  <ralf.habacker@freenet.de>
412
413         * cmake: add doxygen support
414
415 2007-03-14  Ralf.Habacker  <ralf.habacker@freenet.de>
416
417         * cmake/config.h.cmake: WINCE fixes, defined DBUS_UNIX.
418
419 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
420
421         * dbus/dbus-sysdeps-util-win.c (dbus_become_daemon): 
422         win32 compile fix. 
423
424 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
425
426         * dbus-win.patch: removed obsolate patches. 
427
428 2007-03-13  Ralf.Habacker  <ralf.habacker@freenet.de>
429
430         * dbus/dbus-sysdeps-win.c: added zero byte sending 
431         and receiving after connection start up
432
433 2007-03-11  Havoc Pennington  <hp@redhat.com>
434
435         * tools/dbus-launch.c (do_close_stderr): fix C89 problem and
436         formatting problem
437
438         * Mostly fix the DBusPipe mess.
439         - put line break after function return types
440         - put space before parens
441         - do not pass structs around by value
442         - don't use dbus_strerror after calling supposedly cross-platform
443         api
444         - don't name pipe variables "fd"
445         - abstract special fd numbers like -1 and 1
446
447 2007-03-12  Ralf Habacker  <ralf.habacker@freenet.de>
448
449         * dbus/dbus-sysdeps-win.h, dbus/dbus-sysdeps-win.c, 
450         dbus/dbus-sysdeps-util-win.c: renamed functions 
451         _dbus_xxx_file() to _dbus_file_xxx() to reflect 
452         struct name DBusFile. 
453
454 2007-03-12  Ralf Habacker  <ralf.habacker@freenet.de>
455
456         * dbus/dbus-sysdeps-util-unix.c (_dbus_become_daemon):
457         fix _dbus_pid_fd check. 
458
459 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
460
461         * tools/dbus-print-message.c (print_message):
462         added printing of the reply serial to method returns and 
463         errors, so you can actually figure out the message/reply 
464         pairs - patch by olli.salli at collabora.co.uk.
465
466 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
467
468         * dbus-win.patch: removed committed patches. 
469
470 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
471
472         * bus/bus.c, bus/bus.h, bus/main.c, bus/test.c,
473         dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps-util-unix.c,
474         dbus/dbus-sysdeps-util-win.c, dbus/dbus-sysdeps-win.c,
475         dbus/dbus-sysdeps.h: renamed _dbus_xxx_pipe to _dbus_pipe_xxx,
476         completed _dbus_pipe support. 
477
478 2007-03-10  Ralf Habacker  <ralf.habacker@freenet.de>
479
480         * dbus/dbus-sysdeps.h (_dbus_listen_tcp_socket):
481         changed type or port to pointer, because the port is given back.
482
483         * dbus/dbus-server-socket.c (_dbus_server_new_for_tcp_socket):
484         implemented returning tcp port. Skipping port parameter
485         and non integer port values in config <listen> statement
486         needs more effort.
487
488         * dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps-win.c
489         (_dbus_listen_tcp_socket): return the real used tcp port.
490
491         * bus/dbus-daemon.1.in: added <listen> tcp examples
492
493 2007-03-09  Ralf Habacker  <ralf.habacker@freenet.de>
494
495         * cmake/config.h.cmake: win32 msvc bug fix
496
497 2007-03-09  Ralf Habacker  <ralf.habacker@freenet.de>
498
499         * cmake/config.h.cmake: fixed DBUS_WINxx defines,
500         using _WINCE does not work.
501
502 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
503
504         * dbus-win.patch: removed _dbus_write_pipe() patch, it is now 
505         committed.
506
507 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
508
509         * bus/bus.c, dbus/dbus-sysdeps-unix.c, dbus/dbus-sysdeps.h:
510         rename pipe related write() function calls to _dbus_write_pipe().
511
512 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
513
514         * dbus-win.patch: added bus/config-loader-libexpat.c patch, 
515         uses DBUS_WIN for alls win32 related #ifdefs, 
516         some minor cleanups
517
518 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
519
520         * dbus-win.patch: updated patch for bus/dispatch.c.
521
522 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
523
524         * dbus-win.patch: dbus-connection.c (dbus_connection_get_unix_user,
525         dbus_connection_get_unix_process_id): Let return them valid user id's, 
526         otherwise bus-test fails. How to replace on win32 ?.
527         
528         * dbus/dbus-sysdeps-win.c (fill_win_user_info_homedir):
529         fix memory leak.
530
531 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
532
533         * dbus/dbus-sysdeps-win.c (_dbus_win_set_error_from_win_error):
534         use dbus friendly error name.
535         (fill_win_user_info_homedir): print user name in error case too.
536
537 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
538
539         * cmake/ConfigureChecks.cmake: fixed socketpair check
540
541 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
542
543         * bus/dispatch.c: disabled segfault test on win32 for now
544
545 2007-03-08  Ralf Habacker  <ralf.habacker@freenet.de>
546
547         * configure.in, cmake/ConfigureChecks.cmake: added check 
548         for setrlimit. 
549         * test/test-segfault.c: only include setrlimit stuff only 
550         when available.  
551
552 2007-03-07  Ralf Habacker  <ralf.habacker@freenet.de>
553
554         * test/test-segfault.c: unix compile fix.
555         * dbus-win.patch: removed obsolate patches.
556
557 2007-03-07  Ralf Habacker  <ralf.habacker@freenet.de>
558
559         * bus/activation.c: removed obsolate include header.
560         * test/test-segfault.c: win32 compile fix, rlimit 
561         isn't available on win32.
562         * dbus-win.patch: removed some more patches, they
563         are applied or obsolate 
564
565 2007-03-06  Ralf Habacker  <ralf.habacker@freenet.de>
566
567         * bus-win.patch: fixes unix listen problems, dbus-test 
568         now runs.
569
570 2007-03-06  Ralf Habacker  <ralf.habacker@freenet.de>
571
572         * cmake/dbus/CMakeLists.txt,cmake/bus/CMakeLists.txt,
573         cmake/CMakeLists.txt: win32 compile fix
574
575 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
576
577         * dbus-win.patch, README.win: added available win32 
578         patches from windbus project (http://sf.net/projects/windbus)
579
580 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
581
582         * bus/activation.c: (bus_activation_activate_service):
583         fixed call to _dbus_spawn_async_with_babysitter().
584
585 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
586
587         * dbus/dbus-spawn.c,dbus/dbus-spawn.h (_dbus_spawn_async_with_babysitter):
588         added environment pointer as function parameter, used on win32.
589
590         * test/spawn-test.c: fixed call to above mentioned function.
591
592 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
593
594         * configure.in,test/test-sleep-forever.c,test/test-names.c: 
595         added configure check for unistd.h.
596
597 2007-03-04  Ralf Habacker  <ralf.habacker@freenet.de>
598
599         * test/Makefile.am: fixed test data copy problem in 
600         out of source build, when sources came from svn or cvs. 
601
602 2007-03-03  Ralf Habacker  <ralf.habacker@freenet.de>
603
604         * dbus/*-win.*,bus/*-win.*: added win32 platform related
605         files. These files are only added to the cmake build system.  
606         The missing dbus-win.patch file will be added later. 
607
608 2007-03-03  Ralf Habacker  <ralf.habacker@freenet.de>
609
610         * cmake: new directory, contains cmake build support.
611         See http://www.cmake.org for more informations.
612         Currently only unix will be buildable because some 
613         win32 required files are still missing. 
614
615 2007-03-03  Thiago Macieira  <thiago@kde.org>
616
617         * dbus/dbus-sysdeps-unix.c: capture the dbus-launch stderr
618         output and add it to the DBusError message we return.
619
620         * tools/dbus-launch.1:
621         * tools/dbus-launch.c: Add option --close-stderr to, well,
622         close stderr before starting dbus-daemon.
623
624 2007-01-31  Havoc Pennington  <hp@redhat.com>
625
626         * bus/dbus-daemon.1.in: write a section in the man page on running
627         a test daemon for debugging purposes
628
629 2007-01-26  Havoc Pennington  <hp@redhat.com>
630
631         * bus/session.conf.in: override all the default limits with much
632         higher limits on the session bus, there is no reason the session
633         bus should have low limits
634
635         * bus/config-parser.c (bus_config_parser_new): increase default
636         limits so they are less likely to be hit; in particular the max
637         replies per connection was way too low
638
639 2006-01-25  Simon McVittie  <simon.mcvittie@collabora.co.uk>
640
641         * doc/dbus-tutorial.xml: Replace Python section of tutorial with
642         a pointer to the tutorial maintained as part of dbus-python
643
644 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
645
646         * dbus/dbus-sysdeps-unix.c: unix compile fix, moved 
647         atomic_exchange_and_add() from dbus/dbus-sysdeps.c 
648         to here, it's used by _dbus_atomic_inc() and _dbus_atomic_dec().
649
650 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
651
652         * tools/dbus-monitor.c: gettimeofday() is not available 
653         on windows so we have to provide our own. It's taken from 
654         lgpl'd kdewin32 package. - Patches from Christian Ehrlicher
655
656 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
657
658         * dbus/dbus-sysdeps-unix.c: moved _dbus_atomic_inc/dec() 
659         from dbus/dbus-sysdeps.c, windows version of _dbus_atomic_inc/dec() 
660         is in dbus-sysdeps-win.c (not in this patch).
661
662         * dbus/dbus-sysdeps.h: DBusAtomic::value is long on windows to fit 
663         with InterlockedInc/Decrement. 
664         - Patches from Christian Ehrlicher
665         
666 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
667
668         * tools/dbus-send.c, tools/dbus-monitor.c: win32 compile fix.
669
670 2006-12-31  Ralf Habacker  <ralf.habacker@freenet.de>
671
672         * dbus/dbus-marshal-recursive.c (type DBusTypeReaderClass):
673         fix mispaced const statement. - Patch from Peter Kümmel
674
675 2006-12-19  Ray Strode  <rstrode@redhat.com>
676
677         * bus/bus.c (process_config_every_time):
678         don't overwrite existing bus context activation object
679         until after we've checked that the new activation is
680         valid.
681
682         * bus/main.c 
683         (signal_handler), (handle_reload_watch):
684         don't call exit() on failure, instead make do and keep
685         going.
686         (close_reload_pipe): new function to turn off
687         hangup-causes-config-reload behavior if an unexpected
688         error occurs
689
690 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
691
692         * dbus/dbus-sysdeps-win-thread.c (_dbus_condvar_wait_win32):
693         correctness fix. - Patch from Christian Ehrlicher
694
695 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
696
697         * dbus/dbus-internals.h: msvc also knows about __FUNCTION__, 
698         we should also use it. - Patch from Christian Ehrlicher
699
700 2006-12-13  Ralf Habacker  <ralf.habacker@freenet.de>
701   
702         * dbus-sysdeps-util.c: added win32 related tests
703
704 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
705
706         * dbus/dbus-string.c (_dbus_string_pop_line),
707         bus/desktop-file.c (parse_section_start,
708         parse_comment_or_blank,parse_key_value,): uses
709         _dbus_string_find_eol() to support platform independent eol style.
710
711 2006-12-12  Ralf Habacker  <ralf.habacker@freenet.de>
712
713         * dbus/dbus-string.[ch] (_dbus_string_find_eol): new function. 
714         * dbus/dbus-string-util.c (_dbus_string_test): added testcases for 
715               _dbus_string_find_eol().
716         Approved by: Havoc Pennington.
717
718 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
719
720         * configure.in: Added switch to disable user_database caching.
721
722         * dbus/dbus-userdb-util.c, dbus/dbus-userdb.c: Add ifdefs to
723         be able disable user_dabase caching.
724
725 2006-12-12  Tim Dijkstra <tim@famdijkstra.org>
726
727         * bus/bus.c, bus/bus.h: Remove DBusUserDatabase from the BusContext 
728         struct. It is unnecessary we have a global one already. Also remove 
729         bus_context_get_user_database function, it is no longer needed.
730         Flush the global database on reload.
731
732         * dbus/dbus-userdb-util.c: Replace _dbus_user_database_get_groups 
733         with _dbus_groups_from_uid. It no longer needs a DBusUserDatabase.
734
735         * dbus/dbus-userdb.c, dbus/dbus-userdb.h: 
736         Add _dbus_user_database_flush_system. 
737         Make more functions DBUS_USERDB_INCLUDES_PRIVATE. 
738         Small unrelated change in _dbus_is_a_number: change 
739         _dbus_string_parse_int to _dbus_string_parse_uint. 
740
741         * bus/connection.c: Change call to _dbus_user_database_get_groups to 
742         _dbus_groups_from_uid.
743
744         * bus/policy.c, bus/policy.h: Change call to 
745         _dbus_user_database_get_groups to _dbus_groups_from_uid. Remove 
746         DBusUserDatabase from bus_policy_allow_user prototype, it no longer 
747         needs it.
748
749 2006-12-12  John (J5) Palmieri  <johnp@redhat.com>
750
751         * bus/signal.c: Fix match_rule_equal errata
752         (CVE-2006-6107 - Patch from Kimmo Hämäläinen 
753         <kimmo.hamalainen@nokia.com>)
754
755 2006-11-19  Thiago Macieira  <thiago@kde.org>
756
757         * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_mutex_lock,
758         _dbus_pthread_condvar_wait,
759         _dbus_pthread_condvar_wait_timeout): set pmutex->holder to
760         pthread_self() after coming back from a conditional variable
761         wait as well as in one codepath where it was forgotten.
762         Approved by: Havoc Pennington.
763
764 2006-11-17  Havoc Pennington  <hp@redhat.com>
765
766         * update-dbus-docs.sh: allow setting fd.org username via env
767         variable. Make it run autogen with --enable-xml-docs=yes
768         --enable-doxygen-docs=yes so configure will fail if the required
769         tools are missing.
770
771 2006-11-17  Havoc Pennington  <hp@redhat.com>
772
773         * doc/dbus-faq.xml: minor FAQ tweaks
774
775 2006-11-14  Havoc Pennington  <hp@redhat.com>
776         
777         * dbus/dbus-misc.c, dbus/dbus-misc.h: Move
778         dbus_get_local_machine_id() to its own file, no substantive
779         changes. There are a couple other things we might want to add that
780         are "misc" so moving out of dbus-connection.[hc] which is big
781         enough already.
782         
783 2006-11-14  Havoc Pennington  <hp@redhat.com>
784
785         * dbus/dbus-internals.c (_dbus_generate_uuid): The spec said the
786         UUID had the timestamp last, but the implementation had it first;
787         move it to last since I think it's a tiny bit nicer (easier to
788         compare at a glance, faster to sort, less code), and will not
789         cause any practical compatibility problems. Also, always convert
790         the timestamp to big endian.
791
792         * doc/dbus-specification.xml: Clean up the docs on the UUID.
793
794         * tools/dbus-uuidgen.1: more prominently say it is not suitable
795         as a replacement for regular uuidgen/RFC4122.
796
797 2006-11-14  John (J5) Palmieri  <johnp@redhat.com>
798
799         * dbus/dbus-threads.h: fix DBUS_THREAD_FUNCTIONS_ALL_MASK to have
800         the correct value so we don't assert when initalizing recursive threads
801
802         * test/name-test/test-thread-init.c: call dbus_threads_init_default
803         instead of _dbus_threads_init_debug since it is more of a real world
804         test
805