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