summaryrefslogtreecommitdiff
path: root/src/shared/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* fileio: split write_one_line_file into twoZbigniew Jędrzejewski-Szmek2013-05-061-9/+14
* fileio: unify how we chop off whitespace from key and value in parse_env_file...Lennart Poettering2013-04-241-16/+30
* fileio.c: do not parse comments after non-whitespace charsHarald Hoyer2013-04-181-4/+5
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-181-2/+2
* core/execute: report invalid environment variables from filesHarald Hoyer2013-04-171-20/+14
* fileio:parse_env_file_internal() fix environment file parsingHarald Hoyer2013-04-171-2/+4
* fileio: also escape $ and ` when writing out env varsMantas Mikulėnas2013-04-171-2/+2
* fileio: don't check for errors more often than really necessaryLennart Poettering2013-04-031-15/+5
* fileio: write proper env var write-out codeLennart Poettering2013-04-031-4/+33
* shared: rework env file readerLennart Poettering2013-04-031-108/+287
* util: rename write_one_line_file() to write_string_file()Lennart Poettering2013-04-031-2/+2
* Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek2013-03-291-1/+1
* fileio: use _cleanup_Zbigniew Jędrzejewski-Szmek2013-03-131-6/+5
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+383