Lennart Poettering [Tue, 12 Aug 2014 17:50:36 +0000 (19:50 +0200)]
update TODO
Lennart Poettering [Tue, 12 Aug 2014 17:49:15 +0000 (19:49 +0200)]
man: minimal updates to resolved.conf man page
Lennart Poettering [Tue, 12 Aug 2014 17:48:24 +0000 (19:48 +0200)]
timesyncd: beef up NTP server selection logic, and acquire NTP servers from DHCP
Lennart Poettering [Tue, 12 Aug 2014 17:33:09 +0000 (19:33 +0200)]
resolved: return exit code of event loop
Lennart Poettering [Tue, 12 Aug 2014 17:32:55 +0000 (19:32 +0200)]
resolved: unify logic how we flush out DNS servers we learnt
Lennart Poettering [Tue, 12 Aug 2014 17:29:38 +0000 (19:29 +0200)]
sd-resolve: scale number of threads by queries currently being processed, rather than number of queries currently referenced
This way a query that blocks for a longer time, and whose reference has
been dropped won't block subsequent lookups from finishing.
Lennart Poettering [Tue, 12 Aug 2014 17:29:27 +0000 (19:29 +0200)]
sd-resolve: fix allocation if query ids, never reuse them
Lennart Poettering [Tue, 12 Aug 2014 17:28:32 +0000 (19:28 +0200)]
sd-resolve: keep floating query referenced while we access it
Lennart Poettering [Tue, 12 Aug 2014 14:58:56 +0000 (16:58 +0200)]
timesyncd: split up into multiple source file
The source file got much too large, hence split up the sources into
multiple per-object files, similar in style to resolved.
Lennart Poettering [Tue, 12 Aug 2014 14:19:37 +0000 (16:19 +0200)]
networkctl: make networkctl status without link name show all local IP addresses
Lennart Poettering [Tue, 12 Aug 2014 14:12:53 +0000 (16:12 +0200)]
update TODO
Lennart Poettering [Tue, 12 Aug 2014 14:03:45 +0000 (16:03 +0200)]
networkctl: when outputing a list fo links, sort them by ifindex
Lennart Poettering [Tue, 12 Aug 2014 13:41:13 +0000 (15:41 +0200)]
update TODO
Lennart Poettering [Tue, 12 Aug 2014 13:41:01 +0000 (15:41 +0200)]
networkctl: add a bit of color to the output
Lennart Poettering [Tue, 12 Aug 2014 13:19:30 +0000 (15:19 +0200)]
networkctl: add new switch "-a" to "networkctl status" to show verbose status of all local links
Lennart Poettering [Tue, 12 Aug 2014 13:08:09 +0000 (15:08 +0200)]
networkctl: properly format MAC addresses
Lennart Poettering [Tue, 12 Aug 2014 13:05:21 +0000 (15:05 +0200)]
sd-network: add API to output all collected system-wide NTP and DNS servers
Also, output the collected information in "networkctl".
Lennart Poettering [Tue, 12 Aug 2014 12:54:32 +0000 (14:54 +0200)]
timesyncd: move the generic sockaddr_equal() call to socket-util.h
Lennart Poettering [Tue, 12 Aug 2014 11:01:58 +0000 (13:01 +0200)]
networkd: expose a global list of DNS and NTP servers in the state file
Lennart Poettering [Tue, 12 Aug 2014 10:21:10 +0000 (12:21 +0200)]
resolved: filter out duplicate DNS servers when writing resolv.conf
Lennart Poettering [Tue, 12 Aug 2014 09:55:06 +0000 (11:55 +0200)]
networkd: update manager_save() to use fflush_and_check() to simplify things a bit
Thomas Hindoe Paaboel Andersen [Tue, 12 Aug 2014 02:42:33 +0000 (04:42 +0200)]
resolved: initialize counter
introduced in:
a407657425a3e47fd2b559cd3bc800f791303f63
Lennart Poettering [Tue, 12 Aug 2014 00:33:37 +0000 (02:33 +0200)]
networkd: fix build
Lennart Poettering [Tue, 12 Aug 2014 00:12:05 +0000 (02:12 +0200)]
sd-network: move sd-network API into libsystemd proper
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.
Lennart Poettering [Tue, 12 Aug 2014 00:04:17 +0000 (02:04 +0200)]
sd-network: remove client-side dhcp API
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.
Lennart Poettering [Mon, 11 Aug 2014 23:41:42 +0000 (01:41 +0200)]
networkd: add minimal client tool "networkd" to query network status
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.
Lennart Poettering [Mon, 11 Aug 2014 23:43:23 +0000 (01:43 +0200)]
udev: modernize net_id builtin a bit
Lennart Poettering [Mon, 11 Aug 2014 20:56:52 +0000 (22:56 +0200)]
sd-network: rename the per-ifindex calls to sd_network_get_link_xxx()
This way we can introduce system-wide versions of these calls that are
called the same way, but without the "link" in the name.
Lennart Poettering [Mon, 11 Aug 2014 20:44:51 +0000 (22:44 +0200)]
networkd: monopolize in_addr utility functions in shared/in-addr-util.h
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.
Lennart Poettering [Mon, 11 Aug 2014 20:04:05 +0000 (22:04 +0200)]
timesyncd: when we don't know anything about the network state, assume we are online
This should provide better compatibility with systems that lack networkd
Lennart Poettering [Mon, 11 Aug 2014 18:15:14 +0000 (20:15 +0200)]
build-sys: add missing makefile symlinks
Lennart Poettering [Mon, 11 Aug 2014 18:14:27 +0000 (20:14 +0200)]
man: drop any reference to "syslog" as log target
Lennart Poettering [Mon, 11 Aug 2014 18:13:38 +0000 (20:13 +0200)]
udev: never bypass our own logging framework and call vsyslog() directly from udev tools
Lennart Poettering [Mon, 11 Aug 2014 18:08:08 +0000 (20:08 +0200)]
log: never ever log to syslog from PID 1, log to the journal again
We don't support journal-less systems anyway, so let's avoid the
confusion.
Lennart Poettering [Mon, 11 Aug 2014 17:28:53 +0000 (19:28 +0200)]
man: improve documentation for StandardOutput= and StandardInput=
Olivier Brunel [Fri, 8 Aug 2014 18:45:43 +0000 (20:45 +0200)]
login: set_controller should fail if prepare_vt fails
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)
Lennart Poettering [Mon, 11 Aug 2014 16:35:54 +0000 (18:35 +0200)]
fix a couple of more lazy "return -1"
Fix should strictly follow the rule to return negative errno-style
error codes from functions, hence let's fix more "return -1"-style
lazinesses.
Lennart Poettering [Mon, 11 Aug 2014 16:24:43 +0000 (18:24 +0200)]
journal-remote: fix parsing of fd command line argument
Lennart Poettering [Mon, 11 Aug 2014 16:24:28 +0000 (18:24 +0200)]
initctl: don't eat up error code
Lennart Poettering [Mon, 11 Aug 2014 16:24:08 +0000 (18:24 +0200)]
bootchart: use the bool type where appropriate
Lennart Poettering [Mon, 11 Aug 2014 16:23:47 +0000 (18:23 +0200)]
bootchart: it's not OK to return -1 from a main program
Lennart Poettering [Mon, 11 Aug 2014 14:41:05 +0000 (16:41 +0200)]
man: document that we look for both the instance's and the template's .d/ directory when looking for unit file drop-ins.
Lennart Poettering [Mon, 11 Aug 2014 13:32:09 +0000 (15:32 +0200)]
util: avoid considering dpkg temporary files relevant for anything
https://bugs.freedesktop.org/show_bug.cgi?id=82453
Lennart Poettering [Sun, 10 Aug 2014 21:40:48 +0000 (23:40 +0200)]
timesyncd: always use CLOCK_BOOTTIME if we can
After all we want to compare a monotonically increasing clock with the
remote clock, hence we shouldn't ignore system suspend periods.
Lennart Poettering [Sun, 10 Aug 2014 21:40:18 +0000 (23:40 +0200)]
man: update resolved man pages a bit
Lennart Poettering [Sun, 10 Aug 2014 21:36:41 +0000 (23:36 +0200)]
man: extend timesycnd man page a bit
Lennart Poettering [Sun, 10 Aug 2014 21:10:08 +0000 (23:10 +0200)]
resolved: when picking a new hostname make sure two hosts pick different ones
This way we can avoid always picking the same replacement hostnames when
picking one.
Lennart Poettering [Sun, 10 Aug 2014 20:48:16 +0000 (22:48 +0200)]
resolved: actually, the peer with the lower IP address wins conflicts
Lennart Poettering [Sun, 10 Aug 2014 20:28:12 +0000 (22:28 +0200)]
resolved: make sure we don't mark the wrong zone RRs conflicting
Lennart Poettering [Wed, 6 Aug 2014 15:21:00 +0000 (17:21 +0200)]
resolved: be a bit more communicative about conflicts
Lennart Poettering [Wed, 6 Aug 2014 15:00:14 +0000 (17:00 +0200)]
update TODO
Lennart Poettering [Wed, 6 Aug 2014 14:59:48 +0000 (16:59 +0200)]
resolved: verify all RRs when we come back from suspend
Lennart Poettering [Wed, 6 Aug 2014 14:32:55 +0000 (16:32 +0200)]
resolved: destroy outstanding queries if the clients that initiated them die
Lennart Poettering [Wed, 6 Aug 2014 14:32:17 +0000 (16:32 +0200)]
resolved: properly pass aborted transaction result back to clients
Lennart Poettering [Wed, 6 Aug 2014 14:15:35 +0000 (16:15 +0200)]
resolved: implement full LLMNR conflict detection logic
Lennart Poettering [Wed, 6 Aug 2014 14:14:53 +0000 (16:14 +0200)]
resolved: properly check return value of dns_resource_record_equal()
Daniel Mack [Sun, 10 Aug 2014 19:46:24 +0000 (21:46 +0200)]
sd-bus: sync kdbus.h (ABI break)
Harald Hoyer [Fri, 8 Aug 2014 14:54:13 +0000 (16:54 +0200)]
Added arch tuple for PPC64LE
Thanks to Brent Baude <bbaude@redhat.com>, who checked with the debian
guys, that this is correct and provided the patch.
Tom Gundersen [Tue, 15 Jul 2014 15:57:43 +0000 (17:57 +0200)]
udev: link_setup - respect kernel name assign policy
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.
Tom Gundersen [Fri, 8 Aug 2014 10:12:31 +0000 (12:12 +0200)]
core: loopback-setup - only up the loopback device
The kernel will set up the IP addresses for us, so don't duplicate that
in userspace.
Zbigniew Jędrzejewski-Szmek [Fri, 8 Aug 2014 01:48:57 +0000 (21:48 -0400)]
hwdb: update format description and document reloading
https://bugs.freedesktop.org/show_bug.cgi?id=82311
Zbigniew Jędrzejewski-Szmek [Fri, 8 Aug 2014 00:46:34 +0000 (20:46 -0400)]
man: correct references to DefaultTimeout*Sec
Noticed by thp on #systemd.
Zbigniew Jędrzejewski-Szmek [Fri, 8 Aug 2014 00:46:49 +0000 (20:46 -0400)]
core: warn when merged units have conflicting dependencies
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
Zbigniew Jędrzejewski-Szmek [Fri, 8 Aug 2014 00:42:58 +0000 (20:42 -0400)]
core: do not add dependencies to self
Adds a pair of files which cause a segfault (also with
systemd-analyze verify).
https://bugzilla.redhat.com/show_bug.cgi?id=1124843
Thomas Hindoe Paaboel Andersen [Mon, 4 Aug 2014 21:44:57 +0000 (23:44 +0200)]
bus-proxy: service_name_is_valid will never be < 0
Lennart Poettering [Tue, 5 Aug 2014 15:02:39 +0000 (17:02 +0200)]
update TODO
Lennart Poettering [Tue, 5 Aug 2014 15:02:23 +0000 (17:02 +0200)]
resolved: don't abort if a transaction is aborted because its scope is removed
Lennart Poettering [Tue, 5 Aug 2014 15:01:33 +0000 (17:01 +0200)]
resolved: add 100ms initial jitter to all LLMNR requests
Lennart Poettering [Tue, 5 Aug 2014 14:34:45 +0000 (16:34 +0200)]
resolved: enforce ratelimit on LLMNR traffic
Martin Pitt [Tue, 5 Aug 2014 10:29:27 +0000 (12:29 +0200)]
keymap: Fix HP Pavillon DV7
Properly disable scan code 94 instead of producing KEY_0.
https://launchpad.net/bugs/1322770
Martin Pitt [Tue, 5 Aug 2014 08:40:46 +0000 (10:40 +0200)]
udev-builtin-keyboard: Allow numeric key codes
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
Lennart Poettering [Tue, 5 Aug 2014 02:18:23 +0000 (04:18 +0200)]
resolved: don't consider tentative addresses relevant
Lennart Poettering [Tue, 5 Aug 2014 02:18:01 +0000 (04:18 +0200)]
resolved: fix a message typo
Lennart Poettering [Tue, 5 Aug 2014 02:17:45 +0000 (04:17 +0200)]
resolved: stop the prober when we detect a conflict in LLMNR
Lennart Poettering [Tue, 5 Aug 2014 02:16:26 +0000 (04:16 +0200)]
resolved: don't override zone item state after starting the probe
After all, the probe might be finished immeidately (due to resources,
...), and we shouldn't then set the state back to probing.
Lennart Poettering [Tue, 5 Aug 2014 02:15:45 +0000 (04:15 +0200)]
resolved: when sending fails, don't try connecting to the next DNS server if we actually use LLMNR as protocol
Lennart Poettering [Tue, 5 Aug 2014 02:13:37 +0000 (04:13 +0200)]
journald: remove redundant newlines
Lennart Poettering [Tue, 5 Aug 2014 01:37:56 +0000 (03:37 +0200)]
journald: properly sum up entry size counter
We should read the entry size before moving to the next iovec, not
after.
Lennart Poettering [Mon, 4 Aug 2014 23:51:40 +0000 (01:51 +0200)]
resolved: never reuse transactions for probing that are already completed based on cached data
Lennart Poettering [Mon, 4 Aug 2014 23:42:15 +0000 (01:42 +0200)]
resolved: bypass local cache when we issue a transaction for verification purposes
Lennart Poettering [Mon, 4 Aug 2014 23:38:13 +0000 (01:38 +0200)]
resolved: if there's already an RR established that has the same name of an RR to be established, skip probing the name
After all, what has been probed once, doesn't need to be probed again.
Thomas Hindoe Paaboel Andersen [Mon, 4 Aug 2014 21:21:06 +0000 (23:21 +0200)]
sysusers: isempty will never be < 0
looks like a typo from
1b99214789101976d6bbf75c351279584b071998
Thomas Hindoe Paaboel Andersen [Mon, 4 Aug 2014 21:13:31 +0000 (23:13 +0200)]
test: use fabs on doubles
Lennart Poettering [Mon, 4 Aug 2014 21:08:49 +0000 (23:08 +0200)]
resolved: actually read the initial state data from networkd when we initialize
Lennart Poettering [Mon, 4 Aug 2014 21:08:31 +0000 (23:08 +0200)]
man: bring resolved.conf up-to-date
Lennart Poettering [Mon, 4 Aug 2014 21:08:13 +0000 (23:08 +0200)]
update TODO
Lennart Poettering [Mon, 4 Aug 2014 21:08:03 +0000 (23:08 +0200)]
resolved: read the per-interface LLMNR setting from networkd and act on it
Lennart Poettering [Mon, 4 Aug 2014 21:06:05 +0000 (23:06 +0200)]
sd-network: when the LLMNR setting is not known for an interface consider 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.
Lennart Poettering [Mon, 4 Aug 2014 21:05:26 +0000 (23:05 +0200)]
sd-network: actually open the state file in sd_network_get_llmnr()
Tom Gundersen [Mon, 4 Aug 2014 18:57:02 +0000 (20:57 +0200)]
sd-dhcp-server: always send out ROUTER and SUBNET_MASK
For now we simply take these values from the server's address.
Lennart Poettering [Mon, 4 Aug 2014 18:01:00 +0000 (20:01 +0200)]
update TODO
Lennart Poettering [Mon, 4 Aug 2014 17:59:05 +0000 (19:59 +0200)]
resolved: fix order in which we destroy manager resources
Lennart Poettering [Mon, 4 Aug 2014 17:48:03 +0000 (19:48 +0200)]
resolved: when there's already somebody listening on the LLMNR ports, simple 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.
Lennart Poettering [Mon, 4 Aug 2014 17:15:07 +0000 (19:15 +0200)]
nspawn: make sure that when --network-veth is used both the host and the container side get fixed MAC addresses
Lennart Poettering [Mon, 4 Aug 2014 17:05:06 +0000 (19:05 +0200)]
machined: fix address API signatures
Lennart Poettering [Mon, 4 Aug 2014 16:57:37 +0000 (18:57 +0200)]
machine: make sure unpriviliged "machinectl status" can show the machine's OS version
Kay Sievers [Mon, 4 Aug 2014 16:15:34 +0000 (18:15 +0200)]
udev: path_id - suppress ID_PATH for devices with an unknown parent device type
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1321816
Tom Gundersen [Sun, 3 Aug 2014 16:45:07 +0000 (18:45 +0200)]
networkd: add and expose per-link LLMNR config option
Lennart Poettering [Mon, 4 Aug 2014 14:25:14 +0000 (16:25 +0200)]
resolve-host: properly align long arguments in help text
Lennart Poettering [Mon, 4 Aug 2014 14:22:09 +0000 (16:22 +0200)]
bus: always explicitly close bus from main programs
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.