History log of /external/dbus/dbus/dbus-sysdeps-util.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
dbecdeabb20e0ce11121819c63373f0afba57c58 19-Mar-2010 Marcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de> Consistently include <config.h> in all C source files and never in header files.
/external/dbus/dbus/dbus-sysdeps-util.c
5baf2f856a9c6625993234855b07680da1c8916f 11-Jul-2009 Tobias Mueller <fdo-bugs@cryptobitch.de> Bug 21161 - Update the FSF address

No comment.

Signed-off-by: Colin Walters <walters@verbum.org>
/external/dbus/dbus/dbus-sysdeps-util.c
d012387afef0ba02185ebe27bc6bb15551912e92 14-Jul-2007 Havoc Pennington <hp@redhat.com> 2007-07-13 Havoc Pennington <hp@redhat.com>

* Add indent-tabs-mode: nil to all file headers.
/external/dbus/dbus/dbus-sysdeps-util.c
ed57b9c663db89370055c5196e7e0b537647e9ef 13-Jul-2007 Havoc Pennington <hp@redhat.com> 2007-07-12 Havoc Pennington <hp@redhat.com>

* dbus/dbus-sysdeps-util.c (_dbus_sysdeps_test): invert the test
for parsing hex as double to be sure it fails to work

* dbus/dbus-sysdeps.c (_dbus_string_parse_double): don't allow hex numbers.
/external/dbus/dbus/dbus-sysdeps-util.c
ee721d13c455b5780af5989662ff7fca68374327 21-Jun-2007 Havoc Pennington <hp@redhat.com> 2007-06-21 Havoc Pennington <hp@redhat.com>

* dbus/dbus-watch.c (dbus_watch_get_fd): 1) its behavior should
not be the same as before, the ABI has never been declared stable
on Windows and 2) do not commit to cross-platform files without
posting the exact patch to the mailing list

* dbus/dbus-sysdeps-util.c (_dbus_sysdeps_test): as I have pointed
out before, either 0xff needs to work on both platforms, or none
of the dbus code can rely on it working. That means the options
are 1) audit the code for anywhere that relies on 0xff working, if
none found ideally add a test that it *doesn't* work and make unix
reject it explicitly, but in any case this test would go away or
2) make it work on Windows also, then we don't have to figure out
whether we rely on it.

And in either case, post the exact patch to the mailing list and
don't just commit.
/external/dbus/dbus/dbus-sysdeps-util.c
909c8ef4eedf437b43cc78d2e922a3ced3036d1b 21-Jun-2007 Ralf Habacker <ralf.habacker@freenet.de> * dbus/dbus-sysdeps-win.c (_dbus_sysdeps_test): don't check 0xff as floating point, this isn't supported on win32 math implementation
/external/dbus/dbus/dbus-sysdeps-util.c
610a1786da5feb88b9cd8712e8b37d1f9f3b75b9 13-Dec-2006 Ralf Habacker <ralf.habacker@freenet.de> 2006-12-13 Ralf Habacker <ralf.habacker@freenet.de>

* dbus-sysdeps-util.c (_dbus_sysdeps_test): added win32 related tests.
/external/dbus/dbus/dbus-sysdeps-util.c
338c96b4c69c9d870f41aa6d836338d89e6ed9c3 30-Aug-2006 Havoc Pennington <hp@redhat.com> 2006-08-29 Havoc Pennington <hp@redhat.com>

* dbus/dbus-sysdeps-util.c, dbus/dbus-sysdeps-util-unix.c: change
from Ralf Habacker to move UNIX-specific sysdeps into a separate file.
/external/dbus/dbus/dbus-sysdeps-util.c
c1091cbbd2477699dc16f8c8e3d15fea2f68d603 14-Aug-2006 John (J5) Palmieri <johnp@redhat.com> Patches by Kjartan Maraas <kmaraas at gnome dot org>

* bus/services.c (bus_service_list_queued_owners):
Add a pointer cast to fix compiler warning

* dbus/dbus-dataslot.c (_dbus_data_slot_list_get):
return a NULL instead of FALSE since the return type
is not expecting a boolean

* dbus/dbus-marshal-basic.c (_dbus_marshal_test):
Remove unused variable

* dbus/dbus-marshal-recursive-util.c (node_new):
return a NULL instead of FALSE since the return type
is not expecting a boolean

* dbus/dbus-server-debug-pipe.c (_dbus_transport_debug_pipe_new):
Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
because we are expecting a pointer not a boolean

* dbus/dbus-sysdeps-util.c (_dbus_get_tmpdir):
add void as the parameter so some compilers
don't complain

* dbus/dbus-transport-unix.c (_dbus_transport_new_for_domain_socket,
_dbus_transport_new_for_tcp_socket):
Send a NULL into _dbus_transport_new_for_fd instead of a FALSE
because we are expecting a pointer not a boolean

* test/shell-test.c (test_command_line):
cast the second argument to _dbus_list_append to avoid compiler
warnings

* test/test-names.c (main): remove unused variable

* test/test-service.c (check_hello_from_self_reply):
Initialize echo_message and echo_reply to NULL

* test/test-shell-service.c (handle_echo):
Remove unused variable and cast the third parameter passed to
dbus_connection_get_object_path_data to avoid compiler warrnings

* test/name-test/test-names.c (clear_message_queue):
Remove unused function

* test/name-test/test-pending-call-dispatch.c:
Fix format string in printf
/external/dbus/dbus/dbus-sysdeps-util.c
9a3145b9f3cb0d7d570230aaa6193f87e3bea604 09-Aug-2006 John (J5) Palmieri <johnp@redhat.com> These are all patches from Kjartan Maraas <kmaraas at gnome dot org>
with cleanups of bugs found from Coverity reports:

* dbus/dbus-sysdeps-util.c (_dbus_write_pid_file):
close the file on error to avoid a leak

* bus/expirelist.c (bus_expire_list_test):
Check for NULL on dbus_new0

* bus/activation.c (update_directory):
remove dead code

* bus/config-parser.c (merge_service_context_hash, start_selinux_child):
Fix some leaks

* bus/bus.c (process_config_every_time):
Fixed a leak

* bus/desktop-file.c (parse_key_value):
Fixed leak

* bus/selinux.c (bus_selinux_id_table_insert):
Fixed leak
/external/dbus/dbus/dbus-sysdeps-util.c
a2866f736612afc3308a1df33e7902283354e0f9 24-Feb-2006 John (J5) Palmieri <johnp@redhat.com> 2006-02-24 John (J5) Palmieri <johnp@redhat.com>

* patch from Sjoerd Simons <sjoerd at debian.org>:

* dbus/dbus-sysdeps-util.c (_dbus_group_info_free): Moved to
dbus/dbus-sysdeps.c

* dbus/dbus-userdb.c (_dbus_group_info_free_allocated): Don't
call _dbus_group_info_free_allocated which causes infinite loop,
correctly call _dbus_group_info_free
/external/dbus/dbus/dbus-sysdeps-util.c
b1e21dad20a42eb000ec4c850e416a0dc7d63fe6 08-Jul-2005 Joe Shaw <joeshaw@novell.com> 2005-07-08 Joe Shaw <joeshaw@novell.com>

* configure.in: Add a configure option, --with-console-auth-dir

* dbus/dbus-sysdeps-util.c (_dbus_user_at_console): Use the
new setting. Patch from Kay Sievers.
/external/dbus/dbus/dbus-sysdeps-util.c
ca01b211125953bdada46b16729e156a3c365a79 11-May-2005 Colin Walters <walters@verbum.org> 2005-05-11 Colin Walters <walters@verbum.org>

* dbus/dbus-sysdeps-util.c <!HAVE_POSIX_GETPWNAM_R>: Fix
compilation error.
/external/dbus/dbus/dbus-sysdeps-util.c
0e0b8c197da0af602f4f520110feef23987d70ce 08-May-2005 Havoc Pennington <hp@redhat.com> 2005-05-08 Havoc Pennington <hp@redhat.com>

* dbus/dbus-sysdeps-util.c (_dbus_become_daemon): write the
daemon's pid, not the parent's pid, to the file descriptor.
Reported by Taj Morton.
/external/dbus/dbus/dbus-sysdeps-util.c
ae94f92b5d5692dd4f4084ee9b60e3fe6e44fac5 05-Mar-2005 Havoc Pennington <hp@redhat.com> 2005-03-05 Havoc Pennington <hp@redhat.com>

* dbus/dbus-sysdeps.c:
(pseudorandom_generate_random_bytes_buffer): fix to have no return
value
(_dbus_generate_random_bytes_buffer): fix return value

* dbus/dbus-sysdeps-util.c: s/GETPWNAME/GETPWNAM/ so configure
checks actually work, from Tom Parker <fdo@tevp.net>
/external/dbus/dbus/dbus-sysdeps-util.c
7bf62e31a3c820852271768fafc04ba95c31a19f 17-Jan-2005 Havoc Pennington <hp@redhat.com> 2005-01-16 Havoc Pennington <hp@redhat.com>

This is about it on what can be disabled/deleted from libdbus
easily, back below 150K anyhow. Deeper cuts are more work than
just turning the code off as I've done here.

* dbus/dbus-marshal-basic.c (_dbus_pack_int32): we don't need the
signed int convenience funcs

* dbus/dbus-internals.c (_dbus_verbose_real): omit when not in
verbose mode

* dbus/dbus-string-util.c, dbus/dbus-string.c: more breaking
things out of libdbus

* dbus/dbus-sysdeps.c, dbus/dbus-sysdeps-util.c: same

* dbus/dbus-hash.c: purge the TWO_STRINGS crap (well, make it
tests-enabled-only, though it should probably be deleted)

* dbus/dbus-message-util.c: same stuff

* dbus/dbus-auth-util.c: same stuff
/external/dbus/dbus/dbus-sysdeps-util.c