4299eb3c0907100fe95d2986984b48d40cc52841 |
|
08-Jul-2015 |
Daniel Erat <derat@google.com> |
Incorporate upstream changes to v1.6.8. Squash upstream commits up to and including the v1.6.8 release (upstream commit 1cad15cc). This repository's changes from upstream are now limited to: - addition of Android.mk, CleanSpec.mk, config.h, and NOTICE files - addition of dbus/dbus-arch-deps.h and removal from dbus/.gitignore (ebae2d21, f022f55d) - WANT_PIDFILE #ifdefs added to bus/bus.c to disable writing dbus-daemon's PID to a file (3100d06a) - TRACE_LOCKS set to 0 in dbus/dbus-connection.c (88a0ffe5) - DBUS_ANDROID_LOG added to dbus/dbus-internals.c to use logcat (7de15def) - ANDROID_MANAGED_SOCKET added to dbus/dbus-sysdeps-unix.c to use an SELinux-managed socket rather than a dbus-daemon-created Unix domain socket (3100d06a) Bug: 22328216 Change-Id: I793ebdf963d9b0740f0da28f1de593d088f08406
/external/dbus/bus/config-parser-common.c
|
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/bus/config-parser-common.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/bus/config-parser-common.c
|
63196f69c420f55fbb1fa76adaa41877f7f06d7b |
|
28-Apr-2009 |
Thiago Macieira <thiago@kde.org> |
Merge branch 'dbus-1.2' Conflicts: bus/bus.c bus/config-parser-common.c bus/config-parser-common.h bus/config-parser.c bus/connection.c bus/dbus-daemon.1.in dbus/dbus-marshal-validate-util.c dbus/dbus-marshal-validate.c dbus/dbus-sysdeps-util-unix.c test/name-test/tmp-session-like-system.conf
|
6663d1dd35f94717209cd6fca86045bca853ef79 |
|
10-Nov-2008 |
Matt McCutchen <matt@mattmccutchen.net> |
Bug 18446: Keep umask for session bus Signed-off-by: Colin Walters <walters@verbum.org>
/external/dbus/bus/config-parser-common.c
|
69ed32cbccbec9d613447cb64e9d7b1ffa11ce3c |
|
10-Dec-2008 |
Colin Walters <walters@verbum.org> |
Add syslog of security denials and configuration file reloads We need to start logging denials so that they become more easily trackable and debuggable.
/external/dbus/bus/config-parser-common.c
|
bb2a464067c6843320f367b590b0e4cb00225e50 |
|
10-Dec-2008 |
Colin Walters <walters@verbum.org> |
Add syslog of security denials and configuration file reloads We need to start logging denials so that they become more easily trackable and debuggable.
/external/dbus/bus/config-parser-common.c
|
07a4ad4b04702fc384b324e5f902a5b2279b0c25 |
|
12-Nov-2008 |
Dennis Kaarsemaker <dennis@kaarsemaker.net> |
Bug 15393 - support allow_anonymous config variable * bus/bus.c: Set allow_anonymous if specified from parser. * bus/config-parser.c: Parse it. * bus/config-parser-common.h: Declare it. Signed-off-by: Colin Walters <walters@verbum.org>
/external/dbus/bus/config-parser-common.c
|
0314e701c812565bd7bdac548cadfea5d310d66c |
|
10-Nov-2008 |
Matt McCutchen <matt@mattmccutchen.net> |
Bug 18446: Keep umask for session bus Signed-off-by: Colin Walters <walters@verbum.org>
/external/dbus/bus/config-parser-common.c
|
dd8f96b8af8e079bc0292375cfd5da9625b7b5dd |
|
24-Jul-2007 |
Richard Hughes <richard@hughsie.com> |
2007-07-24 Richard Hughes <richard@hughsie.com> * bus/config-parser-common.c: (bus_config_parser_element_name_to_type), (bus_config_parser_element_type_to_name): * bus/config-parser-common.h: We don't want to run the whole config parser with all it's deps in the setuid program. We need to implement a stripped down config parser just for the launcher, and to do so I need some common functions and defines; add them here.
/external/dbus/bus/config-parser-common.c
|