summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.c
AgeCommit message (Expand)Author
2016-09-16shared/conf-parser: add config_parse_many which takes strv with dirsZbigniew Jędrzejewski-Szmek
2016-09-16tree-wide: rename config_parse_many to …_nulstrZbigniew Jędrzejewski-Szmek
2016-08-31networkd: add options to bridge (#4051)Tobias Jungel
2016-07-22Use "return log_error_errno" in more places"Zbigniew Jędrzejewski-Szmek
2016-07-20conf-parser: minor coding style improvementsLennart Poettering
2016-05-09tree-wide: port more code to use ifname_valid()Lennart Poettering
2016-04-17conf-parser: Set EXTRACT_RETAIN_ESCAPE when extracting words (#2917)Dan Nicholson
2016-03-22Ignore BOM in config filesZbigniew Jędrzejewski-Szmek
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-12-06shared: include what we useThomas Hindoe Paaboel Andersen
2015-11-09conf-parser: use extract_first_wordDavid Reynolds
2015-10-27process-util: move a couple of process-related calls overLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out syslog-related calls into syslog-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-09-30conf-parser: make use of DEFINE_PARSER macro to parse mode_tLennart Poettering
2015-09-30log: move log_invalid_utf8() to log.hLennart Poettering
2015-09-30tree-wide: clean up log_syntax() usageLennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-09-09tree-wide: use coccinelle to patch a lot of code to use mfree()Lennart Poettering
2015-09-06nspawn: add new .nspawn files for container settingsLennart Poettering
2015-08-31networkd: dhcp-server - allow configuration of the poolTom Gundersen
2015-07-31tree-wide: introduce mfree()David Herrmann
2015-05-30conf-parser: parsing error logs should show a type not a vartypeRonny Chevalier
2015-04-21log: move log_syntax() into src/shared/log.c, and make it more similar to the...Lennart Poettering
2015-04-10util: unify how we parse mode_t stringsLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-13networkd: make IP forwarding for IPv4 and IPv6 individually configurableLennart Poettering
2015-01-07conf-parse: make syntax logging functions behave more like other log functonsLennart Poettering
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-11-28treewide: more log_*_errno() conversions, multiline callsMichal Schmidt
2014-11-28log: fix order of log_unit_struct() to match other logging callsLennart Poettering
2014-11-27log: add an "error" parameter to all low-level logging calls and intrdouce lo...Lennart Poettering
2014-11-26logind: Support logind.conf.d directories in the usual search pathsJosh Triplett
2014-08-31config-parser: fix mem leakThomas Hindoe Paaboel Andersen
2014-07-31Properly report invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-31Reject invalid quoted stringsZbigniew Jędrzejewski-Szmek
2014-07-16Let config_parse open file where applicableZbigniew Jędrzejewski-Szmek
2014-07-15Constify ConfigTableItem tablesZbigniew Jędrzejewski-Szmek
2014-05-26Do not unescape unit names in [Install] sectionMichal Sekletar
2014-05-22conf-parser: never consider it an error if we cannot load a drop-in file beca...Lennart Poettering
2014-05-17conf-parser: silently ignore sections starting with "X-"Michael Marineau
2014-03-04Do not print invalid UTF-8 in error messagesZbigniew Jędrzejewski-Szmek
2014-03-04Introduce strv_consume which takes ownershipZbigniew Jędrzejewski-Szmek
2014-03-03conf-parser: minor optimization in config_parse_string()Lennart Poettering
2014-03-03conf-parser: drop special casing in config_parse_path()Lennart Poettering
2014-03-03conf-parser: config_parse_path_strv() is not generic, so let's move it into l...Lennart Poettering