Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-08-05 | resolved: add 100ms initial jitter to all LLMNR requests | Lennart Poettering | |
2014-08-05 | resolved: enforce ratelimit on LLMNR traffic | Lennart Poettering | |
2014-08-05 | keymap: Fix HP Pavillon DV7 | Martin Pitt | |
Properly disable scan code 94 instead of producing KEY_0. https://launchpad.net/bugs/1322770 | |||
2014-08-05 | udev-builtin-keyboard: Allow numeric key codes | Martin Pitt | |
Like with the old udev rules, allow hwdb entries to specify numeric key codes. Based on a patch from Mircea Miron. https://launchpad.net/bugs/1247584 | |||
2014-08-05 | resolved: don't consider tentative addresses relevant | Lennart Poettering | |
2014-08-05 | resolved: fix a message typo | Lennart Poettering | |
2014-08-05 | resolved: stop the prober when we detect a conflict in LLMNR | Lennart Poettering | |
2014-08-05 | resolved: don't override zone item state after starting the probe | Lennart Poettering | |
After all, the probe might be finished immeidately (due to resources, ...), and we shouldn't then set the state back to probing. | |||
2014-08-05 | resolved: when sending fails, don't try connecting to the next DNS server if ↵ | Lennart Poettering | |
we actually use LLMNR as protocol | |||
2014-08-05 | journald: remove redundant newlines | Lennart Poettering | |
2014-08-05 | journald: properly sum up entry size counter | Lennart Poettering | |
We should read the entry size before moving to the next iovec, not after. | |||
2014-08-05 | resolved: never reuse transactions for probing that are already completed ↵ | Lennart Poettering | |
based on cached data | |||
2014-08-05 | resolved: bypass local cache when we issue a transaction for verification ↵ | Lennart Poettering | |
purposes | |||
2014-08-05 | resolved: if there's already an RR established that has the same name of an ↵ | Lennart Poettering | |
RR to be established, skip probing the name After all, what has been probed once, doesn't need to be probed again. | |||
2014-08-04 | sysusers: isempty will never be < 0 | Thomas Hindoe Paaboel Andersen | |
looks like a typo from 1b99214789101976d6bbf75c351279584b071998 | |||
2014-08-04 | test: use fabs on doubles | Thomas Hindoe Paaboel Andersen | |
2014-08-04 | resolved: actually read the initial state data from networkd when we initialize | Lennart Poettering | |
2014-08-04 | man: bring resolved.conf up-to-date | Lennart Poettering | |
2014-08-04 | update TODO | Lennart Poettering | |
2014-08-04 | resolved: read the per-interface LLMNR setting from networkd and act on it | Lennart Poettering | |
2014-08-04 | sd-network: when the LLMNR setting is not known for an interface consider ↵ | Lennart Poettering | |
that as ENODATA ENODATA should be returned whenever we have no idea about something. A missing LLMNR setting can only really happen during upgrades, in whichc ase we really have no idea, so let's turn this into another ENODATA case. | |||
2014-08-04 | sd-network: actually open the state file in sd_network_get_llmnr() | Lennart Poettering | |
2014-08-04 | sd-dhcp-server: always send out ROUTER and SUBNET_MASK | Tom Gundersen | |
For now we simply take these values from the server's address. | |||
2014-08-04 | update TODO | Lennart Poettering | |
2014-08-04 | resolved: fix order in which we destroy manager resources | Lennart Poettering | |
2014-08-04 | resolved: when there's already somebody listening on the LLMNR ports, simple ↵ | Lennart Poettering | |
disable LLMNR and warn, but continue This allows us to run resolved inside an nspawn container that shares the network namespace with the host, if there's already an instance running. | |||
2014-08-04 | nspawn: make sure that when --network-veth is used both the host and the ↵ | Lennart Poettering | |
container side get fixed MAC addresses | |||
2014-08-04 | machined: fix address API signatures | Lennart Poettering | |
2014-08-04 | machine: make sure unpriviliged "machinectl status" can show the machine's ↵ | Lennart Poettering | |
OS version | |||
2014-08-04 | udev: path_id - suppress ID_PATH for devices with an unknown parent device type | Kay Sievers | |
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1321816 | |||
2014-08-04 | networkd: add and expose per-link LLMNR config option | Tom Gundersen | |
2014-08-04 | resolve-host: properly align long arguments in help text | Lennart Poettering | |
2014-08-04 | bus: always explicitly close bus from main programs | Lennart Poettering | |
Since b5eca3a2059f9399d1dc52cbcf9698674c4b1cf0 we don't attempt to GC busses anymore when unsent messages remain that keep their reference, when they otherwise are not referenced anymore. This means that if we explicitly want connections to go away, we need to close them. With this change we will no do so explicitly wherver we connect to the bus from a main program (and thus know when the bus connection should go away), or when we create a private bus connection, that really should go away after our use. This fixes connection leaks in the NSS and PAM modules. | |||
2014-08-04 | Correct references to ProtectSystem and ProtectHome in documentation | Ansgar Burchardt | |
2014-08-03 | terminal: avoid warning about signed-unsigned comparison | Zbigniew Jędrzejewski-Szmek | |
2014-08-03 | resolve-host: fix missed search&replace | Zbigniew Jędrzejewski-Szmek | |