summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* conf-parser: fix wrong argument given to log_syntax_invalid_utf8Ronny Chevalier2017-05-141-1/+1
* config parser: Introduce config_parse_ip_portSusant Sahani2017-04-291-0/+37
* config parser: Introduce config_parse_uint8Susant Sahani2017-04-251-0/+1
* tree-wide: drop unneded WHITESPACE param to extract_first_wordZbigniew Jędrzejewski-Szmek2016-11-051-1/+1
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+1
* shared/conf-parser: add config_parse_many which takes strv with dirsZbigniew Jędrzejewski-Szmek2016-09-161-8/+52
* tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek2016-09-161-7/+9
* networkd: add options to bridge (#4051)Tobias Jungel2016-08-311-0/+1
* Use "return log_error_errno" in more places"Zbigniew Jędrzejewski-Szmek2016-07-221-2/+1
* conf-parser: minor coding style improvementsLennart Poettering2016-07-201-2/+4
* tree-wide: port more code to use ifname_valid()Lennart Poettering2016-05-091-0/+38
* conf-parser: Set EXTRACT_RETAIN_ESCAPE when extracting words (#2917)Dan Nicholson2016-04-171-1/+1
* Ignore BOM in config filesZbigniew Jędrzejewski-Szmek2016-03-221-4/+9
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* shared: include what we useThomas Hindoe Paaboel Andersen2015-12-061-3/+5
* conf-parser: use extract_first_wordDavid Reynolds2015-11-091-14/+14
* process-util: move a couple of process-related calls overLennart Poettering2015-10-271-1/+2
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-2/+3
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-6/+8
* conf-parser: make use of DEFINE_PARSER macro to parse mode_tLennart Poettering2015-09-301-49/+23
* log: move log_invalid_utf8() to log.hLennart Poettering2015-09-301-3/+3
* tree-wide: clean up log_syntax() usageLennart Poettering2015-09-301-26/+21
* tree-wide: never use the off_t unless glibc makes us use itLennart Poettering2015-09-101-15/+13
* tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering2015-09-091-2/+1
* nspawn: add new .nspawn files for container settingsLennart Poettering2015-09-061-2/+94