summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2012-08-23build-sys: prepare release 189systemd/v189Lennart Poettering
2012-08-22service: introduce a proper service result if the start limit is hitLennart Poettering
2012-08-22journalctl: complain if unprivileged users attempt to access the journal and ↵Lennart Poettering
persistant logging is off
2012-08-22unit: add new ConditionHost= condition typeLennart Poettering
2012-08-21journalctl: be more friendly when informing about seal verificationLennart Poettering
2012-08-21update TODOLennart Poettering
2012-08-21update TODOLennart Poettering
2012-08-20journal: make libgcrypt dependency optionalLennart Poettering
2012-08-17journal: set secure deletion flags for FSS fileLennart Poettering
2012-08-14man: extend documentation for RestartPreventExitStatus= and ↵Lennart Poettering
SuccessExitStatus= a bit
2012-08-13journald: initial version of FSPRG hookupLennart Poettering
This adds forward-secure authentication of journal files. This patch includes key generation as well as tagging of journal files, Verification of journal files will be added in a later patch.
2012-08-13update TODOLennart Poettering
2012-08-13update TODOLennart Poettering
2012-08-09update TODOLennart Poettering
2012-08-09update mailmapLennart Poettering
2012-08-09update TODOLennart Poettering
2012-08-08update TODOLennart Poettering
2012-08-08update TODOLennart Poettering
2012-08-08update TODOLennart Poettering
2012-08-08update TODOLennart Poettering
2012-08-08TODO: misleading socket warningKay Sievers
2012-08-07update TODOLennart Poettering
2012-08-07journalctl: include corrupted files in outputLennart Poettering
If a journal file was rotated away because it was corrupted or dirty we should still show its contents via "journalctl".
2012-08-06mount-setup: change system mount propagation to shared by defaultLennart Poettering
In order to make containers work nicely out of the box it is highly desirable to have the mount propagation mode for the root fs is set as "shared" by default so that containers receive system mounts by default. (See mount --make-shared for more information). As it is unlikely that the kernel will change the default to "shared" for this, do this early at boot-up from PID 1. Setups which prefer the default of "private" should undo this change via invoking "mount --make-private /" or a similar command after boot. In the long run /etc/fstab should take the propagation mode as a mount option like any other, so that this may be used to change the default mode. However, if fstab is not around or doesn't list / we still should default to shared as propagation mode, hence this change now.
2012-08-06continue work with error messages, log_oom()Shawn Landden
Adds messages for formally silent errors: new "Failed on cmdline argument %s: %s". Removes some specific error messages for -ENOMEM in mount-setup.c. A few specific ones have been left in other binaries.
2012-08-06update TODOLennart Poettering
2012-08-06TODO: /etc/timezoneKay Sievers
2012-08-03update TODOLennart Poettering
2012-08-03man: document three new cgtop optionsZbigniew Jędrzejewski-Szmek
2012-08-01update TODOLennart Poettering
2012-08-01update TODOLennart Poettering
2012-07-30update TODOKay Sievers
2012-07-29logind: add new loginctl lock-sessions commandLennart Poettering
2012-07-28systemctl: append .service to unit names lacking suffixLennart Poettering
https://bugs.freedesktop.org/show_bug.cgi?id=39386
2012-07-27update TODOLennart Poettering
2012-07-27journalctl: add --priority= switch for filtering by priorityLennart Poettering
2012-07-26journald: log driver messages at LOG_INFOLennart Poettering
2012-07-26update READMELennart Poettering
2012-07-26update TODOKay Sievers
2012-07-25update TODOLennart Poettering
2012-07-25update TODOKay Sievers
2012-07-20update TODOLennart Poettering
2012-07-20build-sys: prepare 187Lennart Poettering
2012-07-19journald: don't choke on journal files with no cutoff dateLennart Poettering
2012-07-18update TODOLennart Poettering
2012-07-18service: make start jobs wait, not fail, when an automatic restart is queuedLennart Poettering
When an automatic restart is already queued, then make subsequent start jobs wait until the restart can be handled (i.e. after the holdhoff time), instead of simply fail.
2012-07-18unit: don't serialize job state, only unit state across switch-rootLennart Poettering
2012-07-17switch-root: don't wait for processesLennart Poettering
When we transition from the initrd to the main system, don't reap processes, so that they can be handled normally after deserialization.
2012-07-17update TODOLennart Poettering
2012-07-17execute: support syscall filtering using seccomp filtersLennart Poettering