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