summaryrefslogtreecommitdiff
path: root/bus/config-parser.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker1-0/+2
2022-11-29Use 'continue' keyword in preference to 'goto' where possibleSimon McVittie1-4/+2
2022-10-10config-parser: no longer get past the last NULL passed to locate_attributesEvgeny Vereshchagin1-2/+2
2020-06-10Normalize C source files to end with exactly one newlineSimon McVittie1-1/+0
2019-04-26dbus-daemon: add send_destination_prefix supportAdrian Szyndela1-3/+26
2018-12-17embedded tests: Conform to the same API for all testsSimon McVittie1-8/+14
2018-08-30bus_config_parser_check_doctype: Remove, unusedSimon McVittie1-19/+0
2018-08-30BusConfigParser test: Check that all limits are equal, not just oneSimon McVittie1-16/+16
2018-08-02Add and use _dbus_list_clear_fullSimon McVittie1-32/+8
2017-12-12bus: Add (unused) settings for resource limits for containersSimon McVittie1-2/+38
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