Commit Graph

1737 Commits

Author SHA1 Message Date
Lennart Poettering c5974b33e7 update TODO 2015-08-14 12:47:57 +02:00
Lennart Poettering 5df0997459 update TODO 2015-08-06 13:44:24 +03:00
Johnny Robeson caaf2d1f19 TODO: remove obsolete fedup related todos
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-08-05 17:28:29 -04:00
Tom Gundersen 510cc5ae08 TODO 2015-07-28 00:07:32 +02:00
David Herrmann 8cd4eb791a Merge pull request #537 from poettering/nss-mymachines-userns
Hook up container userns with nss-mymachines
2015-07-23 09:53:47 +02:00
Tom Gundersen 31053e929e Merge pull request #549 from ssahani/dhcp
networkd: allow hostname override
2015-07-20 17:58:45 +02:00
Daniel Mack 9ecec7d766 Merge pull request #586 from teg/resolved-rrs-3
resolved: minor improvements to RR handling
2015-07-14 13:43:18 -04:00
Tom Gundersen 7c6423e191 resolved: rr - print formated timestamps in RRSIG 2015-07-14 19:16:12 +02:00
Tom Gundersen d20b1667db resolved: use one UDP socket per transaction
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-14 18:50:57 +02:00
Tom Gundersen 29815b6c60 resolved: implement RFC5452
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-14 18:50:57 +02:00
Tom Gundersen 1bf968f363 resolved: rr - print DNSKEY and RRSIG in base64
As mandated by RFC4034.
2015-07-14 01:18:51 +02:00
Susant Sahani d88ba7f02e TODO: remove DHCP override hostname 2015-07-11 09:27:28 +05:30
Lennart Poettering 35914919a4 update TODO 2015-07-09 14:50:40 -03:00
Lennart Poettering 1361205099 update TODO 2015-07-06 12:35:58 +02:00
Susant Sahani a521dbf43b TODO: remove ipv6 Ipv6 privacy extensions 2015-07-05 11:25:54 +05:30
Lennart Poettering a2088fd025 update TODO 2015-06-19 01:12:54 +02:00
Lennart Poettering c874ef05a7 update TODO 2015-06-18 20:08:01 +02:00
Lennart Poettering affb71da79 update TODO 2015-06-18 20:03:11 +02:00
Lennart Poettering ff609b8ecd update TODO 2015-06-18 19:45:06 +02:00
Lennart Poettering eedb4ac831 update TODO 2015-06-18 13:32:24 +02:00
Lennart Poettering de587378ea update TODO 2015-06-17 23:03:27 +02:00
Lennart Poettering 203e81db24 update TODO 2015-06-17 15:40:51 +02:00
Lennart Poettering 5febf10c1c update TODO 2015-06-16 01:02:52 +02:00
Lennart Poettering 63432f5d95 update TODO 2015-06-15 00:41:10 +02:00
Lennart Poettering 0bea2e3dde update TODO 2015-06-15 00:15:20 +02:00
Kay Sievers 2375607039 remove gudev and gtk-doc
The library moved to:
  https://git.gnome.org/browse/libgudev/
2015-06-03 00:22:53 +02:00
Lennart Poettering ebc9d21131 update TODO 2015-05-21 21:31:23 +02:00
Lennart Poettering cb7aa6569c update TODO 2015-05-21 19:49:08 +02:00
Lennart Poettering ef6fc8ee57 update TODO 2015-05-21 16:32:01 +02:00
Zbigniew Jędrzejewski-Szmek eba6fd30f2 TODO: add --merge support for sd-j-remote 2015-05-19 23:59:37 -04:00
Lennart Poettering e885c2084a update TODO 2015-05-19 19:54:39 +02:00
Lennart Poettering 711e02cb47 Update TODO 2015-05-19 16:57:33 +02:00
Lennart Poettering 6b83b5e8d4 update TODO 2015-05-19 16:02:51 +02:00
Lennart Poettering 41bc22f3a0 update TODO 2015-05-19 01:32:40 +02:00
Lennart Poettering fd6c2363af update TODO 2015-05-19 01:27:33 +02:00
Dimitri John Ledkov 304b3079a2 core: Execute first boot presets in an enable-only preset-mode.
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-15 12:49:33 +02:00
Tom Gundersen 24c083dfcb networkd: network_get - allow udev_device to be NULL
In containers we never have udev devices, so drop the assert.

This fixes an assertion introduced in af3aa30274.
2015-05-12 00:43:45 +02:00
Lennart Poettering 0a98c46d50 update TODO 2015-05-11 22:59:11 +02:00
Lennart Poettering c2570ab99b update TODO 2015-05-11 22:10:36 +02:00
Zbigniew Jędrzejewski-Szmek 4dda4e637e Generate systemd-fsck-root.service in the initramfs
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. 956eaf2b8d.
2015-05-10 13:17:57 -04:00
David Herrmann a44816e94e Update TODO 2015-05-06 18:30:01 +02:00
Lennart Poettering d89e647542 update TODO 2015-05-05 15:07:00 -07:00
Lennart Poettering e7e90a8eee update TODO 2015-04-30 12:35:15 +02:00
Lennart Poettering f06944d65b update TODO 2015-04-30 01:54:18 +02:00
Lennart Poettering 765027454b update TODO 2015-04-30 00:49:41 +02:00
Lennart Poettering 47ee3ee034 update TODO 2015-04-29 18:36:25 +02:00
Lennart Poettering 957ce1954c TODO: split out issues to fix before 220 2015-04-29 18:36:25 +02:00
David Herrmann dad8066e7d TODO: drop journal blocker
This got fixed via a cleanup by Zbigniew, see:
  http://lists.freedesktop.org/archives/systemd-devel/2015-April/031348.html
2015-04-29 12:57:32 +02:00
Lennart Poettering 5c5b7911d3 update TODO 2015-04-28 21:34:23 +02:00
Lennart Poettering d215c2384a update TODO 2015-04-28 17:34:35 +02:00