summaryrefslogtreecommitdiff
path: root/bus/config-parser.c
Commit message (Expand)AuthorAgeFilesLines
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-041-0/+2
* Use 'continue' keyword in preference to 'goto' where possibleSimon McVittie2022-11-291-4/+2
* config-parser: no longer get past the last NULL passed to locate_attributesEvgeny Vereshchagin2022-10-101-2/+2
* Normalize C source files to end with exactly one newlineSimon McVittie2020-06-101-1/+0
* dbus-daemon: add send_destination_prefix supportAdrian Szyndela2019-04-261-3/+26
* embedded tests: Conform to the same API for all testsSimon McVittie2018-12-171-8/+14
* bus_config_parser_check_doctype: Remove, unusedSimon McVittie2018-08-301-19/+0
* BusConfigParser test: Check that all limits are equal, not just oneSimon McVittie2018-08-301-16/+16
* Add and use _dbus_list_clear_fullSimon McVittie2018-08-021-32/+8
* bus: Add (unused) settings for resource limits for containersSimon McVittie2017-12-121-2/+38
* Prefer to use _dbus_test_fatal() for assertion failures in testsSimon McVittie2017-11-151-35/+35
* Embedded tests: Emit TAP diagnostics instead of printfSimon McVittie2017-11-151-26/+27
* Remove commented-out printf debuggingSimon McVittie2017-11-151-14/+0
* 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