X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=b894e235ed89f381d16b36d0114ac9aaf944041c;hp=08c78c59259bdc5d12d5ea270e51d388300c0370;hb=eb33a6f858c2cd39dcf9c2f39514c9f83ed040fe;hpb=5a2e420c1f0961c2819d0c5e35bcf911a7ba559d diff --git a/TODO b/TODO index 08c78c592..b894e235e 100644 --- a/TODO +++ b/TODO @@ -27,8 +27,6 @@ External: Features: -* move notify sockets to the file system, so that PrivateNetwork= doesn't conflict with sd_notify() usage - * add bus api to query unit file's X fields. * consider adding RuntimeDirectoryUser= + RuntimeDirectoryGroup= @@ -49,8 +47,6 @@ Features: * support transient mount units -* Imply DevicePolicy=closed when PrivateDevices= is used - * add an "input" group to udev logic and add all input devices to it * machined: provide calls GetMachineByAddress() on the manager @@ -228,10 +224,10 @@ Features: * after all byte-wise realloc() is slow, even on glibc, so i guess we need manual exponential loops after all -* BootLoaderSpec: drop allowing ext234 for $BOOT. Clarify that the - kernel has to be in $BOOT. Clarify that the boot loader should be - installed to the ESP. Define a way how an installer can figure out - whether a BLS compliant boot loader is installed. +* BootLoaderSpec: Clarify that the kernel has to be in $BOOT. Clarify + that the boot loader should be installed to the ESP. Define a way + how an installer can figure out whether a BLS compliant boot loader + is installed. * think about requeuing jobs when daemon-reload is issued? usecase: the initrd issues a reload after fstab from the host is accessible @@ -281,7 +277,6 @@ Features: - logind: wakelock/opportunistic suspend support - Add pretty name for seats in logind - logind: allow showing logout dialog from system? - - logind: add equivalent to sd_pid_get_owner_uid() to the D-Bus API - we should probably handle SIGTERM/SIGINT to not leave dot files around, just in case - session scopes/user unit: add RequiresMountsFor for the home directory of the user - add Suspend() bus calls which take timestamps to fix double suspend issues when somebody hits suspend and closes laptop quickly. @@ -394,7 +389,6 @@ Features: - calendarspec: support value ranges with ".." notation. Example: 2013-4..8-1 - when parsing calendar timestamps support the UTC timezone (even if we won't support arbitrary timezone specs, support UTC itself certainly makes sense), also support syntaxes such as +0200 - Modulate timer frequency based on battery state - - anacron-like feature * update the kernel's TZ (sys_tz) when DST changes @@ -666,9 +660,11 @@ Features: - add reduced [Link] support to .network files - add IPv4LL tests (inspire by DHCP) - add Scope= parsing option for [Network] - - change LL address generation and make it predictable like get_mac() (link-config.c) - have smooth transition from LL to routable address, without disconnecting clients. +* sd-network: + - make sure ipv4ll and dhcp clients can handle changing mac addresses while running + External: * dbus: