summaryrefslogtreecommitdiff
path: root/bus/config-parser.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-15Prefer to use _dbus_test_fatal() for assertion failures in testsSimon McVittie1-35/+35
2017-11-15Embedded tests: Emit TAP diagnostics instead of printfSimon McVittie1-26/+27
2017-11-15Remove commented-out printf debuggingSimon McVittie1-14/+0
2017-09-25config-parser: Fail on impossible send_broadcast/send_destination pairSimon McVittie1-0/+13
2017-07-28policy: Add max_fds, min_fds qualifiers for send, receive rulesSimon McVittie1-3/+74
2017-07-28Add send_broadcast as an attribute of <allow> and <deny> elementsSimon McVittie1-1/+26
2017-07-28config-parser: Clarify how <allow>, <deny> attributes workSimon McVittie1-109/+85
2017-04-07config-parser tests: explicitly skip non-comparable elementsSimon McVittie1-1/+22
2017-04-07config-parser: assert elements are of a known typeSimon McVittie1-0/+2
2017-04-07config-parser: treat impossible policy type as IGNOREDSimon McVittie1-0/+1
2017-02-21config-parser: Add transient service directoriesSimon McVittie1-8/+71
2017-02-21config-parser: Store service directories in structsSimon McVittie1-27/+175
2017-02-21bus_config_parser_get_watched_dirs: Turn into a helper functionSimon McVittie1-0/+76
2017-02-20config-parser test: Exercise the full config-parserSimon McVittie1-19/+35
2017-02-20config-parser: Don't use dbus_setenv() to test service directoriesSimon McVittie1-19/+55
2017-02-20config-parser: Simplify test for standard session service dirsSimon McVittie1-21/+0
2017-02-20config-parser: Remove dead code from system service dirs testSimon McVittie1-40/+0
2017-02-17config-parser: Fix indentationSimon McVittie1-4/+4
2017-02-17config-parser: Eliminate duplicate functionalitySimon McVittie1-14/+7
2016-10-13Be more const-correctSimon McVittie1-1/+1
2016-10-10Remove unused functions from Windows buildsThomas Zimmermann1-32/+3
2016-09-30Remove trailing newlines from _dbus_warn, _dbus_warn_check_failedSimon McVittie1-13/+13
2016-09-30_dbus_logv: configurably log to syslog and/or stderrSimon McVittie1-4/+6
2016-08-12Remove trailing newlines from _dbus_assert_not_reachedSimon McVittie1-2/+2
2016-08-11config-parser: remove unnecessary newline from _dbus_log()Simon McVittie1-1/+1
2016-08-11_dbus_system_log: rename to _dbus_logSimon McVittie1-4/+4
2015-11-06Merge branch 'dbus-1.10'Simon McVittie1-17/+20
2015-11-03Test system bus config files on Unix onlyRalf Habacker1-0/+5
2015-11-02test_default_session_servicedirs: use the intended data directorySimon McVittie1-13/+22
2015-11-02test_default_session_servicedirs: simplify to a single exit code-pathSimon McVittie1-25/+20
2015-11-02Wrap path verbose output with '' to be able to see trailing spaces.Ralf Habacker1-2/+3
2015-10-05Assume that DBUS_DATADIR is absolute on WindowsSimon McVittie1-9/+5
2015-10-05Replace build-time prefix with installation prefix when including config filesSimon McVittie1-3/+7
2015-10-05Use DBusString for all relocation and install-root codeSimon McVittie1-24/+28
2015-04-16include_dir: skip processing on error (CID 54744)Ralf Habacker1-0/+2
2015-02-25Make include_dir non-existing directory, to not be an error.Dimitri John Ledkov1-1/+8
2015-02-18Add apparmor element support to bus config parsingTyler Hicks1-0/+24
2014-11-22Revert "config: change default auth_timeout to 5 seconds"Simon McVittie1-1/+1
2014-09-15config: add new limit: pending_fd_timeoutAlban Crequy1-0/+12
2014-09-15config: change default auth_timeout to 5 secondsAlban Crequy1-1/+1
2014-09-15system bus limit: use max_replies_per_connection=128 by defaultAlban Crequy1-1/+1
2014-01-14Don't forget allow_anonymous when merging configsMatt Hoosier1-0/+3
2013-08-23Export dbus_setenv() as a utility functionSimon McVittie1-4/+5
2013-06-28tests to embedded tests: replaced in dbus-daemonChengwei Yang1-2/+2
2013-04-11Set default maximum number of Unix fds according to OSMatt Fischer1-3/+3
2013-02-12Merge <servicehelper> from included config fileKrzysztof Konopko1-1/+8
2012-03-22test: enforce own_prefix policy rulesAlban Crequy1-2/+61
2012-03-04config parser: add own_prefixAlban Crequy1-21/+36
2012-02-08Explicitly don't search XDG_DATA_DIRS for system services, and document itSimon McVittie1-2/+2
2011-08-05config-parser: don't try to get CommonProgramFiles from the environment on UnixSimon McVittie1-3/+8