summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.c
Commit message (Expand)AuthorAgeFilesLines
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-0/+1
* time-util: Introduce parse_sec_def_infinityFilipe Brandenburger2019-02-141-0/+1
* conf-parser: accept whitespaces before commentsYu Watanabe2019-01-081-1/+1
* conf-parser: mention that unknown lvalue is ignoredYu Watanabe2019-01-081-1/+1
* util: drop missing.h from socket-util.hYu Watanabe2018-12-061-1/+2
* conf-parse: use strjoina() where appropriateLennart Poettering2018-11-171-12/+5
* core: remove JoinControllers= configuration settingLennart Poettering2018-11-161-115/+0
* conf-parser: ignore trailing back-slash in commentYu Watanabe2018-11-081-1/+4
* strv: wrap strv_new() in a macro so that NULL sentinel is implicitLennart Poettering2018-10-311-1/+1
* conf-parser,login: logs description of error in parsing sizeYu Watanabe2018-07-031-4/+8
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop !! casts to booleansZbigniew Jędrzejewski-Szmek2018-06-131-1/+1
* conf-parser: simplify conf_parse_path()Yu Watanabe2018-06-131-6/+2
* conf-parser: add config_parse_permille()Marc Kleine-Budde2018-06-091-0/+31
* tree-wide: fix a number of log calls that use %m but have no errno setLennart Poettering2018-06-071-2/+2
* conf-parser: fix memleak (#9177)Yu Watanabe2018-06-041-1/+2
* conf-parser: remove redundant utf8-validity checkYu Watanabe2018-06-041-11/+0
* conf-parse: use free_and_replace()Yu Watanabe2018-06-041-4/+1
* conf-parser: reject utf8-invalid linesYu Watanabe2018-06-041-0/+3
* conf-parse: use path_simplify_and_warn() in config_parse_path()Yu Watanabe2018-06-031-15/+5
* path-util: introduce path_simplify()Yu Watanabe2018-06-031-1/+1
* conf-parser: introduce DEFINE_CONFIG_PARSE*() macrosYu Watanabe2018-05-311-28/+1
* conf-parser: add a bit more whitespaceLennart Poettering2018-05-291-1/+5
* conf-parser: shorten config_parse_string() by using free_and_strdup() and emp...Lennart Poettering2018-05-171-11/+3
* core: move config_parse_limit() to the generic conf-parser.[ch]Lennart Poettering2018-05-171-0/+40
* conf-parser: accept trailing backslash at the end of the file (#8941)Filipe Brandenburger2018-05-091-0/+21
* util: rename signal_from_string_try_harder() to signal_from_string()Yu Watanabe2018-05-031-1/+1
* conf-parse: add a generic config_parse_mtu() conf file parser functionLennart Poettering2018-04-261-0/+35
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* conf-parse: small prettificationLennart Poettering2018-03-211-3/+4
* conf-parser: let's explicitly deprecate .include in unit filesLennart Poettering2018-03-211-0/+4
* shared/conf-parser: fix outdated commentZbigniew Jędrzejewski-Szmek2018-03-211-1/+1
* systemd-link: Remove UDP Fragmentation Offload support. (#8183)Rosen Penev2018-03-181-0/+31
* core: drop unnecessary __useless_struct_to_allow_trailing_semicolon__Zbigniew Jędrzejewski-Szmek2018-03-061-2/+1
* pid1: do not initialize join_controllers by defaultZbigniew Jędrzejewski-Szmek2018-02-191-0/+11
* Move config_parse_join_controllers to shared, add testZbigniew Jędrzejewski-Szmek2018-02-191-0/+105
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* core: implement /run/systemd/units/-based path for passing unit info from PID...Lennart Poettering2017-11-161-3/+5
* conf-parser: reindent some strangely indented function headersLennart Poettering2017-11-131-20/+22
* conf-parser: turn three bool function params into a flags fieldsLennart Poettering2017-11-131-54/+50
* conf-parser: simplify things a bit by using strextend()Lennart Poettering2017-11-131-11/+7
* conf-parse: remove 4K line length limitLennart Poettering2017-09-231-11/+32
* conf-parser: when the empty string assigned to Personality= reset itLennart Poettering2017-09-141-4/+8
* core: don't synthesize empty list when empty string is read in config_parse_s...Lennart Poettering2017-09-141-23/+13
* Merge pull request #6746 from yuwata/parse-empty-stringLennart Poettering2017-09-141-0/+6
|\
| * shared: allow to input empty string to config_parse_path()Yu Watanabe2017-09-051-0/+6
* | exec-util,conf-files: skip non-executable files in execute_directories()Lennart Poettering2017-09-131-2/+2
|/
* core/load-fragment: refuse units with errors in RootDirectory/RootImage/Dynam...Zbigniew Jędrzejewski-Szmek2017-07-111-5/+11