Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-12 | timesyncd: move the generic sockaddr_equal() call to socket-util.h | Lennart Poettering | |
2014-08-12 | networkd: expose a global list of DNS and NTP servers in the state file | Lennart Poettering | |
2014-08-12 | resolved: filter out duplicate DNS servers when writing resolv.conf | Lennart Poettering | |
2014-08-12 | networkd: update manager_save() to use fflush_and_check() to simplify things ↵ | Lennart Poettering | |
a bit | |||
2014-08-12 | resolved: initialize counter | Thomas Hindoe Paaboel Andersen | |
introduced in: a407657425a3e47fd2b559cd3bc800f791303f63 | |||
2014-08-12 | networkd: fix build | Lennart Poettering | |
2014-08-12 | sd-network: move sd-network API into libsystemd proper | Lennart Poettering | |
In contrast to the DHCP/IPv4LL/ICMP6 APIs sd-network is not a protocol implementation but a client API for networkd, hence move it into libsystemd proper. | |||
2014-08-12 | sd-network: remove client-side dhcp API | Lennart Poettering | |
The networkd should abstract the difference between DHCP supplied and configured data, and hence the DHCP lease concept should not exposed on the client side. Should we want to support arbitrary DHCP fields one day, we can add a new sd_network_get_link_dhcp_field() call or so. | |||
2014-08-12 | networkd: add minimal client tool "networkd" to query network status | Lennart Poettering | |
In the long run this should become a full fledged client to networkd (but not before networkd learns bus support). For now, just pull interesting data out of networkd, udev, and rtnl and present it to the user, in a simple but useful output. | |||
2014-08-12 | udev: modernize net_id builtin a bit | Lennart Poettering | |
2014-08-11 | sd-network: rename the per-ifindex calls to sd_network_get_link_xxx() | Lennart Poettering | |
This way we can introduce system-wide versions of these calls that are called the same way, but without the "link" in the name. | |||
2014-08-11 | networkd: monopolize in_addr utility functions in shared/in-addr-util.h | Lennart Poettering | |
Primarily, this means we get rid of net_parse_inaddr(), and replace it everywhere with in_addr_from_string() and in_addr_from_string_auto(). These functions do not clobber the callers arguments on failure, which is more close to our usual coding style. | |||
2014-08-11 | timesyncd: when we don't know anything about the network state, assume we ↵ | Lennart Poettering | |
are online This should provide better compatibility with systems that lack networkd | |||
2014-08-11 | build-sys: add missing makefile symlinks | Lennart Poettering | |
2014-08-11 | man: drop any reference to "syslog" as log target | Lennart Poettering | |
2014-08-11 | udev: never bypass our own logging framework and call vsyslog() directly ↵ | Lennart Poettering | |
from udev tools | |||
2014-08-11 | log: never ever log to syslog from PID 1, log to the journal again | Lennart Poettering | |
We don't support journal-less systems anyway, so let's avoid the confusion. | |||
2014-08-11 | man: improve documentation for StandardOutput= and StandardInput= | Lennart Poettering | |
2014-08-11 | login: set_controller should fail if prepare_vt fails | Olivier Brunel | |
If controllers can expect logind to have "prepared" the VT (e.g. set it to graphics mode, etc) then TakeControl() should fail if said preparation failed (and session_restore_vt() was called). (David: fixed up !CONFIG_VT case and errno-numbers) | |||
2014-08-11 | fix a couple of more lazy "return -1" | Lennart Poettering | |
Fix should strictly follow the rule to return negative errno-style error codes from functions, hence let's fix more "return -1"-style lazinesses. | |||
2014-08-11 | journal-remote: fix parsing of fd command line argument | Lennart Poettering | |
2014-08-11 | initctl: don't eat up error code | Lennart Poettering | |
2014-08-11 | bootchart: use the bool type where appropriate | Lennart Poettering | |
2014-08-11 | bootchart: it's not OK to return -1 from a main program | Lennart Poettering | |
2014-08-11 | man: document that we look for both the instance's and the template's .d/ ↵ | Lennart Poettering | |
directory when looking for unit file drop-ins. | |||
2014-08-11 | util: avoid considering dpkg temporary files relevant for anything | Lennart Poettering | |
https://bugs.freedesktop.org/show_bug.cgi?id=82453 | |||
2014-08-11 | timesyncd: always use CLOCK_BOOTTIME if we can | Lennart Poettering | |
After all we want to compare a monotonically increasing clock with the remote clock, hence we shouldn't ignore system suspend periods. | |||
2014-08-11 | man: update resolved man pages a bit | Lennart Poettering | |
2014-08-11 | man: extend timesycnd man page a bit | Lennart Poettering | |
2014-08-11 | resolved: when picking a new hostname make sure two hosts pick different ones | Lennart Poettering | |
This way we can avoid always picking the same replacement hostnames when picking one. | |||
2014-08-11 | resolved: actually, the peer with the lower IP address wins conflicts | Lennart Poettering | |
2014-08-11 | resolved: make sure we don't mark the wrong zone RRs conflicting | Lennart Poettering | |
2014-08-11 | resolved: be a bit more communicative about conflicts | Lennart Poettering | |
2014-08-11 | update TODO | Lennart Poettering | |
2014-08-11 | resolved: verify all RRs when we come back from suspend | Lennart Poettering | |
2014-08-11 | resolved: destroy outstanding queries if the clients that initiated them die | Lennart Poettering | |
2014-08-11 | resolved: properly pass aborted transaction result back to clients | Lennart Poettering | |
2014-08-11 | resolved: implement full LLMNR conflict detection logic | Lennart Poettering | |
2014-08-11 | resolved: properly check return value of dns_resource_record_equal() | Lennart Poettering | |
2014-08-10 | sd-bus: sync kdbus.h (ABI break) | Daniel Mack | |
2014-08-08 | Added arch tuple for PPC64LE | Harald Hoyer | |
Thanks to Brent Baude <bbaude@redhat.com>, who checked with the debian guys, that this is correct and provided the patch. | |||
2014-08-08 | udev: link_setup - respect kernel name assign policy | Tom Gundersen | |
Newer kernels export meta-information about the origin of an ifname. Respect this from the ifname rename logic. We do not rename any interfaces that was originally named by userspace, nor once which have already been renamed from userspace. Moreover, we optionally do not (the default) rename interfaces which the kernel claims to have named in a predictable way. | |||
2014-08-08 | core: loopback-setup - only up the loopback device | Tom Gundersen | |
The kernel will set up the IP addresses for us, so don't duplicate that in userspace. | |||
2014-08-07 | hwdb: update format description and document reloading | Zbigniew Jędrzejewski-Szmek | |
https://bugs.freedesktop.org/show_bug.cgi?id=82311 | |||
2014-08-07 | man: correct references to DefaultTimeout*Sec | Zbigniew Jędrzejewski-Szmek | |
Noticed by thp on #systemd. | |||
2014-08-07 | core: warn when merged units have conflicting dependencies | Zbigniew Jędrzejewski-Szmek | |
A unit should not Conflict with itself. It also does not make much sense for a unit to be After or Before itself, or to trigger itself in some way. If one of those dependency types is encountered, warn, instead of dropping it silently like other dependency types. % build/systemd-analyze verify test/loopy3.service ... Dependency Conflicts dropped when merging unit loopy4.service into loopy3.service Dependency ConflictedBy dropped when merging unit loopy4.service into loopy3.service | |||
2014-08-07 | core: do not add dependencies to self | Zbigniew Jędrzejewski-Szmek | |
Adds a pair of files which cause a segfault (also with systemd-analyze verify). https://bugzilla.redhat.com/show_bug.cgi?id=1124843 | |||
2014-08-05 | bus-proxy: service_name_is_valid will never be < 0 | Thomas Hindoe Paaboel Andersen | |
2014-08-05 | update TODO | Lennart Poettering | |
2014-08-05 | resolved: don't abort if a transaction is aborted because its scope is removed | Lennart Poettering | |