summaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)Author
2015-08-20update TODOLennart Poettering
2015-08-17Merge pull request #974 from teg/resolved-fixes-2Daniel Mack
resolved: debugging improvements
2015-08-16update TODOLennart Poettering
2015-08-16Merge pull request #908 from richardmaw-codethink/nspawn-path-escapes-v3Lennart Poettering
Allow arbitrary file paths to be passed to nspawn (v3)
2015-08-16TODOTom Gundersen
2015-08-16update TODOLennart Poettering
2015-08-14update TODOLennart Poettering
2015-08-07strv: convert strv_split_quotes into a generic strv_split_extractRichard Maw
strv_split_extract is to strv_split_quotes as extract_first_word was to unquote_first_word. Now there's extract_first_word for extracting a single argument, extract_many_words for extracting a bounded number of arguments, and strv_split_extract for extracting an arbitrary number of arguments.
2015-08-07util: change unquote_*_word to extract_*_wordRichard Maw
It now takes a separators argument, which defaults to WHITESPACE if NULL is passed.
2015-08-06update TODOLennart Poettering
2015-08-05TODO: remove obsolete fedup related todosJohnny Robeson
Fedup is being replaced by a dnf plugin that relies on systemd offline updates as per https://fedoraproject.org/wiki/Changes/DNF_System_Upgrades
2015-07-28TODOTom Gundersen
2015-07-23Merge pull request #537 from poettering/nss-mymachines-usernsDavid Herrmann
Hook up container userns with nss-mymachines
2015-07-20Merge pull request #549 from ssahani/dhcpTom Gundersen
networkd: allow hostname override
2015-07-14Merge pull request #586 from teg/resolved-rrs-3Daniel Mack
resolved: minor improvements to RR handling
2015-07-14resolved: rr - print formated timestamps in RRSIGTom Gundersen
2015-07-14resolved: use one UDP socket per transactionTom Gundersen
We used to have one global socket, use one per transaction instead. This has the side-effect of giving us a random UDP port per transaction, and hence increasing the entropy and making cache poisoining significantly harder to achieve. We still reuse the same port number for packets belonging to the same transaction (resent packets).
2015-07-14resolved: implement RFC5452Tom Gundersen
This improves the resilience against cache poisoning by being stricter about only accepting responses that match precisely the requst they are in reply to. It should be noted that we still only use one port (which is picked at random), rather than one port for each transaction. Port randomization would improve things further, but is not required by the RFC.
2015-07-14resolved: rr - print DNSKEY and RRSIG in base64Tom Gundersen
As mandated by RFC4034.
2015-07-11TODO: remove DHCP override hostnameSusant Sahani
2015-07-09update TODOLennart Poettering
2015-07-06update TODOLennart Poettering
2015-07-05TODO: remove ipv6 Ipv6 privacy extensionsSusant Sahani
2015-06-19update TODOLennart Poettering
2015-06-18update TODOLennart Poettering
2015-06-18update TODOLennart Poettering
2015-06-18update TODOLennart Poettering
2015-06-18update TODOLennart Poettering
2015-06-17update TODOLennart Poettering
2015-06-17update TODOLennart Poettering
2015-06-16update TODOLennart Poettering
2015-06-15update TODOLennart Poettering
2015-06-15update TODOLennart Poettering
2015-06-03remove gudev and gtk-docKay Sievers
The library moved to: https://git.gnome.org/browse/libgudev/
2015-05-21update TODOLennart Poettering
2015-05-21update TODOLennart Poettering
2015-05-21update TODOLennart Poettering
2015-05-19TODO: add --merge support for sd-j-remoteZbigniew Jędrzejewski-Szmek
2015-05-19update TODOLennart Poettering
2015-05-19Update TODOLennart Poettering
2015-05-19update TODOLennart Poettering
2015-05-19update TODOLennart Poettering
2015-05-19update TODOLennart Poettering
2015-05-15core: Execute first boot presets in an enable-only preset-mode.Dimitri John Ledkov
This means any existing enabled units well be preserved and no pre-created symlinks will be removed. This is done on first boot, when the assumption is that /etc is not populated at all (no machine-id setup). For minimal containers that gives a significant first boot speed up, approximately ~20ms / ~16% in my trials.
2015-05-12networkd: network_get - allow udev_device to be NULLTom Gundersen
In containers we never have udev devices, so drop the assert. This fixes an assertion introduced in af3aa302741b6edb0729925febb5f8bc26721fe3.
2015-05-11update TODOLennart Poettering
2015-05-11update TODOLennart Poettering
2015-05-10Generate systemd-fsck-root.service in the initramfsZbigniew Jędrzejewski-Szmek
In the initrafms, generate a systemd-fsck-root.service to replace systemd-fsck@<sysroot-device>.service. This way, after we transition to the real root, systemd-fsck-root.service is marked as already done. This introduces an unnecessary synchronization point, because systemd-fsck@* is ordered after systemd-fsck-root also in the initramfs. In practice this shouldn't be a problem. https://bugzilla.redhat.com/show_bug.cgi?id=1201979 C.f. 956eaf2b8d6c9999024705ddadc7393bc707de02.
2015-05-06Update TODODavid Herrmann
2015-05-05update TODOLennart Poettering