summaryrefslogtreecommitdiff
path: root/bus/config-parser.c
Commit message (Expand)AuthorAgeFilesLines
* config-parser: Fail on impossible send_broadcast/send_destination pairSimon McVittie2017-09-251-0/+13
* policy: Add max_fds, min_fds qualifiers for send, receive rulesSimon McVittie2017-07-281-3/+74
* Add send_broadcast as an attribute of <allow> and <deny> elementsSimon McVittie2017-07-281-1/+26
* config-parser: Clarify how <allow>, <deny> attributes workSimon McVittie2017-07-281-109/+85
* config-parser tests: explicitly skip non-comparable elementsSimon McVittie2017-04-071-1/+22
* config-parser: assert elements are of a known typeSimon McVittie2017-04-071-0/+2
* config-parser: treat impossible policy type as IGNOREDSimon McVittie2017-04-071-0/+1
* config-parser: Add transient service directoriesSimon McVittie2017-02-211-8/+71
* config-parser: Store service directories in structsSimon McVittie2017-02-211-27/+175
* bus_config_parser_get_watched_dirs: Turn into a helper functionSimon McVittie2017-02-211-0/+76
* config-parser test: Exercise the full config-parserSimon McVittie2017-02-201-19/+35
* config-parser: Don't use dbus_setenv() to test service directoriesSimon McVittie2017-02-201-19/+55
* config-parser: Simplify test for standard session service dirsSimon McVittie2017-02-201-21/+0
* config-parser: Remove dead code from system service dirs testSimon McVittie2017-02-201-40/+0
* config-parser: Fix indentationSimon McVittie2017-02-171-4/+4
* config-parser: Eliminate duplicate functionalitySimon McVittie2017-02-171-14/+7
* Be more const-correctSimon McVittie2016-10-131-1/+1
* Remove unused functions from Windows buildsThomas Zimmermann2016-10-101-32/+3
* Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie2016-09-301-13/+13
* _dbus_logv: configurably log to syslog and/or stderrSimon McVittie2016-09-301-4/+6
* Remove trailing newlines from _dbus_assert_not_reachedSimon McVittie2016-08-121-2/+2
* config-parser: remove unnecessary newline from _dbus_log()Simon McVittie2016-08-111-1/+1
* _dbus_system_log: rename to _dbus_logSimon McVittie2016-08-111-4/+4
* Merge branch 'dbus-1.10'Simon McVittie2015-11-061-17/+20
|\
| * Test system bus config files on Unix onlyRalf Habacker2015-11-031-0/+5
| * test_default_session_servicedirs: use the intended data directorySimon McVittie2015-11-021-13/+22
| * test_default_session_servicedirs: simplify to a single exit code-pathSimon McVittie2015-11-021-25/+20
* | Wrap path verbose output with '' to be able to see trailing spaces.Ralf Habacker2015-11-021-2/+3
* | Assume that DBUS_DATADIR is absolute on WindowsSimon McVittie2015-10-051-9/+5
* | Replace build-time prefix with installation prefix when including config filesSimon McVittie2015-10-051-3/+7
* | Use DBusString for all relocation and install-root codeSimon McVittie2015-10-051-24/+28
|/
* include_dir: skip processing on error (CID 54744)Ralf Habacker2015-04-161-0/+2
* Make include_dir non-existing directory, to not be an error.Dimitri John Ledkov2015-02-251-1/+8
* Add apparmor element support to bus config parsingTyler Hicks2015-02-181-0/+24
* Revert "config: change default auth_timeout to 5 seconds"Simon McVittie2014-11-221-1/+1
* config: add new limit: pending_fd_timeoutAlban Crequy2014-09-151-0/+12
* config: change default auth_timeout to 5 secondsAlban Crequy2014-09-151-1/+1
* system bus limit: use max_replies_per_connection=128 by defaultAlban Crequy2014-09-151-1/+1
* Don't forget allow_anonymous when merging configsMatt Hoosier2014-01-141-0/+3
* Export dbus_setenv() as a utility functionSimon McVittie2013-08-231-4/+5
* tests to embedded tests: replaced in dbus-daemonChengwei Yang2013-06-281-2/+2
* Set default maximum number of Unix fds according to OSMatt Fischer2013-04-111-3/+3
* Merge <servicehelper> from included config fileKrzysztof Konopko2013-02-121-1/+8
* test: enforce own_prefix policy rulesAlban Crequy2012-03-221-2/+61
* config parser: add own_prefixAlban Crequy2012-03-041-21/+36
* Explicitly don't search XDG_DATA_DIRS for system services, and document itSimon McVittie2012-02-081-2/+2
* config-parser: don't try to get CommonProgramFiles from the environment on UnixSimon McVittie2011-08-051-3/+8
* activation: add /lib/dbus-1/system-services to the search path for servicesLennart Poettering2011-07-281-0/+4
* Break up the monster conditional in config-parser so gcov can copeSimon McVittie2011-04-071-91/+90
* Do not use the name ELEMENT_TYPEAndre Heinecke2011-03-071-4/+4