summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
...
* TODO: update networkd sectionDavid Herrmann2015-09-051-2/+1
| | | | | Remove two freshly implemented features, and add TSO support as a new one.
* update TODOLennart Poettering2015-08-311-0/+4
|
* update TODOLennart Poettering2015-08-271-16/+1
|
* update TODOLennart Poettering2015-08-201-0/+1
|
* Merge pull request #974 from teg/resolved-fixes-2Daniel Mack2015-08-171-1/+3
|\ | | | | resolved: debugging improvements
| * TODOTom Gundersen2015-08-161-1/+3
| |
* | update TODOLennart Poettering2015-08-161-1/+1
| |
* | Merge pull request #908 from richardmaw-codethink/nspawn-path-escapes-v3Lennart Poettering2015-08-161-3/+3
|\ \ | |/ |/| Allow arbitrary file paths to be passed to nspawn (v3)
| * strv: convert strv_split_quotes into a generic strv_split_extractRichard Maw2015-08-071-1/+1
| | | | | | | | | | | | | | | | | | 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.
| * util: change unquote_*_word to extract_*_wordRichard Maw2015-08-071-2/+2
| | | | | | | | | | It now takes a separators argument, which defaults to WHITESPACE if NULL is passed.
* | update TODOLennart Poettering2015-08-161-0/+6
| |
* | update TODOLennart Poettering2015-08-141-0/+1
|/
* update TODOLennart Poettering2015-08-061-0/+4
|
* TODO: remove obsolete fedup related todosJohnny Robeson2015-08-051-4/+0
| | | | | | Fedup is being replaced by a dnf plugin that relies on systemd offline updates as per https://fedoraproject.org/wiki/Changes/DNF_System_Upgrades
* TODOTom Gundersen2015-07-281-4/+3
|
* Merge pull request #537 from poettering/nss-mymachines-usernsDavid Herrmann2015-07-231-2/+0
|\ | | | | Hook up container userns with nss-mymachines
| * update TODOLennart Poettering2015-07-091-2/+0
| |
* | Merge pull request #549 from ssahani/dhcpTom Gundersen2015-07-201-2/+0
|\ \ | | | | | | networkd: allow hostname override
| * | TODO: remove DHCP override hostnameSusant Sahani2015-07-111-2/+0
| |/
* | Merge pull request #586 from teg/resolved-rrs-3Daniel Mack2015-07-141-2/+0
|\ \ | | | | | | resolved: minor improvements to RR handling
| * | resolved: rr - print formated timestamps in RRSIGTom Gundersen2015-07-141-1/+0
| | |
| * | resolved: rr - print DNSKEY and RRSIG in base64Tom Gundersen2015-07-141-1/+0
| |/ | | | | | | As mandated by RFC4034.
* | resolved: use one UDP socket per transactionTom Gundersen2015-07-141-1/+0
| | | | | | | | | | | | | | | | | | | | 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).
* | resolved: implement RFC5452Tom Gundersen2015-07-141-1/+0
|/ | | | | | | | | | | 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.
* update TODOLennart Poettering2015-07-061-0/+2
|
* TODO: remove ipv6 Ipv6 privacy extensionsSusant Sahani2015-07-051-2/+0
|
* update TODOLennart Poettering2015-06-191-2/+7
|
* update TODOLennart Poettering2015-06-181-0/+2
|
* update TODOLennart Poettering2015-06-181-0/+3
|
* update TODOLennart Poettering2015-06-181-0/+3
|
* update TODOLennart Poettering2015-06-181-0/+2
|
* update TODOLennart Poettering2015-06-171-0/+2
|
* update TODOLennart Poettering2015-06-171-0/+2
|
* update TODOLennart Poettering2015-06-161-1/+3
|
* update TODOLennart Poettering2015-06-151-0/+2
|
* update TODOLennart Poettering2015-06-151-0/+2
|
* remove gudev and gtk-docKay Sievers2015-06-031-2/+0
| | | | | The library moved to: https://git.gnome.org/browse/libgudev/
* update TODOLennart Poettering2015-05-211-4/+0
|
* update TODOLennart Poettering2015-05-211-2/+0
|
* update TODOLennart Poettering2015-05-211-2/+6
|
* TODO: add --merge support for sd-j-remoteZbigniew Jędrzejewski-Szmek2015-05-191-1/+3
|
* update TODOLennart Poettering2015-05-191-3/+0
|
* Update TODOLennart Poettering2015-05-191-3/+3
|
* update TODOLennart Poettering2015-05-191-8/+0
|
* update TODOLennart Poettering2015-05-191-7/+1
|
* update TODOLennart Poettering2015-05-191-9/+5
|
* core: Execute first boot presets in an enable-only preset-mode.Dimitri John Ledkov2015-05-151-4/+0
| | | | | | | | 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.
* networkd: network_get - allow udev_device to be NULLTom Gundersen2015-05-121-2/+0
| | | | | | In containers we never have udev devices, so drop the assert. This fixes an assertion introduced in af3aa302741b6edb0729925febb5f8bc26721fe3.
* update TODOLennart Poettering2015-05-111-1/+1
|
* update TODOLennart Poettering2015-05-111-1/+11
|