summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.c
Commit message (Expand)AuthorAge
* networkd: make IP forwarding for IPv4 and IPv6 individually configurableLennart Poettering2015-01-13
* conf-parse: make syntax logging functions behave more like other log functonsLennart Poettering2015-01-07
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: more log_*_errno() conversions, multiline callsMichal Schmidt2014-11-28
* log: fix order of log_unit_struct() to match other logging callsLennart Poettering2014-11-28
* log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering2014-11-27
* logind: Support logind.conf.d directories in the usual search pathsJosh Triplett2014-11-26
* config-parser: fix mem leakThomas Hindoe Paaboel Andersen2014-08-31
* Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek2014-07-31
* Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek2014-07-16
* Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek2014-07-15
* Do not unescape unit names in [Install] sectionMichal Sekletar2014-05-26
* conf-parser: never consider it an error if we cannot load a drop-in file beca...Lennart Poettering2014-05-22
* conf-parser: silently ignore sections starting with "X-"Michael Marineau2014-05-17
* Do not print invalid UTF-8 in error messagesZbigniew Jędrzejewski-Szmek2014-03-04
* Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek2014-03-04
* conf-parser: minor optimization in config_parse_string()Lennart Poettering2014-03-03
* conf-parser: drop special casing in config_parse_path()Lennart Poettering2014-03-03
* conf-parser: config_parse_path_strv() is not generic, so let's move it into l...Lennart Poettering2014-03-03
* core: move config_parse_set_status() into load-fragment.cLennart Poettering2014-03-03
* core: move ShowStatus type into the coreLennart Poettering2014-03-03
* conf-parse: rename config_parse_level() to config_parse_log_level()Lennart Poettering2014-03-03
* core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering2014-02-23
* man: don't document ".include" in configuration files anymore as first step t...Lennart Poettering2014-02-21
* conf-parser: warn when we open configuration files with weird access bitsLennart Poettering2014-02-03
* manager: add systemd.show_status=auto modeZbigniew Jędrzejewski-Szmek2014-01-27
* conf-parser: distinguish between multiple sections with the same nameTom Gundersen2013-11-25
* conf-parser: don't leak section namesTom Gundersen2013-11-20
* Remove dead code and unexport some callsLennart Poettering2013-11-08
* udev: link-config - add proper parsingTom Gundersen2013-10-29
* "-" prefix for InaccessibleDirectories and ReadOnlyDirectoriesMaciej Wereski2013-08-23
* conf-parser: restrict .include usageLennart Poettering2013-04-25
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* Report about syntax errors with metadataZbigniew Jędrzejewski-Szmek2013-04-17
* conf-parser: generate 7 parsing functions from a macroZbigniew Jędrzejewski-Szmek2013-04-17
* fileio: in envfiles, do not skip lines following empty linesZbigniew Jędrzejewski-Szmek2013-04-13
* Use _cleanup_ when reading config filesZbigniew Jędrzejewski-Szmek2013-04-05
* util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering2013-04-03
* conf-parser: when we parse a string list, always fill in somethingLennart Poettering2013-03-23
* bootchart: use conf-parser & CamelCase names in .confThomas Hindoe Paaboel Andersen2013-02-14
* core: properly validate environment data from Environment= lines in unit filesLennart Poettering2013-02-11
* units: for all unit settings that take lists, allow the empty string for rese...Lennart Poettering2013-01-17
* shared, libsystemd-daemon: check for empty strings in strto*l conversionsMichal Schmidt2012-10-30
* conf-parser: don't unescape parsed configuration strings by defaultLennart Poettering2012-09-17
* conf-parser: make parsing exit status lists non-fatalLennart Poettering2012-08-16
* conf-parser: simplify a few things by using set_ensure_allocated() rather tha...Lennart Poettering2012-08-14
* service: add options RestartPreventExitStatus and SuccessExitStatusLukas Nykryn2012-08-14
* util: rename join() to strjoin()Lennart Poettering2012-07-13
* journal: allow setting of a cutoff log level for disk storage, syslog, kmsg, ...Lennart Poettering2012-06-01