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