X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=ec5cf2d241cccee4d5ad1244bca8bdf5ac768226;hb=5cb36f41f01cf4b1f4395abfffd1b33116591e58;hp=4c457bb99cbd22af729641a8b4bbe18d25a50691;hpb=9d6db739ce1eaa3eace21801fd606d523b73c8f4;p=elogind.git diff --git a/TODO b/TODO index 4c457bb99..ec5cf2d24 100644 --- a/TODO +++ b/TODO @@ -24,15 +24,32 @@ External: Features: +* libsystemd-network: + - I don't think there should be a client side object for dhcp + releases (probably not even a directory in /run for it) + * resolved: - - CNAME resolver - - cache - - IDN - DNSSEC - - LLMNR + - LLMNR: + - do not fail daemon startup if socket is already busy (container) + - process incoming notification of conflict + - send notifications of conflict + - detect conflicts + - collect multiple responses + - jitter interval support + - watch udev initialization state + - reprobe after suspend - mDNS/DNS-SD - - nss client module + - avahi compat - DNS-SD service registration from socket units + - edns0 + - dname + - cname on PTR (?) + - read /etc/resolv.conf if it is not pointing to our own + +* Ignore .busname units on classic D-Bus boots, systemd-resolved cannot be started on kdbus + without the active policy and should get a Wants=org.freedesktop.resolve1.busname to + pull-in the policy. * Allow multiple ExecStart= for all Type= settings, so that we can cover rescue.service nicely @@ -632,7 +649,6 @@ Features: - add reduced [Link] support to .network files - add Scope= parsing option for [Network] - properly handle routerless dhcp leases - - default to DHCP unicast, but make broadcast opt-in. detect devices that needs broadcast and opt-in automatically (needs kernel patch?) - add more attribute support for SIT tunnel - work with non-ethernet devices - add support for more bond options @@ -643,7 +659,6 @@ Features: * dhcp: - figure out how much we can increase Maximum Message Size - export timezone information - - FORCERENEW - support RFC4702 (pass FQDN) * dhcp6: @@ -696,6 +711,9 @@ External: * register catalog database signature as file magic +* zsh shell completion: - should complete options, but currently + does not + Regularly: * look for close() vs. close_nointr() vs. close_nointr_nofail()