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