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