Zbigniew Jędrzejewski-Szmek
38cd55b007
Remove unneded {}s
...
$ perl -i -0pe 's|\s+{\n([^\n]*;)\n\s+}\n|\n\1\n|gms' **/*.c
Inspired by ea7cbf5bdd68d7861ebf1570c439e8bbabd83f6c.
2020-04-13 09:31:49 +02:00
Susant Sahani
667ceb9d9d
sd-network: DHCP6 - Use readable error status rather than numeric
...
value in the log message
2020-04-13 06:06:14 +02:00
Zbigniew Jędrzejewski-Szmek
5cc34d6d1a
localed: add dbus parameter names
2020-04-12 19:48:01 +02:00
Zbigniew Jędrzejewski-Szmek
91c7ac94ba
man: import org.freedesktop.locale1(3) from the wiki
2020-04-12 19:48:01 +02:00
Zbigniew Jędrzejewski-Szmek
599c99ee3b
timedated: add dbus parameter names
2020-04-12 19:48:01 +02:00
Zbigniew Jędrzejewski-Szmek
9c970e5f55
man: import org.freedesktop.timedate1(3) from the wiki
2020-04-12 19:48:01 +02:00
Zbigniew Jędrzejewski-Szmek
106d79be06
hostnamed: add dbus parameter names
2020-04-12 19:48:01 +02:00
Zbigniew Jędrzejewski-Szmek
e09a36bd46
man: import org.freedesktop.hostname1(3) from the wiki
2020-04-12 19:48:01 +02:00
Zbigniew Jędrzejewski-Szmek
956ecd3cd3
importd: add dbus parameter names
2020-04-12 19:48:01 +02:00
Zbigniew Jędrzejewski-Szmek
2fe60ff1d0
man: import org.freedesktop.import1(3) from the wiki
2020-04-12 19:48:01 +02:00
Zbigniew Jędrzejewski-Szmek
bbe17ca1cb
machined: add dbus parameter names
2020-04-12 19:48:01 +02:00
Zbigniew Jędrzejewski-Szmek
de2efb75f7
man: import org.freedesktop.machine1(3) from the wiki
...
The wiki was primarily describing the D-Bus API, but it also had a large
introduction to the daemon functionality. I moved that latter part into
the page that describes the daemon, and the API description into the new
page.
This is mostly a straighforward import. Apart from some required formatting
changes, I removed obvious repetitions, and made tiny grammar and typo fixes
where I noticed them. The goal is not to have a perfect text immediately.
<interfacename>org.foo.bar</interface> is used for interface names,
<function>function()</function> for methods, and <function>signal</function>
(no parentheses) for signal names. In D-Bus, signals are similar to methods,
and docbook doesn't have a nice tag for them.
2020-04-12 19:48:01 +02:00
Zbigniew Jędrzejewski-Szmek
4cb5fd0da8
logind: add dbus parameter names
2020-04-12 19:48:01 +02:00
Zbigniew Jędrzejewski-Szmek
44fd44f1cf
man: import org.freedesktop.login1(3) from the wiki
2020-04-12 19:48:01 +02:00
Zbigniew Jędrzejewski-Szmek
8cf85bb575
Merge pull request #15281 from keszybz/functional-test-rework
...
Post-merge tweaks to the functional tests
2020-04-12 19:31:53 +02:00
Zbigniew Jędrzejewski-Szmek
92cad3f82d
Merge pull request #15406 from DaanDeMeyer/sd-bus-set-exec-docs
...
Add sd_bus_set_exec docs
2020-04-12 18:38:49 +02:00
Daan De Meyer
3415b0cc8a
sd-bus: Add sd_bus_set_exec docs
2020-04-12 17:24:01 +02:00
Vito Caputo
ea7cbf5bdd
home: switch to BusLocator-oriented helpers
...
Remove some unnecessary verbosity, largely mechanical change with
no functional difference.
2020-04-12 17:24:00 +02:00
Ross Lagerwall
964df69bd5
hwdb: Add accel orientation quirk for Geoflex laptop
...
Add a quirk to fix the accelerometer orientation on the Geoflex laptop
so that the display is upright rather than upside-down.
2020-04-12 17:16:55 +02:00
Zbigniew Jędrzejewski-Szmek
a1a11d5610
Merge pull request #15365 from poettering/remount-fs-pstore-fix
...
pid1: automatically generate systemd-remount-fs.service deps, plus enable systemd-pstore from sysinit.target
2020-04-12 17:16:07 +02:00
Zbigniew Jędrzejewski-Szmek
b15b4376af
Merge pull request #15405 from DaanDeMeyer/sd-bus-can-send-docs
...
Add sd_bus_can_send docs
2020-04-12 17:05:05 +02:00
Zbigniew Jędrzejewski-Szmek
e5a12c4961
Merge pull request #15399 from DaanDeMeyer/sd-bus-property-docs
...
sd_bus_get/set_property docs
2020-04-12 17:02:55 +02:00
Susant Sahani
7a0f1895d3
sd-network: DHCPv6 - Add NoPrefixAvail to error code
2020-04-12 14:14:52 +02:00
Daan De Meyer
59a77060e0
sd-bus: Use pointer syntax for sd_bus_set_exec argv parameter
2020-04-11 21:57:28 +02:00
Daan De Meyer
3258aa750e
sd-bus: Add sd_bus_can_send docs
2020-04-11 21:25:39 +02:00
Daan De Meyer
535f1d0492
sd-bus: Fix sd_bus_close.xml line wrapping
2020-04-11 21:09:20 +02:00
Daan De Meyer
eb74579d09
meson: Exclude more deprecated functions from check-api-docs
2020-04-11 21:08:34 +02:00
Daan De Meyer
4b7f8d78de
sd-bus: Add sd_bus_get/set_property docs
2020-04-11 19:10:54 +02:00
Lennart Poettering
5fe63895b9
docs: introduce documentation category for user/group stuff
...
We have so many different docs on various facets of user/group stuff,
let's add our own category for it.
2020-04-11 18:03:24 +02:00
Zbigniew Jędrzejewski-Szmek
bba97c98b8
Merge pull request #15376 from poettering/homed-btrfs-subvol-luks
...
homed: when doing luks homedir with btrfs inside, place subvol at top of fs
2020-04-11 16:26:01 +02:00
Susant Sahani
659f85a519
networkctl: Add support to display VXLan remote address
2020-04-11 16:12:42 +02:00
Zbigniew Jędrzejewski-Szmek
2d9123cebd
Merge pull request #15377 from poettering/userdb-no-shadow
...
don't try to access shadow from logind
2020-04-11 16:08:33 +02:00
Zbigniew Jędrzejewski-Szmek
edc8dd26e2
Merge pull request #15392 from keszybz/flag-helper
...
Flag setting helper and some other minor cleanups
2020-04-11 16:05:11 +02:00
Susant Sahani
fc1d9c7b0c
network: VXLan - Add support for remote address
2020-04-11 06:11:51 +02:00
Daan De Meyer
7f782005e5
sd-bus: sd_bus_message_append fixes
2020-04-10 21:31:29 +02:00
Lennart Poettering
b05e122036
docs: add some documentation about hooking up userdb/homed to desktop environments
...
Prompted by some inquires from the GNOME camp. let's document this here,
since other DEs might be interested too.
2020-04-10 18:54:58 +02:00
Zbigniew Jędrzejewski-Szmek
24e6f45842
network: use a loop for repetitive operation
...
This should hopefully help us avoid c&p mistakes. And there are plans to
add more settings like this, which should then be rather straightforward.
There is a slight functional change: the code got uplink handling wrong
and run manager_find_uplink() repeatedly. That part is fixed.
2020-04-10 17:57:31 +02:00
Zbigniew Jędrzejewski-Szmek
c1997a5bf7
network: add helper to extract server lists
...
This code is repeable enough to define a common implementation.
2020-04-10 17:57:19 +02:00
Zbigniew Jędrzejewski-Szmek
ddc026f303
network: define string lookup table for the DHCP info bits
2020-04-10 17:53:10 +02:00
Zbigniew Jędrzejewski-Szmek
c8407baf30
sd-dhcp-server: add a meta-setter to simplify setting of server lists
2020-04-10 17:52:59 +02:00
Zbigniew Jędrzejewski-Szmek
8541db8f59
sd-dhcp-lease: add a meta-getter to simplify querying of server lists
2020-04-10 17:45:46 +02:00
Zbigniew Jędrzejewski-Szmek
0da965037e
Add yet another tiny helper to manipulate flags
2020-04-10 16:40:48 +02:00
Zbigniew Jędrzejewski-Szmek
7d6342e401
man: fix garbled paragraph in systemd.network(3)
...
The following message was emitted:
"Element term in namespace encountered in para, but no template matches."
2020-04-10 16:40:48 +02:00
Zbigniew Jędrzejewski-Szmek
16c347b3b6
busctl: wrap long lines
2020-04-10 16:40:48 +02:00
Zbigniew Jędrzejewski-Szmek
8722b297e5
busctl: use the pager everywhere
...
There is no reason to assume that the user doesn't want the pager
even if they are looking at xml output or such.
2020-04-10 16:40:29 +02:00
Lennart Poettering
562ffaca26
man: extend documentation of the suspend= switch of pam_systemd_home
...
As suggested on #15343 .
Fixes : #15343
2020-04-10 16:15:23 +02:00
Lennart Poettering
5a3033321a
docs: add brief document how to convert home directories to homed
2020-04-10 15:57:29 +02:00
Susant Sahani
7c9b26900c
network: VXLan - fix adding Group address
2020-04-10 15:29:10 +02:00
nerdopolis
fa2cf64a91
login: Fix incorrect reporting of CanMultiSession=no on non-seat0 seats
2020-04-10 14:22:27 +02:00
Vito Caputo
df91e319a9
bus: add sd_bus_message_new_method_call() helper
...
adds BusLocator variant called bus_message_new_method_call()
2020-04-10 11:30:05 +02:00