summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2011-08-30service: change default stdout/stderr to syslogLennart Poettering
2011-08-30stdout-bridge: rename logger to stdout-syslog-bridge to make it more descriptiveLennart Poettering
2011-08-29man: fix securebits docsLennart Poettering
2011-08-24update TODOLennart Poettering
2011-08-24update TODOLennart Poettering
2011-08-23cgroup: optionally mount a specific cgroup controllers together, and add ↵Lennart Poettering
cpu+cpuacct to the default
2011-08-21update TODOLennart Poettering
2011-08-03update TODOKay Sievers
2011-08-02exec: introduce PrivateNetwork= process option to turn off network access to ↵Lennart Poettering
specific services
2011-08-02update TODOLennart Poettering
2011-08-02update TODOLennart Poettering
2011-08-01update TODOLennart Poettering
2011-08-01umask: set umask of a number of sockets by default, even though we check ↵Lennart Poettering
creds on connections
2011-07-31update TODOLennart Poettering
2011-07-29update TODOLennart Poettering
2011-07-29update TODOKay Sievers
2011-07-27update TODOLennart Poettering
2011-07-27update TODOLennart Poettering
2011-07-26sd-login: add new call sd_seat_can_multi_session()Lennart Poettering
2011-07-25sysctl: apply network specific sysctls to each network card as they appearLennart Poettering
2011-07-25systemctl: hook up new install logicLennart Poettering
This adds a number of new options to systemctl, for presets, reenabling, masking/unmask, and runtime operations.
2011-07-23manager: add log control via RT signalsLennart Poettering
2011-07-23util: user parse_uid() wherever applicableLennart Poettering
2011-07-22sd-login: beef up login api, to add monitoring and enumeratingLennart Poettering
2011-07-22update TODOLennart Poettering
2011-07-15logind: enable PowerOff/Reboot callsLennart Poettering
2011-07-15update TODOLennart Poettering
2011-07-14logind: introduce libsystemd-login.so as fast path to access logind dataLennart Poettering
2011-07-14systemctl: don't try rebooting with /dev/initcl if Upstart workedLennart Poettering
2011-07-13nspawn: compress mount table a bitLennart Poettering
2011-07-13consolidate TODOLennart Poettering
2011-07-12unit: introduce ConditionFileIsExecutable= and use it where we check for a ↵Lennart Poettering
binary we'll spawn
2011-07-12tmpfiles: allow creation of named pipes with tmpfilesLennart Poettering
2011-07-12update TODOLennart Poettering
2011-07-12sysctl: support application of sysctl subtreesLennart Poettering
2011-07-12build-sys: add a number of missing header files to EXTRA_DISTLennart Poettering
2011-07-11update TODOLennart Poettering
2011-07-08acl: two tag matching is not going to be available in libudevLennart Poettering
2011-07-08loginctl: add various introspection functionsLennart Poettering
2011-07-07path,unit: support globbing in conditions and path unitsLennart Poettering
2011-07-07update TODOLennart Poettering
2011-07-05update TODOLennart Poettering
2011-07-05udev: pull in printer.target from all kinds of printersLennart Poettering
2011-07-05logind: write rules files atomicallyLennart Poettering
2011-07-05update todoLennart Poettering
2011-07-02tmpfiles: don't exit with an error code if we cannot access all filesLennart Poettering
This is just to avoid confusion if people use stuff like FUSE file systems or SELinux which might disallow access to files even if tmpfiles is running as root. We still log away if we cannot access a file, but we do not return a failure exit code in the end.
2011-07-01nspawn: better use setresuid() instead of setreuid()Lennart Poettering
2011-07-01unit: support wildcards in Environment=, EnvironmentFile=Lennart Poettering
2011-06-29acl: libudev currently doesn't handle properly enumerator matches with ↵Lennart Poettering
multiple tags, so avoid using them for now
2011-06-27update TODOLennart Poettering