platform/upstream/systemd.git
9 years agoMerge branch 'pr/761'
Daniel Mack [Wed, 29 Jul 2015 18:31:02 +0000 (20:31 +0200)]
Merge branch 'pr/761'

9 years agonetworkd-wait-online: only consider interfaces given on the commandline
Tom Gundersen [Tue, 28 Jul 2015 23:41:24 +0000 (01:41 +0200)]
networkd-wait-online: only consider interfaces given on the commandline

If some interfaces are given on the commandline, ignore all others.

9 years agoMerge pull request #777 from kaysievers/gtp-auto
Lennart Poettering [Wed, 29 Jul 2015 16:45:48 +0000 (18:45 +0200)]
Merge pull request #777 from kaysievers/gtp-auto

gpt-auto-generator: merge efi-boot-generator

9 years agoMerge pull request #774 from dvdhrm/gvariant3
Lennart Poettering [Wed, 29 Jul 2015 16:20:17 +0000 (18:20 +0200)]
Merge pull request #774 from dvdhrm/gvariant3

gvariant: fix encoding of unary type and root-variant (v3)

9 years agogpt-auto-generator: merge efi-boot-generator
Kay Sievers [Wed, 29 Jul 2015 14:50:49 +0000 (16:50 +0200)]
gpt-auto-generator: merge efi-boot-generator

9 years agoMerge pull request #776 from baracoder/master
Daniel Mack [Wed, 29 Jul 2015 15:52:46 +0000 (17:52 +0200)]
Merge pull request #776 from baracoder/master

man: unit: fix StartTimeoutSec

9 years agoman: unit: fix StartTimeoutSec
Herman Fries [Wed, 29 Jul 2015 15:45:40 +0000 (17:45 +0200)]
man: unit: fix StartTimeoutSec

should be TimeoutStartSec

9 years agosd-bus: fix encoding/decoding gvariant root container
David Herrmann [Wed, 29 Jul 2015 13:58:25 +0000 (15:58 +0200)]
sd-bus: fix encoding/decoding gvariant root container

The gvariant root container contains a 'variant' at the end, which embeds
the whole message body. This variant *must* contain a structure so we are
compatible to dbus1. Otherwise, it could encode at most 1 type, instead
of a full signature.

Our gvariant message parser already parses the variant-content as a
structure, so we're mostly good. However, it does *not* include the
opening and closing parantheses, nor does it parse them.

This patch fixes the decoder to verify a message contains the
parantheses, and also make the encoder add those parantheses into the
marshaled message.

9 years agosd-bus: fix marshaling of unary type
David Herrmann [Tue, 28 Jul 2015 16:16:16 +0000 (18:16 +0200)]
sd-bus: fix marshaling of unary type

The unary type has a fixed size of 1 in gvariant. Make sure we properly
encode it as such. Right now, we encode/decode it as empty sequence.

9 years agoNEWS: update 223 contributors
David Herrmann [Wed, 29 Jul 2015 12:59:35 +0000 (14:59 +0200)]
NEWS: update 223 contributors

Update v223 contributors and release date.

9 years agobuild-sys: update git-tar
Kay Sievers [Wed, 29 Jul 2015 13:02:27 +0000 (15:02 +0200)]
build-sys: update git-tar

9 years agoMerge pull request #769 from poettering/socket-util-no-log
Daniel Mack [Wed, 29 Jul 2015 11:05:36 +0000 (13:05 +0200)]
Merge pull request #769 from poettering/socket-util-no-log

socket-util: library calls shouldn't log on their own

9 years agosd-bus: drop redundant code
David Herrmann [Tue, 28 Jul 2015 16:13:33 +0000 (18:13 +0200)]
sd-bus: drop redundant code

If c->item_size is 0, the next item to parse in a structure is empty.
However, this also implies that the signature must be empty. The latter
case is already handled just fine by enter_struct_or_dict_entry() so
there is no reason to handle the same case in the caller.

9 years agosd-bus: don't assert() on valid signatures
David Herrmann [Tue, 28 Jul 2015 14:46:51 +0000 (16:46 +0200)]
sd-bus: don't assert() on valid signatures

Right now sd_bus_message_skip() will abort execution if passed a
signature of the unary type "()". Regardless whether this should be
supported or not, we really must not abort. Drop the incorrect assertion
and add a test-case for this.

9 years agobuild: bump version info v223
David Herrmann [Wed, 29 Jul 2015 10:43:45 +0000 (12:43 +0200)]
build: bump version info

Bump version to 223 and increase libsystemd libtool-info as we added a
structure-member (without increasing structure size) to sd-bus-vtable.

9 years agoMerge pull request #768 from poettering/resolved-localhost
Daniel Mack [Wed, 29 Jul 2015 10:44:22 +0000 (12:44 +0200)]
Merge pull request #768 from poettering/resolved-localhost

resolved: never attempt to resolve loopback addresses via DNS/LLMNR/mDNS

9 years agoMerge pull request #767 from torstehu/fix-typo
Lennart Poettering [Wed, 29 Jul 2015 10:40:55 +0000 (12:40 +0200)]
Merge pull request #767 from torstehu/fix-typo

treewide: fix typos

9 years agosocket-util: library calls shouldn't log on their own
Lennart Poettering [Wed, 29 Jul 2015 10:33:44 +0000 (12:33 +0200)]
socket-util: library calls shouldn't log on their own

Instead, make sure that all callers log properly.

9 years agoresolved: never attempt to resolve loopback addresses via DNS/LLMNR/mDNS
Lennart Poettering [Wed, 29 Jul 2015 10:22:55 +0000 (12:22 +0200)]
resolved: never attempt to resolve loopback addresses via DNS/LLMNR/mDNS

We already refuse to resolve "localhost", hence we should also refuse
resolving "127.0.0.1" and friends.

9 years agotreewide: fix typos
Torstein Husebø [Fri, 24 Jul 2015 09:14:01 +0000 (11:14 +0200)]
treewide: fix typos

9 years agoNEWS: add 'macvtap' section
David Herrmann [Wed, 29 Jul 2015 10:12:10 +0000 (12:12 +0200)]
NEWS: add 'macvtap' section

systemd-networkd now supports 'macvtap' devices, similar to the already
supported 'macvlan' devices.

9 years agoMerge pull request #747 from dvdhrm/consoled
David Herrmann [Wed, 29 Jul 2015 10:03:34 +0000 (12:03 +0200)]
Merge pull request #747 from dvdhrm/consoled

terminal: drop unfinished code

9 years agonetworkd-wait-online: fix race
Tom Gundersen [Tue, 28 Jul 2015 23:34:35 +0000 (01:34 +0200)]
networkd-wait-online: fix race

We must consider 'pending' links as if they may be managed by networkd, as this
is the state we enter before deciding wether networkd should manage the link
or not, so we better wait for this decision being made.

9 years agoMerge pull request #760 from teg/resolved-fix-nsec-types
Daniel Mack [Tue, 28 Jul 2015 21:54:43 +0000 (23:54 +0200)]
Merge pull request #760 from teg/resolved-fix-nsec-types

resolved: fix NSEC type windows

9 years agoresolved: packet - refuse empty type bitmaps
Tom Gundersen [Tue, 28 Jul 2015 21:16:52 +0000 (23:16 +0200)]
resolved: packet - refuse empty type bitmaps

The NSEC type itself must at least be in the bitmap, so NSEC records with empty
bitmaps must be bogus.

9 years agoresolved: packet - fix read_type_window()
Tom Gundersen [Tue, 28 Jul 2015 21:10:18 +0000 (23:10 +0200)]
resolved: packet - fix read_type_window()

We were tracking the bit offset inside each byte, rather than inside the whole bitmap.

9 years agoresolve: packet - fix append_types()
Tom Gundersen [Tue, 28 Jul 2015 21:09:23 +0000 (23:09 +0200)]
resolve: packet - fix append_types()

We were counting the number of bits set rather than the number of bytes they occupied.

9 years agoMerge pull request #759 from phomes/master
Daniel Mack [Tue, 28 Jul 2015 21:25:18 +0000 (23:25 +0200)]
Merge pull request #759 from phomes/master

hwdb: add HP USB 1000dpi Laser Mouse

9 years agoMerge pull request #758 from poettering/dns-is-equal
Tom Gundersen [Tue, 28 Jul 2015 19:36:37 +0000 (21:36 +0200)]
Merge pull request #758 from poettering/dns-is-equal

resolved: compare dns question arrays properly

9 years agohwdb: add HP USB 1000dpi Laser Mouse
Thomas Hindoe Paaboel Andersen [Tue, 28 Jul 2015 18:09:54 +0000 (20:09 +0200)]
hwdb: add HP USB 1000dpi Laser Mouse

9 years agoMerge pull request #732 from ssahani/macvtap
Tom Gundersen [Tue, 28 Jul 2015 17:44:02 +0000 (19:44 +0200)]
Merge pull request #732 from ssahani/macvtap

networkd: add support for Macvtap

9 years agoresolved: compare dns question arrays properly
Lennart Poettering [Tue, 28 Jul 2015 16:38:54 +0000 (18:38 +0200)]
resolved: compare dns question arrays properly

Let's optimize things a bit and properly compare DNS question arrays,
instead of checking if they are mutual supersets. This also makes ANY
query handling more accurate.

9 years agoudev: Fix udev_builtin_run_once()
Daniel Mack [Tue, 28 Jul 2015 12:38:31 +0000 (14:38 +0200)]
udev: Fix udev_builtin_run_once()

Honour the boolean return value type.
This was an oversight in f89d10ae4.

9 years agoudev: check more builtins[] pointers before dereferencing
Daniel Mack [Tue, 28 Jul 2015 11:58:40 +0000 (13:58 +0200)]
udev: check more builtins[] pointers before dereferencing

Fix some more locations where pointers from builtins[] are dereferenced
before checking. Related to 8cacf69b1.

9 years agoMerge pull request #756 from ldzhong/fix
Daniel Mack [Tue, 28 Jul 2015 11:32:09 +0000 (13:32 +0200)]
Merge pull request #756 from ldzhong/fix

udev: avoid coredump when initializing udev builtins

9 years agoudev: avoid coredump when initializing udev builtins
Lidong Zhong [Tue, 28 Jul 2015 11:07:05 +0000 (19:07 +0800)]
udev: avoid coredump when initializing udev builtins

If one of the macros(HAVE_BLKID/HAVE_KMOD/HAVE_ACL) is not
defined, there will be a coredump

9 years agoMerge pull request #755 from karelzak/nomtab
Daniel Mack [Tue, 28 Jul 2015 10:34:56 +0000 (12:34 +0200)]
Merge pull request #755 from karelzak/nomtab

mount: remove obsolete -n

9 years agomount: remove obsolete -n
Karel Zak [Tue, 28 Jul 2015 09:31:45 +0000 (11:31 +0200)]
mount: remove obsolete -n

It seems that systemd still uses legacy -n option. The option has been
originally designed to avoid write to /etc/mtab during boot when root
FS is not ready or read-only.

This is not necessary for long time, because /etc/mtab is not a real
file (it's symlink) and write to the file is impossible. All utils
should be able to detect the symlink and ignore mtab. This concept is
supported for very long time before systemd.

The userspase mount options are currently maintained by libmount
(mount(8) and mount.nfs) in /run/mount) which is tmpfs initialized
during early boot.

9 years agoMerge pull request #375 from msekletar/test-install-crashers
Lennart Poettering [Tue, 28 Jul 2015 01:20:24 +0000 (03:20 +0200)]
Merge pull request #375 from msekletar/test-install-crashers

install: make unit_file_get_list aware of UNIT_FILE_INDIRECT

9 years agoMerge pull request #362 from d-hatayama/fix_selinux_unit_check_v2
Lennart Poettering [Mon, 27 Jul 2015 23:44:18 +0000 (01:44 +0200)]
Merge pull request #362 from d-hatayama/fix_selinux_unit_check_v2

selinux: fix missing SELinux unit access check

9 years agoMerge pull request #748 from teg/dns-name-between-4
Daniel Mack [Mon, 27 Jul 2015 22:40:15 +0000 (00:40 +0200)]
Merge pull request #748 from teg/dns-name-between-4

basic: dns-name - between()

9 years agoMerge pull request #739 from intelfx/systemd-analyze-plot-user-instance
Daniel Mack [Mon, 27 Jul 2015 22:28:19 +0000 (00:28 +0200)]
Merge pull request #739 from intelfx/systemd-analyze-plot-user-instance

analyze: correctly draw the plot for user instances.

9 years agoanalyze: correctly draw the plot for user instances
Ivan Shapovalov [Mon, 27 Jul 2015 16:40:36 +0000 (19:40 +0300)]
analyze: correctly draw the plot for user instances

Start-up timestamp of a user instance (userspace_time in struct boot_times)
actually may be arbitrarily big. This, because all timestamps are offset by
that value, leads to creation of arbitrarily wide SVGs which almost completely
consist of blank space.

Fix this by inverse-offsetting all timestamps by that value if user instance
operation is requested.

Fixes #740.

9 years agoTODO
Tom Gundersen [Thu, 23 Jul 2015 20:32:44 +0000 (22:32 +0200)]
TODO

9 years agoshared: dns-name - add dns_name_between()
Tom Gundersen [Mon, 20 Jul 2015 00:02:45 +0000 (02:02 +0200)]
shared: dns-name - add dns_name_between()

Given three DNS names this function indicates if the second argument lies
strictly between the first and the third according to the canonical DNS
name order. Note that the order is circular, so the last name is
considered to be before the first.

9 years agoshared: dns-name - use the canonical dns name ordering
Tom Gundersen [Mon, 20 Jul 2015 14:01:03 +0000 (16:01 +0200)]
shared: dns-name - use the canonical dns name ordering

The canonical DNS name ordering considers the rightmost label the most significant,
we were considering it the least significant. This is important when implementing
NSEC, which relies on the correct order.

9 years agoshared: dns-name - introduce dns_label_unescape_suffix()
Tom Gundersen [Mon, 20 Jul 2015 14:01:03 +0000 (16:01 +0200)]
shared: dns-name - introduce dns_label_unescape_suffix()

Intended to be called repeatedly, and returns then successive unescaped labels
from the most to the least significant (left to right).

This is slightly inefficient as it scans the string three times (two would be
sufficient): once to find the end of the string, once to find the beginning
of each label and lastly once to do the actual unescaping. The latter two
could be done in one go, but that seemed unnecessarily convoluted.

9 years agoanalyze: move acquire_boot_times() above acquire_time_data()
Ivan Shapovalov [Mon, 27 Jul 2015 22:01:10 +0000 (01:01 +0300)]
analyze: move acquire_boot_times() above acquire_time_data()

Next patch will make the latter call into the former.

9 years agoNEWS: follow VNetHeader rename
Daniel Mack [Mon, 27 Jul 2015 19:34:28 +0000 (21:34 +0200)]
NEWS: follow VNetHeader rename

VnetHeader was renamed to VNetHeader just now. Update NEWS accordingly.

9 years agoMerge pull request #744 from poettering/vnethdr-fix
Daniel Mack [Mon, 27 Jul 2015 19:34:11 +0000 (21:34 +0200)]
Merge pull request #744 from poettering/vnethdr-fix

networkd: capitalize VNetHeader= as VnetHeader=

9 years agoMerge pull request #746 from teg/resolved-connect-udp
Lennart Poettering [Mon, 27 Jul 2015 19:16:27 +0000 (21:16 +0200)]
Merge pull request #746 from teg/resolved-connect-udp

resolved: UDP fixes

9 years agoutil: base32hex - explain distinction with base32
Tom Gundersen [Thu, 23 Jul 2015 16:45:49 +0000 (18:45 +0200)]
util: base32hex - explain distinction with base32

9 years agoresolved: transaction - don't explicitly verify packet source
Tom Gundersen [Sat, 25 Jul 2015 03:14:08 +0000 (05:14 +0200)]
resolved: transaction - don't explicitly verify packet source

This is handled by the kernel now that the socket is connect()ed.

9 years agoresolved: transaction - don't unref server when creating TCP socket
Tom Gundersen [Sat, 25 Jul 2015 03:12:49 +0000 (05:12 +0200)]
resolved: transaction - don't unref server when creating TCP socket

This was a bug.

9 years agoresolved: scope - write() unicast DNS packets
Tom Gundersen [Sat, 25 Jul 2015 03:11:34 +0000 (05:11 +0200)]
resolved: scope - write() unicast DNS packets

As we have connect()ed to the desired DNS server, we no longer need to pass
control messages manually when sending packets. Simplify the logic accordingly.

9 years agoresolved: transaction - introduce dns_transaction_emit()
Tom Gundersen [Wed, 15 Jul 2015 17:22:29 +0000 (19:22 +0200)]
resolved: transaction - introduce dns_transaction_emit()

This function emits the UDP packet via the scope, but first it will
determine the current server (and connect to it) and store the
server in the transaction.

This should not change the behavior, but simplifies the code.

9 years agonetworkd: capitalize VNetHeader= as VnetHeader=
Lennart Poettering [Mon, 27 Jul 2015 18:24:31 +0000 (20:24 +0200)]
networkd: capitalize VNetHeader= as VnetHeader=

Even when we use shortened, combined words, we still should uppercase
where a new word starts. I couldn't find a canonically capitalized
version of this term, hence I think we should follow our naming rules
here.

9 years agoresolved: transaction - move a couple of functions
Tom Gundersen [Mon, 27 Jul 2015 18:18:43 +0000 (20:18 +0200)]
resolved: transaction - move a couple of functions

No functional change, but makes follow-up patch clearer.

9 years agoterminal: drop unfinished code
David Herrmann [Mon, 27 Jul 2015 18:15:34 +0000 (20:15 +0200)]
terminal: drop unfinished code

This drops the libsystemd-terminal and systemd-consoled code for various
reasons:

 * It's been sitting there unfinished for over a year now and won't get
   finished any time soon.

 * Since its initial creation, several parts need significant rework: The
   input handling should be replaced with the now commonly used libinput,
   the drm accessors should coordinate the handling of mode-object
   hotplugging (including split connectors) with other DRM users, and the
   internal library users should be converted to sd-device and friends.

 * There is still significant kernel work required before sd-console is
   really useful. This includes, but is not limited to, simpledrm and
   drmlog.

 * The authority daemon is needed before all this code can be used for
   real. And this will definitely take a lot more time to get done as
   no-one else is currently working on this, but me.

 * kdbus maintenance has taken up way more time than I thought and it has
   much higher priority. I don't see me spending much time on the
   terminal code in the near future.

If anyone intends to hack on this, please feel free to contact me. I'll
gladly help you out with any issues. Once kdbus and authorityd are
finished (whenever that will be..) I'll definitely pick this up again. But
until then, lets reduce compile times and maintenance efforts on this code
and drop it for now.

9 years agoresolved: transaction - move DNS UDP socket creation to the scope
Tom Gundersen [Wed, 15 Jul 2015 17:22:29 +0000 (19:22 +0200)]
resolved: transaction - move DNS UDP socket creation to the scope

With access to the server when creating the socket, we can connect()
to the server and hence simplify message sending and receiving in
follow-up patches.

9 years agoresolved: transaction - close socket when changing server
Tom Gundersen [Sat, 25 Jul 2015 02:45:26 +0000 (04:45 +0200)]
resolved: transaction - close socket when changing server

Close the socket when changing the server in a transaction, in
order for it to be reopened with the right server when we send
the next packet.

This fixes a regression where we could get stuck with a failing
server.

9 years agoresolved: transaction - don't request PKTINFO for unicast DNS
Tom Gundersen [Sat, 25 Jul 2015 02:38:25 +0000 (04:38 +0200)]
resolved: transaction - don't request PKTINFO for unicast DNS

This was only ever used by LLMNR, so don't request this for unicast DNS packets.

9 years agoresloved: transaction - unify IPv4 and IPv6 sockets
Tom Gundersen [Wed, 15 Jul 2015 16:48:17 +0000 (18:48 +0200)]
resloved: transaction - unify IPv4 and IPv6 sockets

A transaction can only have one socket at a time, so no need to distinguish these.

9 years agosd-bus: fix path of object-manager signals
David Herrmann [Tue, 21 Jul 2015 10:59:56 +0000 (12:59 +0200)]
sd-bus: fix path of object-manager signals

Each signal of the ObjectManager interface carries the path of the object
in question as an argument. Therefore, a caller will deduce the object
this signal is generated for, by parsing the _argument_. A caller will
*not* use the object-path of the message itself (i.e., message->path).
This is done on purpose, so the caller can rely on message->path to be
the path of the actual object-manager that generated this signal, instead
of the path of the object that triggered this signal.

This commit fixes all InterfacesAdded/Removed signals to use the path of
the closest object-manager as message->path. 'closest' in this case means
closest parent with at least one object-manager registered.

This fix raises the question what happens if we stack object-managers in
a hierarchy. Two implementations are possible: First, we report each
object only on the nearest object-manager. Second, we report it on each
parent object-manager. This patch chooses the former. This is compatible
with other existing ObjectManager implementations, which are required to
call GetManagedObjects() recursively on each object they find, which
implements the ObjectManager interface.

9 years agoNEWS: group systemd-networkd items
Daniel Mack [Mon, 27 Jul 2015 17:09:22 +0000 (19:09 +0200)]
NEWS: group systemd-networkd items

… for better readability.

9 years agoNEWS: fix typos
Kay Sievers [Mon, 27 Jul 2015 16:20:54 +0000 (18:20 +0200)]
NEWS: fix typos

9 years agoMerge pull request #738 from poettering/machined-caps
Daniel Mack [Mon, 27 Jul 2015 16:18:16 +0000 (18:18 +0200)]
Merge pull request #738 from poettering/machined-caps

units: add more caps to machined

9 years agoNEWS: add entries for v223
David Herrmann [Mon, 27 Jul 2015 16:13:37 +0000 (18:13 +0200)]
NEWS: add entries for v223

New features and API changes for v223. Please review carefully and amend!

9 years agounits: add more caps to machined
Lennart Poettering [Mon, 27 Jul 2015 15:45:45 +0000 (17:45 +0200)]
units: add more caps to machined

Otherwise copying full directory trees between container and host won't
work, as we cannot access some fiels and cannot adjust the ownership
properly on the destination.

Of course, adding these many caps to the daemon kinda defeats the
purpose of the caps lock-down... but well...

Fixes #433

9 years agobus-proxy: augment debug message for dropped broadcasts a bit
Daniel Mack [Mon, 27 Jul 2015 13:41:53 +0000 (15:41 +0200)]
bus-proxy: augment debug message for dropped broadcasts a bit

Add the PID we are proxying for, as well as the message's sender and
destination string, to the debug message that is printed when the proxy
drops unmatched broadcasts.

9 years agoman: netdev add man for macvtap
Susant Sahani [Mon, 27 Jul 2015 05:49:08 +0000 (11:19 +0530)]
man: netdev add man for macvtap

9 years agonetworkd: add support for macvtap
Susant Sahani [Mon, 27 Jul 2015 05:48:28 +0000 (11:18 +0530)]
networkd: add support for macvtap

This patch add support for macvtap.

see http://virt.kernelnewbies.org/MacVTap

9 years agosd-netlink: Add macvtap support
Susant Sahani [Mon, 27 Jul 2015 05:48:07 +0000 (11:18 +0530)]
sd-netlink: Add macvtap support

9 years agonetworkd-wait-online: fix -i argument
Martin Pitt [Sun, 26 Jul 2015 13:37:42 +0000 (15:37 +0200)]
networkd-wait-online: fix -i argument

-i (aka --interface) takes an argument. Tell getopt_long() that, so that optarg
isn't NULL.

9 years agoMerge pull request #716 from michaelolbrich/automount-fixes
Kay Sievers [Sun, 26 Jul 2015 11:56:50 +0000 (13:56 +0200)]
Merge pull request #716 from michaelolbrich/automount-fixes

Automount fixes

9 years agoMerge pull request #724 from dbuch/master
Kay Sievers [Sun, 26 Jul 2015 09:43:13 +0000 (11:43 +0200)]
Merge pull request #724 from dbuch/master

proxyd: downgrade to log_debug() for unmatched broadcasts

9 years agosystemd-boot: fix whitespace
Kay Sievers [Sat, 25 Jul 2015 22:38:01 +0000 (00:38 +0200)]
systemd-boot: fix whitespace

9 years agoMerge pull request #634 from icarlosvenegas/sd-boot-show-efi-cmdline_v2
Kay Sievers [Sat, 25 Jul 2015 22:35:23 +0000 (00:35 +0200)]
Merge pull request #634 from icarlosvenegas/sd-boot-show-efi-cmdline_v2

sd-boot: Show stub cmdline when edit (v2)

9 years agoMerge pull request #727 from phomes/master
Tom Gundersen [Sat, 25 Jul 2015 21:27:44 +0000 (23:27 +0200)]
Merge pull request #727 from phomes/master

man: typo fixes

9 years agoMerge pull request #725 from keszybz/network-file-masking
Tom Gundersen [Sat, 25 Jul 2015 21:25:30 +0000 (23:25 +0200)]
Merge pull request #725 from keszybz/network-file-masking

man: describe masking of .network files better

9 years agoman: typo fixes
Thomas Hindoe Paaboel Andersen [Sat, 25 Jul 2015 21:15:05 +0000 (23:15 +0200)]
man: typo fixes

9 years agoman: describe masking of .network files better
Zbigniew Jędrzejewski-Szmek [Sat, 25 Jul 2015 17:03:44 +0000 (13:03 -0400)]
man: describe masking of .network files better

This should clear up some confusion in
https://github.com/systemd/systemd/issues/717.

This basically copies the description from systemd.unit to this
man page. Masking can happen also in /run, so strike the part
about /etc, and also add the magic work "mask".

9 years agoproxyd: downgrade to log_debug() for unmatched broadcasts
Daniel Buch [Sat, 25 Jul 2015 12:12:39 +0000 (14:12 +0200)]
proxyd: downgrade to log_debug() for unmatched broadcasts

9 years agoMerge pull request #722 from keszybz/networkd-clarifications
Daniel Mack [Sat, 25 Jul 2015 08:48:43 +0000 (10:48 +0200)]
Merge pull request #722 from keszybz/networkd-clarifications

Networkd clarifications

9 years agonetworkd: rename RootBlock to AllowPortToBeRoot
Zbigniew Jędrzejewski-Szmek [Sat, 25 Jul 2015 03:12:20 +0000 (23:12 -0400)]
networkd: rename RootBlock to AllowPortToBeRoot

Justification is similar to BPDUGuard rename. "Positive" values
are easier. This is a rather uncommon option, so using a slightly
longer name should not be a problem, and may in fact may make it
easier to guess what the option does without reading the
documentation.

9 years agonetworkd: turn UnicastFlood on by default
Zbigniew Jędrzejewski-Szmek [Sat, 25 Jul 2015 03:04:57 +0000 (23:04 -0400)]
networkd: turn UnicastFlood on by default

Looking at the kernel commit, "on" seems to be the default value:
commit 867a59436fc35593ae0e0efcd56cc6d2f8506586
Author: Vlad Yasevich <vyasevic@redhat.com>
Date:   Wed Jun 5 10:08:01 2013 -0400

    bridge: Add a flag to control unicast packet flood.

    Add a flag to control flood of unicast traffic.  By default, flood is
    on and the bridge will flood unicast traffic if it doesn't know
    the destination.  When the flag is turned off, unicast traffic
    without an FDB will not be forwarded to the specified port.

... and it seems to be the reasonable thing to do by default.

9 years agonetworkd: rename BPDUGuard to UseBPDU
Zbigniew Jędrzejewski-Szmek [Sat, 25 Jul 2015 02:52:26 +0000 (22:52 -0400)]
networkd: rename BPDUGuard to UseBPDU

Rename to follow the follow the style of other options.

In general "positive" options are preferred to "negative" ones,
because they are easier to describe and easier for humans to
parse (c.f. the shortening on the man page entry).

9 years agoman: reword new Bridge descriptions
Zbigniew Jędrzejewski-Szmek [Sat, 25 Jul 2015 02:37:04 +0000 (22:37 -0400)]
man: reword new Bridge descriptions

9 years agonetwork: rename DiffServiceCodePoint to CopyDSCP
Zbigniew Jędrzejewski-Szmek [Sat, 25 Jul 2015 02:26:00 +0000 (22:26 -0400)]
network: rename DiffServiceCodePoint to CopyDSCP

Old name was slightly misleading, because this flag does not determine
whether DSCP is used overall, but only if it is copied to the
decapsulated packet. Rename to better reflect that.

"Copy" does not imply direction. This is on purpose, because we might
later on enhance the setting to allow/disallow copying in the other
direction, to the encapsulated packet. If that is implemented,
CopyDSCP could understand additional values. This is nicer than
having two separate settings and follows the example of DHCP=.

Also, we try to avoid abbreviations, but we allow acronyms
like MTU, in DiscoverPathMTU=.

This setting was recently added, so it's fine to rename it without
backwards compat.

9 years agoman: try to better describe DiffServiceCodePoint= setting
Zbigniew Jędrzejewski-Szmek [Sat, 25 Jul 2015 01:57:32 +0000 (21:57 -0400)]
man: try to better describe DiffServiceCodePoint= setting

http://marc.info/?l=linux-netdev&m=109507453227993&w=2

9 years agonetlink-types: use consistent whitespace at EOL
Zbigniew Jędrzejewski-Szmek [Sat, 25 Jul 2015 01:41:35 +0000 (21:41 -0400)]
netlink-types: use consistent whitespace at EOL

Follow up for v222-124-g79e27dbcb1.

9 years agoman: reword description of Hostname=
Zbigniew Jędrzejewski-Szmek [Sat, 25 Jul 2015 01:38:24 +0000 (21:38 -0400)]
man: reword description of Hostname=

Also add dots at the end of sentences.

9 years agobootctl: add missing newline
Kay Sievers [Sat, 25 Jul 2015 01:26:32 +0000 (03:26 +0200)]
bootctl: add missing newline

9 years agoMerge pull request #718 from phomes/master
Daniel Mack [Sat, 25 Jul 2015 00:08:00 +0000 (02:08 +0200)]
Merge pull request #718 from phomes/master

ata_id: remove unused union member

9 years agoata_id: remove unused union member
Thomas Hindoe Paaboel Andersen [Fri, 24 Jul 2015 20:32:33 +0000 (22:32 +0200)]
ata_id: remove unused union member

The last use of octa was removed in 01f61d331bb5038f0c877ac03c54333328b6ea28

9 years agoautomount: handle state changes of the corresponding mount unit correctly
Michael Olbrich [Fri, 24 Jul 2015 20:25:28 +0000 (22:25 +0200)]
automount: handle state changes of the corresponding mount unit correctly

The expire timeout must be started/stopped if the corresponding mount unit
changes its state, e.g. it is started via local-fs.target or stopped by a
manual umount.

9 years agoautomount: don't try to umount if it already happened
Michael Olbrich [Fri, 24 Jul 2015 20:21:59 +0000 (22:21 +0200)]
automount: don't try to umount if it already happened

Return the token immediately instead. Otherwise the token is never returned
to the kernel, because the umount job is a noop and will not trigger a
state change.

9 years agoresolved: fix DNS_TYPE_ANY vs DNS_CLASS_ANY confusion
Daniel Mack [Wed, 15 Jul 2015 18:37:42 +0000 (14:37 -0400)]
resolved: fix DNS_TYPE_ANY vs DNS_CLASS_ANY confusion

Assigning a TPYE enum value to a class variable is certainly wrong.
However, they both have the same value, so the result was correct
nevertheless.

9 years agoMerge pull request #704 from richardmaw-codethink/empty-arg-unquote
Daniel Mack [Fri, 24 Jul 2015 17:49:29 +0000 (19:49 +0200)]
Merge pull request #704 from richardmaw-codethink/empty-arg-unquote

unquote_first_word: parse ` '' ` as an empty argument instead of no arg

9 years agoMerge pull request #714 from zonque/automount
Tom Gundersen [Fri, 24 Jul 2015 17:15:54 +0000 (19:15 +0200)]
Merge pull request #714 from zonque/automount

automount: do not start expiration timer for TimeoutIdleSec=0