chiark / gitweb /
conf-parser: warn when we open configuration files with weird access bits
[elogind.git] / src / shared / fileio.c
2013-12-01 Shawn Landdenfix regression of read_full_file() in fileio.c
2013-12-01 Shawn Landdensystemctl: add "systemctl cat"
2013-10-13 Zbigniew Jędrzejew... Never call qsort on potentially NULL arrays
2013-09-19 Zbigniew Jędrzejew... Add more tests and fix capability logging
2013-09-18 David StraussSpelling fix from later revision of committed patch...
2013-09-18 Zbigniew Jędrzejew... Fix capability logging when effective caps are 0
2013-09-17 Zbigniew Jędrzejew... util: restore get_process_capeff behaviour
2013-09-13 Zbigniew Jędrzejew... Advertise hibernation only if there's enough free swap
2013-08-28 Zbigniew Jędrzejew... Disallow invalid UTF-8 configuration
2013-07-26 Zbigniew Jędrzejew... journalctl: use _COMM= match for scripts
2013-06-27 Lennart Poetteringcore: general cgroup rework
2013-05-06 Zbigniew Jędrzejew... fileio: split write_one_line_file into two
2013-04-24 Lennart Poetteringfileio: unify how we chop off whitespace from key and...
2013-04-18 Harald Hoyerfileio.c: do not parse comments after non-whitespace...
2013-04-18 Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-17 Harald Hoyercore/execute: report invalid environment variables...
2013-04-17 Harald Hoyerfileio:parse_env_file_internal() fix environment file...
2013-04-17 Mantas Mikulėnasfileio: also escape $ and ` when writing out env vars
2013-04-03 Lennart Poetteringfileio: don't check for errors more often than really...
2013-04-03 Lennart Poetteringfileio: write proper env var write-out code
2013-04-03 Lennart Poetteringshared: rework env file reader
2013-04-03 Lennart Poetteringutil: rename write_one_line_file() to write_string_file()
2013-03-29 Zbigniew Jędrzejew... Always use errno > 0 to help gcc
2013-03-14 Zbigniew Jędrzejew... fileio: use _cleanup_
2013-02-14 Harald Hoyerhonor SELinux labels, when creating and writing config...