summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.c
AgeCommit message (Expand)Author
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
2014-03-03core: move config_parse_set_status() into load-fragment.cLennart Poettering
2014-03-03core: move ShowStatus type into the coreLennart Poettering
2014-03-03conf-parse: rename config_parse_level() to config_parse_log_level()Lennart Poettering
2014-02-23core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering
2014-02-21man: don't document ".include" in configuration files anymore as first step t...Lennart Poettering
2014-02-03conf-parser: warn when we open configuration files with weird access bitsLennart Poettering
2014-01-27manager: add systemd.show_status=auto modeZbigniew Jędrzejewski-Szmek
2013-11-25conf-parser: distinguish between multiple sections with the same nameTom Gundersen
2013-11-20conf-parser: don't leak section namesTom Gundersen