Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-24 | treewide: fix typos and then/that use | Torstein Husebø | |
2016-02-16 | resolved: turn on DNSSEC by default, unless configured otherwise | Lennart Poettering | |
Let's make sure DNSSEC gets more testing, by defaulting DNSSEC to "allow-downgrade" mode. Since distros should probably not ship DNSSEC enabled by default add a configure switch to disable this again. DNSSEC in "allow-downgrade" mode should mostly work without affecting user experience. There's one exception: some captive portal systems rewrite DNS in order to redirect HTTP traffic to the captive portal. If these systems implement DNS servers that are otherwise DNSSEC-capable (which in fact is pretty unlikely, but still...), then this will result in the captive portal being inaccessible. To fix this support in NetworkManager (or any other network management solution that does captive portal detection) is required, which simply turns off DNSSEC during the captive portal detection, and resets it back to the default (i.e. on) after captive portal authentication is complete. | |||
2016-02-14 | Promote systemd-activate to /usr/bin/systemd-socket-activate | Zbigniew Jędrzejewski-Szmek | |
It has fairly wide functionality now and the interface has been stable for a while. It it a useful testing tool. The name is changed to better indicate what it does. | |||
2016-02-11 | NEWS: journal device support is limited to current boot, grammar | Zbigniew Jędrzejewski-Szmek | |
Reword some sentences for better flow. | |||
2016-02-11 | fill in contributors list in NEWS | Lennart Poettering | |
2016-02-10 | Merge pull request #2574 from zonque/netclass-remove | Lennart Poettering | |
cgroup: remove support for NetClass= directive | |||
2016-02-10 | cgroup: remove support for NetClass= directive | Daniel Mack | |
Support for net_cls.class_id through the NetClass= configuration directive has been added in v227 in preparation for a per-unit packet filter mechanism. However, it turns out the kernel people have decided to deprecate the net_cls and net_prio controllers in v2. Tejun provides a comprehensive justification for this in his commit, which has landed during the merge window for kernel v4.5: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=bd1060a1d671 As we're aiming for full support for the v2 cgroup hierarchy, we can no longer support this feature. Userspace tool such as nftables are moving over to setting rules that are specific to the full cgroup path of a task, which obsoletes these controllers anyway. This commit removes support for tweaking details in the net_cls controller, but keeps the NetClass= directive around for legacy compatibility reasons. | |||
2016-02-10 | update NEWS | Lennart Poettering | |
2016-02-10 | NEWS: Various clarification and grammar fixes | Martin Pitt | |
2016-02-10 | NEWS: start putting together a NEWS file for 229 | Lennart Poettering | |
Totally incomplete, but let's get this started. | |||
2016-02-01 | tmpfiles: drop /run/lock/lockdev | Martin Pitt | |
Hardly any software uses that any more, and better locking mechanisms like flock() have been available for many years. Also drop the corresponding "lock" group from sysusers.d/basic.conf.in, as nothing else is using this. | |||
2015-11-18 | NEWS: add in missing NEWS entry for 228 feature RemainAfterElapse= | Lennart Poettering | |
2015-11-18 | build: bump version numberssystemd/v228 | David Herrmann | |
Prepare for v228 release and bump version numbers. | |||
2015-11-17 | Some additions to NEWS | Lennart Poettering | |
2015-11-15 | NEWS: typo fixes | Thomas Hindoe Paaboel Andersen | |
2015-11-13 | NEWS: document two more changes in behaviour | Lennart Poettering | |
2015-11-13 | NEWS: add more stuff, and reorder things a bit | Lennart Poettering | |
2015-11-12 | NEWS: begin putting together a NEWS section for the next release | Lennart Poettering | |
2015-11-06 | doc: correct orthography, word forms and missing/extraneous words | Jan Engelhardt | |
2015-11-06 | doc: correct punctuation and improve typography in documentation | Jan Engelhardt | |
2015-10-07 | update NEWS | Daniel Mack | |
2015-10-07 | NEWS: re-order entries slightly | Daniel Mack | |
Also, the release is actually done in Berlin ;) | |||
2015-10-07 | Update NEWS | Lennart Poettering | |
2015-10-07 | update NEWS | Lennart Poettering | |
2015-10-06 | update NEWS | Lennart Poettering | |
2015-10-06 | NEWS | Tom Gundersen | |
2015-10-06 | NEWS | Tom Gundersen | |
2015-10-05 | Update NEWS | Daniel Machon | |
Fixed spelling error: seriban -> serbian | |||
2015-10-05 | NEWS update | Daniel Mack | |
2015-10-01 | Merge pull request #1438 from poettering/rfkill-rework | Daniel Mack | |
An rfkill rework among other things | |||
2015-10-01 | update NEWS | Lennart Poettering | |
2015-10-01 | fix typo in NEWS | Daniel Mack | |
2015-09-30 | update NEWS | Lennart Poettering | |
2015-09-30 | NEWS: typos | Zbigniew Jędrzejewski-Szmek | |
2015-09-30 | fix typos in NEWS | Daniel Mack | |
2015-09-30 | update NEWS | Daniel Mack | |
2015-09-30 | update NEWS | Daniel Mack | |
2015-09-25 | update NEWS | Daniel Mack | |
2015-09-23 | update NEWS | Daniel Mack | |
2015-09-22 | NEWS: add some information about v227 | Daniel Mack | |
2015-09-08 | build: prepare for v226 | David Herrmann | |
Bump version info and update NEWS for the upcoming release. | |||
2015-09-08 | NEWS: update contributors list | Lennart Poettering | |
2015-09-07 | NEWS: fix typos | Daniel Mack | |
2015-09-07 | update NEWS | Lennart Poettering | |
2015-09-07 | NEWS: add more content to both the 225 and 226 NEWS section | Lennart Poettering | |
2015-09-05 | NEWS: add entries for v226 | David Herrmann | |
Initial set of features for the upcoming v226 release next week. This is mostly about the unified cgroup hierarchy and DHCP. | |||
2015-08-27 | NEWS: updatesystemd/v225 | David Herrmann | |
Add 'machinectl shell' to NEWS and also update date and contributors lists. | |||
2015-08-25 | NEWS: preparations for v225 release | Daniel Mack | |
2015-08-16 | NEWS: fix the "indirect" state description | Evgeny Vereshchagin | |
2015-07-31 | NEWS: update | David Herrmann | |
Add new functionality and behavior changes to NEWS for the imminent bugfix release 224. |