summaryrefslogtreecommitdiffstats
path: root/bus/config-parser-common.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug 21161 - Update the FSF addressTobias Mueller2009-07-101-1/+1
| | | | | | No comment. Signed-off-by: Colin Walters <walters@verbum.org>
* Merge branch 'dbus-1.2'Thiago Macieira2009-04-281-6/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Bug 18446: Keep umask for session busMatt McCutchen2009-01-061-1/+7
| | | | | | | | Signed-off-by: Colin Walters <walters@verbum.org>
| * Add syslog of security denials and configuration file reloadsColin Walters2008-12-121-1/+7
| | | | | | | | | | We need to start logging denials so that they become more easily trackable and debuggable.
* | Add syslog of security denials and configuration file reloadsColin Walters2008-12-121-0/+6
| | | | | | | | | | We need to start logging denials so that they become more easily trackable and debuggable.
* | Bug 15393 - support allow_anonymous config variableDennis Kaarsemaker2008-11-121-0/+6
| | | | | | | | | | | | | | | | | | * 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>
* | Bug 18446: Keep umask for session busMatt McCutchen2008-11-101-0/+6
|/ | | | Signed-off-by: Colin Walters <walters@verbum.org>
* 2007-07-24 Richard Hughes <richard@hughsie.com>Richard Hughes2007-07-241-0/+171
* 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.